From df575f0db7c945a26735d0944b05c7e989cdfcda Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Mar 2018 10:59:18 -0400 Subject: comment --- ...mment_2_e15b265d67cad6fb914f626e646c2fe7._comment | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/bugs/Error_running_git-annex.app_on_OS_X_10.13.1___40__17B1003__41__/comment_2_e15b265d67cad6fb914f626e646c2fe7._comment diff --git a/doc/bugs/Error_running_git-annex.app_on_OS_X_10.13.1___40__17B1003__41__/comment_2_e15b265d67cad6fb914f626e646c2fe7._comment b/doc/bugs/Error_running_git-annex.app_on_OS_X_10.13.1___40__17B1003__41__/comment_2_e15b265d67cad6fb914f626e646c2fe7._comment new file mode 100644 index 000000000..ebf5867e2 --- /dev/null +++ b/doc/bugs/Error_running_git-annex.app_on_OS_X_10.13.1___40__17B1003__41__/comment_2_e15b265d67cad6fb914f626e646c2fe7._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2018-03-05T14:40:08Z" + content=""" +This is a bit puzzling, since git-annex does not link to libpng. + +I think what must be going on os that Cocoa, which git-annex does link to, +links to libpng. + +The dmg contains its own copy of zlib, not for git-annex, +which does not directly link to it, but for the embedded copy of curl. +But the linker is told to prefer the bundled libraries, so it tries to use +the bundled zlib with Cocoa. + +Upgrading the OSX autobuilder to 10.13 would be the cleanest fix, but +installing a newer zlib on there with homebrew should also work. +Hmm, but I tried homebrew and their zlib does not contain the +`_inflateValidate` symbol. +"""]] -- cgit v1.2.3