FS#52716 - [python2-gnomekeyring] gnomekeyring.so absent from package

Attached to Project: Arch Linux
Opened by Baptiste Grenier (gwarf) - Thursday, 26 January 2017, 09:57 GMT
Last edited by Jan de Groot (JGC) - Thursday, 26 January 2017, 11:59 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

with python2-gnomekeyring-2.32.0-16:

yaourt -Ql python2-gnomekeyring
python2-gnomekeyring /usr/
python2-gnomekeyring /usr/lib/
python2-gnomekeyring /usr/lib/python2.7/
python2-gnomekeyring /usr/lib/python2.7/site-packages/
python2-gnomekeyring /usr/lib/python2.7/site-packages/gtk-2.0/
python2-gnomekeyring /usr/share/
python2-gnomekeyring /usr/share/pygtk/
python2-gnomekeyring /usr/share/pygtk/2.0/
python2-gnomekeyring /usr/share/pygtk/2.0/defs/
python2-gnomekeyring /usr/share/pygtk/2.0/defs/gnomekeyring.defs

With python2-gnomekeyring-2.32.0-15:
└─( 4 ) ❱❱❱ yaourt -Ql python2-gnomekeyring
python2-gnomekeyring /usr/
python2-gnomekeyring /usr/lib/
python2-gnomekeyring /usr/lib/python2.7/
python2-gnomekeyring /usr/lib/python2.7/site-packages/
python2-gnomekeyring /usr/lib/python2.7/site-packages/gtk-2.0/
python2-gnomekeyring /usr/lib/python2.7/site-packages/gtk-2.0/gnomekeyring.so
python2-gnomekeyring /usr/share/
python2-gnomekeyring /usr/share/pygtk/
python2-gnomekeyring /usr/share/pygtk/2.0/
python2-gnomekeyring /usr/share/pygtk/2.0/defs/
python2-gnomekeyring /usr/share/pygtk/2.0/defs/gnomekeyring.defs

I was able to rollback to the previous version using this package: http://ftp.ksu.edu.tw/FTP/Linux/archlinux/extra/os/x86_64/python2-gnomekeyring-2.32.0-15-x86_64.pkg.tar.xz (probably mirror not yet synchronized.)

This leads to this:

└─( 4 ) ❱❱❱ python2
Python 2.7.13 (default, Dec 21 2016, 07:16:46)
[GCC 6.2.1 20160830] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gnomekeyring
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named gnomekeyring
>>>
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 26 January 2017, 11:59 GMT
Reason for closing:  Fixed
Additional comments about closing:  libgnome-keyring was missing in makedepends, fixed in -17.
Comment by Baptiste Grenier (gwarf) - Thursday, 26 January 2017, 10:00 GMT
The actual file list can be seen here: https://www.archlinux.org/packages/extra/i686/python2-gnomekeyring/

Obviously I should have set the bug as High as it breaks totally the package.

Loading...