Bug 128605 - sys-devel/distcc --as-needed fix
|
Bug#:
128605
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: lisa@gentoo.org
|
Reported By: darktama@iinet.net.au
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: sys-devel/distcc --as-needed fix
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-04-02 23:36 0000
|
sys-devel/distcc-2.18.3-r7 fails to build with -Wl,--as-needed in LDFLAGS.
Patches on the way.
Can you post emerge info too please and where the build fails.
See http://www.gentoo.org/proj/en/qa/asneeded.xml. In particular, the section
titled "The importance of linking order".
The patch just moves the distcc monitor object files *before* the libraries
they link with. When --as-needed is used, failure to do so will cause "missing
symbol" errors. But, the link I posted explains it better than I do.
This patch is only needed when the gnome useflag is in use
Sorry it took so long, I was waiting on feedback from another dev. Fixed in
CVS.