-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emacs-mac 26.1 + spacemacs hangs installing org-plus-contrib #10784
Comments
Might be related to #10251 |
I can confirm installing org-plus-contrib manually fixes that. Then it gets stuck beachballing with another package or two (counsel-projectile) but after a while the installation completes. Trying from scratch again it appears that even though emacs is totally frozen and shows now updates while installing org-plus-contrib it does actually continue installing packages. After a while (10 minutes or so, guess I was too hasty with the beachball) the installation completes with error
and
and the org-plus-contrib-20180528 directory remains but does not contain all the files. |
An old issue about incomplete org tarball: #4000 After restoring my old layers I'm seeing similar 'premature EOF' error and long period of unresponsiveness when installing |
I suspect the premature EOF is related to the package file sizes as
large package size -> longer download time and more prone to network failures and/or timeouts. And the bigger the package, the longer emacs remains totally unresponsive? |
That's tricky to fix this, I cannot reproduce it.
Actually there is high chance this is a bug in Emacs download code.
We have also issues with using Emacs built-in function to download the
spacelpa archive which prevent me from releasing 0.300. I think we will
fallback on curl for this. But for packages, this is done by package.el
source code which obviously uses Emacs internal functions to download to
archives.
Tommi Komulainen <notifications@github.com> writes:
… I suspect the premature EOF is related to the package file sizes as `org-plus-contrib` and `tide` are two of the three largest packages according to spacelpa:
```
21752 fsharp-mode-20171021.431.tar
11352 tide-20171009.1142.tar
7120 org-plus-contrib-20171023.tar
6412 auctex-11.91.0.tar
5972 org-20171023.tar
```
large package size -> longer download time and more prone to network failures and/or timeouts.
And the bigger the package, the longer emacs remains totally unresponsive?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#10784 (comment)
|
I cannot reproduce this using |
Alright, I do see it happening now. It eventually will unfreeze and complete the org install, it just freezes for a good several minutes. |
Very interesting, manually |
This appears to be related to railwaycat/emacs-mac. The issue is not triggered when using regular emacs from homebrew. |
@razzmatazz Agreed. I've been running newer version of emacs-mac (emacs-26.1-z-mac-7.4) for some time now and I've noticed |
@tko So, is it fixed? Can we close this? |
FWIW - I just got this today (March 4, 2019): on osx, using:
|
@ivar if I'm reading the brew info output correctly it seems you have |
I still have the problem with |
I have the same problem with Emacs 26.3 on macOS Catalina (10.15.2) during the installation of Doom Emacs. I tried it already 5 times and it hangs at the same point over and over:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Description
On macos (High Sierra 10.13.4) fresh install of
hangs with beachball when trying to install
org-plus-contrib
Observed originally when trying to upgrade (working) emacs-mac 25.3.3 installation but able to reproduce with fresh install.
Reproduction guide 🪲
brew tap railwaycat/emacsmacport
brew install emacs-mac
git clone -b develop /~https://github.com/syl20bnr/spacemacs ~/.emacs.d
Observed behaviour: 👀 💔
Spacemacs starts installing 103 packages. Some, not many, succeed. While installing
org-plus-contrib
gets stuck showing the macos beachball of death and never finishes. Killing emacs and retrying doesn't make a difference, still gets stuck with org-plus-contrib.Expected behaviour: ❤️ 😄
Spacemacs home buffer.
The text was updated successfully, but these errors were encountered: