close old openbsd build bugs

This commit is contained in:
Joey Hess 2018-08-17 16:18:40 -04:00
parent 59b2ebbaeb
commit 9091d52a1f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 11 additions and 1 deletions

View file

@ -36,4 +36,6 @@ GHCi cannot safely continue in this situation. Exiting now. Sorry.
# End of transcript or log.
"""]]
[[!tag moreinfo]]
> Since this bug was filed, git-annex has dropped xmpp and the problimatic
> libraries. Since the bug comments say the build worked without xmpp,
> closing this bug [[done]] --[[Joey]]

View file

@ -206,3 +206,11 @@ git-annex-6.20160511: build
ghc: /usr/local/lib/libidn.a: unknown symbol `libintl_bindtextdomain'
ghc: unable to load package `gnuidn-0.2.2'
"""]]
> So git-annex dropped xmpp and the libidn.a
> library will no longer be pulled in.
>
> Also, you were right about `stack install git-annex`
> being problimatic. The build instuctions have since been changed to
> run stack inside the git-annex source tree.
> Since that worked for you, closing this bug. [[done]] --[[Joey]]