summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkJafmCf-sg9_OM0pynFYM3AO4WCgJiaMI <Michele@web>2014-05-26 15:31:10 +0000
committerGravatar admin <admin@branchable.com>2014-05-26 15:31:10 +0000
commit94d8c4c5c064305ca89c4e0720361c49a17c160a (patch)
tree31d8746ca82b7f9468728796ba211f3b620089e8
parentf9652fb932f3408b5dec6013eaec4cb6953c9749 (diff)
Added a comment: building fails on fedora 19
-rw-r--r--doc/install/Fedora/comment_7_4832d271dcc63a6cd1c40fe38ad5e367._comment24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/install/Fedora/comment_7_4832d271dcc63a6cd1c40fe38ad5e367._comment b/doc/install/Fedora/comment_7_4832d271dcc63a6cd1c40fe38ad5e367._comment
new file mode 100644
index 000000000..ec9308b70
--- /dev/null
+++ b/doc/install/Fedora/comment_7_4832d271dcc63a6cd1c40fe38ad5e367._comment
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkJafmCf-sg9_OM0pynFYM3AO4WCgJiaMI"
+ nickname="Michele"
+ subject="building fails on fedora 19"
+ date="2014-05-26T15:31:10Z"
+ content="""
+latest version (git-annex-5.20140517) during cabal install git-annex I encounter this:
+
+[[!format sh \"\"\"
+[266 of 457] Compiling Remote.WebDAV ( Remote/WebDAV.hs, dist/build/git-annex/git-annex-tmp/Remote/WebDAV.o )
+
+Remote/WebDAV.hs:380:32:
+ Constructor `StatusCodeException' should have 3 arguments, but has been given 2
+ In the pattern: StatusCodeException s _
+ In an equation for `matchStatusCodeException':
+ matchStatusCodeException want (StatusCodeException s _)
+ | s == want = Just ()
+ | otherwise = Nothing
+Failed to install git-annex-5.20140517
+cabal: Error: some packages failed to install:
+git-annex-5.20140517 failed during the building phase. The exception was:
+ExitFailure 1
+\"\"\"]]
+"""]]