diff options
author | http://joey.kitenet.net/ <joey@web> | 2012-01-15 19:53:36 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-01-15 19:53:36 +0000 |
commit | 847407f8604798bf8d5c47cf239643801d9e1284 (patch) | |
tree | fe10ce2680b6a746394d61a0b94e5c85c89ee3b8 | |
parent | bc2337c0d9f831904546fe993bf2761289c3b34e (diff) |
Added a comment
-rw-r--r-- | doc/forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1/comment_1_fae6e88115d175239fc55cef4c33fb2c._comment | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1/comment_1_fae6e88115d175239fc55cef4c33fb2c._comment b/doc/forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1/comment_1_fae6e88115d175239fc55cef4c33fb2c._comment new file mode 100644 index 000000000..c04cc335b --- /dev/null +++ b/doc/forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1/comment_1_fae6e88115d175239fc55cef4c33fb2c._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joey.kitenet.net/" + nickname="joey" + subject="comment 1" + date="2012-01-15T19:53:35Z" + content=""" +This is now about different build failure than the bug you reported, which was already fixed. Conflating the two is just confusing. + +The error message about `syb` is because by using cabal-install on an Ubuntu system from 2010, you're mixing the very old versions of some haskell libraries in Ubuntu with the new versions cabal wants to install. The solution is to stop mixing two package management systems -- + +* Either install git-annex without using cabal, and use apt-get to install all its dependencies from Ubuntu, assuming your distribution has all the necessary haskell libraries packaged. +* Or `apt-get remove ghc`, and manually install a current version of [The Haskell Platform](http://hackage.haskell.org/platform/) and use cabal. +"""]] |