aboutsummaryrefslogtreecommitdiff
path: root/doc/install/OSX/comment_8_38d9c2eea1090674de2361274eab5b0e._comment
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnaYy6kTuKAHmsa4BtGls2oqa42Jo2w2v0 <Pere@web>2013-01-19 15:04:27 +0000
committerGravatar admin <admin@branchable.com>2013-01-19 15:04:27 +0000
commitb5b55457fef597c42b2a4231b7578f2317bf3e3c (patch)
tree5ff5add8e1093d8fb05a7d36cee65f83936ea9f8 /doc/install/OSX/comment_8_38d9c2eea1090674de2361274eab5b0e._comment
parent51c649afe40dc786ebe54e42a22e14e0513d2c8b (diff)
Added a comment: I couldn't install it on Snow Leopard
Diffstat (limited to 'doc/install/OSX/comment_8_38d9c2eea1090674de2361274eab5b0e._comment')
-rw-r--r--doc/install/OSX/comment_8_38d9c2eea1090674de2361274eab5b0e._comment29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_8_38d9c2eea1090674de2361274eab5b0e._comment b/doc/install/OSX/comment_8_38d9c2eea1090674de2361274eab5b0e._comment
new file mode 100644
index 000000000..bdc1698b7
--- /dev/null
+++ b/doc/install/OSX/comment_8_38d9c2eea1090674de2361274eab5b0e._comment
@@ -0,0 +1,29 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnaYy6kTuKAHmsa4BtGls2oqa42Jo2w2v0"
+ nickname="Pere"
+ subject="I couldn't install it on Snow Leopard"
+ date="2013-01-19T15:04:27Z"
+ content="""
+Bad news, it looks like I'm not able to install git-annex to my machine: When I run
+
+ sudo cabal install c2hs git-annex --bindir=$HOME/bin
+
+I get the following error:
+
+ cabal: Error: some packages failed to install:
+ DAV-0.3 failed during the building phase. The exception was:
+ ExitFailure 11
+ git-annex-3.20130114 depends on yesod-core-1.1.7.1 which failed to install.
+ yesod-1.1.7.2 depends on yesod-core-1.1.7.1 which failed to install.
+ yesod-auth-1.1.3 depends on yesod-core-1.1.7.1 which failed to install.
+ yesod-core-1.1.7.1 failed during the building phase. The exception was:
+ ExitFailure 11
+ yesod-default-1.1.3 depends on yesod-core-1.1.7.1 which failed to install.
+ yesod-form-1.2.0.2 depends on yesod-core-1.1.7.1 which failed to install.
+ yesod-json-1.1.2 depends on yesod-core-1.1.7.1 which failed to install.
+ yesod-persistent-1.1.0.1 depends on yesod-core-1.1.7.1 which failed to
+ install.
+ yesod-static-1.1.1.2 depends on yesod-core-1.1.7.1 which failed to install.
+
+What does *ExitFailure 11* mean?
+"""]]