From 542a45a7af336570189a18e19f297452901943a8 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkLdR1fuu5aEz3s9VKTBKVMize_SmeNRJM" Date: Wed, 15 Jan 2014 02:21:38 +0000 Subject: Added a comment --- ...omment_4_f63bb1d29fc7130bfa0c15feeba4e5fd._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/Share_with_friends_crash_in_osx/comment_4_f63bb1d29fc7130bfa0c15feeba4e5fd._comment diff --git a/doc/bugs/Share_with_friends_crash_in_osx/comment_4_f63bb1d29fc7130bfa0c15feeba4e5fd._comment b/doc/bugs/Share_with_friends_crash_in_osx/comment_4_f63bb1d29fc7130bfa0c15feeba4e5fd._comment new file mode 100644 index 000000000..e76fecc3c --- /dev/null +++ b/doc/bugs/Share_with_friends_crash_in_osx/comment_4_f63bb1d29fc7130bfa0c15feeba4e5fd._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkLdR1fuu5aEz3s9VKTBKVMize_SmeNRJM" + nickname="David" + subject="comment 4" + date="2014-01-15T02:21:38Z" + content=""" +The problem on 10.9.1 appears to be related to the version of libxml2 thats being used. There is a console message on startup that shows this: + + dyld: Library not loaded: /usr/local/opt/libxml2/lib/libxml2.2.dylib + Referenced from: /Applications/git-annex.app/Contents/MacOs/bundle/git-annex + Reason: Incompatible library version: git-annex requires version 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0 + + I have actually been unable to build the newest version of libxml2 which I guess will have a library version 12 on mavericks so far tonight via Brew. I keep getting errors like: + + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/sys/_types.h:132:9: error: unknown type name '__int32_t' + typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ + +So far the interwebs are failing me and I don't have a solution. +"""]] -- cgit v1.2.3