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

This commit is contained in:
Joey Hess 2012-09-25 12:09:05 -04:00
commit e91dd3b9a6
2 changed files with 23 additions and 0 deletions

View file

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

View file

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