rejeep / evm

Emacs Version Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs 25.2 builds do not work

DamienCassou opened this issue · comments

Here is the error message (see for example):

$ evm install $EVM_EMACS --use --skip

Successfully installed emacs-25.2-travis

$ cask

Warning: arch-dependent data dir '/home/travis/builds/emacs-25.2-travis/libexec/emacs/25.2/x86_64-unknown-linux-gnu/': No such file or directory

Warning: arch-independent data dir '/home/travis/builds/emacs-25.2-travis/share/emacs/25.2/etc/': No such file or directory

Warning: Lisp directory '/home/travis/builds/emacs-25.2-travis/share/emacs/25.2/lisp': No such file or directory

Error: charsets directory not found:

/home/travis/builds/emacs-25.2-travis/share/emacs/25.2/etc/charsets

Emacs will not function correctly without the character map files.

Please check your installation!

The command "cask" failed and exited with 1 during .

Did you build with the correct prefix path?

I did exactly what I wrote in #85. Are you saying that the fact that I switched from /tmp to /home/travis/builds is the problem? Should I build a new image then?

I uploaded a new build on http://damien.cassou.free.fr/emacs-25.2-travis.tar.gz with --prefix=/tmp/emacs-25.2-travis

Are you saying that the fact that I switched from /tmp to /home/travis/builds is the problem?

At least it's a problem. You must put the files in the same directory as the prefix path.

I uploaded your latest file, can you try again?

This time it works perfectly fine: DamienCassou/hierarchy#36.

Good stuff! 👍

Should this be closed now?

Yes, if it works!