Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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 *
   PKGBUILD (0.8 KiB)
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

Loading...