GNU bug report logs -
#19168
undefined references to gnutls_pk_bits_to_sec_param etc
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Mon, 24 Nov 2014 17:25:01 UTC
Severity: normal
Found in version 25.0.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Mon, 24 Nov 2014 18:33:48 +0100 Lars Magne Ingebrigtsen <larsi <at> gnus.org> wrote:
LMI> Glenn Morris <rgm <at> gnu.org> writes:
>> Package: emacs
>> Version: 25.0.50
>>
>> Current master on RHEL6.6 (or Trisquel 4.1 LTS), which has GnuTLS 2.8.5:
>>
>> gnutls.c:877: undefined reference to `gnutls_pk_bits_to_sec_param'
>> gnutls.c:877: undefined reference to `gnutls_sec_param_get_name'
>> gnutls.c:888: undefined reference to `gnutls_x509_crt_get_issuer_unique_id'
>> gnutls.c:899: undefined reference to `gnutls_x509_crt_get_subject_unique_id'
>> collect2: ld returned 1 exit status
>> make[1]: *** [temacs] Error 1
>>
>> configure accepts gnutls >= 2.6.6.
LMI> I implemented this on a machine with Debian Stale, so I thought I
LMI> was safe. :-) That's 2.12, apparently.
LMI> Does anybody know whether `gnutls_x509_crt_get_issuer_unique_id' (etc)
LMI> were available under different names in earlier gnutls versions?
LMI> I have to run now, so I won't be able to handle this until tomorrow. If
LMI> anybody else wants to fix this in the meantime, please do.
I wrote a proposal on emacs-devel to require 3.x. IMO that's the right
path here.
For instance, `gnutls_x509_crt_get_key_id' was available since 0.9.x but
the issuer and subject unique IDs were not until 2.11. It's going to be
really annoying to support all those combinations of 2.x and 3.x. See
http://gitorious.org/gnutls/gnutls/blobs/master/NEWS for the API details.
Ted
This bug report was last modified 10 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.