summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-11 12:23:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-11 12:23:03 -0400
commitb522e9c7d663a66879637241fe420e555052e04e (patch)
tree14b4052b04da12b1a5e71e2456e4da40dde7fdba /doc
parent76294280e7b06e09c2224bf2ec19a2de38c19d26 (diff)
response
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/does_not_build_on_OpenBSD_5.9/comment_1_e69ed5e0c9e474158da6764d27f67b67._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_1_e69ed5e0c9e474158da6764d27f67b67._comment b/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_1_e69ed5e0c9e474158da6764d27f67b67._comment
new file mode 100644
index 000000000..5cac7c971
--- /dev/null
+++ b/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_1_e69ed5e0c9e474158da6764d27f67b67._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-07-11T16:14:37Z"
+ content="""
+The build error suggests a problem with either the libidn.a library in
+openbsd, or the haskell bindings to it in gnuidn.
+
+A similar problem is discussed in [[More_build_oddities_under_OpenBSD]].
+
+Disabling XMPP support in git-annex makes it not need either library,
+so should avoid the problem. Eg: `stack build --flag git-annex:-XMPP`
+
+(Although AFAICS, XMPP support is disabled by default in stack.yaml anyway,
+so I am not sure why your stack build included it.)
+"""]]