Skip to content
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

make clean; make lisp #2382

Closed
villem opened this issue Nov 6, 2015 · 2 comments
Closed

make clean; make lisp #2382

villem opened this issue Nov 6, 2015 · 2 comments
Labels
duplicate This issue or pull request already exists invalid This doesn't seem right

Comments

@villem
Copy link

villem commented Nov 6, 2015

I'm trying to compile HEAD from 02de262 and compilation fails to
make lisp
make[1]: Entering directory 'emacs/magit/lisp'
Compiling with-editor.el
Compiling git-commit.el
Compiling magit-popup.el
Compiling magit-utils.el
Compiling magit-section.el
Compiling magit-git.el
Compiling magit-mode.el
Compiling magit-process.el
Compiling magit-core.el

In toplevel form:
magit-core.el:38:1:Error: Symbol's function definition is void: --some
Makefile:38: recipe for target 'magit-core.elc' failed
make[1]: *** [magit-core.elc] Error 1

If I revert 0f30dfb things start to work again.

@kyleam
Copy link
Member

kyleam commented Nov 6, 2015

Your installed dash predates --some.

@villem
Copy link
Author

villem commented Nov 6, 2015

Ok, I'll update dash. Would be good if there would be dependency check for correct dash version when building magit. I'll close this one. Thank you for speedy reply!

@villem villem closed this as completed Nov 6, 2015
@tarsius tarsius added duplicate This issue or pull request already exists invalid This doesn't seem right labels Nov 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists invalid This doesn't seem right
Development

No branches or pull requests

3 participants