aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <joey@web>2013-03-03 21:32:39 +0000
committerGravatar admin <admin@branchable.com>2013-03-03 21:32:39 +0000
commita32826fedef8202fba2b7d5818fb4d6ed8988808 (patch)
treed338e2653792217a5bbec4117ced450134110e43
parent1d64859f7ba3ddab8d4944da15330508befe38a1 (diff)
Added a comment
-rw-r--r--doc/bugs/Provide_64-bit_standalone_build/comment_1_1850bb3eb464f1d3c122cfeb4ccaf265._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/Provide_64-bit_standalone_build/comment_1_1850bb3eb464f1d3c122cfeb4ccaf265._comment b/doc/bugs/Provide_64-bit_standalone_build/comment_1_1850bb3eb464f1d3c122cfeb4ccaf265._comment
new file mode 100644
index 000000000..76e8d0d5c
--- /dev/null
+++ b/doc/bugs/Provide_64-bit_standalone_build/comment_1_1850bb3eb464f1d3c122cfeb4ccaf265._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ nickname="joey"
+ subject="comment 1"
+ date="2013-03-03T21:32:39Z"
+ content="""
+Thanks for the heads up.
+
+As far as I can see, the necessary libraries are included in the standalone build. So it should work when used as intended via `runshell`.
+
+But that's not what the AUR is doing. It's binary editing (!!) the git-annex binary to use different library sonames, and taking the git-annex binary and dropping it unprotected into a system it was not built for to fend for itself.
+That strikes me as a technique that is unlikely to continue working, and one that I cannot commit to support.
+
+I don't want to cause you Arch people unnecessary work, but building a 64 bit standalone build every time I release git-annex is unnecessary work on my part, as long as the 32 bit one works everywhere when used as designed. If someone has to do this 64 bit build, why not you? This would also avoid any further breakage, since you could build it against the actual library sonames it's going to be used with on Arch.
+"""]]