Bug 198215 - ldd -r reports undefined symbols
Summary: ldd -r reports undefined symbols
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: guile
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Miroslav Lichvar
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: ldd-r-kh
TreeView+ depends on / blocked
 
Reported: 2006-07-10 14:32 UTC by Karsten Hopp
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-12 11:21:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2006-07-10 14:32:13 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


guile-1.8.0-5
undefined symbol: pthread_create        (/usr/lib/libguile.so.17)
undefined symbol: pthread_getspecific   (/usr/lib/libguile.so.17)
undefined symbol: pthread_attr_getstack (/usr/lib/libguile.so.17)
undefined symbol: pthread_detach        (/usr/lib/libguile.so.17)
undefined symbol: pthread_once  (/usr/lib/libguile.so.17)
undefined symbol: pthread_key_create    (/usr/lib/libguile.so.17)
undefined symbol: pthread_getattr_np    (/usr/lib/libguile.so.17)
undefined symbol: pthread_sigmask       (/usr/lib/libguile.so.17)
undefined symbol: pthread_mutexattr_settype     (/usr/lib/libguile.so.17)
undefined symbol: pthread_mutexattr_init        (/usr/lib/libguile.so.17)
undefined symbol: pthread_setspecific   (/usr/lib/libguile.so.17)

Comment 1 Miroslav Lichvar 2006-07-12 11:21:19 UTC
Fixed in guile-1.8.0-6.20060712cvs.


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