From 9091d52a1f1ad0b896e744a32478a4fee013bd19 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Aug 2018 16:18:40 -0400 Subject: [PATCH] close old openbsd build bugs --- doc/bugs/More_build_oddities_under_OpenBSD.mdwn | 4 +++- doc/bugs/does_not_build_on_OpenBSD_5.9.mdwn | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/bugs/More_build_oddities_under_OpenBSD.mdwn b/doc/bugs/More_build_oddities_under_OpenBSD.mdwn index c11ffab384..f36604c575 100644 --- a/doc/bugs/More_build_oddities_under_OpenBSD.mdwn +++ b/doc/bugs/More_build_oddities_under_OpenBSD.mdwn @@ -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]] diff --git a/doc/bugs/does_not_build_on_OpenBSD_5.9.mdwn b/doc/bugs/does_not_build_on_OpenBSD_5.9.mdwn index c1b8a46ea8..3185c9fc88 100644 --- a/doc/bugs/does_not_build_on_OpenBSD_5.9.mdwn +++ b/doc/bugs/does_not_build_on_OpenBSD_5.9.mdwn @@ -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]]