From 54c7d2b46a310234c5bdfca9cca71984d652c860 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 14 Nov 2015 18:08:04 -0500 Subject: [PATCH] zile: Add information about current problem Followup to https://github.com/termux/termux-packages/pull/54 --- disabled-packages/zile/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/disabled-packages/zile/build.sh b/disabled-packages/zile/build.sh index f253564b5..8e6941bf0 100755 --- a/disabled-packages/zile/build.sh +++ b/disabled-packages/zile/build.sh @@ -1,3 +1,6 @@ +# NOTE: Zile currently segfaults. According to gdb, the crash is somewhere +# in GC_realloc. So it's maybe not zile's fault, but instead libgc's fault. + TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/zile/ TERMUX_PKG_DESCRIPTION="Lightweight clone of the Emacs text editor" TERMUX_PKG_VERSION=2.4.11