Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953808 - sys-cluster/k9scli-0.40.10 requires >=go-1.24.0
Summary: sys-cluster/k9scli-0.40.10 requires >=go-1.24.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-13 17:58 UTC by martin-kokos
Modified: 2025-04-15 04:01 UTC (History)
0 users

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


Attachments
emerge --info (emerge--info.txt,10.45 KB, text/plain)
2025-04-13 17:58 UTC, martin-kokos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description martin-kokos 2025-04-13 17:58:28 UTC
Created attachment 924689 [details]
emerge --info

Package emerge fails with:

go mod verify
go: go.mod requires go >= 1.24.0 (running go 1.23.4; GOTOOLCHAIN=local)
 * ERROR: sys-cluster/k9scli-0.40.10::gentoo failed (unpack phase):
 *   go mod verify failed



 * Package:    sys-cluster/k9scli-0.40.10:0
 * Repository: gentoo
 * Maintainer: williamh@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux
 * FEATURES:   ccache distcc network-sandbox preserve-libs sandbox userpriv usersandbox

>>> Unpacking source...
>>> Unpacking k9scli-0.40.10.tar.gz to /var/tmp/notmpfs/portage/sys-cluster/k9scli-0.40.10/work
>>> Unpacking k9scli-0.40.10-deps.tar.xz to /var/tmp/notmpfs/portage/sys-cluster/k9scli-0.40.10/work
go mod verify
go: go.mod requires go >= 1.24.0 (running go 1.23.4; GOTOOLCHAIN=local)
 * ERROR: sys-cluster/k9scli-0.40.10::gentoo failed (unpack phase):
 *   go mod verify failed
 *
 * Call stack:
 *     ebuild.sh, line  136:  Called src_unpack
 *   environment, line 1216:  Called go-module_src_unpack
 *   environment, line 1058:  Called ego 'mod' 'verify'
 *   environment, line  645:  Called die
 * The specific snippet of code:
 *       "$@" || die -n "${*} failed"
 *
 * If you need support, post the output of `emerge --info '=sys-cluster/k9scli-0.40.10::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-cluster/k9scli-0.40.10::gentoo'`.
 * The complete build log is located at '/var/log/portage/sys-cluster:k9scli-0.40.10:20250413-135400.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/notmpfs/portage/sys-cluster/k9scli-0.40.10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/notmpfs/portage/sys-cluster/k9scli-0.40.10/temp/environment'.
 * Working directory: '/var/tmp/notmpfs/portage/sys-cluster/k9scli-0.40.10/work/k9s-0.40.10'
 * S: '/var/tmp/notmpfs/portage/sys-cluster/k9scli-0.40.10/work/k9s-0.40.10'
/
Comment 1 Larry the Git Cow gentoo-dev 2025-04-15 04:01:38 UTC
The bug has been closed via the following commit(s):

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

commit a9a50dd926438740ff2e7a82c29fdd4bf37a599d
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2025-04-15 04:00:52 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2025-04-15 04:00:52 +0000

    sys-cluster/k9scli: 0.40.10 requires go-1.24.0
    
    Closes: https://bugs.gentoo.org/953808
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 sys-cluster/k9scli/k9scli-0.40.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)