To reproduce, 'apt-get install irssi-plugin-xmpp' on a x86_64 Xenial
system, run 'irssi' in a terminal and then '/load xmpp'. This will yield
the error message:

Irssi: Error loading module xmpp/core: /usr/lib/x86_64-linux-
gnu/irssi/modules/libxmpp_core.so: cannot open share object file: No
such file or directory

This is the "multiarch directory" part of the issue. To see the ABI
mismatch, bluntly symlink the modules into place: 'for SO in
/usr/lib/irssi/modules/*; do ln -s $SO /usr/lib/x86_64-linux-
gnu/irssi/modules/; done' then run 'irssi' and again '/load xmpp'. This
will now yield:

Irssi: xmpp/core is ABI version 0 but Irssi is version 2, cannot load
Irssi: Error loading module xmpp/fe: 
/usr/lib/x86_64-linux-gnu/irssi/modules/libfe_xmpp.so: undefined symbol: 
xmpp_subscription
Irssi: xmpp/core is ABI version 0 but Irssi is version 2, cannot load

In both bases, the expected output of a working irssi / irssi-plugin-
xmpp combination after issuing the '/load xmpp' command would be

Irssi: Loaded module xmpp/core
Irssi: Loaded module xmpp/text
Irssi: Loaded module xmpp/fe

Does that suffice as a test case / reproducer?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579925

Title:
  Sync irssi-plugin-xmpp 0.53-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irssi-plugin-xmpp/+bug/1579925/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to