aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_1_e69ed5e0c9e474158da6764d27f67b67._comment
blob: 5cac7c971af09887e9a27e2a80f7b45e8abf698b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.)
"""]]