Jos Backus wrote:
> More precisely, three things seem to be wrong:
> 
> - hconfig.h is missing/not being generated.
> 
> - /usr/include/stdio.h says:
> 
>       extern __const char *__const sys_errlist[];
> 
>   but /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/system.h says:
> 
>       extern char *sys_errlist[];
> 
>   possibly because HAVE_STRERROR is not defined at that point.
> 
> - The PVPROTO macro is not defined at that point; it is defined in
>   /usr/src/contrib/gcc/gansidecl.h as
> 
>       #define PVPROTO(ARGS) PARAMS(ARGS)
> 
> Is anyone else seeing this?
> 

I did a "make -j 4 buildworld" every day last week.  I did not
see this error.  Did you by any chance run configure in the
contrib/gcc (or whatever the current gcc contrib source tree
is called)?

If your build tree ends up in /usr/obj, then you might try
rm -rf /usr/obj
chflags -r noschg /usr/obj
rm -rf /usr/obj
cd /usr/src 
make clean
make buildworld

-- 
Steve


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to