summaryrefslogtreecommitdiff
path: root/doc/bugs/Compilation_error_when_building_version_5.20140402_in_cabal_sandbox.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl1D_4vD5ueaDw8gRsIYPO3UHRKEpFfg9I <Dmitry@web>2014-04-03 12:02:39 +0000
committerGravatar admin <admin@branchable.com>2014-04-03 12:02:39 +0000
commit3597c67bdd73fd4d747258b12a7bbc6ea75fe8a0 (patch)
tree16422aac6292ce51228644c1e44022398b9dfff1 /doc/bugs/Compilation_error_when_building_version_5.20140402_in_cabal_sandbox.mdwn
parenta21f005b97ca45f021836dd75fd853c9bb6e18c9 (diff)
Diffstat (limited to 'doc/bugs/Compilation_error_when_building_version_5.20140402_in_cabal_sandbox.mdwn')
-rw-r--r--doc/bugs/Compilation_error_when_building_version_5.20140402_in_cabal_sandbox.mdwn35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/bugs/Compilation_error_when_building_version_5.20140402_in_cabal_sandbox.mdwn b/doc/bugs/Compilation_error_when_building_version_5.20140402_in_cabal_sandbox.mdwn
new file mode 100644
index 000000000..925b3fd5a
--- /dev/null
+++ b/doc/bugs/Compilation_error_when_building_version_5.20140402_in_cabal_sandbox.mdwn
@@ -0,0 +1,35 @@
+### Please describe the problem.
+[[!format sh """
+cabal install -O2 -j1 -f-webdav -f-s3 git-annex
+Resolving dependencies...
+Configuring dns-1.2.0...
+Building dns-1.2.0...
+Preprocessing library dns-1.2.0...
+
+Network/DNS/Decode.hs:15:8:
+ Could not find module `Data.Conduit.Network'
+ It is a member of the hidden package `conduit-extra-1.1.0'.
+ Perhaps you need to add `conduit-extra' to the build-depends in your .cabal file.
+ Use -v to see a list of the files searched for.
+Failed to install dns-1.2.0
+cabal: Error: some packages failed to install:
+dns-1.2.0 failed during the building phase. The exception was:
+ExitFailure 1
+git-annex-5.20140402 depends on dns-1.2.0 which failed to install.
+"""]]
+
+### What steps will reproduce the problem?
+
+[[!format sh """
+cabal update
+mkdir -p ~/haskell/git-annex
+cd ~/haskell/git-annex
+cabal sandbox init
+cabal install -O2 -j1 -f-webdav -f-s3 c2hs git-annex
+"""]]
+### What version of git-annex are you using? On what operating system?
+
+5.20140402, Gentoo Linux
+
+### Please provide any additional information below.
+