diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-06 17:17:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-06 17:17:09 -0400 |
commit | dceb360a11de915dcb6856780cdbe03432422afd (patch) | |
tree | 9c48c2fae22a0c3fbe0ba303f4b1a76bc0c6f4a2 /doc | |
parent | cbefd58c9d930cf3eac60f22093c264363c1f105 (diff) | |
parent | 895bc3f7408c632b67b162d11501d09d46b5276e (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
4 files changed, 84 insertions, 0 deletions
diff --git a/doc/forum/Can__39__t_install:_Mac_OS_10.8.2.mdwn b/doc/forum/Can__39__t_install:_Mac_OS_10.8.2.mdwn new file mode 100644 index 000000000..d63acdcb8 --- /dev/null +++ b/doc/forum/Can__39__t_install:_Mac_OS_10.8.2.mdwn @@ -0,0 +1,36 @@ +###Tried to install git-annex.app + +- App hangs up +- Cpu "git" load is 100 +- Had to force quite git-annex + +###Install thru command line: using Brew + +- Installed haskell +- updated cabal +- But when I do: + +` +cabal install git-annex --bindir=$HOME/bin +` + +**I get this** + + Resolving dependencies... + Configuring gnuidn-0.2... + cabal: The program c2hs is required but it could not be found. + Configuring libxml-sax-0.7.3... + cabal: The pkg-config package libxml-2.0 is required but it could not be found. + cabal: Error: some packages failed to install: + git-annex-3.20121127.1 depends on libxml-sax-0.7.3 which failed to install. + gnuidn-0.2 failed during the configure step. The exception was: + ExitFailure 1 + libxml-sax-0.7.3 failed during the configure step. The exception was: + ExitFailure 1 + network-protocol-xmpp-0.4.4 depends on libxml-sax-0.7.3 which failed to install. + +Any help would be greatly appreciated. + +Thanks, + +Carlito diff --git a/doc/forum/Can__39__t_install:_Mac_OS_10.8.2/comment_1_c44023d81e9e4f7c9341af0e4271a1e4._comment b/doc/forum/Can__39__t_install:_Mac_OS_10.8.2/comment_1_c44023d81e9e4f7c9341af0e4271a1e4._comment new file mode 100644 index 000000000..43f86c8b0 --- /dev/null +++ b/doc/forum/Can__39__t_install:_Mac_OS_10.8.2/comment_1_c44023d81e9e4f7c9341af0e4271a1e4._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.253.113" + subject="comment 1" + date="2012-12-06T18:09:13Z" + content=""" +The lack of c2hs can be dealt with by `cabal install c2hs` (which the install instructions already say to do). + +Nobody currently understands why git commands are spinning and using all CPU when run by the app. This is being tracked at [[bugs/OSX_app_issues]]. +"""]] diff --git a/doc/forum/Can__39__t_install:_Mac_OS_10.8.2/comment_2_dfbcd39eedff28dc9ed866a8f1411ef3._comment b/doc/forum/Can__39__t_install:_Mac_OS_10.8.2/comment_2_dfbcd39eedff28dc9ed866a8f1411ef3._comment new file mode 100644 index 000000000..904fbb15c --- /dev/null +++ b/doc/forum/Can__39__t_install:_Mac_OS_10.8.2/comment_2_dfbcd39eedff28dc9ed866a8f1411ef3._comment @@ -0,0 +1,30 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA" + nickname="Carlito" + subject="Thanks" + date="2012-12-06T19:23:48Z" + content=""" +Thanks joey! + +Sorry missed `cabal install c2hs` in the instruction. But got passed that and still can't install. + + Resolving dependencies... + Configuring libxml-sax-0.7.3... + cabal: The pkg-config package libxml-2.0 is required but it could not be found. + cabal: Error: some packages failed to install: + git-annex-3.20121127.1 depends on libxml-sax-0.7.3 which failed to install. + libxml-sax-0.7.3 failed during the configure step. The exception was: + ExitFailure 1 + network-protocol-xmpp-0.4.4 depends on libxml-sax-0.7.3 which failed to install. + +I tried + + brew install libxml2 + cabal install libxml + +Also I added $HOME/.cabal/bin to my path + +Thanks, + +Carlito +"""]] diff --git a/doc/preferred_content/comment_2_1ccd90b009245667ad59f4d29d2a3a37._comment b/doc/preferred_content/comment_2_1ccd90b009245667ad59f4d29d2a3a37._comment new file mode 100644 index 000000000..51e5f2701 --- /dev/null +++ b/doc/preferred_content/comment_2_1ccd90b009245667ad59f4d29d2a3a37._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.253.113" + subject="comment 2" + date="2012-12-06T17:24:29Z" + content=""" +Yeah, that didn't make sense. I've fixed it, so it gets files if needed for either numcopies or preferred content. +"""]] |