This commit is contained in:
parent
5177d3f73b
commit
9b4b144890
1 changed files with 33 additions and 0 deletions
33
doc/bugs/Installation_on_ArchLinux_fails.mdwn
Normal file
33
doc/bugs/Installation_on_ArchLinux_fails.mdwn
Normal file
|
@ -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.
|
Loading…
Reference in a new issue