From owner-freebsd-current Sat Dec 18 17:15: 9 1999 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id C603414D4C for ; Sat, 18 Dec 1999 17:15:03 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.3) id RAA09317; Sat, 18 Dec 1999 17:13:39 -0800 (PST) (envelope-from sgk) From: Steve Kargl Message-Id: <199912190113.RAA09317@troutmask.apl.washington.edu> Subject: Re: make world broken In-Reply-To: <19991219010305.B53473@hal.mpn.cp.philips.com> from Jos Backus at "Dec 19, 1999 01:03:05 am" To: Jos.Backus@nl.origin-it.com (Jos Backus) Date: Sat, 18 Dec 1999 17:13:39 -0800 (PST) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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