public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Building gcc 3.3.2 on HPUX11.11 - make bootstrap (stage3) fails: Bootstrap comparison failure!
@ 2004-03-12 12:33 Scelers, Philippe
  2004-03-12 13:03 ` Scelers, Philippe
  2004-03-12 14:10 ` Eljay Love-Jensen
  0 siblings, 2 replies; 4+ messages in thread
From: Scelers, Philippe @ 2004-03-12 12:33 UTC (permalink / raw)
  To: gcc-help; +Cc: Scelers, Philippe

Hi
I cannot build gcc 3.2.3 on HP-UX 11.i
Note: I get the same error on HP-UX 11.00.

Configure step:
./configure
--prefix=/free/GNU_BUILD/G1/devenv/distrib/9000/785/B.11.11/gcc-3.2.3
--enable-languages=c,c++,f77 --disable-nls
    Configuring for a hppa2.0w-hp-hpux11.11 host.
    *** This configuration is not supported in the following subdirectories:
         target-libffi target-boehm-gc target-zlib target-libjava zlib
fastjar target-libobjc
        (Any other directories should still work fine.)

Make step:
make bootstrap
  I get an error at stage3: Bootstrap comparison failure!
    make[2]: Leaving directory
`/tmp_mnt/free/GNU_BUILD/G1/devenv/build_src/9000/785/B.11.11/gcc-3.2.3/gcc'
    echo timestamp > stage3_build
    echo stage3_build > stage_last

    Bootstrap complete - make "quickstrap" to redo last build,
    "restage1" through "restage3" to rebuild specific stages,
    or "cleanstrap" to redo the bootstrap from scratch.
    make[1]: Leaving directory
`/tmp_mnt/free/GNU_BUILD/G1/devenv/build_src/9000/785/B.11.11/gcc-3.2.3/gcc'
    Comparing stage2 and stage3 of the compiler
    make[1]: Entering directory
`/tmp_mnt/free/GNU_BUILD/G1/devenv/build_src/9000/785/B.11.11/gcc-3.2.3/gcc'
    rm -f .bad_compare
    ......
    Bootstrap comparison failure!
    alias.o differs
    ..... (lot of object files differs)

Did I missed something? options? prerequisites?


As a workaroud, I try to build binutils-2.14 to configure gcc-3.2.3 with
GNU ld and GNU as
Unfortunately GNU ld is not supported, see message below
Configure step:
./configure
--prefix=/free/GNU_BUILD/G1/tools/distrib/9000/785/B.11.11/binutils-2.14
--disable-nls
    creating cache ./config.cache
    checking host system type... hppa2.0w-hp-hpux11.11
    checking target system type... hppa2.0w-hp-hpux11.11
    checking build system type... hppa2.0w-hp-hpux11.11
    *** This configuration is not supported in the following subdirectories:
         ld
        (Any other directories should still work fine.)
    /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file
(conftest.o) was detected. The linked output may not run on a PA 1.x system.


I cannot figure out to build gcc-3.2.3 on HP-UX 11.i (and HP-UX 11.00)

Thank you for help,
-- 
Philippe Scelers

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

* Re: Building gcc 3.3.2 on HPUX11.11 - make bootstrap (stage3) fails: Bootstrap comparison failure!
  2004-03-12 12:33 Building gcc 3.3.2 on HPUX11.11 - make bootstrap (stage3) fails: Bootstrap comparison failure! Scelers, Philippe
@ 2004-03-12 13:03 ` Scelers, Philippe
  2004-03-12 14:10 ` Eljay Love-Jensen
  1 sibling, 0 replies; 4+ messages in thread
From: Scelers, Philippe @ 2004-03-12 13:03 UTC (permalink / raw)
  To: gcc-help

sorry, typo error in title, please read "gcc3.2.3"

Philippe Scelers wrote:

> Hi
> I cannot build gcc 3.2.3 on HP-UX 11.i
> Note: I get the same error on HP-UX 11.00.
>
> Configure step:
> ./configure
> --prefix=/free/GNU_BUILD/G1/devenv/distrib/9000/785/B.11.11/gcc-3.2.3
> --enable-languages=c,c++,f77 --disable-nls
>    Configuring for a hppa2.0w-hp-hpux11.11 host.
>    *** This configuration is not supported in the following 
> subdirectories:
>         target-libffi target-boehm-gc target-zlib target-libjava zlib
> fastjar target-libobjc
>        (Any other directories should still work fine.)
>
> Make step:
> make bootstrap
>  I get an error at stage3: Bootstrap comparison failure!
>    make[2]: Leaving directory
> `/tmp_mnt/free/GNU_BUILD/G1/devenv/build_src/9000/785/B.11.11/gcc-3.2.3/gcc'
>    echo timestamp > stage3_build
>    echo stage3_build > stage_last
>
>    Bootstrap complete - make "quickstrap" to redo last build,
>    "restage1" through "restage3" to rebuild specific stages,
>    or "cleanstrap" to redo the bootstrap from scratch.
>    make[1]: Leaving directory
> `/tmp_mnt/free/GNU_BUILD/G1/devenv/build_src/9000/785/B.11.11/gcc-3.2.3/gcc'
>    Comparing stage2 and stage3 of the compiler
>    make[1]: Entering directory
> `/tmp_mnt/free/GNU_BUILD/G1/devenv/build_src/9000/785/B.11.11/gcc-3.2.3/gcc'
>    rm -f .bad_compare
>    ......
>    Bootstrap comparison failure!
>    alias.o differs
>    ..... (lot of object files differs)
>
> Did I missed something? options? prerequisites?
>
>
> As a workaroud, I try to build binutils-2.14 to configure gcc-3.2.3 with
> GNU ld and GNU as
> Unfortunately GNU ld is not supported, see message below
> Configure step:
> ./configure
> --prefix=/free/GNU_BUILD/G1/tools/distrib/9000/785/B.11.11/binutils-2.14
> --disable-nls
>    creating cache ./config.cache
>    checking host system type... hppa2.0w-hp-hpux11.11
>    checking target system type... hppa2.0w-hp-hpux11.11
>    checking build system type... hppa2.0w-hp-hpux11.11
>    *** This configuration is not supported in the following 
> subdirectories:
>         ld
>        (Any other directories should still work fine.)
>    /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file
> (conftest.o) was detected. The linked output may not run on a PA 1.x 
> system.
>
>
> I cannot figure out to build gcc-3.2.3 on HP-UX 11.i (and HP-UX 11.00)
>
> Thank you for help,



-- 
Philippe Scelers

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

* Re: Building gcc 3.3.2 on HPUX11.11 - make bootstrap (stage3) fails: Bootstrap comparison failure!
  2004-03-12 12:33 Building gcc 3.3.2 on HPUX11.11 - make bootstrap (stage3) fails: Bootstrap comparison failure! Scelers, Philippe
  2004-03-12 13:03 ` Scelers, Philippe
@ 2004-03-12 14:10 ` Eljay Love-Jensen
  2004-03-12 14:48   ` Scelers, Philippe
  1 sibling, 1 reply; 4+ messages in thread
From: Eljay Love-Jensen @ 2004-03-12 14:10 UTC (permalink / raw)
  To: Scelers, Philippe, gcc-help; +Cc: Scelers, Philippe

Hi Philippe,

GCC cannot be built in the same directory as the source code.

Create a build directory
mkdir build
cd build
../gcc332/configure --yadayadayada

HTH,
--Eljay

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

* Re: Building gcc 3.3.2 on HPUX11.11 - make bootstrap (stage3) fails: Bootstrap comparison failure!
  2004-03-12 14:10 ` Eljay Love-Jensen
@ 2004-03-12 14:48   ` Scelers, Philippe
  0 siblings, 0 replies; 4+ messages in thread
From: Scelers, Philippe @ 2004-03-12 14:48 UTC (permalink / raw)
  To: Eljay Love-Jensen; +Cc: gcc-help

Hi Eljay,
I do this way and get the same error
Philippe

Eljay Love-Jensen wrote:

> Hi Philippe,
>
> GCC cannot be built in the same directory as the source code.
>
> Create a build directory
> mkdir build
> cd build
> ../gcc332/configure --yadayadayada
>
> HTH,
> --Eljay
>


-- 
Philippe Scelers

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

end of thread, other threads:[~2004-03-12 14:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-12 12:33 Building gcc 3.3.2 on HPUX11.11 - make bootstrap (stage3) fails: Bootstrap comparison failure! Scelers, Philippe
2004-03-12 13:03 ` Scelers, Philippe
2004-03-12 14:10 ` Eljay Love-Jensen
2004-03-12 14:48   ` Scelers, Philippe

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