Bug 198184 - ldd -r reports undefined symbols
Summary: ldd -r reports undefined symbols
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: tog-pegasus
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jason Vas Dias
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: ldd-r-kh
TreeView+ depends on / blocked
 
Reported: 2006-07-10 13:15 UTC by Karsten Hopp
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 2:2.5.2-2
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-22 17:12:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2006-07-10 13:15:06 UTC
Note: ldd can't handle dlopen'ed dependent libraries and these unresolved symbols
might be resolved by those. But this needs to be checked.
Reproducer: rpm -ql <packagename>| grep lib.*so | xargs ldd -r


tog-pegasus-2.5.1-10.FC6
undefined symbol: pthread_yield (/usr/lib/libpegclient.so.1)
undefined symbol: pthread_yield (/usr/lib/libpegexportclient.so.1)
undefined symbol: pthread_yield (/usr/lib/libpegcommon.so.1)
undefined symbol: pthread_create        (/usr/lib/libpegcommon.so.1)
undefined symbol: pthread_getspecific   (/usr/lib/libpegcommon.so.1)
undefined symbol: pthread_mutexattr_destroy     (/usr/lib/libpegcommon.so.1)
undefined symbol: pthread_key_create    (/usr/lib/libpegcommon.so.1)
undefined symbol: pthread_mutexattr_settype     (/usr/lib/libpegcommon.so.1)
undefined symbol: pthread_mutexattr_init        (/usr/lib/libpegcommon.so.1)
undefined symbol: pthread_mutex_trylock (/usr/lib/libpegcommon.so.1)
undefined symbol: pthread_join  (/usr/lib/libpegcommon.so.1)
undefined symbol: pthread_setspecific   (/usr/lib/libpegcommon.so.1)

Comment 1 Jason Vas Dias 2006-07-19 23:15:46 UTC
now fixed in CVS


Note You need to log in before you can comment on or make changes to this bug.