Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

mu --with-emacs --HEAD does not install mu4e #16504

Closed
brabalan opened this issue Dec 10, 2012 · 7 comments
Closed

mu --with-emacs --HEAD does not install mu4e #16504

brabalan opened this issue Dec 10, 2012 · 7 comments

Comments

@brabalan
Copy link
Contributor

For some reason, the configure step of mu is

./configure --prefix=/usr/local/Cellar/mu/HEAD --with-gui=none

with the '--disable-dependency-tracking' flag missing. It seems that, as a consequence, mu4e is not built.

Following the comment at the end of issue #15081, I manually configured and built mu in /Library/Caches/Homebrew/mu--git doing

./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/mu/HEAD --with-gui=none
make
make install

and mu4e was correctly installed.

@jacknagel
Copy link
Contributor

with the '--disable-dependency-tracking' flag missing. It seems that, as a consequence, mu4e is not built.

This isn't the reason; also it actually is passed, it is just not printed out by the UI because it is such a common flag.

@brabalan
Copy link
Contributor Author

OK, then I don't see what the difference is between building it manually and through the recipe.

@jacknagel
Copy link
Contributor

It probably needs --env=std

@uu1101
Copy link

uu1101 commented Dec 14, 2012

The following works:

EMACS=$(which emacs) brew install mu --with-emacs --HEAD

The EMACS variable is used to determine Emacs' version in configure.ac:63. It needs to contain the path to Emacs.

@brabalan
Copy link
Contributor Author

This is a great workaround, thanks a lot.

@jacknagel
Copy link
Contributor

Should be resolved by #16733, which I just pushed.

@dunn
Copy link
Contributor

dunn commented Dec 13, 2015

@nicholas-mitchell open a new issue, please!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants