diff options
-rw-r--r-- | doc/design/assistant/blog/day_90__beta/comment_5_99fbc9feac62e66a12b0d357cf86ccc1._comment | 8 | ||||
-rw-r--r-- | doc/forum/Trouble_installing_from_cabal_on_debian-testing.mdwn | 15 |
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) |