Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2012-12-06 17:17:09 -04:00
commit 8a615b9963
4 changed files with 84 additions and 0 deletions

View file

@ -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

View file

@ -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]].
"""]]

View file

@ -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
"""]]

View file

@ -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.
"""]]