#[Solved]yay PGP problem

7 messages · Page 1 of 1 (latest)

icy pelican
#

I've encountered an updating problem using yay.
lib32-libxpm is to be updated, but running yay -Syu ends up with:
==> Making package: lib32-libxpm 3.5.16-1 (Sun 02 Jul 2023 )
==> Retrieving sources...
-> Found libXpm-3.5.16.tar.xz
-> Found libXpm-3.5.16.tar.xz.sig
==> 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 downloading sources: /home/
/.cache/yay/lib32-libxpm
context: exit status 1

:: (1/1) Parsing SRCINFO: lib32-libxpm
==> Making package: lib32-libxpm 3.5.16-1 (Sun 02 Jul 2023 ******)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found libXpm-3.5.16.tar.xz
-> Found libXpm-3.5.16.tar.xz.sig
==> 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 making: lib32-libxpm-exit status 1
-> Failed to install the following packages. Manual intervention is required:
lib32-libxpm - exit status 1

Manual intervention is required, but it doesn't tell you what you need to do to correct it.

obtuse ruin
#

The key needs to be imported, e.g. gpg --keyserver keyserver.ubuntu.com --recv-key ACEB29740C9A4E97

icy pelican
#

Your command worked. It turned out that the key had expired:
==> Verifying source file signatures with gpg...
libXpm-3.5.16.tar.xz ... Passed (WARNING: the key has expired.)
==> WARNING: Warnings have occurred while verifying the signatures.
Please make sure you really trust them.

obtuse ruin
#

It turned out that the key had expired
It's a problem for upstream.

#

... solved

atomic parrotBOT
#

#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.

  • You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
  • You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".

Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you

icy pelican
#

[Solved]yay PGP problem