Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#24937 - [python-gnutls] undefined symbol: gnutls_openpgp_privkey_sign_hash
Attached to Project:
Community Packages
Opened by speps (archspeps) - Tuesday, 28 June 2011, 23:29 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 29 June 2011, 11:07 GMT
Opened by speps (archspeps) - Tuesday, 28 June 2011, 23:29 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 29 June 2011, 11:07 GMT
|
DetailsDescription:
python-gnutls is still not compatible with gnutls 2.12.7 gnutls_openpgp_privkey_sign_hash is deprecated and replaced by gnutls_privkey_sign_hash Btw, with a short sed line this can be fixed. See attached PKGBUILD Additional info: package version: 1.2.1-1 short backtrace: from gnutls.library import errors File "/usr/lib/python2.7/site-packages/gnutls/library/errors.py", line 15, in <module> from gnutls.library.functions import gnutls_strerror, gnutls_alert_get File "/usr/lib/python2.7/site-packages/gnutls/library/functions.py", line 1811, in <module> gnutls_openpgp_privkey_sign_hash = libgnutls.gnutls_openpgp_privkey_sign_hash File "/usr/lib/python2.7/ctypes/__init__.py", line 366, in __getattr__ func = self.__getitem__(name) File "/usr/lib/python2.7/ctypes/__init__.py", line 371, in __getitem__ func = self._FuncPtr((name_or_ordinal, self)) AttributeError: /usr/lib/libgnutls.so.26: undefined symbol: gnutls_openpgp_privkey_sign_hash Steps to reproduce: $ python2 >>> from gnuttls.library import * |
This task depends upon
Closed by Sergej Pupykin (sergej)
Wednesday, 29 June 2011, 11:07 GMT
Reason for closing: Fixed
Additional comments about closing: sed call was added, thanks
Wednesday, 29 June 2011, 11:07 GMT
Reason for closing: Fixed
Additional comments about closing: sed call was added, thanks
PKGBUILD