Thread (5 messages) 5 messages, 2 authors, 2009-10-13

Undefined symbols in netlink plugin

From: Ozan Çağlayan <hidden>
Date: 2009-09-22 22:22:42

Hi,

I'm getting the following when I launch bluetoothd with -n -d:

..
Can't load plugin /usr/lib/bluetooth/plugins/netlink.so:
/usr/lib/bluetooth/plugins/netlink.so: undefined symbol: debug
..

AFAIK, those libtool plugins are allowed to have undefined symbols after
linking as they will probably be resolved during runtime loading but the
warning above wasn't present on previous versions like 4.41 for example.

# ldd -u -r /usr/lib/bluetooth/plugins/netlink.so
     26771:     /usr/lib/bluetooth/plugins/netlink.so: error: symbol
lookup error: undefined symbol: g_io_channel_unix_new (continued)
undefined symbol: g_io_channel_unix_new
(/usr/lib/bluetooth/plugins/netlink.so)
     26771:     /usr/lib/bluetooth/plugins/netlink.so: error: symbol
lookup error: undefined symbol: debug (continued)
undefined symbol: debug (/usr/lib/bluetooth/plugins/netlink.so)
     26771:     /usr/lib/bluetooth/plugins/netlink.so: error: symbol
lookup error: undefined symbol: g_io_add_watch (continued)
undefined symbol: g_io_add_watch       
(/usr/lib/bluetooth/plugins/netlink.so)
     26771:     /usr/lib/bluetooth/plugins/netlink.so: error: symbol
lookup error: undefined symbol: info (continued)
undefined symbol: info  (/usr/lib/bluetooth/plugins/netlink.so)
     26771:     /usr/lib/bluetooth/plugins/netlink.so: error: symbol
lookup error: undefined symbol: g_io_channel_unref (continued)
undefined symbol: g_io_channel_unref   
(/usr/lib/bluetooth/plugins/netlink.so)
Unused direct dependencies:


So we have 3 undefined symbol from glib and 2 internal symbols from
logging.c: debug() and info(). There's no difference if I install the
libtool la file or not. Since glib is already needed by bluez daemon,
those undefined symbols seems harmless but AFAIK the internal ones
should have been linked against the static logging.o.

Or do I miss something?


Thanks,
Ozan Caglayan

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help