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

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-08-02 20:55:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


at-spi-devel-1.7.7-8
undefined symbol: ORBit_TypeCode_epv    (/usr/lib/libloginhelper.so)
undefined symbol: TC_CORBA_long_struct  (/usr/lib/libloginhelper.so)
undefined symbol: _ORBIT_skel_small_Bonobo_Unknown_queryInterface       (/usr/lib/libloginhelper.so)
undefined symbol: _ORBIT_skel_small_Bonobo_Unknown_unref        (/usr/lib/libloginhelper.so)
undefined symbol: Bonobo_Unknown__iinterface    (/usr/lib/libloginhelper.so)
undefined symbol: _ORBIT_skel_small_Bonobo_Unknown_ref  (/usr/lib/libloginhelper.so)
undefined symbol: Bonobo_Unknown__classid       (/usr/lib/libloginhelper.so)
undefined symbol: TC_CORBA_boolean_struct       (/usr/lib/libloginhelper.so)
undefined symbol: TC_void_struct        (/usr/lib/libloginhelper.so)
...
...

Comment 1 Matthias Clasen 2006-08-02 20:55:53 UTC
Doesn't happen with the latest at-spi 1.7.10-1.fc6


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