Bug 198194 - ldd -r reports undefined symbols
Summary: ldd -r reports undefined symbols
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gaim
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Warren Togami
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: ldd-r-kh
TreeView+ depends on / blocked
 
Reported: 2006-07-10 13:25 UTC by Karsten Hopp
Modified: 2008-01-14 14:13 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-01-14 14:13:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


gaim-devel-2.0.0-0.6.beta3.fc6
undefined symbol: dbus_g_type_get_collection    (/usr/lib/libgaim-client.so)
undefined symbol: g_array_free  (/usr/lib/libgaim-client.so)
undefined symbol: dbus_g_proxy_new_for_name     (/usr/lib/libgaim-client.so)
undefined symbol: dbus_g_type_get_map   (/usr/lib/libgaim-client.so)
undefined symbol: g_slist_append        (/usr/lib/libgaim-client.so)
undefined symbol: dbus_g_bus_get        (/usr/lib/libgaim-client.so)
undefined symbol: dbus_g_proxy_call     (/usr/lib/libgaim-client.so)
undefined symbol: g_list_append (/usr/lib/libgaim-client.so)
undefined symbol: g_type_init   (/usr/lib/libgaim-client.so)

Comment 1 Warren Togami 2006-07-10 17:19:11 UTC
This is not serious, but upstream could possibly fix it in a future release.

Comment 2 Karsten Hopp 2008-01-14 14:13:50 UTC
there's no gaim anymore in F-9 and there's no need to fix it in older releases.


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