summaryrefslogtreecommitdiff
path: root/doc/bugs/Installation_on_ArchLinux_fails.mdwn
blob: 54c671847599cd489f6b347e61f3de0315615eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
### 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.

> I have updated the arch documentation to replace the failing package with
> the haskell-core one. [[done]] --[[Joey]]