summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88 <Andreas_H@web>2012-01-15 19:02:06 +0000
committerGravatar admin <admin@branchable.com>2012-01-15 19:02:06 +0000
commit14113f84b5391128c59aa0314599e6140d0137a2 (patch)
treeb02b8c5349d2ff209e135200e16187ca5d4b048d
parentf0c84686b222b29fc8683a5696545033e59684e8 (diff)
re-opened. proposed solution doesn't help.
-rw-r--r--doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn43
1 files changed, 42 insertions, 1 deletions
diff --git a/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn b/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
index 15f2f15fc..d9b517fae 100644
--- a/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
+++ b/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
@@ -32,4 +32,45 @@ which is really strange, because quickcheck 2.4.2 is installed:
Any help is greatly appreciated :)
Andreas.
-> [[fixed|done]], QuickCheck has to be spelled in mised case. --[[Joey]]
+> QuickCheck has to be spelled in mised case. --[[Joey]]
+
+Sorry to disagree, this doesn't fix my problem. cabal still complains that no version >= 2.1 is available, even though 2.4.2 is installed. This problem already occurred before I explicitly installed QuickCheck. According to [[install]], the `cabal install git-annex -v --bindir=$HOME/bin` should already take care of the dependencies.
+
+This is what I get:
+
+ andreas@antares:~/src/gitolite-admin$ cabal install QuickCheck --reinstall --bindir=$HOME/bin
+ Resolving dependencies...
+ Configuring QuickCheck-2.4.2...
+ Preprocessing library QuickCheck-2.4.2...
+ Building QuickCheck-2.4.2...
+ [ 1 of 13] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o )
+ [ 2 of 13] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o )
+ [ 3 of 13] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o )
+ [ 4 of 13] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o )
+ [ 5 of 13] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o )
+ [ 6 of 13] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o )
+ [ 7 of 13] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o )
+ [ 8 of 13] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o )
+ [ 9 of 13] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o )
+ [10 of 13] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o )
+ [11 of 13] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o )
+ [12 of 13] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o )
+ [13 of 13] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o )
+ Registering QuickCheck-2.4.2...
+ Installing library in /home/andreas/.cabal/lib/QuickCheck-2.4.2/ghc-6.12.1
+ Registering QuickCheck-2.4.2...
+ andreas@antares:~/src/gitolite-admin$ cabal install git-annex -v --bindir=$HOME/bin
+ /usr/bin/ghc --numeric-version
+ looking for package tool: ghc-pkg near compiler in /usr/bin
+ found package tool in /usr/bin/ghc-pkg
+ /usr/bin/ghc-pkg --version
+ /usr/bin/ghc --supported-languages
+ Reading installed packages...
+ /usr/bin/ghc-pkg dump --global
+ /usr/bin/ghc-pkg dump --user
+ Reading available packages...
+ Resolving dependencies...
+ selecting
+ cabal: cannot configure git-annex-3.20120113. It requires quickcheck >=2.1
+ There is no available version of quickcheck that satisfies >=2.1
+