Your message dated Mon, 26 Feb 2024 15:10:27 +0200
with message-id <87edczz7zw....@iki.fi>
and subject line Close the bug
has caused the Debian Bug report #956712,
regarding emacs: Installation of packages from GNU ELPA fails due to incorrect
handling of TLS1.3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
956712: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: emacs
Version: 1:26.1+1-3.2+deb10u1
Severity: normal
Tags: upstream
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear Maintainer,
This bug seems related to #942413, but a different bug.
After updating emacs-gtk to 1:26.1+1-3.2+deb10u1, installing packages
from GNU ELPA still fails even if verifying by GnuPG succeeds.
It seems that TLS1.3 handling is broken before 26.3[1].
I can workaround by setting:
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
in ~/.emacs.d/init.el, but I believe this should be handled by package.
This issue can be fixed by:
1. add above setq in system-wide init file
2. backport patch in C code,
but I prefer option 2.
Steps to reproduce:
1. Invoke `emacs` with attached init.el
2. `M-x list-packages` gives following error:
error in process sentinel: Error retrieving:
https://elpa.gnu.org/packages/archive-contents "incomprehensible buffer" [2
times]
3. eval `(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")`
4. `M-x list-packages` works properly
[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341
Best regards,
- --
Ryo Igarashi, Ph.D.
rigar...@gmail.com
- -- System Information:
Debian Release: 10.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.104-microsoft-standard (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8),
LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect
Versions of packages emacs depends on:
ii emacs-gtk 1:26.1+1-3.2+deb10u1
emacs recommends no packages.
emacs suggests no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
iIkEARYKADEWIQSQVQWnJ6dEuIxNmESAtgFFC/hXNwUCX1jnzhMccmlnYXJhc2hA
Z21haWwuY29tAAoJEIC2AUUL+Fc3wL0A/jRiGtslRjCy6AVNDtlLrTI52ofMhBJf
JLegBhXizedsAQDlqR4yP+k1p7hy4j65iIFUPzQCcY097+fM0bqDCEPQDw==
=pzFi
-----END PGP SIGNATURE-----
(setq package-archives
'(("gnu" . "https://elpa.gnu.org/packages/")))
;;(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
--- End Message ---
--- Begin Message ---
Version: 1:26.3+1-2
According to the bug log this was fixed in 2020, but the bug wasn't
closed for reasons that are unclear. Close it now.
--
Arto Jantunen
--- End Message ---