diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web> | 2012-07-26 11:08:24 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-26 11:08:24 +0000 |
commit | 83932493250cf451a03dfbc6ca63197f7eaa6059 (patch) | |
tree | fbea7f60ab301274e8461b786fc729979804927b | |
parent | e09c57ab5c3f579a06ee6fe5c759a72e436edf26 (diff) |
-rw-r--r-- | doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn | 4 |
1 files changed, 4 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 43048ecba..4a05080eb 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 @@ -94,3 +94,7 @@ ghc-pkg unregister network-2.3.0.14 </pre> Hope the above isn't too random of bug/issue report. + +---- + +going through <http://hackage.haskell.org/packages/archive/network/2.3.0.14/doc/html/Network-Socket.html> shows that getPeerCred is only available on systems where SO_PEERCRED is supported, *sigh* OSX isn't supported and thus haskell-dbus is broken. Apparently getpeerid is more portable but it isnt supported in the network package. It looks like dbus support on OSX isn't really going to work too well till haskell-dbus gets fixed on OSX (or BSD?) |