You are not logged in.

#1 2024-06-06 20:19:21

cvt
Member
Registered: 2024-06-06
Posts: 3

[SOLVED] linux 6.9.3.arch1-1 build fails

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

#2 2024-06-06 20:25:28

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,525
Website

Re: [SOLVED] linux 6.9.3.arch1-1 build fails

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 smile

Offline

#3 2024-06-07 19:24:59

cvt
Member
Registered: 2024-06-06
Posts: 3

Re: [SOLVED] linux 6.9.3.arch1-1 build fails

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 --import

Thank you very much smile

Offline

#4 2024-06-07 20:00:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: [SOLVED] linux 6.9.3.arch1-1 build fails

\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

#5 2024-06-07 20:35:20

cvt
Member
Registered: 2024-06-06
Posts: 3

Re: [SOLVED] linux 6.9.3.arch1-1 build fails

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 wink

Offline

#6 2024-06-07 20:38:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: [SOLVED] linux 6.9.3.arch1-1 build fails

https://bbs.archlinux.org/edit.php?id=2176216 will allow you to edit the subject line, there's no button

Offline

Board footer

Powered by FluxBB