summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-21 10:11:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-21 10:11:11 -0400
commit4f398a51323193abf578c15f7b2616c750cfe636 (patch)
treea61b5935009fe51bfee283a196e9c2adc50899ed
parent2c7e74b116e10112e9f4f5d9f22a93ae7e4bee9e (diff)
parentfe9222de768e1ecb5b99268db588eb172043070d (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Build_failures_with_7.10.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/Build_failures_with_7.10.mdwn b/doc/bugs/Build_failures_with_7.10.mdwn
new file mode 100644
index 000000000..102326a40
--- /dev/null
+++ b/doc/bugs/Build_failures_with_7.10.mdwn
@@ -0,0 +1,25 @@
+### Please describe the problem.
+
+git-annex fails to build in the NixOS builder
+
+### What steps will reproduce the problem?
+
+cabal build
+
+### What version of git-annex are you using? On what operating system?
+
+5.20150812
+
+### Please provide any additional information below.
+
+[The build log](http://hydra.cryp.to/build/1099681/nixlog/1/raw) has a full transcript of the build from one of the build machines, though I have reproduced this locally.
+
+The pertinent bit of the log (which is *not* at the end, though I think that's just a capture-both-stderr-and-stdin thing, since it was at the end when I repro'd it:
+
+[[!format sh """
+Assistant/WebApp/Types.hs:39:1: ‘WebApp’ is not in scope at a reify
+"""]]
+
+If I'm reading things correctly (you can do some diffing of the inputs from [the page for the build](http://hydra.cryp.to/build/1099681)), I'm going to guess that it was the upgrade to yesod-1.4.14.
+
+I'll continue to look into it, but it would seem to touch on TH and Yesod stuff with which I am largely unfamiliar.