I'm getting the below error message when installing aur package with this program
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
It was able to download the package, make it, but fail with the above message afterward. Is my system missing something? Can you show me how to fix it? Thanks.
Search Criteria
Package Details: apacman 3.1-1
| Git Clone URL: | https://aur.archlinux.org/apacman.git (read-only) |
|---|---|
| Package Base: | apacman |
| Description: | AUR package manager helper and pacman wrapper, forked from packer adding many new features |
| Upstream URL: | http://github.com/oshazard/apacman |
| Keywords: | AUR bash helper pacman |
| Licenses: | |
| Provides: | |
| Submitter: | hazard |
| Maintainer: | hazard |
| Last Packager: | hazard |
| Votes: | 37 |
| Popularity: | 1.905609 |
| First Submitted: | 2013-09-29 09:41 |
| Last Updated: | 2016-11-27 03:23 |
Dependencies (20)
- bash (bash-devel-git)
- binutils (binutils-git, binutils-hjl-git, binutils-tune-bfd-hash)
- ca-certificates (ca-certificates-utils)
- curl (curl-git, curl-http2-git)
- fakeroot
- file (file-git)
- grep
- jshon (jshon-git)
- sed
- tar (tar-libarchive)
- wget (wget-git)
- apacman-deps (optional) – Required AUR build depends
- apacman-utils (optional) – Useful AUR tools
- bash-bats (optional) – Run unit tests
- customizepkg (customizepkg-git, customizepkg-patching, customizepkg-scripting) (optional) – Tool to auto-patch AUR PKGBUILDs
- git (git-git) (optional) – Fetch old version of AUR PKGBUILDs
- man (mandoc, man-db) (optional) – Debug network errors
- pkgfile (pkgfile-git) (optional) – Search local package metadata
- proot (proot-3.2.1, proot-bin, proot-git) (optional) – Allows running unit tests as user
- rsync (rsync-fadvise, rsync-git) (optional) – Built-in ABS support
Required by (4)
- aosuke-git (requires packer)
- apacman-utils
- appset-qt (requires packer) (optional)
- appset-qt-svn (requires packer) (optional)
Sources (1)
Latest Comments
tri1976 commented on 2017-05-05 12:49
hazard commented on 2016-11-27 03:42
Version 3.1
* Clean build directory and temp directory
* Expanded -G to fetch old AUR package source (-G foobar~ or -G foobar==2.0-1)
* Added new exit codes
* Manpages now available in HTML format
* Progress bar matches pacman (thanks @ritze)
* Improved ZSH completion (thanks @JohannWeging)
* Miscellaneous fixes and cleanup
hazard commented on 2016-10-05 09:01
Closed 10+ issues since last release, if something is broken report it ASAP!
Version 3.0
* Add alternative --flag=parameter syntax for relevant options
* Fix for installing groups and virtual packages
* Fix to allow installing cached packages without Internet
* Implement unit tests using bats (see: /usr/share/bats/test.bats)
* Add regex/wildcard (ex: apacm.*) support to -S and -Ss
* Return status code 1 on errors
* Improve viewing package comments (-W)
hazard commented on 2016-10-01 00:05
Version 2.9
* Save installed AUR package metadata to database
* Display remaining packages in queue
* Enabled terminal title progress by default (new installs only)
* fix CLI flag precedence over config file
* -P parameter uses AUR passthrough for pkgfile
* --gendb, --nodatabase, --notify, --noprogress, --edit parameters
hazard commented on 2016-05-16 03:27
@rbellamy and @wallentx
Accepted pull request from @justin8 and added some additional fixes in v2.6
justin8 commented on 2016-04-07 23:53
Please report application issues upstream. Either way, there is already reports of it and a fix here waiting on oshazard to pull: https://github.com/oshazard/apacman/pull/61
wallentx commented on 2016-04-07 17:27
@rbellamy I just had a issue with the invalid --pkg in makepkg as well. Apparently apacman needs to be updated since --pkg was dropped.
rbellamy commented on 2016-03-21 00:53
When trying to use apacman to install bcompare, I get a weird error:
====================================================================
2016-03-20 17:44:37
rbellamy@eanna i ~ % apacman -S bcompare-nautilus
Aur Targets (1): bcompare-nautilus
:: Proceed with installation? [Y/n]
-> Split package base: bcompare
-> PKGBUILD contains: bcompare bcompare-kde bcompare-nautilus bcompare-thunar bcompare-cinnamon bcompare-mate
makepkg: invalid option '--pkg'
==> ERROR: the build failed
-> Status failed (1): bcompare-nautilus
====================================================================
No idea why the '--pkg' switch is showing up... everything seems to behave when I pull the bcompare PKGBUILD and manually run makepkg.
hazard commented on 2016-03-17 10:26
@tigran, thanks for the tip!
tigran commented on 2016-03-12 13:21
@hazard wouldn't you just fix apacman-deps, too?))