From eb89c00dbeb08e62cc56e1deb5d20862aa36d30e Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 31 Mar 2018 16:13:52 +0200 Subject: [PATCH] Revert "community/emacs: enabled for aarch64" This reverts commit 9fbb035e36f6c34e0e273e9342d5bcfa92d996ff. It still fails: Loading /home/buildozer/aports/community/emacs/src/emacs-25.3/x11/lisp/leim/leim-list.el (source)... Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under the name emacs ************************************************** Warning: Your system has a gap between BSS and the heap (60016856 bytes). This usually means that exec-shield or something similar is in effect. The dump may fail because of this. See the section about exec-shield in etc/PROBLEMS for more information. ************************************************** make[1]: *** [Makefile:740: bootstrap-emacs] Segmentation fault make[1]: Leaving directory '/home/buildozer/aports/community/emacs/src/emacs-25.3/x11/src' make: *** [Makefile:398: src] Error 2 --- community/emacs/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index 6106c3143fd..05b76da9b88 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -5,7 +5,7 @@ pkgname=emacs pkgver=25.3 pkgrel=0 pkgdesc="The extensible, customizable, self-documenting real-time display editor" -arch="all" +arch="all !aarch64" depends="emacs-nox" url="https://www.gnu.org/software/emacs/emacs.html" license="GPL-3.0"