Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170067 - [cross-spu-elf/gcc] trying to build gcc-4.3.0_alpha20070202 on ps3 fails
Summary: [cross-spu-elf/gcc] trying to build gcc-4.3.0_alpha20070202 on ps3 fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-09 08:47 UTC by Sebastian Siewior
Modified: 2008-03-24 12:54 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Siewior 2007-03-09 08:47:09 UTC
Mergeing fails due to configure error while in Configuring in spu-elf/libstdc++-v3 :


checking for shared library run path origin... done
checking for iconv... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/var/tmp/portage/cross-spu-elf/gcc-4.3.0_alpha20070202/work/build'
make: *** [all] Error 2

!!! ERROR: cross-spu-elf/gcc-4.3.0_alpha20070202 failed.


ebuild is from layman/toolchain, cross-spu-elf generated by sys-devel/crossdev-0-9.18

Adding nocxx to the useflags might be okey if c++ is not required.
Comment 1 Luca Barbato gentoo-dev 2007-03-09 08:52:18 UTC
wasn't new, what changed to trigger it again?
Comment 2 Markus Rothe (RETIRED) gentoo-dev 2008-03-09 21:11:43 UTC
I just stepped across this bug while searching for "gcc 4.3". adding ppc64 to cc to get some attention.

sebastian: does this also happen with latest gcc 4.3 snapshot?
Comment 3 Markus Rothe (RETIRED) gentoo-dev 2008-03-24 12:54:52 UTC
try to compile with "-* bootstrap nocxx" and afterwards with your normal use flags. this fixed the problem for my arm-unknown-linux-gnu cross compiler.

If it still does not work reopen this bug.