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

Warn on 'cargo bin' or 'cargo install' with custom prefix #91

Open
Wilfred opened this issue Oct 7, 2017 · 0 comments
Open

Warn on 'cargo bin' or 'cargo install' with custom prefix #91

Wilfred opened this issue Oct 7, 2017 · 0 comments

Comments

@Wilfred
Copy link
Contributor

Wilfred commented Oct 7, 2017

As discussed in #64, the following does not work:

$ evm config ~/evm
$ evm install emacs-24.5-bin
$ evm bin emacs-24.5-bin
/home/wilfred/evm/emacs-24.5-bin/bin/emacs
$ /home/wilfred/evm/emacs-24.5-bin/bin/emacs -Q
Warning: arch-dependent data dir `/usr/local/evm/emacs-24.5-bin/libexec/emacs/24.5/x86_64-unknown-linux-gnu/': No such file or directory
Warning: arch-independent data dir `/usr/local/evm/emacs-24.5-bin/share/emacs/24.5/etc/': No such file or directory
Warning: Lisp directory `/usr/local/evm/emacs-24.5-bin/share/emacs/24.5/lisp': No such file or directory
Error: charsets directory not found:
/usr/local/evm/emacs-24.5-bin/share/emacs/24.5/etc/charsets
Emacs will not function correctly without the character map files.
Please check your installation!

I think this should be a warning or even an error. Could evm install refuse to install -bin versions if a custom prefix has been set?

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

No branches or pull requests

1 participant