diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web> | 2012-07-26 09:50:46 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-26 09:50:46 +0000 |
commit | 69ea2ccf2f136abc756dec072b6a8ceeff89dcfd (patch) | |
tree | 89dbce9a7f8d1e3ea175b41c5764eb402d4f786b | |
parent | 3c7cd590d85767d581acfb44fe037bdb959bc21c (diff) |
-rw-r--r-- | doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn b/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn index f3ba0ea08..cab5529f0 100644 --- a/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn +++ b/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn @@ -45,3 +45,22 @@ Utility/Url.hs:107:38: Not in scope: `parseURIReference' Utility/Url.hs:111:95: Not in scope: `relativeTo' make: *** [git-annex] Error 1 </pre> + +Which then lead me to doing a "cabal install -f-DBus" which spits out the following when trying to link the binary + +<pre> +[206 of 206] Compiling Main ( git-annex.hs, dist/build/git-annex/git-annex-tmp/Main.o ) +Linking dist/build/git-annex/git-annex ... +Undefined symbols for architecture x86_64: + "_addfds_kqueue", referenced from: + _s16v6_info in Kqueue.o + "_init_kqueue", referenced from: + _s16v3_info in Kqueue.o + "_waitchange_kqueue", referenced from: + _UtilityziKqueue_zdwa1_info in Kqueue.o +ld: symbol(s) not found for architecture x86_64 +collect2: ld returned 1 exit status +cabal: Error: some packages failed to install: +git-annex-3.20120721 failed during the building phase. The exception was: +ExitFailure 1 +</pre> |