From 3d59fc425264e6db455fe09549086d84ca9936a4 Mon Sep 17 00:00:00 2001 From: "hobbes@b2cacef69071743c3a831e60511062f7e014e52f" Date: Mon, 30 Apr 2018 15:01:09 +0000 Subject: [PATCH] Added a comment: Bad system call fix --- ..._663de2e553ea050dd5a00fc88aeb6412._comment | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/tips/install_on_Android_in_Termux/comment_2_663de2e553ea050dd5a00fc88aeb6412._comment diff --git a/doc/tips/install_on_Android_in_Termux/comment_2_663de2e553ea050dd5a00fc88aeb6412._comment b/doc/tips/install_on_Android_in_Termux/comment_2_663de2e553ea050dd5a00fc88aeb6412._comment new file mode 100644 index 0000000000..8337b7db15 --- /dev/null +++ b/doc/tips/install_on_Android_in_Termux/comment_2_663de2e553ea050dd5a00fc88aeb6412._comment @@ -0,0 +1,26 @@ +[[!comment format=mdwn + username="hobbes@b2cacef69071743c3a831e60511062f7e014e52f" + nickname="hobbes" + avatar="http://cdn.libravatar.org/avatar/44b70169c4d862b3619812c360aa8f1e" + subject="Bad system call fix" + date="2018-04-30T15:01:09Z" + content=""" +Found this issue thread: + +https://github.com/termux/termux-packages/issues/420 + +which had the solution to this particular issue! Yay \o/! Needed to call + +``` +unset LD_PRELOAD +``` + +I'm noticing that the arm builds are missing now (current 403s, autobuild 404s), but maybe that's intentional for now? Either way, I have gotten past the bad system call issue with `runshell`, but now when I try to run `git annex webapp` I get... + +``` +fatal: 'annex' appears to be a git command, but we were not able to execute it. Maybe you need to 'pkg install perl'? +``` + +I ran `pkg install perl`, but I get the same message :(. Either way, I'm glad this seems to be moving forward, and very excited that I might finally be able to put git-annex back on my phone after all these years! + +"""]]