diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web> | 2012-06-21 06:36:02 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-06-21 06:36:02 +0000 |
commit | 680b0c84057ed22ed9ad816b6e333c7a8eb00c1a (patch) | |
tree | 27386859ad6133ace36f4c1c2f54e813cb95d27c | |
parent | 9f1a29762b074e668d3d6e7bea273c1f14f69b90 (diff) |
-rw-r--r-- | doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn b/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn new file mode 100644 index 000000000..1426f3488 --- /dev/null +++ b/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn @@ -0,0 +1,22 @@ +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 + |