Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257120 - cross-i686-mingw32msvc/gcc-4.3.3 fails to build additional frontends
Summary: cross-i686-mingw32msvc/gcc-4.3.3 fails to build additional frontends
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 18:43 UTC by emerald
Modified: 2009-02-03 07:47 UTC (History)
0 users

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


Attachments
build.log (build.log,848.57 KB, text/plain)
2009-01-31 18:44 UTC, emerald
Details
last part of console output (cross-i686-mingw32msvc.log,29.63 KB, text/plain)
2009-01-31 18:44 UTC, emerald
Details
emerge --info (emerge.info,18.41 KB, text/plain)
2009-02-01 18:21 UTC, emerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emerald 2009-01-31 18:43:47 UTC
cross-i686-mingw32msvc/gcc-4.3.3 manages to build (and install) with USE="-fortran nocxx" (only the c frontend) but fails either the c++ and fortran frontends. The error happens somewhere in the libgfortran and libstdc++ builds.
(only tried build on amd64, other arches not tried)

error:
checking for ld that supports -Wl,--gc-sections... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
Comment 1 emerald 2009-01-31 18:44:18 UTC
Created attachment 180451 [details]
build.log
Comment 2 emerald 2009-01-31 18:44:59 UTC
Created attachment 180453 [details]
last part of console output
Comment 3 emerald 2009-02-01 18:21:04 UTC
I've just found gcc-4.2.4-r1 fails with the same error when trying to merge.
Comment 4 emerald 2009-02-01 18:21:42 UTC
Created attachment 180584 [details]
emerge --info
Comment 5 SpanKY gentoo-dev 2009-02-02 05:20:52 UTC
builds fine for me.  try using the target "mingw32".
Comment 6 emerald 2009-02-02 11:22:14 UTC
Ok, using mingw32 target it builds :)
Interestingly up till ~gcc-4.3.2  (a few weeks ago) it built with mingw32msvc target too.

Thank you, closing bug.
Comment 7 SpanKY gentoo-dev 2009-02-03 05:37:27 UTC
i'm not suggesting "i686-mingw32msvc" shouldnt work, just that i only ever test "mingw32" ...
Comment 8 emerald 2009-02-03 07:47:16 UTC
When i got more time at my hands i'll gonna try the mingw32msvc target again, for now i'm glad it builds again, even another target.