Bug 198184

Summary: ldd -r reports undefined symbols
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: tog-pegasusAssignee: Jason Vas Dias <jvdias>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2:2.5.2-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-22 17:12:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 198485    

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