From 2b087634efb7836d3700fa4c64391c80bdc93c13 Mon Sep 17 00:00:00 2001 From: "https://christian.amsuess.com/chrysn" Date: Tue, 15 May 2018 19:57:34 +0000 Subject: [PATCH] Added a comment: Debugging "No such file or directory" --- ...0_8c24553afc5352c8a4c9cd0555423325._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/tips/install_on_Android_in_Termux/comment_10_8c24553afc5352c8a4c9cd0555423325._comment diff --git a/doc/tips/install_on_Android_in_Termux/comment_10_8c24553afc5352c8a4c9cd0555423325._comment b/doc/tips/install_on_Android_in_Termux/comment_10_8c24553afc5352c8a4c9cd0555423325._comment new file mode 100644 index 0000000000..087fb6c113 --- /dev/null +++ b/doc/tips/install_on_Android_in_Termux/comment_10_8c24553afc5352c8a4c9cd0555423325._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://christian.amsuess.com/chrysn" + nickname="chrysn" + avatar="http://christian.amsuess.com/avatar/c6c0d57d63ac88f3541522c4b21198c3c7169a665a2f2d733b4f78670322ffdc" + subject="Debugging "No such file or directory"" + date="2018-05-15T19:57:34Z" + content=""" +Setting all the environment variables from inside still did not break the tar execution; last resort was disabling proot in runshell. I still had to keep the termux-fix-shebang workaround. + + $ ./git-annex.linux/runshell + $ mkdir test; cd test + $ git init + $ git annex init + +From a first glance, things appear to be working now. I had to run termux-fix-shebang on the `.git/hooks/*` and set TMPDIR=something-that-actually-exists, but short of that, local adding and committing as well as moving data around. + +Joey, you mentioned ghc runtime issues when introducing proot. Anything particular I should test? +"""]]