-
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
Develop branch error, persp-mode :init: #4367
Comments
Are your packages up to date (i.e. |
They should be. I installed |
Can you try to give a backtrace? |
I had the same problem, but on the master branch, on OS X 10.11. Tried deleting |
It would help to have the textual backtrace, it's explained here how to get it. Can you also do |
|
P.S. Thanks for help |
You gave me the answer I think. |
@StreakyCobra Thank you very much! I had installed Git for Desktop, but for some reason it did not wrote PATH variable. |
👍 |
I use CentOS release 6.6,GNU Emacs 24.5.1 I face the same problem:
and I ensure that I alerdy install git. @larskinn are you install git alerdy? |
You also have to be sure that emacs can find |
Can you try to remove the |
So there is a problem when it try do download the perspectives packages from git, but I don't know why. |
I am having this issue as well. Windows 10, Emacs-24.5-bin-i686-mingw32, spacemacs 0.105.6. Git is on my path.
|
I have this problem in Windows too. I've tried the steps above to no avail but launching with --debug-init in the package-build-checkout buffer I get:
My suspicion is that the problem is that simply pointing at Github for Windows does not provide the git-submodule shell script required. It would explain why fixing the git path only sometimes fixes the problem but I haven't yet sorted out the right way of installing git to fix this. Any tips? Edit: PS After upgrading to 0.105.8 instead of just an open Warnings buffer I get a red mode line warning me that Spacemacs may not be able to operate properly. |
Indeed, it looks like a problem with the |
Installed git for Windows, chose available from windows command prompt (only git, not the full mingw option) and now it works. I had git-submodule in my path but the #!ed shell script wasn't directly executable in Windows. |
Glad to hear 👍 |
I tried reinstalling my Git for Windows using the same options @steamelephant listed, but still I get the persp-mode error. |
@steamelephant I use centos , and |
@ryanclarke Have you also tried to clean |
I just tried and I don't have any of those folders. In fact, I installed spacemacs for the first time last week and I've had this issue from day one. As far as I can tell there is nothing wrong with |
fwiw, I had this same problem and a |
Same error here. I'm using OS X, cleaned the persp-mode folders, have Starting emacs in terminal installed persp-mode for me successfully. After that GUI emacs works too. |
I'm still having this issue. Every time I start spacemacs it leaves a timeout.exe.stacktrace file in my pwd. |
Have the same issue here, I'm using Mac OS X 10.11, sure have
(emacs-lisp) I did a clean install for both
Also tried run emacs in terminal, but no luck for me. |
I would put money on git not being available in every case here. |
Interesting, disabling my git http and https proxy settings resolves the issue, though the proxy is actually working. @robbyoconnor you are right 👍 |
I really didn't believe this was a git issue on Windows. Finally launched emacs with |
I knew it was a git error. --Rob
|
@mushanshitiancai - looks like git on CentOS (at least my copy) is at version 1.7.1, and that version doesn't support the |
After installing the latest git on CentOS 6 from source and reinstalling spacemacs, everything worked fine. |
@robbyoconnor @landtuna You are right! It works. thanks! |
This was a real problem for me since I also need to run on CentOS 6 (and thus stuck with git 1.7.1), but also have a small disk quota, so compiling gitfrom source wasn't really a sollution either. Turns out I could esaily solve it by just downloading it through MELPA with just |
@rubicus, thank you! The MELPA download the answer! You a wonderful person. I know they are saying this is a git issue, but after 4 reinstalls of git 2.7 I finally gave up trying to solve this. So, to anyone else with this issue, if you can't fix git, just get from MELPA. |
@rubicus @ryanclarke #4946 should fix it. |
For me the solution was to update from git 1.7.10.4 to 1.9.1. |
Hello.
I tried current develop branch and I get this error:
Error (use-package): persp-mode :init: Symbol's function definition is void: persp-mode
Current master branch loads without problems
My config:
Win 10, emacs-bin-w64-24.5-1
The text was updated successfully, but these errors were encountered: