[Bug bootstrap/40696] New: Make bootstrap fail
Im trying to install GCC 4.4.0 (i tried also with: gcc-4.3.3) my configure is: ../gcc-4.4.0/configure --enable-shared --enable-threads=gnat --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,ada --prefix=/opt/gnu-gcc/gcc-4.4.0 --with-gmp=/usr --with-mpfr=/usr/local --enable-libada --with-gmp-lib=/usr/lib --with-mpfr-lib=/usr/lib --enable-multilib --with-gnu-as it configured without problems, then i 'make bootstrap' and after about 10 hours, my GCC is wrong comparing stages with thess lines: Comparing stages 2 and 3 Bootstrap comparison failure! ./ada/bldtools/nmake_b/xnmake.o differs ./ada/bldtools/nmake_s/xnmake.o differs ./ada/bldtools/treeprs/xtreeprs.o differs ./ada/bldtools/sinfo/xsinfo.o differs ./ada/bldtools/einfo/xeinfo.o differs ./ada/doctools/xgnatugn.o differs make[2]: *** [compare] Error 1 make[2]: Leaving directory `/opt/gnu-gcc/gcc-comp_4.4.0' make[1]: *** [stage3-bubble] Error 2 make[1]: Leaving directory `/opt/gnu-gcc/gcc-comp_4.4.0' make: *** [bootstrap] Error 2 i've installed other version of gcc: 3.4.3 im having this trouble since 1 month ago, i hope you can help me. Thank you, and tell me if you need something more, i think i dont forgot anything. -- Summary: Make bootstrap fail Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Chaipzor at hotmail dot com GCC host triplet: Sparc-Sun Solaris 10 (Sun blade 100) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696
[Bug bootstrap/40696] Make bootstrap fail
--- Comment #2 from Chaipzor at hotmail dot com 2009-07-09 10:38 --- (In reply to comment #1) > What compiler do you use to bootstrap? > erm... i think im using the old gcc to compile this new one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696
[Bug bootstrap/40696] Make bootstrap fail
--- Comment #4 from Chaipzor at hotmail dot com 2009-07-09 10:58 --- (In reply to comment #3) > > erm... i think im using the old gcc to compile this new one. > > I was asking what version of GCC, i.e. the output of 'gcc -v'. > i've installed other version of gcc: 3.4.3 3.4.3 is the GCC old version -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696
[Bug bootstrap/40696] Make bootstrap fail
--- Comment #6 from Chaipzor at hotmail dot com 2009-07-09 11:48 --- (In reply to comment #5) > > 3.4.3 is the GCC old version > > Please post the output of 'gcc -v'. > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696
[Bug bootstrap/40696] Make bootstrap fail
--- Comment #7 from Chaipzor at hotmail dot com 2009-07-09 11:54 --- (In reply to comment #6) > (In reply to comment #5) > > > 3.4.3 is the GCC old version > > > > Please post the output of 'gcc -v'. > > > > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: > /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure > --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as > --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ > --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > well i just checked that when im like "root" and i write: gcc -v i've another response, there u've it... is a bit strange T_T Using built-in specs. Target: sparc-sun-solaris2.8 Configured with: /oslo.c/gnatmail/release-6_0/gcc-41/build-oslo/src/configure --prefix=/opt/gnu/gnat --enable-languages=c,ada --disable-nls --disable-libada --target=sparc-sun-solaris2.8 --host=sparc-sun-solaris2.8 --enable-checking=release --enable-threads=solaris --with-gnu-as Thread model: solaris gcc version 4.1.2 20061220 for GNAT Pro 6.0.1 (20070117) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696
[Bug bootstrap/40696] bootstrap comparison failure on Ada build tools
--- Comment #9 from Chaipzor at hotmail dot com 2009-07-10 06:45 --- (In reply to comment #8) > > Using built-in specs. > > Target: sparc-sun-solaris2.8 > > Configured with: > > /oslo.c/gnatmail/release-6_0/gcc-41/build-oslo/src/configure > > --prefix=/opt/gnu/gnat --enable-languages=c,ada --disable-nls > > --disable-libada > > --target=sparc-sun-solaris2.8 --host=sparc-sun-solaris2.8 > > --enable-checking=release --enable-threads=solaris --with-gnu-as > > Thread model: solaris > > gcc version 4.1.2 20061220 for GNAT Pro 6.0.1 (20070117) > > OK, that's a known bad interaction between GNAT Pro and GNAT FSF. It will be > fixed in GCC 4.5; in the meantime, just do 'rm -rf gcc/ada/*tools' then 'make' > again once you hit the comparison failure. > thank you for responses, but, when i've to do the 'rm -rf...' before start the make bootstrap, or when i got the bootstrap failure? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696