This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure (on FreeBSD)
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 8 Sep 2007 11:13:41 +0200 (CEST)
- Subject: Bootstrap failure (on FreeBSD)
I have been getting the following for a couple of days, but it seems
nobody else is seeing this? This is on a FreeBSD 5.4 machine which has
been bootstrapping mainline for months w/o problems, apart from the usual
short-lived breakages:
libtool: compile: /usr/nabil-files/pfeifer/OBJ-0907-2228/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0907-2228/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd6.2/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd6.2/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd6.2/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd6.2/sys-include -DHAVE_CONFIG_H -I. -I/sw/test/GCC/trunk/libgomp -I. -I/sw/test/GCC/trunk/libgomp/config/posix -I/sw/test/GCC/trunk/libgomp -Wall -pthread -Werror -O2 -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c /sw/test/GCC/trunk/libgomp/team.c -fPIC -DPIC -o .libs/team.o
libtool: compile: /usr/nabil-files/pfeifer/OBJ-0907-2228/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0907-2228/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd6.2/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd6.2/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd6.2/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd6.2/sys-include -DHAVE_CONFIG_H -I. -I/sw/test/GCC/trunk/libgomp -I. -I/sw/test/GCC/trunk/libgomp/config/posix -I/sw/test/GCC/trunk/libgomp -Wall -pthread -Werror -O2 -g -O2 -MT team.lo -MD -MP -MF .deps/team.Tpo -c /sw/test/GCC/trunk/libgomp/team.c -o team.o >/dev/null 2>&1
gmake[4]: *** [team.lo] Error 1
gmake[4]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0907-2228/i386-unknown-freebsd6.2/libgomp'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0907-2228/i386-unknown-freebsd6.2/libgomp'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0907-2228/i386-unknown-freebsd6.2/libgomp'
gmake[1]: *** [all-target-libgomp] Error 2
gmake[1]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0907-2228'
gmake: *** [bootstrap-lean] Error 2
Unfortunately, the log/error message does not appear very helpful. Any
hints how to make some progress with this?
Gerald