Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 595966 - net-im/gajim-0.16.5-r1 with app-crypt/gnupg-2.1.15 - runtime error: gpg: Unknown status message: u'KEY_CONSIDERED'
Summary: net-im/gajim-0.16.5-r1 with app-crypt/gnupg-2.1.15 - runtime error: gpg: Unkn...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Amadeusz Żołnowski (RETIRED)
URL: https://trac.gajim.org/ticket/8355
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-02 17:37 UTC by Vladimir
Modified: 2016-12-17 21:58 UTC (History)
0 users

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


Attachments
gajim-0.16.6.ebuild (gajim-0.16.6.ebuild,2.94 KB, text/plain)
2016-10-05 05:59 UTC, Vladimir
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir 2016-10-02 17:37:28 UTC
After a recent upgrade from gnupg-2.1.11-r1 to gnupg-2.1.15 Gajim gives this error message after start:

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

---------------------

This bug has already been reported to upstream and has a status "FIXED" there. However, in Gentoo it still does not work.
Comment 1 Vladimir 2016-10-05 05:59:35 UTC
Created attachment 449174 [details]
gajim-0.16.6.ebuild

Looks like this bug is fixed in the new version 0.16.6. I attach the ebuild I used for installing (simply renamed the old ebuild and commented out all the patches; I am not sure if it is correct though).
Comment 2 Amadeusz Żołnowski (RETIRED) gentoo-dev 2016-10-05 21:01:27 UTC
Thanks, Vladimir! I have bump to 0.16.6. Could you confirm it resolves the issue, please?
Comment 3 Vladimir 2016-10-06 17:26:23 UTC
I have just emerged  gajim-0.16.6 from the Portage tree, and everything works well so far (including the PGP-encrypted messages). Thanks!
Comment 4 Amadeusz Żołnowski (RETIRED) gentoo-dev 2016-10-06 19:04:58 UTC
Thanks for testing!
Comment 5 alexsaa 2016-12-17 21:58:57 UTC
0.16.6 solved the problem for me too.

Probably <gajim-0.16.6 should declare <gnupg-2.1.13 dependency, see https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000390.html

Note, 0.16.6 is still ~x86, so users loose their messages after update & login.