summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-25 12:09:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-25 12:09:05 -0400
commitdd765b1e83d0c44ae81b7f8e2103e35b00ad2d97 (patch)
tree8104c4da740bef86aac95b3beb79325601b5738a
parenta0d08422c551d6fb25b205718c5d41e9e964e037 (diff)
parent1185b179fc40c3c487b8ffdd0e0c4fc6962a00ae (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/design/assistant/blog/day_90__beta/comment_5_99fbc9feac62e66a12b0d357cf86ccc1._comment8
-rw-r--r--doc/forum/Trouble_installing_from_cabal_on_debian-testing.mdwn15
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_90__beta/comment_5_99fbc9feac62e66a12b0d357cf86ccc1._comment b/doc/design/assistant/blog/day_90__beta/comment_5_99fbc9feac62e66a12b0d357cf86ccc1._comment
new file mode 100644
index 000000000..d886d56bb
--- /dev/null
+++ b/doc/design/assistant/blog/day_90__beta/comment_5_99fbc9feac62e66a12b0d357cf86ccc1._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.153.14.141"
+ subject="comment 5"
+ date="2012-09-25T14:49:31Z"
+ content="""
+@Bret my best guess (without any error message from the uuid command) is that your uuid doesn't support the -m parameter. I've made the configure step check for this and it'll fall back to uuid without the parameter.
+"""]]
diff --git a/doc/forum/Trouble_installing_from_cabal_on_debian-testing.mdwn b/doc/forum/Trouble_installing_from_cabal_on_debian-testing.mdwn
new file mode 100644
index 000000000..28c3a1749
--- /dev/null
+++ b/doc/forum/Trouble_installing_from_cabal_on_debian-testing.mdwn
@@ -0,0 +1,15 @@
+I'm having trouble install from cabal on Debian-testing since the new beta released.
+
+ % sudo aptitude remove --purge cabal-install
+ % rm -rf $HOME/.cabal
+ % sudo aptitude install cabal-install
+ % cabal update
+ % cabal install git-annex
+
+The output all follows this general syntax:
+
+ <package> depends on <anotherpackage> which failed to install
+
+On the flip side, I upgrade my Debian to sid and it installed just fine through aptitude.
+
+(Apologies for my English, and if this is simply a user error)