Date: Sun, 19 Dec 1999 01:03:05 +0100 From: Jos Backus <Jos.Backus@nl.origin-it.com> To: freebsd-current@FreeBSD.ORG Subject: Re: make world broken Message-ID: <19991219010305.B53473@hal.mpn.cp.philips.com> In-Reply-To: <19991217115334.B11849@hal.mpn.cp.philips.com>; from Jos.Backus@nl.origin-it.com on Fri, Dec 17, 1999 at 11:53:34AM %2B0100 References: <19991216231609.A90209@hal.mpn.cp.philips.com> <385AC788.56641747@heartland.ab.ca> <19991217115334.B11849@hal.mpn.cp.philips.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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?
jos:/usr/src# make -f Makefile.inc1 build-tools
cd /usr/src/bin/sh; make build-tools
cd /usr/src/games/adventure; make build-tools
cd /usr/src/games/hack; make build-tools
cd /usr/src/games/phantasia; make build-tools
cd /usr/src/gnu/usr.bin/cc/cc_tools; make build-tools
cd /usr/src/gnu/usr.bin/cc/f771; make build-tools
cc -O -pipe -march=pentium -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/src/gnu/usr.bin/cc/f771/../cc_tools -I/usr/src/gnu/usr.bin/cc/f771/../cc_tools -I/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f -I. -c /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/fini.c
In file included from /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/proj.h:28,
from /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/fini.c:24:
/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/hconfig.j:25: hconfig.h: No such file or directory
In file included from /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/system.j:25,
from /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/proj.h:32,
from /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/fini.c:24:
/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/system.h:348: conflicting types for `sys_errlist'
/usr/include/stdio.h:225: previous declaration of `sys_errlist'
/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/system.h:394: syntax error before `PVPROTO'
*** Error code 1
Stop in /usr/src/gnu/usr.bin/cc/f771.
*** Error code 1
Stop in /usr/src.
jos:/usr/src#
Thanks,
--
Jos Backus _/ _/_/_/ "Reliability means never
_/ _/ _/ having to say you're sorry."
_/ _/_/_/ -- D. J. Bernstein
_/ _/ _/ _/
Jos.Backus@nl.origin-it.com _/_/ _/_/_/ use Std::Disclaimer;
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?19991219010305.B53473>
