Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480008 - dev-libs/libxml2-2.9.1-r1 ld: warning: libstdc++.so.6, needed by /usr/lib64/libicuuc.so, not found (try using -rpath or -rpath-link)
Summary: dev-libs/libxml2-2.9.1-r1 ld: warning: libstdc++.so.6, needed by /usr/lib64/l...
Status: RESOLVED DUPLICATE of bug 478490
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-07 03:17 UTC by Robert
Modified: 2013-08-07 12:45 UTC (History)
0 users

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


Attachments
libxml2 build log (libxml2-build.log,70.75 KB, text/x-log)
2013-08-07 03:17 UTC, Robert
Details
emerge --info output (emerge-info.txt,7.57 KB, text/plain)
2013-08-07 03:17 UTC, Robert
Details
emerge -pqv libxml output (emerge-pqv-libxml2.txt,304 bytes, text/plain)
2013-08-07 03:17 UTC, Robert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert 2013-08-07 03:17:09 UTC
Created attachment 355290 [details]
libxml2 build log

After updating ICU and ilmbase several programs stopped linking. They compile fine but when ld goes to link the objects together the icui18n.so file or ILmath.so file (for ilmbase/openexr dependent progams) fails to find libstdc++.so.6. I have tried to downgrade the libraries, rebuild all versions of gcc with the new libraries, even setting an extra rpath with extra dtags does not help, it just won't find libstdc++ even though it is there and progams I have written myself that specifically run off the functions in libstdc++ compile, link and run just fine... 

I don't know what else I can do besides wiping the drive and reinstalling from scratch, which I really do not want to do at all. 

The programs I have run into this program with specifically are sqlite, libxml2 and DevIL as well as the various glib versions. With the new version of ICU installed but libxml2 not rebuild for it most progams fail to find the DTD docbook xml catalog at configure time.. Should I maybe remove ICU support?

I am hoping someone has an answer here as this is crippling my ability to upgrade my entire system...
Comment 1 Robert 2013-08-07 03:17:32 UTC
Created attachment 355292 [details]
emerge --info output
Comment 2 Robert 2013-08-07 03:17:55 UTC
Created attachment 355294 [details]
emerge -pqv libxml output
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-07 12:45:41 UTC

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