aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-04-29 00:09:36 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-04-29 00:09:36 +0200
commit397b9a65ad6c7cd0981d651a5e9c6bb15a2a69c8 (patch)
tree53ffbf481f89eea1df66dcee2eb89c270e349bbf
parent32bdfd6043d12976a0086114a655b70a24b9b35f (diff)
community/neovim: disable on aarch64 due to build failure
[ 0%] Generating auto/charset.c.generated.h, ../../include/charset.h.generated.h /usr/bin/luajit: bad light userdata pointer stack traceback: [C]: in function 'match' ...c/neovim-0.2.2/src/nvim/generators/gen_api_ui_events.lua:15: in main chunk [C]: at 0xaab0224b92e4 ... cd /home/buildozer/aports/community/neovim/src/neovim-0.2.2/build/src/nvim && /usr/bin/luajit /home/buildozer/aports/community/neovim/src/neovim-0.2.2/src/nvim/generators/gen_declarations.lua /home/buildozer/aports/community/neovim/src/neovim-0.2.2/src/nvim/eval/gc.c /home/buildozer/aports/community/neovim/src/neovim-0.2.2/build/src/nvim/auto/eval/gc.c.generated.h /home/buildozer/aports/community/neovim/src/neovim-0.2.2/build/include/eval/gc.h.generated.h /home/buildozer/aports/community/neovim/src/neovim-0.2.2/build/src/nvim/auto/eval/gc.i /usr/bin/luajit: bad light userdata pointer stack traceback: [C]: in function 'match' ...rc/neovim-0.2.2/src/nvim/generators/gen_declarations.lua:232: in main chunk [C]: at 0xaaad1ff4f2e4 ... and so on Patch backported from https://github.com/neovim/neovim/pull/7880 did't help.
-rw-r--r--community/neovim/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD
index 7f0429778f5..fa35ed3c2b8 100644
--- a/community/neovim/APKBUILD
+++ b/community/neovim/APKBUILD
@@ -16,7 +16,9 @@ pkgver=0.2.2
pkgrel=5
pkgdesc="Vim-fork focused on extensibility and agility"
url="https://neovim.io"
-arch="all !s390x" # needs luajit
+# s390x: needs luajit
+# aarch64: fails to build
+arch="all !s390x !aarch64"
license="Apache-2.0 custom"
depends=""
makedepends="cmake gettext-dev gperf libtermkey-dev libuv-dev libvterm-dev