summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-26 16:32:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-26 16:32:56 -0400
commit7bf9da7bcaaa51009dc359be91449e1f43d6f3bd (patch)
tree2ce95b9f3ef6186fbdb98249ba5dbe6dd3002ba8
parentb408274a0613fc458094dd3f2eaa3a2e1c69bf57 (diff)
parent8417c71ed4d0b75d72a650096275796bdd04c0cc (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/news/version_3.20121126/comment_1_9e1d8552a935d1013bb5e7bdc99e2623._comment24
-rw-r--r--doc/news/version_3.20121126/comment_2_e2a70aed19aa9497b793c1d04c5e5238._comment8
-rw-r--r--doc/not.mdwn2
3 files changed, 33 insertions, 1 deletions
diff --git a/doc/news/version_3.20121126/comment_1_9e1d8552a935d1013bb5e7bdc99e2623._comment b/doc/news/version_3.20121126/comment_1_9e1d8552a935d1013bb5e7bdc99e2623._comment
new file mode 100644
index 000000000..4a2c8e620
--- /dev/null
+++ b/doc/news/version_3.20121126/comment_1_9e1d8552a935d1013bb5e7bdc99e2623._comment
@@ -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
+
+"""]]
diff --git a/doc/news/version_3.20121126/comment_2_e2a70aed19aa9497b793c1d04c5e5238._comment b/doc/news/version_3.20121126/comment_2_e2a70aed19aa9497b793c1d04c5e5238._comment
new file mode 100644
index 000000000..ef36e956c
--- /dev/null
+++ b/doc/news/version_3.20121126/comment_2_e2a70aed19aa9497b793c1d04c5e5238._comment
@@ -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.
+"""]]
diff --git a/doc/not.mdwn b/doc/not.mdwn
index 761986f78..3b7cdc1cf 100644
--- a/doc/not.mdwn
+++ b/doc/not.mdwn
@@ -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/),