summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://johan.kiviniemi.name/ <Johan@web>2014-05-18 14:12:47 +0000
committerGravatar admin <admin@branchable.com>2014-05-18 14:12:47 +0000
commit5f7b6280bb0a4945f20fd373f0e98319bcb8ad85 (patch)
tree121b45dd79c809cd0ef78038d4167200a2df34e9
parent70d639260879605c2a0b3d794d17901172645982 (diff)
More information: busybox sha256sum works
-rw-r--r--doc/bugs/Android_version_apparently_unable_to_run_sha256sum.mdwn10
1 files changed, 9 insertions, 1 deletions
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 ba516018e..78f7a0482 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: