bitlbee-steam icon indicating copy to clipboard operation
bitlbee-steam copied to clipboard

broken with latest bitlbee git

Open twwn opened this issue 6 years ago • 2 comments

On latest bitlbee (861de54f) the plugin is no longer loaded, instead it complains about

Protocol not found: `steam'

The plugin still recompiles fine and is placed in the same folder as the default ones. (Restarted, etc.) Dunno what's wrong.

twwn avatar Nov 12 '17 18:11 twwn

From just trying to run bitlbee in gdb:

Error: Error loading plugin `/usr/lib/bitlbee/otr.so': /usr/lib/bitlbee/otr.so: undefined symbol: global

Error: Error loading plugin `/usr/lib/bitlbee/skype.so': /usr/lib/bitlbee/skype.so: undefined symbol: set_eval_bool

Error: Error loading plugin `/usr/lib/bitlbee/steam.so': /usr/lib/bitlbee/steam.so: undefined symbol: SET_INVALID

Arch Linux on testing with gcc-git

edit: Hm, just noticed that my laptop is still running the same version, only compiled on Oct 15. Seems it's something in the compile chain now differently rather than (just) bitlbee itself.

twwn avatar Nov 12 '17 19:11 twwn

Quick comparison by ldd shows none of these three (which are the only ones) are still linking to libpthread.so.0 as before (ie, as is still on my laptop).

edit: But patching that back in apparently did nothing.

twwn avatar Nov 12 '17 19:11 twwn