summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://a-or-b.myopenid.com/ <http://a-or-b.myopenid.com/@web>2013-05-25 00:41:48 +0000
committerGravatar admin <admin@branchable.com>2013-05-25 00:41:48 +0000
commitad0e31ed336780172b4f68846b48c31029163746 (patch)
tree68d264f88f0016ece6bbc063a9d4427cdc575093 /doc
parent40dcdc7a0b87c9654099a957dc1cdc20c65691de (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git-annex-4.20130521.2_-_cabal_config_is_broken.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/bugs/git-annex-4.20130521.2_-_cabal_config_is_broken.mdwn b/doc/bugs/git-annex-4.20130521.2_-_cabal_config_is_broken.mdwn
new file mode 100644
index 000000000..ae75f5798
--- /dev/null
+++ b/doc/bugs/git-annex-4.20130521.2_-_cabal_config_is_broken.mdwn
@@ -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.
+"""]]