Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204117 - sys-libs/libstdc++-v3 fails on cross distcc (CC non correctly set)
Summary: sys-libs/libstdc++-v3 fails on cross distcc (CC non correctly set)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2008-01-02 20:56 UTC by Davide Cendron (RETIRED)
Modified: 2009-02-20 23:23 UTC (History)
0 users

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


Attachments
libstdc++-v3-3.3.6.ebuild.diff (libstdc++-v3-3.3.6.ebuild.diff,406 bytes, patch)
2008-01-02 20:57 UTC, Davide Cendron (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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