This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap -j 2 failure for gcc 3.4.1 20040602 on i686-linux: make[4]: stage2/xgcc: Command not found


A recent change to the 3.4 tree (now at 3.4.1) makes it not bootstrap
at j -2 (and I assume greater).

<snip>

checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-linux-gcc... gcc
checking for C compiler default output... make[4]: Entering directory `/usr/local/src/branch/objdir/gcc'
stage2/xgcc -Bstage2/ -B/usr/local/gcc-binutils/i686-linux/bin/   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition     -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genflags \
	genflags.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \
	errors.o ../libiberty/libiberty.a
make[4]: stage2/xgcc: Command not found
make[4]: *** [genflags] Error 127
make[4]: Leaving directory `/usr/local/src/branch/objdir/gcc'
make[3]: *** [stage3_build] Error 2
make[3]: Leaving directory `/usr/local/src/branch/objdir/gcc'
make[2]: *** [quickstrap] Error 2
make[2]: Leaving directory `/usr/local/src/branch/objdir/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: *** Waiting for unfinished jobs....
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o

<snip>

The problem did not show at LAST_UPDATED: Tue Jun 1 06:19:29 UTC 2004,
see http://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00023.html, but
occurs now at LAST_UPDATED: Wed Jun 2 06:13:21 UTC 2004... so the
failure causing candidates are, hmm, not easy to understand...

This was the output from gcc_update was this:

Wed Jun  2 08:07:42 CEST 2004
Updating CVS tree
P gcc/ChangeLog
P gcc/version.c
P gcc/cp/ChangeLog
P gcc/cp/cxx-pretty-print.c
P gcc/cp/error.c
P gcc/cp/init.c
P gcc/cp/parser.c
P gcc/cp/pt.c
P gcc/doc/install.texi
P gcc/doc/invoke.texi
P gcc/objc/objc-act.c
P gcc/testsuite/ChangeLog
U gcc/testsuite/g++.dg/parse/offsetof4.C
U gcc/testsuite/objc.dg/private-1.m
U gcc/testsuite/objc.dg/private-2.m
P libstdc++-v3/include/bits/c++config
Adjusting file timestamps

So I guess that the problem was introduced before... I can't find
anything that points towards a cause of the problem. I suspect race
conditions related to configure/Makefile changes... or hw problems?...

Cheers,

/ChJ


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]