From 8cb3ce870383bada8a05686b267b1ecdaa2af2e4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Jul 2016 12:23:03 -0400 Subject: [PATCH] response --- ...t_1_e69ed5e0c9e474158da6764d27f67b67._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/does_not_build_on_OpenBSD_5.9/comment_1_e69ed5e0c9e474158da6764d27f67b67._comment 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 0000000000..5cac7c971a --- /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.) +"""]]