diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web> | 2012-07-30 17:34:49 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-30 17:34:49 +0000 |
commit | e3d11943c4e90a81e3a0792ab16cd535ee899d20 (patch) | |
tree | 88b7c6a66bc85cc390434d49fe88b18bad67fb2e | |
parent | 71a6f3521c4195eebf49f7b3b23431d1155a5a02 (diff) |
-rw-r--r-- | doc/bugs/build_failure_with_kqueue_code__44___first_commit_that_breaks_is_3dce75fb23fca94ad86c3f0ee816bb0ad2ecb27c.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/build_failure_with_kqueue_code__44___first_commit_that_breaks_is_3dce75fb23fca94ad86c3f0ee816bb0ad2ecb27c.mdwn b/doc/bugs/build_failure_with_kqueue_code__44___first_commit_that_breaks_is_3dce75fb23fca94ad86c3f0ee816bb0ad2ecb27c.mdwn new file mode 100644 index 000000000..6b8a7e3a4 --- /dev/null +++ b/doc/bugs/build_failure_with_kqueue_code__44___first_commit_that_breaks_is_3dce75fb23fca94ad86c3f0ee816bb0ad2ecb27c.mdwn @@ -0,0 +1,23 @@ +Here goes... + +<pre> +laplace:git-annex jtang$ make +ghc -O2 -threaded -Wall -ignore-package monads-fd -ignore-package monads-tf -outputdir tmp -IUtility -DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_KQUEUE -DOSX --make git-annex Utility/libdiskfree.o Utility/libmounts.o Utility/libkqueue.o + +Assistant/Threads/MountWatcher.hs:40:0: + warning: #warning Building without dbus support; will use mtab polling +[165 of 208] Compiling Assistant.Alert ( Assistant/Alert.hs, tmp/Assistant/Alert.o ) +[173 of 208] Compiling Assistant.DaemonStatus ( Assistant/DaemonStatus.hs, tmp/Assistant/DaemonStatus.o ) +[174 of 208] Compiling Assistant.TransferQueue ( Assistant/TransferQueue.hs, tmp/Assistant/TransferQueue.o ) +[175 of 208] Compiling Assistant.Threads.Watcher ( Assistant/Threads/Watcher.hs, tmp/Assistant/Threads/Watcher.o ) + +Assistant/Threads/Watcher.hs:61:43: + Couldn't match expected type `Utility.Kqueue.Kqueue' + with actual type `()' + Expected type: IO Utility.Kqueue.Kqueue -> IO Utility.Kqueue.Kqueue + Actual type: IO Utility.Kqueue.Kqueue -> IO () + In the fourth argument of `watchDir', namely `startup' + In the second argument of `($)', namely + `watchDir "." ignored hooks startup' +make: *** [git-annex] Error 1 +</pre> |