From ac713260218bf829a3dc4b92ae253f09b7c2243c Mon Sep 17 00:00:00 2001 From: "zjs@6d8d0d7eaa9899fb198baa3eb90d570c14abd2b8" Date: Mon, 18 Jun 2018 19:03:35 +0000 Subject: [PATCH] Error trying to run git-annex on Android version 8.1 --- doc/forum/Termux_Android_8.1_Proot_Error.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/forum/Termux_Android_8.1_Proot_Error.mdwn diff --git a/doc/forum/Termux_Android_8.1_Proot_Error.mdwn b/doc/forum/Termux_Android_8.1_Proot_Error.mdwn new file mode 100644 index 0000000000..91e7cf4538 --- /dev/null +++ b/doc/forum/Termux_Android_8.1_Proot_Error.mdwn @@ -0,0 +1,17 @@ +Hi, + +I'm trying to get git-annex working on my Google Pixel running Android version 8.1 through Termux but I'm having some difficulty. + +I copy-pasta'd the instructions found here: until I got the following error when trying to run git-annex.linux/runshell + + Running on Android.. Adding git-annex to PATH for you, and tuning for optimal behavior + proot error: execve("/data/data/com.termux/files/home/git-annex.linux/bin/sh"): No such file or directory + proot info: possible causes + * the program is a script but its interpreter (eg. /bin/sh) was not found; + * the program is an ELF but its interpreter (eg. ld-linux.so) was not found; + * the program is a foreign binary but qemu was not specified; + * qemu does not work correctly (if specified); + * the loader was not found or doesn't work. + fatal error: see `proot --help`. + +If I could get some help troubleshooting this that would be great. Thanks!