From 4f0a654ccd980cd2edb061d833f01438c33267e2 Mon Sep 17 00:00:00 2001 From: "http://johan.kiviniemi.name/" Date: Sun, 18 May 2014 14:12:47 +0000 Subject: [PATCH] More information: busybox sha256sum works --- ...oid_version_apparently_unable_to_run_sha256sum.mdwn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/bugs/Android_version_apparently_unable_to_run_sha256sum.mdwn b/doc/bugs/Android_version_apparently_unable_to_run_sha256sum.mdwn index ba516018ed..78f7a0482f 100644 --- a/doc/bugs/Android_version_apparently_unable_to_run_sha256sum.mdwn +++ b/doc/bugs/Android_version_apparently_unable_to_run_sha256sum.mdwn @@ -1,9 +1,17 @@ I’m running git-annex 5.20140517-gee56d21 on Android 4.3. -Running “git annex add filename” from the command line fails to execute sha256sum. +Running “git annex add filename” from the command line fails to execute sha256sum: + +[[!format sh """ +git-annex: sha256sum: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory) +failed +git-annex: add: 1 failed +"""]] “type sha256sum” says “sha256sum not found”, and indeed, /data/data/ga.androidterm/bin only contains the following files: busybox, git, git-annex, git-receive-pack, git-shell, git-upload-archive, git-upload-pack, gpg, rsync, ssh, ssh-keygen, trustedkeys.gpg. +Running “busybox sha256sum” does the right thing. + The assistant says “Added filename” every time it’s started but the file does not actually get added. The only relevant log lines seem to be: