GNU bug report logs -
#8825
24.0.50; Problem with builtin gnutls on Windows
Previous Next
Reported by: nyc4bos <at> aol.com
Date: Wed, 8 Jun 2011 21:52:01 UTC
Severity: normal
Found in version 24.0.50
Done: Juanma Barranquero <lekktu <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
2011/6/19 Ted Zlatanov <tzz <at> lifelogs.com>:
> I am 100% sure, however,
> that if `gnutls-boot' is a void function, this means that Emacs was
> compiled without HAVE_GNUTLS. That's what Juanma is saying too.
Yes, that's what's happening here. I compiled the trunk without GnuTLS
support and I get the exact same error as the OP:
Debugger entered--Lisp error: (void-function gnutls-boot)
gnutls-boot(#<process tls> gnutls-x509pki (:priority "NORMAL"
:hostname "imap.aim.com" :loglevel 0 :trustfiles nil :crlfiles nil
:keylist nil :verify-flags nil :verify-error nil
:verify-hostname-error nil :callbacks nil))
gnutls-negotiate(:process #<process tls> :type gnutls-x509pki
:hostname "imap.aim.com")
open-gnutls-stream("tls" "tls-buffer" "imap.aim.com" "imaps")
eval((open-gnutls-stream "tls" "tls-buffer" "imap.aim.com" "imaps") nil)
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
vs. the following error when the DLL is not found:
Debugger entered--Lisp error: (error "GnuTLS not available")
gnutls-boot(#<process tls> gnutls-x509pki (:priority "NORMAL"
:hostname "imap.aim.com" :loglevel 0 :trustfiles nil :crlfiles nil
:keylist nil :verify-flags nil :verify-error nil
:verify-hostname-error nil :callbacks nil))
gnutls-negotiate(:process #<process tls> :type gnutls-x509pki
:hostname "imap.aim.com")
open-gnutls-stream("tls" "tls-buffer" "imap.aim.com" "imaps")
eval((open-gnutls-stream "tls" "tls-buffer" "imap.aim.com" "imaps") nil)
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
Juanma
This bug report was last modified 13 years and 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.