diff options
author | 2014-06-20 06:35:35 +0000 | |
---|---|---|
committer | 2014-06-20 06:35:35 +0000 | |
commit | a7a2dfeae1932bf31bdd7454110e2175a02ee24c (patch) | |
tree | 53a7129cfc13bcf075978d7d2f76909881f1364c /doc/install | |
parent | 90f44d347f21f76843cbef69b87129c10af2ec48 (diff) |
Added a comment: c2hs required for cabal to install dependencies
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/fromscratch/comment_3_a3bf3ce57ea73515a059267f25b816eb._comment | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/install/fromscratch/comment_3_a3bf3ce57ea73515a059267f25b816eb._comment b/doc/install/fromscratch/comment_3_a3bf3ce57ea73515a059267f25b816eb._comment new file mode 100644 index 000000000..1fade16c3 --- /dev/null +++ b/doc/install/fromscratch/comment_3_a3bf3ce57ea73515a059267f25b816eb._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="azul" + ip="91.36.173.120" + subject="c2hs required for cabal to install dependencies" + date="2014-06-20T06:35:35Z" + content=""" +Next thing i ran into was missing c2hs. +So +`apt-get install c2hs` before running the cabal install otherwise... + +<pre> +$ cabal install git-annex --only-dependencies +Resolving dependencies... +Configuring gnuidn-0.2.1... +cabal: The program c2hs is required but it could not be found. +Failed to install gnuidn-0.2.1 +cabal: Error: some packages failed to install: +gnuidn-0.2.1 failed during the configure step. The exception was: +ExitFailure 1 +network-protocol-xmpp-0.4.6 depends on gnuidn-0.2.1 which failed to install. +</pre> + +"""]] |