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

Bug 154147

Summary: libccgnu2 of commoncpp2 should link to libdl
Product: Gentoo Linux Reporter: Timothy Redaelli (RETIRED) <drizzt>
Component: New packagesAssignee: C++ Team [disbanded] <cpp+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Timothy Redaelli (RETIRED) gentoo-dev 2006-11-05 08:54:39 UTC
TYPE   NEEDED FILE
ET_DYN librt.so.1,libstdc++.so.6,libm.so.6,libc.so.6,libgcc_s.so.1 /usr/lib/libccgnu2.so

but it uses dl functions
drizzt@archer ~ $ objdump -d /usr/lib/libccgnu2.so | egrep 'dl(sym|open|error|close)'
00013b84 <dlerror@plt>:
000142e4 <dlclose@plt>:
00014834 <dlopen@plt>:
00014a74 <dlsym@plt>:

I attach a (trivial) patch to fix it
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-05 09:19:19 UTC

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