FS#39664 - [python2-lxml] etree.so requires libgcrypt 1.5, breaks when upgraded to libgcrypt 1.6
Attached to Project:
Arch Linux
Opened by Arthur Huillet (ahuillet) - Friday, 28 March 2014, 12:12 GMT
Last edited by Felix Yan (felixonmars) - Friday, 28 March 2014, 14:34 GMT
Opened by Arthur Huillet (ahuillet) - Friday, 28 March 2014, 12:12 GMT
Last edited by Felix Yan (felixonmars) - Friday, 28 March 2014, 14:34 GMT
|
Details
Hello,
after upgrading libgcrypt to 1.6, "etree" module in python2-lxml no longer works: Python 2.7.6 (default, Feb 26 2014, 12:01:28) [GCC 4.8.2 20140206 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import lxml.etree Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: libgcrypt.so.11: cannot open shared object file: No such file or directory One has to install libgcrypt15 from AUR. Can something be done about this problem? Thank you |
This task depends upon
python2-lxml was rebuilt very recently, libgcrypt update is from one month ago.
local/libgcrypt 1.6.1-1
Those are the latest versions as far as I can tell.
And:
$ ldd /usr/lib/python2.7/site-packages/lxml/etree.so
[...]
libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb6f8f000)
[...]
libgcrypt.so.11 is part of libcrypt15 from AUR, not part of libgcrypt 1.6.
The problem really does appear with the latest versions.