This commit is contained in:
parent
38b8a1539b
commit
93579dea2f
1 changed files with 31 additions and 0 deletions
|
@ -0,0 +1,31 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
From a clean install of ghc/cabal unable to compile git annex. Cabal does not seem to build any of the dependencies.
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
$ cabal update
|
||||||
|
$ cabal install git-annex
|
||||||
|
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
- Version: 4.20130521.2
|
||||||
|
|
||||||
|
- OS: Ubuntu 12.04
|
||||||
|
|
||||||
|
### Please provide any additional information below.
|
||||||
|
|
||||||
|
[[!format sh """
|
||||||
|
# Output of 'cabal install git-annex'
|
||||||
|
Resolving dependencies...
|
||||||
|
Downloading git-annex-4.20130521.2...
|
||||||
|
|
||||||
|
/tmp/git-annex-4.20130521.2-4692/git-annex-4.20130521.2/Utility/FileSystemEncoding.hs:23:8:
|
||||||
|
Could not find module `Data.Bits.Utils'
|
||||||
|
There are files missing in the `MissingH-1.2.0.0' package,
|
||||||
|
try running 'ghc-pkg check'.
|
||||||
|
Use -v to see a list of the files searched for.
|
||||||
|
cabal: Error: some packages failed to install:
|
||||||
|
git-annex-4.20130521.2 failed during the configure step. The exception was:
|
||||||
|
ExitFailure 1
|
||||||
|
|
||||||
|
# End of transcript or log.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue