Failure to bootstrap for trunk on i686-pc-linux-gnu
Autocrasher
autocrasher@devphil.com
Fri Nov 5 06:45:00 GMT 2004
The tree has failed during the bootstrap step. The last 30 lines of
the log are below; since I do parallel builds, the error may not be on the
last line.
Attached are the ChangeLogs since the previous run. Possibly a patch with
your name on it has caused the problem(s).
The full transcript is at http://www.devphil.com/build/
Specific problem logs at http://www.devphil.com/build/reports/tests-trunk/
(explanations of each file are on the main page; you probably want summary*)
Host was an athlon-xp (i686) system. Target was specified as i686-pc-linux-gnu.
This particular run used standard (previously installed) binutils.
This email is generated by a machine, not sent from a person. If you think
it's been sent to you in error, please see the gcc-regression list archives
for possible followup discussion; this could be legitimate or it could be a
false positive. Also watch for email from the other regression testers and
check the logs from the known autobuilders.
If you write a response, please respect the Reply-To: header.
With love,
The Autocrasher (Phil's Builder Bot, version 2.1)
=========================================================================
-------------- next part --------------
diff -u1r previous/CL/ChangeLog broken/CL/ChangeLog
--- previous/CL/ChangeLog 2004-11-04 16:10:02.000000000 -0500
+++ broken/CL/ChangeLog 2004-11-05 01:40:02.000000000 -0500
@@ -1 +1,8 @@
+2004-11-04 Geoffrey Keating <geoffk@apple.com>
+
+ * Makefile.def: Build fixincludes for the host, too.
+ * Makefile.in: Regenerate.
+ * configure.in (host_tools): Add fixincludes.
+ * configure: Regenerate.
+
2004-11-04 Daniel Jacobowitz <dan@debian.org>
diff -u1r previous/CL/contrib/ChangeLog broken/CL/contrib/ChangeLog
--- previous/CL/contrib/ChangeLog 2004-09-01 01:40:03.000000000 -0400
+++ broken/CL/contrib/ChangeLog 2004-11-05 01:40:03.000000000 -0500
@@ -1 +1,5 @@
+2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
+
2004-08-04 Paolo Bonzini <bonzini@gnu.org>
diff -u1r previous/CL/gcc/ChangeLog broken/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog 2004-11-04 16:10:03.000000000 -0500
+++ broken/CL/gcc/ChangeLog 2004-11-05 01:40:04.000000000 -0500
@@ -1 +1,96 @@
+2004-11-04 Geoffrey Keating <geoffk@apple.com>
+
+ * Makefile.in (distclean): Don't delete nonexistent fixinc/ directory.
+ (install-mkheaders): Install the version built for the
+ host, not for the build machine.
+ * configure.ac: Always run fixincludes.
+ (all_outputs): Remove mkheaders.
+ * configure: Regenerate.
+ * fixinc.in: Move to fixincludes/.
+ * mkfixinc.sh: Likewise.
+ * mkheaders.in: Likewise.
+ * README-fixinc: Likewise.
+
+2004-11-05 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
+
+ PR target/18263
+ * config/arc/lib1funcs.asm (___umulsidi3): Change use of cmp to the
+ equivalent on the A4.
+
+2004-11-05 Joseph S. Myers <joseph@codesourcery.com>
+
+ * doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
+ doc/cppopts.texi, doc/extend.texi, doc/fragments.texi,
+ doc/frontends.texi, doc/gcov.texi, doc/hostconfig.texi,
+ doc/implement-c.texi, doc/install.texi, doc/invoke.texi,
+ doc/libgcc.texi, doc/md.texi, doc/passes.texi,
+ doc/portability.texi, doc/rtl.texi, doc/sourcebuild.texi,
+ doc/standards.texi, doc/tm.texi, doc/tree-ssa.texi,
+ doc/trouble.texi: Correct end-of-sentence markup and markup of
+ "etc.", "e.g." and "i.e.". Use @code in various places where
+ appropriate.
+
+2004-11-05 Joseph S. Myers <joseph@codesourcery.com>
+
+ * doc/c-tree.texi, doc/cfg.texi, doc/extend.texi, doc/gty.texi,
+ doc/install.texi, doc/invoke.texi, doc/md.texi, doc/passes.texi,
+ doc/rtl.texi, doc/tm.texi, doc/tree-ssa.texi: Remove trailing
+ whitespace.
+
+2004-11-04 Mark Mitchell <mark@codesourcery.com>
+
+ * config/arm/arm.c (arm_handle_notshared_attribute): New function.
+ * doc/extend.texi: Document "notshared" attribute.
+
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * tree-phinodes.c (make_phi_node): Make it static.
+ * tree.h: Remove the prototypes for make_phi_node.
+
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * stmt.c (expand_asm, expand_asm_operands): Make them static.
+ * tree.h: Remove the prototypes for expand_asm and
+ expand_asm_operands.
+
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * passes.c (rest_of_compilation): Make it static.
+ * toplev.h: Remove the prototype for rest_of_compilation.
+
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * jump.c (cleanup_barriers): Use delete_insn instead of
+ delete_barrier.
+ (delete_barrier): Remove.
+ * rtl.h: Remove the corresponding prototype.
+
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * expr.c (mostly_zero_p): Make it static.
+ * tree.h: Remove the prototype for mostly_zeros_p.
+
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * cfgrtl.c (force_nonfallthru_and_redirect): Make it static.
+
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * builtins.c (expand_builtin_return_addr,
+ expand_builtin_longjmp, expand_builtin_trap): Make them static.
+ * expr.h: Remove the prototypes for expand_builtin_longjmp and
+ expand_builtin_trap.
+ * tree.h: Remove the prototype for expand_builtin_return_addr.
+
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * tree-cfg.c (find_taken_edge): Reject VAL begin NULL.
+ * tree-ssa-ccp.c (visit_cond_stmt): Don't call find_taken_edge
+ with VAL being NULL.
+
+2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * cfghooks.c (delete_basic_block): Remove code to truncate
+ edge vectors.
+
2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
diff -u1r previous/CL/gcc/testsuite/ChangeLog broken/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog 2004-11-04 16:10:14.000000000 -0500
+++ broken/CL/gcc/testsuite/ChangeLog 2004-11-05 01:40:17.000000000 -0500
@@ -1 +1,10 @@
+2004-11-04 Mark Mitchell <mark@codesourcery.com>
+
+ * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
+
+2004-11-04 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
+ on LP64 targets.
+
2004-11-04 Joseph S. Myers <joseph@codesourcery.com>
diff -u1r previous/CL/libgfortran/ChangeLog broken/CL/libgfortran/ChangeLog
--- previous/CL/libgfortran/ChangeLog 2004-10-30 16:10:38.000000000 -0400
+++ broken/CL/libgfortran/ChangeLog 2004-11-05 01:40:46.000000000 -0500
@@ -1 +1,7 @@
+2004-11-05 Kelley Cook <kcook@gcc.gnu.org>
+
+ * acinclude.m4: Properly quote AC_CACHE_CHECK.
+ * Makefile.am: Add in ACLOCAL_AMFLAGS.
+ * aclocal.m4, configure, Makefile.in: Regenerate.
+
2004-10-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
-------------- next part --------------
prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a
./xgcc -B./ -B/mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/bin/ -isystem /mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/include -isystem /mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/sys-include -L/mnt/build/build-2004-11-05-014001-trunk/gcc/../ld -dumpspecs > tmp-specs
mv tmp-specs specs
if [ -f /usr/include/limits.h ] ; then \
cat /home/pme/src/trunk/gcc/limitx.h /home/pme/src/trunk/gcc/glimits.h /home/pme/src/trunk/gcc/limity.h > tmp-xlimits.h; \
else \
cat /home/pme/src/trunk/gcc/glimits.h > tmp-xlimits.h; \
fi
mv tmp-xlimits.h xlimits.h
(SHLIB_LINK=' ./xgcc -B./ -B/mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/bin/ -isystem /mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/include -isystem /mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/sys-include -L/mnt/build/build-2004-11-05-014001-trunk/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && if [ -f @shlib_dir@@shlib_so_name@.so.1 ]; then mv -f @shlib_dir@@shlib_so_name@.so.1 @shlib_dir@@shlib_so_name@.so.1.`basename `; else true; fi && mv @shlib_dir@@shlib_so_name@.so.1.tmp @shlib_dir@@shlib_so_name@.so.1 && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \
SHLIB_MULTILIB=''; \
gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/mnt/build/install-2004-11-05-014001-trunk/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/mnt/build/install-2004-11-05-014001-trunk/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.0.0\" -DDEFAULT_TARGET_MACHINE=\"i686-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/mnt/build/install-2004-11-05-014001-trunk/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
-I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/cp/g++spec.c)
gcc -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -o g++ \
gcc.o g++spec.o intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a
(SHLIB_LINK=' ./xgcc -B./ -B/mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/bin/ -isystem /mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/include -isystem /mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/sys-include -L/mnt/build/build-2004-11-05-014001-trunk/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && if [ -f @shlib_dir@@shlib_so_name@.so.1 ]; then mv -f @shlib_dir@@shlib_so_name@.so.1 @shlib_dir@@shlib_so_name@.so.1.`basename `; else true; fi && mv @shlib_dir@@shlib_so_name@.so.1.tmp @shlib_dir@@shlib_so_name@.so.1 && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \
SHLIB_MULTILIB=''; \
gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/mnt/build/install-2004-11-05-014001-trunk/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/mnt/build/install-2004-11-05-014001-trunk/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.0.0\" -DDEFAULT_TARGET_MACHINE=\"i686-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/mnt/build/install-2004-11-05-014001-trunk/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
-I. -I. -I/home/pme/src/trunk/gcc -I/home/pme/src/trunk/gcc/. -I/home/pme/src/trunk/gcc/../include -I/home/pme/src/trunk/gcc/../libcpp/include /home/pme/src/trunk/gcc/fortran/gfortranspec.c)
gcc -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -o gfortran \
gcc.o gfortranspec.o version.o prefix.o intl.o ../libcpp/libcpp.a ../libiberty/libiberty.a
echo | ./xgcc -B./ -B/mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/bin/ -isystem /mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/include -isystem /mnt/build/install-2004-11-05-014001-trunk/i686-pc-linux-gnu/sys-include -L/mnt/build/build-2004-11-05-014001-trunk/gcc/../ld -E -dM - | \
sed -n 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p ; \
s/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
sort -u > macro_list
make[2]: *** No rule to make target `../build-i686-pc-linux-gnu/fixincludes/fixincl', needed by `stmp-fixinc'. Stop.
make[2]: Leaving directory `/mnt/build/build-2004-11-05-014001-trunk/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mnt/build/build-2004-11-05-014001-trunk/gcc'
make: *** [bootstrap] Error 2
More information about the Gcc-regression
mailing list