summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 12:47:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 12:47:15 -0400
commit455675b7b002227c84ad4717e5114b2e13619d4f (patch)
treea1818bf7bab9e240a0a8dbca947e65e7062322d9
parent185a02ce844c991e94ea9e334c7cdff736671063 (diff)
response
-rw-r--r--doc/forum/compiling_on_MacOS/comment_1_143ae6d4f2704d4ab74e110a2d7a3c82._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/compiling_on_MacOS/comment_1_143ae6d4f2704d4ab74e110a2d7a3c82._comment b/doc/forum/compiling_on_MacOS/comment_1_143ae6d4f2704d4ab74e110a2d7a3c82._comment
new file mode 100644
index 000000000..93911b784
--- /dev/null
+++ b/doc/forum/compiling_on_MacOS/comment_1_143ae6d4f2704d4ab74e110a2d7a3c82._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-12-31T16:41:06Z"
+ content="""
+I can only give the same anwser I gave in
+<https://github.com/conda-forge/staged-recipes/pull/4157>,
+that it seems to be using the wrong version of the iconv library, and that
+the `LIBRARY_PATH`, `LDFLAGS` etc settings your using seem likely to be
+causing the problem.
+
+I mean, you're simply using haskell's stack tool, you've not started to
+build git-annex at all at this point. If haskell's stack is really this
+broken on OSX, I'd think that a lot of people would have noticed. But if
+you can reproduce the problem without any strange environment variables
+being set, why not file a bug report at <https://github.com/commercialhaskell/stack/issues/new>.
+"""]]