The key has expired. So I think at this point it is better to just remove the verification altogether, if there is no newer signature available.
Search Criteria
Package Details: lib32-libxpm 3.5.16-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-libxpm.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libxpm |
Description: | X11 pixmap library (32-bit) |
Upstream URL: | https://xorg.freedesktop.org/ |
Licenses: | custom |
Submitter: | bluewind |
Maintainer: | sbmomeni |
Last Packager: | sbmomeni |
Votes: | 143 |
Popularity: | 0.012867 |
First Submitted: | 2012-01-07 23:06 (UTC) |
Last Updated: | 2023-06-30 06:07 (UTC) |
Dependencies (8)
- lib32-gcc-libs (lib32-gccrs-libs-git, lib32-gcc-libs-git)
- lib32-libxext
- lib32-libxt
- libxpm (libxpm-git)
- ncompress (dxcompress-git, dxcompress)
- gcc-multilib (gccrs-git, gccrs-libs-git, gccrs-fortran-git, gcc-git, gcc-libs-git, gcc-fortran-git, gcc-objc-git, gcc-ada-git, gcc-go-git, gcc) (make)
- pkg-config (pkgconf-git, pkg-config-git, pkgconf) (make)
- xorg-util-macros (make)
Required by (9)
Sources (2)
MarsSeed commented on 2023-07-27 17:50 (UTC)
sbmomeni commented on 2023-07-14 18:16 (UTC)
@ariel.miculas You may try another keyserver:
gpg --recv-keys --keyserver hkps://keyserver.ubuntu.com ACEB29740C9A4E97
ariel.miculas commented on 2023-07-14 08:31 (UTC)
Doesn't work
$ gpg --recv-keys --keyserver hkp://pgp.mit.edu ACEB29740C9A4E97
gpg: keyserver receive failed: No data
korimitsu commented on 2023-07-02 21:07 (UTC)
@danievdm that does it, but why don't build it directly into the PKGBUILD?
danievdm commented on 2023-07-02 11:19 (UTC)
@sbmomeni for the keys error just run gpg --recv-keys --keyserver hkp://pgp.mit.edu ACEB29740C9A4E97
from command line. That sorted mine out.
korimitsu commented on 2023-06-30 21:47 (UTC)
Fails to build:
==> Making package: lib32-libxpm 3.5.16-1
==> Retrieving sources...
-> Downloading libXpm-3.5.16.tar.xz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 458k 100 458k 0 0 311k 0 0:00:01 0:00:01 --:--:-- 312k
-> Downloading libXpm-3.5.16.tar.xz.sig...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 215 100 215 0 0 375 0 --:--:-- --:--:-- --:--:-- 375
==> Validating source files with sha512sums...
libXpm-3.5.16.tar.xz ... Passed
libXpm-3.5.16.tar.xz.sig ... Skipped
==> Verifying source file signatures with gpg...
libXpm-3.5.16.tar.xz ... FAILED (unknown public key ACEB29740C9A4E97)
==> ERROR: One or more PGP signatures could not be verified!
error: failed to download sources for 'lib32-libxpm-3.5.16-1':
error: packages failed to build: lib32-libxpm-3.5.16-1
sbmomeni commented on 2023-01-27 06:07 (UTC)
Version 3.5.15 depends on ncompress package.
Faalagorn commented on 2021-08-21 13:01 (UTC)
This is needed to launch 32-bit version of The Polynomial game from Steam (natively): https://steamdb.info/app/67000/
adsun commented on 2018-02-10 21:56 (UTC)
This fails to build unless lib32-gcc-libs is installed. Please add lib32-gcc-libs as depends.
rafaelff commented on 2012-02-24 14:54 (UTC)
@jpate: actually, pkg-config is part of base-devel group, which is assumed to be installed (see AUR Guidelines in Archwiki)
Pinned Comments
danievdm commented on 2023-07-02 11:19 (UTC)
@sbmomeni for the keys error just run
gpg --recv-keys --keyserver hkp://pgp.mit.edu ACEB29740C9A4E97
from command line. That sorted mine out.