From 7bccb7f9a636aa8179d49fdb3d2bf818370478aa Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 6 Dec 2012 17:24:29 +0000 Subject: [PATCH 1/6] Added a comment --- .../comment_2_1ccd90b009245667ad59f4d29d2a3a37._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/preferred_content/comment_2_1ccd90b009245667ad59f4d29d2a3a37._comment diff --git a/doc/preferred_content/comment_2_1ccd90b009245667ad59f4d29d2a3a37._comment b/doc/preferred_content/comment_2_1ccd90b009245667ad59f4d29d2a3a37._comment new file mode 100644 index 0000000000..51e5f27015 --- /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. +"""]] From e1cb4e82a636247f3a25f1fb5373b7969dc5d500 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA" Date: Thu, 6 Dec 2012 17:49:11 +0000 Subject: [PATCH 2/6] --- .../Can__39__t_install:_Mac_Os_10.8.2.mdwn | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/forum/Can__39__t_install:_Mac_Os_10.8.2.mdwn 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 0000000000..22f9a36bab --- /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 + +- 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 From 54021193aa7e327301dda966349d307c28a1926d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA" Date: Thu, 6 Dec 2012 17:50:50 +0000 Subject: [PATCH 3/6] --- doc/forum/Can__39__t_install:_Mac_Os_10.8.2.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 22f9a36bab..d63acdcb8b 100644 --- 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 @@ -4,7 +4,7 @@ - Cpu "git" load is 100 - Had to force quite git-annex -###Install thru command line +###Install thru command line: using Brew - Installed haskell - updated cabal From 0163ffe9669d541dbfc7667eafdee866de775a83 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA" Date: Thu, 6 Dec 2012 17:54:08 +0000 Subject: [PATCH 4/6] rename forum/Can__39__t_install:_Mac_Os_10.8.2.mdwn to forum/Can__39__t_install:_Mac_OS_10.8.2.mdwn --- ..._Mac_Os_10.8.2.mdwn => Can__39__t_install:_Mac_OS_10.8.2.mdwn} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/forum/{Can__39__t_install:_Mac_Os_10.8.2.mdwn => Can__39__t_install:_Mac_OS_10.8.2.mdwn} (100%) 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 similarity index 100% rename from doc/forum/Can__39__t_install:_Mac_Os_10.8.2.mdwn rename to doc/forum/Can__39__t_install:_Mac_OS_10.8.2.mdwn From 80160f61bf541149897d39fa92f9cbcb9388bd56 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 6 Dec 2012 18:09:13 +0000 Subject: [PATCH 5/6] Added a comment --- ...comment_1_c44023d81e9e4f7c9341af0e4271a1e4._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Can__39__t_install:_Mac_OS_10.8.2/comment_1_c44023d81e9e4f7c9341af0e4271a1e4._comment 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 0000000000..43f86c8b04 --- /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]]. +"""]] From ee1625350643df005354fd19aafaca66fe1a8890 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA" Date: Thu, 6 Dec 2012 19:23:48 +0000 Subject: [PATCH 6/6] Added a comment: Thanks --- ..._dfbcd39eedff28dc9ed866a8f1411ef3._comment | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/forum/Can__39__t_install:_Mac_OS_10.8.2/comment_2_dfbcd39eedff28dc9ed866a8f1411ef3._comment 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 0000000000..904fbb15c6 --- /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 +"""]]