Date: Sat, 18 Dec 1999 17:13:39 -0800 (PST) From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Jos.Backus@nl.origin-it.com (Jos Backus) Cc: freebsd-current@FreeBSD.ORG Subject: Re: make world broken Message-ID: <199912190113.RAA09317@troutmask.apl.washington.edu> In-Reply-To: <19991219010305.B53473@hal.mpn.cp.philips.com> from Jos Backus at "Dec 19, 1999 01:03:05 am"
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912190113.RAA09317>