summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88 <Andreas_H@web>2012-01-15 19:20:29 +0000
committerGravatar admin <admin@branchable.com>2012-01-15 19:20:29 +0000
commit37d42ed1e7061741218ec644a26f024aa015484c (patch)
tree1d7ff911588db7870aaf3cdf42151050918955ef /doc/bugs
parentba6ca1bc23ff28ffba3018adab307b394f91361b (diff)
rename bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn to forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn40
1 files changed, 0 insertions, 40 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
deleted file mode 100644
index a6e2423a8..000000000
--- a/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
+++ /dev/null
@@ -1,40 +0,0 @@
-Hi,
-
-I just wanted to install git-annex via cabal, as described in the install document. More specifically, I did this on my Ubuntu Lucid box:
-
- andreas@antares:~$ sudo aptitude install cabal-install
- [...]
- andreas@antares:~$ cabal update
- andreas@antares:~$ cabal install quickcheck --bindir=$HOME/bin
- andreas@antares:~$ cabal install git-annex -v --bindir=$HOME/bin
-
-However, I got this error:
-
- /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
-
-which is really strange, because quickcheck 2.4.2 is installed:
-
- andreas@antares:~$ ls -a .cabal/lib/
- . .. QuickCheck-2.4.2
-
-Any help is greatly appreciated :)
-Andreas.
-
-> QuickCheck has to be spelled in mixed 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.
-
->> You need to `cabal update` to get the fixed version of git-annex which
->> spells QuickCheck correctly. [[done]] --[[Joey]]