summaryrefslogtreecommitdiff
path: root/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform.mdwn
blob: 4088162e751c477d3aa54c18bcc6ed2e2ac35b50 (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 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 as a reminder for myself just in case if the osxapp is more borked than usual, I probably need to flush my .cabal directory of installed userland dependancies.

> The testpack library has been broken by some other library changes. I
> made changes in git yesterday to avoid using it. [[done]] --[[Joey]]