Search Criteria
Package Details: xz-static 5.2.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xz-static.git (read-only, click to copy) |
---|---|
Package Base: | xz-static |
Description: | Statically linked library and command line tools for XZ and LZMA compressed files |
Upstream URL: | https://tukaani.org/xz/ |
Licenses: | GPL, custom, LGPL |
Submitter: | RX14 |
Maintainer: | RX14 |
Last Packager: | RX14 |
Votes: | 2 |
Popularity: | 0.001810 |
First Submitted: | 2019-08-25 16:04 (UTC) |
Last Updated: | 2022-10-08 18:41 (UTC) |
Dependencies (1)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
Latest Comments
bluesaka111 commented on 2021-07-19 16:57 (UTC) (edited on 2021-07-19 17:00 (UTC) by bluesaka111)
The package always fail to build due to unable to locate the GPG key, despite the fact that I added that key before the build. Even tried to add the sig fire directly still no result.
I even tried by wiping my installation clean and use the trust & import feature from AUR-pamac and it still complain.
Tried toolchain: pacman-key, gpg Tried tool: AUR-pamac auto build
Solution (Very very ugly one) Build file: check() { cd ${srcdir}/xz-${pkgver} make check } to check() { cd ${srcdir}/xz-${pkgver} make -k check }
RX14 commented on 2021-03-18 15:23 (UTC)
@dreieck The checksum is still correct for me after downloading.
dreieck commented on 2021-03-18 13:07 (UTC)
Checksum verification fails:
Thanks for maintainung!
RX14 commented on 2020-10-01 17:13 (UTC)
@Elmario you need to download the public key with gpg --keyserver hkp://keys.gnupg.net --recv-keys 38EE757D69184620
Some AUR managers may handle this automatically, if this mechanism broke, you should report it to them.
Elmario commented on 2020-10-01 17:10 (UTC)
Hello! I just wanted to install virt-bootstrap which has xz-static 5.2.5-1 as a dependency. But xz-static won't build because of_ "==> Überprüfe Signaturen der Quell-Dateien mit gpg... xz-5.2.5.tar.gz ... FEHLGESCHLAGEN (Unbekannter öffentlicher Schlüssel 38EE757D69184620) ==> FEHLER: Eine oder mehrere PGP-Signaturen konnten nicht überprüft werden!"
.. some signature problem. Thank you!