[Bug 1579925] Re: Sync irssi-plugin-xmpp 0.53-1 (universe) from Debian unstable (main)

2016-05-30 Thread Launchpad Bug Tracker
This bug was fixed in the package irssi-plugin-xmpp -
0.52+git20160118-2~ubuntu16.04.1

---
irssi-plugin-xmpp (0.52+git20160118-2~ubuntu16.04.1) xenial; urgency=medium

  * No-change sync to xenial (LP: #1579925)

irssi-plugin-xmpp (0.52+git20160118-2) unstable; urgency=medium

  * Rebuild for new irssi version. This is #772479 again...
  * Use all hardening buildflags
  * Install modules in multiarch directory (closes: #817171)
  * Use secure URIs for Vcs-* fields
  * Declare compliance with Debian Policy 3.9.7

 -- Iain Lane   Tue, 10 May 2016 15:09:06
+0100

** Changed in: irssi-plugin-xmpp (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579925] Re: Sync irssi-plugin-xmpp 0.53-1 (universe) from Debian unstable (main)

2016-05-28 Thread Serge Hallyn
Works for me, thanks.  Marked as verified.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579925] Re: Sync irssi-plugin-xmpp 0.53-1 (universe) from Debian unstable (main)

2016-05-14 Thread Raimund Specht
The package from Martin works for me, Irssi can load and use it without
problems.

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579925] Re: Sync irssi-plugin-xmpp 0.53-1 (universe) from Debian unstable (main)

2016-05-12 Thread Martin Pitt
Hello Florian, or anyone else affected,

Accepted irssi-plugin-xmpp into xenial-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/irssi-
plugin-xmpp/0.52+git20160118-2~ubuntu16.04.1 in a few hours, and then in
the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: irssi-plugin-xmpp (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579925] Re: Sync irssi-plugin-xmpp 0.53-1 (universe) from Debian unstable (main)

2016-05-10 Thread Florian Schlichting
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579925] Re: Sync irssi-plugin-xmpp 0.53-1 (universe) from Debian unstable (main)

2016-05-10 Thread Iain Lane
Could you please add a test case? I'm going to upload -2 as a stable
update but for it to be accepted there needs to be a reproducer on this
bug.

Thanks :)

** Also affects: irssi-plugin-xmpp (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: irssi-plugin-xmpp (Ubuntu)
   Status: New => Fix Released

** Changed in: irssi-plugin-xmpp (Ubuntu Xenial)
   Status: New => In Progress

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs