Bug 4031 - [regression] GCC trunk 20070212 FTBFS
Summary: [regression] GCC trunk 20070212 FTBFS
Status: RESOLVED DUPLICATE of bug 4267
Alias: None
Product: binutils
Classification: Unclassified
Component: ld (show other bugs)
Version: 2.18
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 03:23 UTC by Matthias Klose
Modified: 2007-07-05 11:51 UTC (History)
1 user (show)

See Also:
Host:
Target: powerpc-linux-gnu
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2007-02-13 03:23:10 UTC
seen on Debian unstable (+ binutils 20070210 + glibc-2.5, both from
experimental) and Ubuntu feisty (binutils 20070210), when building GCC trunk,
configured with

  --enable-__cxa_atexit
  --enable-libstdcxx-debug
  --enable-secureplt
  --enable-targets=powerpc-linux,powerpc64-linux
  --with-cpu=default32
  --disable-werror
  --with-long-double-128

collect2: ld terminated with signal 11 [Segmentation fault]
make[7]: *** [libstdc++.la] Error 1
make[7]: Leaving directory
`/home/doko/gcc/4.2/u/gcc-4.2-4.2-20070212/build/powerpc-linux-gnu/libstdc++-v3/src/debug'
make[6]: *** [build_debug] Error 2
make[6]: Leaving directory
`/home/doko/gcc/4.2/u/gcc-4.2-4.2-20070212/build/powerpc-linux-gnu/libstdc++-v3/src'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory
`/home/doko/gcc/4.2/u/gcc-4.2-4.2-20070212/build/powerpc-linux-gnu/libstdc++-v3'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/home/doko/gcc/4.2/u/gcc-4.2-4.2-20070212/build/powerpc-linux-gnu/libstdc++-v3'
make[3]: *** [all-target-libstdc++-v3] Error 2
Comment 1 Alan Modra 2007-07-05 11:51:02 UTC
I couldn't reproduce this with current binutils and gcc.  I'm guessing that 4267
was a duplicate of this bug.

*** This bug has been marked as a duplicate of 4267 ***