aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-03-05 10:59:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-03-05 10:59:18 -0400
commitdf575f0db7c945a26735d0944b05c7e989cdfcda (patch)
tree2462706b194491209c547eda571ef57548b80135
parent4d6db278aa6108e924433fb1d0763959e8883cfc (diff)
comment
-rw-r--r--doc/bugs/Error_running_git-annex.app_on_OS_X_10.13.1___40__17B1003__41__/comment_2_e15b265d67cad6fb914f626e646c2fe7._comment20
1 files changed, 20 insertions, 0 deletions
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.
+"""]]