summaryrefslogtreecommitdiff
path: root/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn
blob: be6db378cf6f7d20cb2d84875f1255969187fed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
I only saw this just now, but the tests fail to link/build on OSX

<pre>
[181 of 181] Compiling Main ( git-annex.hs, tmp/Main.o )
Linking git-annex ...
+ make -q test
+ '[' 1 = 1 ']'
+ ../maxtime 1800 make test
[175 of 175] Compiling Main ( test.hs, tmp/Main.o )
test.hs:175:17:
Not in scope: data constructor `Types.Backend.KeySource'
test.hs:175:43:
`Types.Backend.keyFilename' is not a (visible) constructor field name
test.hs:175:76:
`Types.Backend.contentLocation' is not a (visible) constructor field name
** failed to build the test suite
make: *** [test] Error 1
+ exit 4
</pre>

this issue seems to got introduced at commit e0fdfb2e706da2cb1451193c658dc676b0530968

> [[fixed|done]] --[[Joey]]