bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28175: 26.0.50; undefined reference to `gnutls_mac_get_nonce_size'


From: Ted Zlatanov
Subject: bug#28175: 26.0.50; undefined reference to `gnutls_mac_get_nonce_size'
Date: Mon, 21 Aug 2017 13:11:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

On Mon, 21 Aug 2017 10:28:32 +0200 Thomas Hisch <thomas.hisch@ims.co.at> wrote: 

TH> I can no longer compile emacs on my opensuse 13.1 machine, due to the
TH> recent changes to the gnutls code in emacs.
...
TH> gnutls.o: In function `Fgnutls_macs':
TH> gnutls.c:(.text+0x131f): undefined reference to `gnutls_mac_get_nonce_size'
...
TH> According to the gnutls docs gnutls_mac_get_nonce_size is available
TH> since gnutls version 3.2. In my system 3.2.4 is installed
...
TH> If I list the symbols of the gnutls shared library using nm -AD 
/usr/lib64/libgnutls.so, the
TH> gnutls_mac_get_nonce_size function is not in the output of this
TH> command. However, the declaration for gnutls_mac_get_nonce_size is 
contained in the gnutls
TH> header file /usr/include/gnutls/crypto.h.

Hmm. I really have no idea how to fix this, if the headers are
disagreeing with the installed library. Sorry. Maybe someone else will
have an idea--we could blacklist certain GnuTLS versions on some
platforms, but it seems like a substandard solution.

Ted





reply via email to

[Prev in Thread] Current Thread [Next in Thread]