Bug 198209 - ldd -r reports undefined symbols
Summary: ldd -r reports undefined symbols
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-bluetooth
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: ldd-r-kh
TreeView+ depends on / blocked
 
Reported: 2006-07-10 14:27 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: 2007-01-31 12:36:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


undefined symbol: gnome_vfs_mime_application_launch     (/usr/lib/libgnomebt.so)
undefined symbol: g_strdup_printf       (/usr/lib/libgnomebt.so)
undefined symbol: gconf_client_all_entries      (/usr/lib/libgnomebt.so)
undefined symbol: gtk_icon_theme_load_icon      (/usr/lib/libgnomebt.so)
undefined symbol: g_strcasecmp  (/usr/lib/libgnomebt.so)
undefined symbol: gtk_object_get_type   (/usr/lib/libgnomebt.so)
undefined symbol: btctl_controller_get_type     (/usr/lib/libgnomebt.so)
undefined symbol: gtk_scrolled_window_get_type  (/usr/lib/libgnomebt.so)
undefined symbol: gtk_icon_theme_get_default    (/usr/lib/libgnomebt.so)
undefined symbol: gtk_toggle_button_get_active  (/usr/lib/libgnomebt.so)
undefined symbol: gtk_scrolled_window_new       (/usr/lib/libgnomebt.so)
undefined symbol: gtk_misc_set_alignment        (/usr/lib/libgnomebt.so)
...
...

Comment 1 Harald Hoyer 2007-01-31 11:46:16 UTC
fixed in rawhide?

Comment 2 Karsten Hopp 2007-01-31 12:22:33 UTC
different undefined symbols now in gnome-bluetooth-libs-0.8.0-2.fc7
undefined symbol: PyExc_ImportError    
(/usr/lib/python2.5/site-packages/gnomebt/chooser.so)
undefined symbol: PyExc_RuntimeError   
(/usr/lib/python2.5/site-packages/gnomebt/chooser.so)
undefined symbol: _Py_NoneStruct       
(/usr/lib/python2.5/site-packages/gnomebt/chooser.so)
undefined symbol: PyCObject_Type       
(/usr/lib/python2.5/site-packages/gnomebt/chooser.so)
undefined symbol: PyErr_Occurred       
(/usr/lib/python2.5/site-packages/gnomebt/chooser.so)
undefined symbol: PyArg_ParseTupleAndKeywords  
(/usr/lib/python2.5/site-packages/gnomebt/chooser.so)


Comment 3 Harald Hoyer 2007-01-31 12:36:53 UTC
python module dlopened


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