Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920384 - sys-kernel/gentoo-kernel-bin-5.10.{203,204}: kernel release mismatch
Summary: sys-kernel/gentoo-kernel-bin-5.10.{203,204}: kernel release mismatch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Distribution Kernel Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-20 15:03 UTC by Shiba
Modified: 2023-12-20 16:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build_5_10_203.log (build_5_10_203.log,348.28 KB, text/x-log)
2023-12-20 15:05 UTC, Shiba
Details
build_5_10_204.log (build_5_10_204.log,348.34 KB, text/x-log)
2023-12-20 15:05 UTC, Shiba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shiba 2023-12-20 15:03:33 UTC
On amd64 (the only arch I have) it seems that 5.10.203 is actually 5.10.202, and 5.10.204 is actually 5.10.203. On a quick look, 5.15, 6.1 and 6.6 seem fine.

>>> Merging sys-kernel/gentoo-kernel-bin-5.10.203 to /
 * Kernel release mismatch!
 *   expected (PV): 5.10.203*
 *           found: 5.10.202-gentoo-dist
 * Please verify that you are applying the correct patches.
 * ERROR: sys-kernel/gentoo-kernel-bin-5.10.203::gentoo failed (preinst phase):
 *   Kernel release mismatch (5.10.202-gentoo-dist instead of 5.10.203*)

>>> Merging sys-kernel/gentoo-kernel-bin-5.10.204 to /
 * Kernel release mismatch!
 *   expected (PV): 5.10.204*
 *           found: 5.10.203-gentoo-dist
 * Please verify that you are applying the correct patches.
 * ERROR: sys-kernel/gentoo-kernel-bin-5.10.204::gentoo failed (preinst phase):
 *   Kernel release mismatch (5.10.203-gentoo-dist instead of 5.10.204*)
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-20 15:04:24 UTC
Oops.
Comment 2 Shiba 2023-12-20 15:05:07 UTC
Created attachment 880093 [details]
build_5_10_203.log
Comment 3 Shiba 2023-12-20 15:05:23 UTC
Created attachment 880094 [details]
build_5_10_204.log
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-12-20 15:25:30 UTC
There are new kernel releases today, so we should resync them.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-12-20 16:07:32 UTC
Good news, the kernels were good, it's just -bin ebuild needing a fix.
Comment 6 Larry the Git Cow gentoo-dev 2023-12-20 16:08:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc157c5b606a7d506edc5471a6781ccd7bc2b6c5

commit cc157c5b606a7d506edc5471a6781ccd7bc2b6c5
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-12-20 16:07:08 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-12-20 16:08:04 +0000

    sys-kernel/gentoo-kernel-bin: Fix genpatches increment in 5.10.*
    
    Closes: https://bugs.gentoo.org/920384
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest                          | 4 ++--
 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.203.ebuild | 2 +-
 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.204.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)