Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154147 - libccgnu2 of commoncpp2 should link to libdl
Summary: libccgnu2 of commoncpp2 should link to libdl
Status: RESOLVED DUPLICATE of bug 154148
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-05 08:54 UTC by Timothy Redaelli (RETIRED)
Modified: 2006-11-05 09:19 UTC (History)
0 users

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


Attachments

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