Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942996 - dev-util/gitlab-cli-1.48.0: go.mod requires go >= 1.23.2
Summary: dev-util/gitlab-cli-1.48.0: go.mod requires go >= 1.23.2
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: PullRequest
Depends on:
Blocks:
 
Reported: 2024-11-07 16:59 UTC by APN-Pucky
Modified: 2024-11-29 21:18 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description APN-Pucky 2024-11-07 16:59:55 UTC
>>> Unpacking gitlab-cli-1.48.0.tar.bz2 to /var/tmp/portage/dev-util/gitlab-cli-1.48.0/work
>>> Unpacking gitlab-cli-1.48.0-deps.tar.xz to /var/tmp/portage/dev-util/gitlab-cli-1.48.0/work
go mod verify
go: go.mod requires go >= 1.23.2 (running go 1.23.1; GOTOOLCHAIN=local)
 * ERROR: dev-util/gitlab-cli-1.48.0::gentoo failed (unpack phase):
 *   go mod verify failed
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_unpack
 *   environment, line 1964:  Called go-module_src_unpack
 *   environment, line 1567:  Called ego 'mod' 'verify'
 *   environment, line  876:  Called die
 * The specific snippet of code:
 *       "$@" || die -n "${*} failed"
 *
Comment 1 Larry the Git Cow gentoo-dev 2024-11-29 21:18:23 UTC
The bug has been closed via the following commit(s):

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

commit 8e4dc8d4ddb7c52d63d8811c7275c0f8ae32282b
Author:     Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
AuthorDate: 2024-11-26 15:37:46 +0000
Commit:     Eli Schwartz <eschwartz@gentoo.org>
CommitDate: 2024-11-29 21:12:12 +0000

    dev-util/gitlab-cli: fix BDEPEND
    
    gitlab-cli 1.48.0 requires go 1.23.2.
    
    Closes: https://bugs.gentoo.org/942996
    Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
    Closes: https://github.com/gentoo/gentoo/pull/39481
    Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>

 dev-util/gitlab-cli/gitlab-cli-1.48.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)