summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-14 17:11:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-14 17:11:26 -0400
commitc093003a3e3062bb860c222c7f082c9457a309c0 (patch)
treefe67c623edd8028876b3262ab1e10759ac6c424e
parent985e3aebbef10d3bf2a0d9625747a19a793aecd1 (diff)
parent4eca272cb32be4ef0be6280feb9f7ec8e69cfcbf (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Share_with_friends_crash_in_osx/comment_1_804c394e97223b1f9cc9f1f3adaa2e74._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Share_with_friends_crash_in_osx/comment_1_804c394e97223b1f9cc9f1f3adaa2e74._comment b/doc/bugs/Share_with_friends_crash_in_osx/comment_1_804c394e97223b1f9cc9f1f3adaa2e74._comment
new file mode 100644
index 000000000..f8c36c1fd
--- /dev/null
+++ b/doc/bugs/Share_with_friends_crash_in_osx/comment_1_804c394e97223b1f9cc9f1f3adaa2e74._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.43"
+ subject="comment 1"
+ date="2014-01-14T20:54:52Z"
+ content="""
+This must be more stuff on the OSX build machine that is using processor-specific optimisations. Similar to previously fixed problems with wget etc being built with those optimisations.
+
+This time, it must be one of the several libraries git-annex links with, and only one that is used when using XMPP. So, one of libxml2, libidn, libgsasl, libgnutls.
+
+I have replaced all of those libraries with unoptimised ones built with `brew install --build-bottle`. This is available in the daily built app now. Since I cannot test it myself, please download that <https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/git-annex.dmg> and let me know how it goes.
+
+
+"""]]