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

This commit is contained in:
Joey Hess 2012-11-26 16:32:56 -04:00
commit 58f4a28f8a
3 changed files with 33 additions and 1 deletions

View file

@ -0,0 +1,24 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0"
nickname="Tobias"
subject="Can't install"
date="2012-11-26T18:18:57Z"
content="""
I've tried installing the latest version both through \"cabal install git-annex\", and with a git clone of the source and configure build install. In both cases i encounter this message:
[273 of 290] Compiling Assistant.WebApp.Configurators.Local ( Assistant/WebApp/Configurators/Local.hs, dist/build/git-annex/git-annex-tmp/Assistant/WebApp/Configurators/Local.o )
Assistant/WebApp/Configurators/Local.hs:55:11:
`fieldEnctype' is not a (visible) field of constructor `Field'
cabal: Error: some packages failed to install:
git-annex-3.20121126 failed during the building phase. The exception was:
ExitFailure 1
This is on Ubuntu 12.10 amd64
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.6.49"
subject="comment 2"
date="2012-11-26T18:25:25Z"
content="""
You have a too old version of Yesod. Either upgrade it with cabal, or build with the Makefile, after editing it to add -DWITH_OLD_YESOD to FEATURES.
"""]]

View file

@ -37,7 +37,7 @@
partial checkouts of file contents, like git-annex does.
* git-annex is similarly not [git-fat](https://github.com/jedbrown/git-fat),
with also uses git smudge filters, and also lacks git-annex's widely
which also uses git smudge filters, and also lacks git-annex' widely
distributed storage and partial checkouts.
* git-annex is also not [boar](http://code.google.com/p/boar/),