-
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
Package is installed on startup then deleted as an orphan right away #1538
Comments
I cannot reproduce it in my current config and in a stock config in develop. |
The |
I still cannot reproduce it, even when I removed by hand the avy directory from elpa directory. It is correctly reinstalled without being deleted. |
What's the output of |
emacs-version
hmm - and it was built using the railwaycat home-brew version with xml2
|
Just recompiled w/o the xml2 support and it's the same behavior. No change there. |
Install log:
|
Just tried with the non-railwaycat regular emacs version and same behavior again. emacs-version
installed via
|
It's getting weird. The only difference with me is that I build with To be sure, did you test with fresh cloned Emacs in develop branch ? |
Ok! Found the issue!
this should always be our first goto when someone has a package issue. so glad I went on a compiling spree for this... apologies for the waste of time. |
Excellent thank you for finding the fix. When you update, do you update with the [update] button on the start page ? But I wonder how it is possible to end up in your situation. What I Le samedi 9 mai 2015, Chris Ewald notifications@github.com a écrit :
-syl20bnr- |
I believe Spacemacs updates packages when the version changes but not when a user is on the Rolling back and then hitting the update button fixes this as well. |
@syl20bnr - found the issue: This commit: 77b0cc4 brought in the ace-link package which does not include avy in the melpa dependencies, but requires it here: https://github.com/abo-abo/ace-link/blob/master/ace-link.el#L39 |
this is wrong. nevermind. Not sure what could cause this. |
The only explanations I can see are:
|
@mkcode are you sure it is fixed ? did you revert back |
@syl20bnr - yes. Restarting no longer causes this. |
Tell me if I understand correctly what happened. |
I was on develop branch. pulled latest changes. then the issue appeared. never updated. |
Can you paste the content of |
there is a bunch of noise in that, where I use a |
Note that this occurred after
|
Thank you ! I tried these commits and was not able to reproduce it, so this have to do with |
I had the same issue. Executing |
Good news ! On my windows box, I just upgraded to 24.5 and get the issue with I reopen the issue and will investigate tonight. |
Should be fixed in develop, the issue was that the orphans were resolved using |
I seem to have a similar issue with package 's' on a fresh install of spacemacs (emacs version 24.5.1). I have the following process occuring each time I'm launching emacs :
|
The same with |
I'm experiencing the same thing, package 's' on a fresh install of spacemacs (emacs 24.3.1) on Ubuntu 14.04 |
Ah, but on OS X I have never experienced this before. |
I have the same issue with package 's' (emacs-24.5.1 on Windows 7). |
AFAIK, fixed on develop branch |
Same on a fresh install of emacs-24.5.1, spacemacs master, Fedora 22. |
same issue here, emacs 24.5.1 & spacemacs master. |
windows 7 |
I have the same bug. After restarting my installed package was deleted. |
This happened to me on mac OS Sierra. |
This is happening to me on Debian Jessie with adoc-mode, although not on newer versions of Emacs on Arch Linux or Windows. Arch is displaying the same behavior with mingus. |
I still meet this issue with emacs 25.1 on mac os seirra, and set dotspacemacs-delete-orphan-packages nil also not work. |
I get this error, with Spacemacs 25.2.1, on Fedora 26 x64, with the package dante https://github.com/jyp/dante |
@tsoernes you install
|
dear, d12frosted. |
I had the same question. This post in the FAQ solved it, kindly linked here: #8776 (comment). |
As per discussion in #1534.
every time spacemacs is restarted.
The text was updated successfully, but these errors were encountered: