summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-15 13:14:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-15 13:14:57 -0400
commitfc33347e81f3594a326d630b06ada329d0adc40d (patch)
tree7073438110085a611666158e9533d1dbaadf9d31
parent013ce5934a07d42700ed197f8f653a82bb6ff47c (diff)
comment
-rw-r--r--doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_1_b87b50ca08bf90ecb7d741a6baa1dc4d._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_1_b87b50ca08bf90ecb7d741a6baa1dc4d._comment b/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_1_b87b50ca08bf90ecb7d741a6baa1dc4d._comment
new file mode 100644
index 000000000..00f2c0806
--- /dev/null
+++ b/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_1_b87b50ca08bf90ecb7d741a6baa1dc4d._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-10-15T17:04:07Z"
+ content="""
+I wonder if this ELF issue extends to other binaries included in the
+git-annex bundle, or does it only affect the git-annex (and
+git-annex-shell) binary?
+
+It looks like git is working when used inside runshell, and that is using a
+git binary from the git-annex bundle.
+
+If so, it could have something to do with how the haskell binary is being
+linked. I found this thread about fixing this problem in the gold linker:
+<https://sourceware.org/ml/binutils/2012-08/msg00486.html>. IIRC
+the arm build is currently using the bfd linker, not gold.
+"""]]