summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tspam+git-annex@93d4c46eaee63fe6c1a54cbf0fda9df37392a80d <tspamgit-annex@web>2015-06-23 21:03:31 +0000
committerGravatar admin <admin@branchable.com>2015-06-23 21:03:31 +0000
commit1823b2b533f2ac5be264be8282d93ccf3e93d430 (patch)
tree720ecb8d93c2af82b03847f913f785e2feb2c2fa
parentd21afee9b8fb1b04672a49e24326a0448a74abd6 (diff)
-rw-r--r--doc/bugs/Installation_on_ArchLinux_fails.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/Installation_on_ArchLinux_fails.mdwn b/doc/bugs/Installation_on_ArchLinux_fails.mdwn
new file mode 100644
index 000000000..a956e6a8e
--- /dev/null
+++ b/doc/bugs/Installation_on_ArchLinux_fails.mdwn
@@ -0,0 +1,33 @@
+### Please describe the problem.
+The packages provided on AUR fail to install. I've tried git-annex, git-annex-bin and git-annex-git.
+
+### What steps will reproduce the problem?
+
+ yaourt -S git-annex
+
+or
+
+ yaourt -S git-annex-bin
+
+or
+
+ yaourt -S git-annex-git
+
+### What version of git-annex are you using? On what operating system?
+
+None, on an up-to-date ArchLinux (Kernel 4.0.5-1)
+
+### Please provide any additional information below.
+
+
+The git-annex-bin package has outdated checksums. When updating these, yaourt fails with
+
+ rm: cannot remove ‘/tmp/yaourt-tmp-foo/aur-git-annex-bin/pkg/git-annex-bin/opt/git-annex.linux/usr/lib/x86_64-linux-gnu/libcurl.so.4’: No such file or directory
+
+Both git-annex and git-annex-git fail with
+
+ error: target not found: haskell-edit-distance
+ error: target not found: haskell-ifelse
+ error: target not found: haskell-hs3
+
+as these packages are not available on AUR.