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

Fixed In Version: 1.3.2-25
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-10 16:13:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


openjade-1.3.2-25
undefined symbol: __cxa_pure_virtual    (/usr/lib/libogrove.so)
undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE (/usr/lib/libogrove.so)
undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE      (/usr/lib/libogrove.so)
undefined symbol: __gxx_personality_v0  (/usr/lib/libogrove.so)
undefined symbol: _ZdlPv        (/usr/lib/libogrove.so)
undefined symbol: _Znwj (/usr/lib/libogrove.so)


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