syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

Bug: "Update packages" functionality stopped working #16112

Closed pataquets closed 1 year ago

pataquets commented 1 year ago

Description :octocat:

Right after updating Spacemacs (7851085c6d4d59d2e2506bf06aac73f8963bf9fa). Spacemacs' package update does not complete. Message bufer:

Update all ELPA packages to the latest versions.
(Spacemacs) --> refreshing package archive: melpa... [1/3]
Contacting host: melpa.org:443
Importing package-keyring.gpg...done
Contacting host: melpa.org:443 [2 times]
Package refresh done
(Spacemacs) --> refreshing package archive: gnu... [2/3]
Contacting host: elpa.gnu.org:443
Importing package-keyring.gpg...done
Contacting host: elpa.gnu.org:443
Package refresh done
(Spacemacs) --> refreshing package archive: nongnu... [3/3]
Contacting host: elpa.nongnu.org:443
Importing package-keyring.gpg...done
Contacting host: elpa.nongnu.org:443
Package refresh done
custom-declare-variable: Defining as dynamic an already lexical var

Update doesn't even get to the update? (y/n/s/q) prompt.

Reproduction guide :beetle:

System Info :computer:

winsphinx commented 1 year ago

Also met.

Package refresh done load-with-code-conversion: Defining as dynamic an already lexical var: quelpa-upgrade-p

bcc32 commented 1 year ago

Ran into this too. I have submitted #16113 to fix this.