Search Criteria
Package Details: git-annex-standalone 8.20201008-1
Git Clone URL: | https://aur.archlinux.org/git-annex-standalone.git (read-only, click to copy) |
---|---|
Package Base: | git-annex-standalone |
Description: | Manage files with git, without checking their contents into git. Standalone version, with no Haskell dependency. |
Upstream URL: | https://git-annex.branchable.com/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Schnouki |
Maintainer: | Schnouki |
Last Packager: | Schnouki |
Votes: | 2 |
Popularity: | 0.115197 |
First Submitted: | 2019-11-24 21:22 |
Last Updated: | 2020-11-13 15:36 |
Dependencies (5)
Required by (13)
- gin-cli (requires git-annex)
- git-annex-adapter (requires git-annex)
- git-annex-remote-b2-git (requires git-annex)
- git-annex-remote-gdrive (requires git-annex)
- git-annex-remote-googledrive (requires git-annex)
- git-annex-remote-owncloud-git (requires git-annex)
- git-annex-remote-pcloud-git (requires git-annex)
- git-annex-remote-rclone (requires git-annex)
- git-annex-zshcompletion-git (requires git-annex)
- go-megaannex-git (requires git-annex)
- metamovie-git (requires git-annex)
- myrepos (requires git-annex) (optional)
- myrepos-git (requires git-annex) (optional)
Latest Comments
ozziem commented on 2020-12-13 20:44
I have the same error as @kragol and @msauter. Clean build of 8.20201008.
kragol commented on 2020-11-17 22:36
Hi @Schnouki. I have the same problem as @msauter which is due there being no
libffi.*
files in theusr/lib/x86_64-linux-gnu/
directory.You can easily check for yourself that there are no such files in
git-annex-standalone-amd64-8.20201008.tar.gz
I am not sure why you can make it work on your machine. Perhaps you are using an older cache which contains the
libffi
files? Have you tried rebuilding the package from scratch? (i.e. usingmakepkg
in a directory containing nothing but thePKGBUILD
)Schnouki commented on 2020-11-13 15:34
@msauter, which version of git-annex-standalone are you building? It works for me with 8.20201008...
msauter commented on 2020-10-12 22:16
For me makepkg fails with the following message:
After removing the three offending lines from PKGBUILD the package builds fine and git annex works properly as far as I can tell.