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

Emacs installed by heroku-buildpack-apt does not work #37

Closed
raxod502 opened this issue Aug 21, 2018 · 1 comment
Closed

Emacs installed by heroku-buildpack-apt does not work #37

raxod502 opened this issue Aug 21, 2018 · 1 comment

Comments

@raxod502
Copy link

When I put emacs-nox in my Aptfile, an emacs25 binary is installed but when I try to run it I get:

Warning: arch-dependent data dir '/usr/lib/emacs/25.2/x86_64-linux-gnu/': No such file or directory
Warning: arch-independent data dir '/usr/share/emacs/25.2/etc/': No such file or directory
Warning: Lisp directory '/usr/share/emacs/25.2/lisp': No such file or directory
Error: charsets directory not found:
/usr/share/emacs/25.2/etc/charsets
Emacs will not function correctly without the character map files.
Please check your installation!

Presumably this is because Emacs is not a relocatable package, hence the installation process used by heroku-buildpack-apt is not suitable for it.

How can I work around this problem?

@raxod502
Copy link
Author

To install Emacs on Heroku, one may use:

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