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

Bug 480008

Summary: 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)
Product: Gentoo Linux Reporter: Robert <lorenzen.robert>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: libxml2 build log
emerge --info output
emerge -pqv libxml output

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 ***