-
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
It gets stuck installing packages using gnutls-cli (using Windows 8) #2280
Comments
Same problem here |
After I remove gnutls, it still reports errors for elpa, but continues to work fine with other repos. |
One workaround is to redefine package-archives with HTTP instead of HTTPS for elpa. |
Hello @ncihnegn
Install gnutls from mingw32 (I tried installing it from mingw64 didn't work)
So this is the output when I type
I hope this helped to you too. |
Interesing. I tried to install i686-gnutls but it didn't help. |
Alright. It works now after I change PATH=/mingw64/bin:$PATH to PATH=$PATH:/mingw64/bin. It will be nice if we figure out why. |
It means you have another gnutls-cli program in your path somewhere I
|
In that case, msys/gnutls works for me but mingw64/gnutls didn't. |
Anyone still experiencing this issue? |
Tried the different solutions but still experiencing it @StreakyCobra. |
What I don't really get is why it needs TLS as all repositories are using |
Didn't notice it was the Spacemacs repo, I end up here by searching bugs with gnutls from msys2. I use the emacs version from msys2 too. It looks like this is more a mingw64/gnutls bug. For me, when refreshing/installing package Anyway if you don't use the https version you shouldn't have this problem anymore. Sorry for the noise. |
I moved to work with Emacs inside a Virtual Box, so sorry I don't know if this issue is still happening. |
Ok, thanks for your comment :-) @ncihnegn on your side? |
No issues here. I don't even have gnutls-cli at all. |
Ok thanks for your answer. As nobody has currently this problem, we can not help any further. I'm then closing this issue. Anyway, feel free to open a new one in case of troubles. Please include a link to this one if you thinks it's related |
@StreakyCobra, reopen the issue, please. Same error. Windows 10
Seems that there is some kind of problem with the gnutls on Windows. Can anyone help to fix it? |
@mihaelS I'm not a spacemacs collaborator anymore, sorry. |
@syl20bnr, reopen this issue, please. |
having the same problem under windows 10. |
Hello,
I'm using Emacs 24.5.1 in Windows 8
Yesterday I upgraded to Spacemacs 0.103.2 but soon something started going wrong.
First Spacemacs failed to install the extensions 'spray' and 'revive'.
I thought it would be easier to install everything from scratch, so I cloned the whole repository from scratch. Unfortunately Spacemacs wasn't able to start up. It got stuck installing all the necessary packages, showing the following message:
Opening TLS connection with 'gnutls-cli --insecure -p 443 elpa.gnu.org' ... done
I tried Emacs 25.0.50.1 and this time it installed 94 packages successfully. But after re-start, it got stuck installing some packages again! Here is a screenshot:
Any ideas what's happening?
Many thanks.
The text was updated successfully, but these errors were encountered: