I tried to install emacs-snapshot through their PPA on a fresh Ubuntu 14.04 LTS:
sudo apt-add-repository ppa:ubuntu-elisp/ppa
sudo apt-get update
sudo apt-get install emacs-snapshot
But when i try to start it, it gives me this error:
emacs-snapshot
Warning: Could not find simple.el or simple.elc
Cannot open load file: No such file or directory, warnings
I have also tried running it as sudo, and the same thing happens. I do not have an .emacs.d/ folder, so it should just run as vanilla.
Do anyone have any idea how i can make it work?