summaryrefslogtreecommitdiff
path: root/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web>2012-12-10 17:18:09 +0000
committerGravatar admin <admin@branchable.com>2012-12-10 17:18:09 +0000
commit08757bcd6e314ce412fe3de0be0a156518471d1a (patch)
treed863ece1d28c889f2c9c5c20e8250a43c86bc119 /doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform.mdwn
parent234c0787be34e58a7c80f80334f2cd2a5b9d81d1 (diff)
Diffstat (limited to 'doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform.mdwn')
-rw-r--r--doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform.mdwn b/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform.mdwn
new file mode 100644
index 000000000..761d80093
--- /dev/null
+++ b/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform.mdwn
@@ -0,0 +1,20 @@
+I updated haskell platform, and now
+
+<pre>
+[jtang@x00 git-annex (master)]$ make test
+
+Assistant/Threads/NetWatcher.hs:26:2:
+ warning: #warning Building without dbus support; will poll for network connection changes [-Wcpp]
+
+Assistant/Threads/MountWatcher.hs:33:2:
+ warning: #warning Building without dbus support; will use mtab polling [-Wcpp]
+
+test.hs:11:8:
+ Could not find module `Test.HUnit.Tools'
+ Perhaps you meant Test.HUnit.Text (from HUnit-1.2.5.1)
+ Use -v to see a list of the files searched for.
+** failed to build the test suite
+make: *** [test] Error 1
+</pre>
+
+Looks like a missing dep somewhere with testpack or quickcheck... I haven't had time to figure it out yet, its not git-annex specific but I thought I might log it.