aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/Building_git-annex_on_Debian_OR___37____164____35____34____164____37____38___.../comment_1_835a3608df3e9d044cabe822d0f3e7e4._comment
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkCw26IdxXXPBoLcZsQFslM67OJSJynb1w <Alexander@web>2013-04-29 17:57:03 +0000
committerGravatar admin <admin@branchable.com>2013-04-29 17:57:03 +0000
commit0dc6a209e2fd6db0afc19e16c8b6d57105d9bf30 (patch)
treeee26978cf4862e647a84af91b3f8ef9f6327cdda /doc/tips/Building_git-annex_on_Debian_OR___37____164____35____34____164____37____38____34____35___Haskell__33__/comment_1_835a3608df3e9d044cabe822d0f3e7e4._comment
parente6cf3a9ef3671bf9ff00830385d428c1342f9f79 (diff)
Added a comment: can't install git-annex on OS X Mountain Lion without disabling WebDAV support
Diffstat (limited to 'doc/tips/Building_git-annex_on_Debian_OR___37____164____35____34____164____37____38____34____35___Haskell__33__/comment_1_835a3608df3e9d044cabe822d0f3e7e4._comment')
-rw-r--r--doc/tips/Building_git-annex_on_Debian_OR___37____164____35____34____164____37____38____34____35___Haskell__33__/comment_1_835a3608df3e9d044cabe822d0f3e7e4._comment27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/tips/Building_git-annex_on_Debian_OR___37____164____35____34____164____37____38____34____35___Haskell__33__/comment_1_835a3608df3e9d044cabe822d0f3e7e4._comment b/doc/tips/Building_git-annex_on_Debian_OR___37____164____35____34____164____37____38____34____35___Haskell__33__/comment_1_835a3608df3e9d044cabe822d0f3e7e4._comment
new file mode 100644
index 000000000..55cf0b97b
--- /dev/null
+++ b/doc/tips/Building_git-annex_on_Debian_OR___37____164____35____34____164____37____38____34____35___Haskell__33__/comment_1_835a3608df3e9d044cabe822d0f3e7e4._comment
@@ -0,0 +1,27 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkCw26IdxXXPBoLcZsQFslM67OJSJynb1w"
+ nickname="Alexander"
+ subject="can't install git-annex on OS X Mountain Lion without disabling WebDAV support"
+ date="2013-04-29T17:57:03Z"
+ content="""
+possibly related to this Debian issue:
+
+trying to install git-annex with cabal on OS X 10.8.3, the build fails with
+
+
+ Loading package DAV-0.4 ... linking ... ghc:
+ lookupSymbol failed in relocateSection (relocate external)
+ ~/.cabal/lib/DAV-0.4/ghc-7.4.2/HSDAV-0.4.o: unknown symbol `_DAVzm0zi4_PathszuDAV_version1_closure'
+ ghc: unable to load package `DAV-0.4'
+ Failed to install git-annex-4.20130417
+ cabal: Error: some packages failed to install:
+ git-annex-4.20130417 failed during the building phase. The exception was:
+ ExitFailure 1
+
+
+This was after following all of the instructions for the Homebrew install at [http://git-annex.branchable.com/install/OSX/](http://git-annex.branchable.com/install/OSX/)
+I was able to work around this issue by installing with the WebDAV flag disabled (ie, added the option --flags=\"-WebDAV\" to last command in the OS X install instructions):
+
+ cabal install git-annex --bindir=$HOME/bin --flags=\"-WebDAV\"
+
+"""]]