K_BASE_VER was not bumped with git-sources-6.9_rc Also cat /var/tmp/portage/sys-kernel/git-sources-6.9_rc4/temp/build.log >>> Downloading 'http://ftp.halifax.rwth-aachen.de/gentoo/distfiles/b6/patch-6.9-rc4.patch' --2024-04-15 00:56:32-- http://ftp.halifax.rwth-aachen.de/gentoo/distfiles/b6/patch-6.9-rc4.patch Resolving ftp.halifax.rwth-aachen.de (ftp.halifax.rwth-aachen.de)... 137.226.34.46, 2a00:8a60:e012:a00::21 Connecting to ftp.halifax.rwth-aachen.de (ftp.halifax.rwth-aachen.de)|137.226.34.46|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2024-04-15 00:56:32 ERROR 404: Not Found. >>> Downloading 'https://mirrors.dotsrc.org/gentoo/distfiles/b6/patch-6.9-rc4.patch' --2024-04-15 00:56:32-- https://mirrors.dotsrc.org/gentoo/distfiles/b6/patch-6.9-rc4.patch Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-04-15 00:56:32 ERROR 404: Not Found. >>> Downloading 'https://mirror.leaseweb.com/gentoo/distfiles/b6/patch-6.9-rc4.patch' --2024-04-15 00:56:32-- https://mirror.leaseweb.com/gentoo/distfiles/b6/patch-6.9-rc4.patch Resolving mirror.leaseweb.com (mirror.leaseweb.com)... 37.58.58.140 Connecting to mirror.leaseweb.com (mirror.leaseweb.com)|37.58.58.140|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-04-15 00:56:32 ERROR 404: Not Found. >>> Downloading 'https://git.kernel.org/torvalds/p/v6.9-rc4/v6.7' --2024-04-15 00:56:32-- https://git.kernel.org/torvalds/p/v6.9-rc4/v6.7 Resolving git.kernel.org (git.kernel.org)... 145.40.68.75, 2604:1380:4601:e00::1 Connecting to git.kernel.org (git.kernel.org)|145.40.68.75|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/rawdiff/?id=v6.9-rc4&id2=v6.7 [following] --2024-04-15 00:56:33-- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/rawdiff/?id=v6.9-rc4&id2=v6.7 Reusing existing connection to git.kernel.org:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] Saving to: ‘/var/cache/distfiles/patch-6.9-rc4.patch.__download__’ 0K .......... .......... .......... .......... .......... 653K 50K .......... .......... .......... .......... .......... 1,21M 100K .......... .......... .......... .......... .......... 1,51M 95000K .......... .......... .......... .......... .......... 7,26M 95050K .......... .......... .......... .......... .......... 6,47M 95100K .......... .......... .......... .......... . 8,48M=16s 2024-04-15 00:56:48 (5,92 MB/s) - ‘/var/cache/distfiles/patch-6.9-rc4.patch.__download__’ saved [97424813] !!! Fetched file: patch-6.9-rc4.patch VERIFY FAILED! !!! Reason: Filesize does not match recorded size !!! Got: 97424813 !!! Expected: 97385879 Refetching... File renamed to '/var/cache/distfiles/patch-6.9-rc4.patch._checksum_failure_.debk3t9i' !!! Couldn't download 'patch-6.9-rc4.patch'. Aborting.
Why don't you set K_BASE_VER with something like $"PV"-1 So it would not need to be bumped with every rc1.
http://ftp.halifax.rwth-aachen.de/gentoo/distfiles/b6/patch-6.9-rc4.patch has 97385879 That is double size of /var/cache/distfiles/patch-6.8-rc*
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0695f1d13d0bfacc98150481bcd558bb13a20519 commit 0695f1d13d0bfacc98150481bcd558bb13a20519 Author: Mike Pagano <mpagano@gentoo.org> AuthorDate: 2024-04-18 14:33:33 +0000 Commit: Mike Pagano <mpagano@gentoo.org> CommitDate: 2024-04-18 14:33:33 +0000 sys-kernel/git-sources: fix BASE_VER Closes: https://bugs.gentoo.org/930034 Signed-off-by: Mike Pagano <mpagano@gentoo.org> sys-kernel/git-sources/Manifest | 1 + sys-kernel/git-sources/git-sources-6.9_rc4.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
Shouldn't patch-6.9-rc4.patch also have changed size now? Do you still want to fix it or wait till next rc on Sunday and drop rc4?
see https://bugs.gentoo.org/930212
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b0288c94eafe1f807e0f257a8fd18013ccd978 It is now back to K_BASE_VER="6.7"