public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/40696]  New: Make bootstrap fail
@ 2009-07-09  6:59 Chaipzor at hotmail dot com
  2009-07-09  7:53 ` [Bug bootstrap/40696] " ebotcazou at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Chaipzor at hotmail dot com @ 2009-07-09  6:59 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] Make bootstrap fail
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
@ 2009-07-09  7:53 ` ebotcazou at gcc dot gnu dot org
  2009-07-09 10:38 ` Chaipzor at hotmail dot com
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-07-09  7:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ebotcazou at gcc dot gnu dot org  2009-07-09 07:53 -------
What compiler do you use to bootstrap?


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] Make bootstrap fail
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
  2009-07-09  7:53 ` [Bug bootstrap/40696] " ebotcazou at gcc dot gnu dot org
@ 2009-07-09 10:38 ` Chaipzor at hotmail dot com
  2009-07-09 10:46 ` ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chaipzor at hotmail dot com @ 2009-07-09 10:38 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] Make bootstrap fail
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
  2009-07-09  7:53 ` [Bug bootstrap/40696] " ebotcazou at gcc dot gnu dot org
  2009-07-09 10:38 ` Chaipzor at hotmail dot com
@ 2009-07-09 10:46 ` ebotcazou at gcc dot gnu dot org
  2009-07-09 10:58 ` Chaipzor at hotmail dot com
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-07-09 10:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2009-07-09 10:46 -------
> 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'.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] Make bootstrap fail
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
                   ` (2 preceding siblings ...)
  2009-07-09 10:46 ` ebotcazou at gcc dot gnu dot org
@ 2009-07-09 10:58 ` Chaipzor at hotmail dot com
  2009-07-09 11:00 ` ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chaipzor at hotmail dot com @ 2009-07-09 10:58 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] Make bootstrap fail
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
                   ` (3 preceding siblings ...)
  2009-07-09 10:58 ` Chaipzor at hotmail dot com
@ 2009-07-09 11:00 ` ebotcazou at gcc dot gnu dot org
  2009-07-09 11:48 ` Chaipzor at hotmail dot com
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-07-09 11:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2009-07-09 11:00 -------
> 3.4.3 is the GCC old version

Please post the output of 'gcc -v'.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] Make bootstrap fail
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
                   ` (4 preceding siblings ...)
  2009-07-09 11:00 ` ebotcazou at gcc dot gnu dot org
@ 2009-07-09 11:48 ` Chaipzor at hotmail dot com
  2009-07-09 11:54 ` Chaipzor at hotmail dot com
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chaipzor at hotmail dot com @ 2009-07-09 11:48 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] Make bootstrap fail
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
                   ` (5 preceding siblings ...)
  2009-07-09 11:48 ` Chaipzor at hotmail dot com
@ 2009-07-09 11:54 ` Chaipzor at hotmail dot com
  2009-07-09 16:40 ` [Bug bootstrap/40696] bootstrap comparison failure on Ada build tools ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chaipzor at hotmail dot com @ 2009-07-09 11:54 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] bootstrap comparison failure on Ada build tools
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
                   ` (6 preceding siblings ...)
  2009-07-09 11:54 ` Chaipzor at hotmail dot com
@ 2009-07-09 16:40 ` ebotcazou at gcc dot gnu dot org
  2009-07-10  6:45 ` Chaipzor at hotmail dot com
  2009-07-10  7:16 ` ebotcazou at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-07-09 16:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from ebotcazou at gcc dot gnu dot org  2009-07-09 16:40 -------
> 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.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
   GCC host triplet|Sparc-Sun Solaris 10 (Sun   |
                   |blade 100)                  |
         Resolution|                            |FIXED
            Summary|Make bootstrap fail         |bootstrap comparison failure
                   |                            |on Ada build tools
   Target Milestone|---                         |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] bootstrap comparison failure on Ada build tools
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
                   ` (7 preceding siblings ...)
  2009-07-09 16:40 ` [Bug bootstrap/40696] bootstrap comparison failure on Ada build tools ebotcazou at gcc dot gnu dot org
@ 2009-07-10  6:45 ` Chaipzor at hotmail dot com
  2009-07-10  7:16 ` ebotcazou at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: Chaipzor at hotmail dot com @ 2009-07-10  6:45 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug bootstrap/40696] bootstrap comparison failure on Ada build tools
  2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
                   ` (8 preceding siblings ...)
  2009-07-10  6:45 ` Chaipzor at hotmail dot com
@ 2009-07-10  7:16 ` ebotcazou at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-07-10  7:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from ebotcazou at gcc dot gnu dot org  2009-07-10 07:16 -------
> 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?

Once you hit the bootstrap failure.  Btw, 'make bootstrap' is deprecated with
recent GCCs, just type 'make'.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40696


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-07-10  7:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-09  6:59 [Bug bootstrap/40696] New: Make bootstrap fail Chaipzor at hotmail dot com
2009-07-09  7:53 ` [Bug bootstrap/40696] " ebotcazou at gcc dot gnu dot org
2009-07-09 10:38 ` Chaipzor at hotmail dot com
2009-07-09 10:46 ` ebotcazou at gcc dot gnu dot org
2009-07-09 10:58 ` Chaipzor at hotmail dot com
2009-07-09 11:00 ` ebotcazou at gcc dot gnu dot org
2009-07-09 11:48 ` Chaipzor at hotmail dot com
2009-07-09 11:54 ` Chaipzor at hotmail dot com
2009-07-09 16:40 ` [Bug bootstrap/40696] bootstrap comparison failure on Ada build tools ebotcazou at gcc dot gnu dot org
2009-07-10  6:45 ` Chaipzor at hotmail dot com
2009-07-10  7:16 ` ebotcazou at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).