Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516384 - =sys-devel/gcc-4.8.3 strongssp broke crosscomplation to cross-i686-w64-mingw32
Summary: =sys-devel/gcc-4.8.3 strongssp broke crosscomplation to cross-i686-w64-mingw32
Status: RESOLVED DUPLICATE of bug 513706
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-04 19:19 UTC by Sergei Trofimovich (RETIRED)
Modified: 2014-07-04 19:33 UTC (History)
0 users

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 Sergei Trofimovich (RETIRED) gentoo-dev 2014-07-04 19:19:50 UTC
on ~x86 'crossdev -t cross-i686-w64-mingw32' breaks as:

(snippet of /var/log/portage/cross-i686-w64-mingw32-gcc-stage2.log.xz)
/usr/i686-w64-mingw32/lib/libmingw32.a(lib32_libmingw32_a-pseudo-reloc.o):(.text+0x2aa): undefined reference to `__stack_chk_guard'
/usr/i686-w64-mingw32/lib/libmingw32.a(lib32_libmingw32_a-pseudo-reloc.o):(.text+0x2c1): undefined reference to `__stack_chk_guard'
/usr/i686-w64-mingw32/lib/libmingw32.a(lib32_libmingw32_a-pseudo-reloc.o):(.text+0x553): undefined reference to `__stack_chk_fail'
collect2: error: ld returned 1 exit status

Likely ssp being enabled even with --disable-libssp.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-07-04 19:33:20 UTC

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