You are not logged in.
Hi
I try to follow the following guide to make a custom kernel image: https://wiki.archlinux.org/title/Kernel … ild_system
To begin I just want to be able to build with default settings (so no change to config or PKGBUILD files).
When executing "makepkg -s" I get the following error:
==> Validating source files with sha256sums...
linux-6.9.3.tar.xz ... Passed
linux-6.9.3.tar.sign ... Skipped
linux-v6.9.3-arch1.patch.zst ... Passed
linux-v6.9.3-arch1.patch.zst.sig ... Skipped
config ... Passed
==> Validating source files with b2sums...
linux-6.9.3.tar.xz ... Passed
linux-6.9.3.tar.sign ... Skipped
linux-v6.9.3-arch1.patch.zst ... Passed
linux-v6.9.3-arch1.patch.zst.sig ... Skipped
config ... Passed
==> Verifying source file signatures with gpg...
linux-6.9.3.tar ... FAILED (unknown public key 38DBBDC86092693E)
linux-v6.9.3-arch1.patch.zst ... FAILED (unknown public key B8AC08600F108CDF)
==> ERROR: One or more PGP signatures could not be verified!
So seems like signatures are not updated somewhere in the source.
I have tried to do the "updpkgsums" but is gives the same error.
For info the system is fully updated.
Last edited by cvt (2024-06-09 18:25:06)
Offline
Yes you have to import the keys which you can do like so for official PKGBUILDs:
$ cd linux
$ gpg --import < keys/pgp/*In general see https://wiki.archlinux.org/title/Makepk … e_checking for more information ![]()
Offline
Hi gromit
Thank you for the quick response, and leading me in the right direction.
I couldn't get your oneliner to work (bash complains about ambiguous redirect), but the following works
cat keys/pgp/* | gpg --importThank you very much ![]()
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Hi seth
Sorry about this - it is my first post here in the Arch Linux forum.
I cannot find the "resolved" button. Have you done it for me - or can you hint me where this is done ![]()
Offline
https://bbs.archlinux.org/edit.php?id=2176216 will allow you to edit the subject line, there's no button
Offline