Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 204117

Summary: sys-libs/libstdc++-v3 fails on cross distcc (CC non correctly set)
Product: Gentoo Linux Reporter: Davide Cendron (RETIRED) <scen>
Component: [OLD] Core systemAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: libstdc++-v3-3.3.6.ebuild.diff

Description Davide Cendron (RETIRED) gentoo-dev 2008-01-02 20:56:32 UTC
sys-libs/libstdc++-v3 fails to compile using distcc+cross compile, because the configure script does not set CC correctly (default to "gcc", instead of ${CHOST}-gcc}.

I propose a little working patch, but feel free to resolve the issue in a more elegant way ;-)
Comment 1 Davide Cendron (RETIRED) gentoo-dev 2008-01-02 20:57:00 UTC
Created attachment 139909 [details, diff]
libstdc++-v3-3.3.6.ebuild.diff
Comment 2 SpanKY gentoo-dev 2008-01-02 21:54:07 UTC
that change is no good ... the ebuild should be converted to use econf and things should work magically after that
Comment 3 SpanKY gentoo-dev 2009-02-20 23:23:28 UTC
should be fixed now ... the ebuild has been rewritten