rejeep / evm

Emacs Version Manager
223 stars 34 forks source link

Error: charsets directory not found #80

Closed dgellow closed 7 years ago

dgellow commented 7 years ago

Hi,

I'm trying to use evm to install emacs-24.3-travis and got the error in the title.

root@628933e4e085:/# evm install emacs-24.3-travis
Successfully installed emacs-24.3-travis
root@628933e4e085:/# /usr/local/evm/emacs-24.3-travis/bin/emacs
Warning: arch-dependent data dir (/tmp/emacs-24.3-travis/libexec/emacs/24.3/x86_64-unknown-linux-gnu/) does not exist.
Warning: arch-independent data dir (/tmp/emacs-24.3-travis/share/emacs/24.3/etc/) does not exist.
Warning: Lisp directory `/tmp/emacs-24.3-travis/share/emacs/24.3/lisp' does not exist.
Warning: Lisp directory `/tmp/emacs-24.3-travis/share/emacs/24.3/leim' does not exist.
Error: charsets directory not found:
/tmp/emacs-24.3-travis/share/emacs/24.3/etc/charsets
Emacs will not function correctly without the character map files.
Please check your installation!

Any idea why? I'm running the install in a docker container based on debian:jessie

rejeep commented 7 years ago

On Travis you have to install Emacs in /tmp, read the depreceation warning. Does that solve your issue?

dgellow commented 7 years ago

Thank you, I missed the warning.