Search Criteria
Package Details: xz-static 5.8.1-2
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 for XZ and LZMA |
| Upstream URL: | https://tukaani.org/xz/ |
| Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later, LicenseRef-custom, LicenseRef-Autoconf-exception-macro |
| Provides: | liblzma.a |
| Submitter: | RX14 |
| Maintainer: | envolution |
| Last Packager: | envolution |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-08-25 16:04 (UTC) |
| Last Updated: | 2025-06-11 01:39 (UTC) |
Dependencies (1)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-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!