alexmurray / emacs-snap

GNU Emacs in a snap
https://snapcraft.io/emacs
73 stars 12 forks source link

Exec format error when running emacs build 1457 on ARM64 #34

Closed sdoshi closed 2 years ago

sdoshi commented 2 years ago

When running emacs on Ubuntu 20.04 VM, ARM64 architecture I get "format exec error":

sd@dev:~$ sudo snap remove emacs emacs removed sd@dev:~$ sudo snap info emacs name: emacs summary: GNU Emacs is the extensible self-documenting text editor publisher: Alex Murray (alexmurray) store-url: https://snapcraft.io/emacs contact: https://github.com/alexmurray/emacs-snap/issues license: GPL-3.0+ description: | Emacs is the extensible, customizable, self-documenting real-time display editor.

Features include:

sd@dev:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 Codename: focal sd@dev:~$ uname -a Linux dev 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:44:51 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

alexmurray commented 2 years ago

Argh.. apologies, will try fix this ASAP. Thanks for reporting this issue.

alexmurray commented 2 years ago

This is now resolved - can you please snap refresh emacs and it should work as expected. Apologies again for the breakage.

sdoshi commented 2 years ago

Fixed. Thank you!