This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
3.0 branch bootstrap fails on FreeBSD 4.2?
- To: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Subject: 3.0 branch bootstrap fails on FreeBSD 4.2?
- From: Charles Randall <crandall at matchlogic dot com>
- Date: Tue, 22 May 2001 14:10:57 -0600
> On FreeBSD 4.2-R, "make bootstrap" of a fresh CVS update of the 3.0 branch
> fails as indicated below. This is a plain vanilla FreeBSD install with
> Bison v1.28 using FreeBSD's /usr/bin/make.
>
> Can anyone repeat this?
>
> Is this pilot error, a bug, or something else?
>
> -Charles
>
> % cvs -z9 update -dP -r gcc-3_0-branch gcc
> ...
> % mkdir objdir
> % cd objdir
> % ../gcc/configure --prefix=/tmp/cfr/gcc --enable-languages=c++
> ...
> % make bootstrap
> ...
> if [ -f specs.ready ] ; then true; else echo timestamp > specs.ready;
> fi
> (MAKE="make"; srcdir=`cd ../../gcc/gcc/fixinc && pwd` ; CC="stage1/xgcc
> -Bstage1/ -B/tmp/cfr/gcc/i386-unknown-freebsd4.2/bin/"; CFLAGS="-g -O2";
> LDFLAGS=""; WARN_CFLAGS="-W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long"; export MAKE
> srcdir CC CFLAGS LDFLAGS WARN_CFLAGS; cd ./fixinc && /bin/sh
> ${srcdir}/mkfixinc.sh i386-unknown-freebsd4.2 i386-unknown-freebsd4.2)
> constructing ../fixinc.sh for i386-unknown-freebsd4.2 to run on
> i386-unknown-freebsd4.2
> make TARGETS=oneprocess SHELL="/bin/sh" CC="stage1/xgcc -Bstage1/
> -B/tmp/cfr/gcc/i386-unknown-freebsd4.2/bin/" CFLAGS="-g -O2" LDFLAGS=""
> install-bin
> /bin/sh ../../../gcc/gcc/fixinc/genfixes machname.h
> Forbidden identifiers: i386 unix
> stage1/xgcc -Bstage1/ -B/tmp/cfr/gcc/i386-unknown-freebsd4.2/bin/ -c
> -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I..
> -I../../../gcc/gcc/fixinc -I../../../gcc/gcc/fixinc/..
> -I../../../gcc/gcc/fixinc/../config
> -I../../../gcc/gcc/fixinc/../../include ../../../gcc/gcc/fixinc/fixincl.c
> stage1/xgcc:No such file or directory
> *** Error code 1
>
> Stop in /logs/cfr/gcc/objdir/gcc/fixinc.
> *** Error code 1
>
> Stop in /logs/cfr/gcc/objdir/gcc.
> *** Error code 1
>
> Stop in /logs/cfr/gcc/objdir/gcc.
> *** Error code 1
>
> Stop in /logs/cfr/gcc/objdir.