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.69k stars 4.9k forks source link

9ac779a breaks updating. #8249

Closed magthe closed 7 years ago

magthe commented 7 years ago

Description :octocat:

When the change https://github.com/syl20bnr/spacemacs/commit/9ac779a2e4651b58f3e8ac62d02ed740af259a2a is included updating of packages doesn't work.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: Error message about network failure (even though network is fully functional) and some source list being nil.

Expected behaviour: :heart: :smile: Packages with available updates are updated without errors.

System Info :computer:

magthe commented 7 years ago

The exact message:

Updating package archives, please wait...
--> refreshing package archive: spacelpa... [1/1]
--> Warning: cannot update 186 package(s), possibly due to a temporary network problem: zeal-at-point yasnippet yapfify yaml-mode ws-butler winum window-purpose which-key web-mode volatile-highlights vi-tilde-fringe uuidgen use-package undo-tree toc-org tagedit systemd spaceline smeargle smartparens slim-mode scss-mode sass-mode restart-emacs request rainbow-delimiters pyvenv pytest pyenv-mode py-isort pug-mode projectile powerline popwin popup pkgbuild-mode pip-requirements persp-mode pcre2el paradox pandoc-mode ox-pandoc orgit org-projectile org-present org-pomodoro org-plus-contrib org-download org-bullets open-junk-file neotree mu4e-alert move-text mmm-mode markdown-toc markdown-mode magit-gitflow magit macrostep lorem-ipsum live-py-mode linum-relative link-hint less-css-mode intero info+ indent-guide hydra hy-mode hungry-delete htmlize hlint-refactor hl-todo hindent highlight-parentheses highlight-numbers highlight-indentation hide-comnt help-fns+ helm-themes helm-swoop helm-pydoc helm-purpose helm-projectile helm-mode-manager helm-make helm-hoogle helm-gtags helm-gitignore helm-flx helm-descbinds helm-dash helm-css-scss helm-company helm-c-yasnippet helm-ag helm haskell-snippets haskell-mode haml-mode google-translate golden-ratio gnuplot gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-commit ghc gh-md ggtags flycheck-pos-tip flycheck-haskell flycheck flx-ido fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-tutor evil-surround evil-snipe evil-search-highlight-persist evil-numbers evil-mc evil-matchit evil-magit evil-lisp-state evil-indent-plus evil-iedit-state evil-exchange evil-ediff evil-commentary evil-args evil-anzu evil eval-sexp-fu emmet-mode elisp-slime-nav dumb-jump disaster diminish define-word cython-mode company-web company-statistics company-quickhelp company-ghci company-ghc company-cabal company-c-headers company-auctex company-anaconda company column-enforce-mode cmm-mode cmake-mode clojure-snippets clojure-mode clj-refactor clean-aindent-mode clang-format cider-eval-sexp-fu cider bind-map bind-key avy auto-yasnippet auto-highlight-symbol auto-complete auto-compile auctex-latexmk auctex async anaconda-mode aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line ac-ispell
--> All packages are up to date.

And in the bottom buffer it says: Source: nil.

sebhahn commented 7 years ago

I can confirm this issue! Stepping back one commit to dcfa004 helps.

d12frosted commented 7 years ago

5be07e90d26f623ac7c3f2fc29c4ca4e95be5d2a fixes it. For now 😈