Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549742 - net-im/gajim-0.16.1: Exception on every status change: ValueError: Unknown status message: u'NEWSIG'
Summary: net-im/gajim-0.16.1: Exception on every status change: ValueError: Unknown st...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL: https://trac.gajim.org/ticket/8051
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-17 18:13 UTC by Amadeusz Żołnowski (RETIRED)
Modified: 2015-05-20 07:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amadeusz Żołnowski (RETIRED) gentoo-dev 2015-05-17 18:13:39 UTC
It's because of changes in gnupg-2.1. It is already fixed upstream. Please backport the fix.

Reproducible: Always
Comment 1 Amadeusz Żołnowski (RETIRED) gentoo-dev 2015-05-17 18:15:11 UTC
Full traceback:

Exception in thread Thread-622:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib64/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/gajim/common/gnupg.py", line 768, in _read_response
    result.handle_status(keyword, value)
  File "/usr/lib64/python2.7/site-packages/gajim/common/gnupg.py", line 292, in handle_status
    raise ValueError("Unknown status message: %r" % key)
ValueError: Unknown status message: u'NEWSIG'

See URL for ticket submitted upstream.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2015-05-18 06:42:18 UTC
+*gajim-0.16.1-r1 (18 May 2015)
+
+  18 May 2015; Justin Lecher <jlec@gentoo.org>
+  +files/gajim-0.16.1-gnupg-2.1-backport.patch, +gajim-0.16.1-r1.ebuild,
+  -gajim-0.15.4.ebuild:
+  Backport fix for gnupg 2.1, bug #549742; Drop old
+
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2015-05-20 07:44:14 UTC
+*gajim-0.16.1-r2 (20 May 2015)
+
+  20 May 2015; Justin Lecher <jlec@gentoo.org> +gajim-0.16.1-r2.ebuild,
+  -gajim-0.16.1-r1.ebuild, files/gajim-0.16.1-gnupg-2.1-backport.patch:
+  Fix patch, bug #549742
+