From 2d0570c6d897c6dbc7faa5b6112e1f4650a540bf Mon Sep 17 00:00:00 2001 From: quisquous Date: Mon, 11 Jul 2016 17:59:56 +0000 Subject: Added a comment --- .../comment_2_c6521306cbee2e398998cd2eec4e47ca._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/does_not_build_on_OpenBSD_5.9/comment_2_c6521306cbee2e398998cd2eec4e47ca._comment diff --git a/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_2_c6521306cbee2e398998cd2eec4e47ca._comment b/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_2_c6521306cbee2e398998cd2eec4e47ca._comment new file mode 100644 index 000000000..2466bd932 --- /dev/null +++ b/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_2_c6521306cbee2e398998cd2eec4e47ca._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="quisquous" + subject="comment 2" + date="2016-07-11T17:59:56Z" + content=""" +Perhaps running ````stack install git-annex```` (using the implicit global project) ignores the flags in stack.yaml, see [#1313](https://github.com/commercialhaskell/stack/issues/1313). Following your suggestion, I tried cloning the repo and building using `stack build` both with and without the XMPP flag. Without the flag works fine, it seems the default ````false```` setting form xmpp flag in stack.yaml is honored when building *this* way. + +In any case, this worked: + +```` +$ git clone git://git-annex.branchable.com/ git-annex +$ cd git-annex +$ git checkout 6.20160511 +$ stack build +$ stack install +```` +"""]] -- cgit v1.2.3