This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure on i386-pc-solaris2.10
- From: Art Haas <ahaas at impactweather dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 5 Sep 2007 16:25:10 GMT
- Subject: Bootstrap failure on i386-pc-solaris2.10
Hi.
I've had no luck with my builds since yesterday. The applied-then-reverted
patches regarding the tree_ssa_operands.c files caused build errors
yesterday. I was hopeful that the reversion would resolve my build errors,
but I'm sorry to report that my builds are still failing now with
a bootstrap comparison error:
$ make bootrap-lean ...
[ ... snip build log ... ]
make[3]: Leaving directory `/export/home/arth/gnu/gcc-0905'
Comparing stages 2 and 3
warning: ./cc1plus-checksum.o differs
warning: ./cc1-checksum.o differs
warning: ./cc1obj-checksum.o differs
Bootstrap comparison failure!
./cfgloopmanip.o differs
make[2]: *** [compare] Error 1
make[2]: Leaving directory `/export/home/arth/gnu/gcc-0905'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/export/home/arth/gnu/gcc-0905'
make: *** [bootstrap-lean] Error 2
$
I'm on i386-pc-solaris2.10, and my bootstrap compiler is a GCC-4.3 build
from yesterday morning:
$ gcc -v
Using built-in specs.
Target: i386-pc-solaris2.10
Configured with: /export/home/arth/gnu/gcc/configure --enable-languages=c,c++,objc --disable-nls --disable-checking --with-gmp=/usr/local --with-mpfr=/usr/local --enable-threads --with-gnu-as --with-as=/usr/sfw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --disable-multilib --disable-libstdcxx-pch
Thread model: posix
gcc version 4.3.0 20070904 (experimental) (GCC)
$
My builds that have failed are configured with the same options as listed in
the 'gcc -v' output above. I get the tree via the mercurial-repo mirror
and my last pull was an hour or so ago, with 'hg tip' saying the latest
patch was from Paul Thomas on the 'gfortran.dg/char_length_10.f90' file.
Art Haas