Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940041 - dev-util/gitlab-cli-1.46.0: go.mod requires go >= 1.23.0
Summary: dev-util/gitlab-cli-1.46.0: go.mod requires go >= 1.23.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: 2024-09-22 11:21 UTC by APN-Pucky
Modified: 2024-09-25 15:32 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-09-22 11:21:44 UTC
Emerge fails for me to upgrade from 1.44.1 to 1.46.0.
I think the go version should already be checked in the ebuild

>>> Unpacking source...
>>> Unpacking gitlab-cli-1.46.0.tar.bz2 to /var/tmp/portage/dev-util/gitlab-cli-1.46.0/work
>>> Unpacking gitlab-cli-1.46.0-deps.tar.xz to /var/tmp/portage/dev-util/gitlab-cli-1.46.0/work
go mod verify
go: go.mod requires go >= 1.23.0 (running go 1.22.6; GOTOOLCHAIN=local)
 * ERROR: dev-util/gitlab-cli-1.46.0::gentoo failed (unpack phase):
 *   go mod verify failed
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_unpack
 *   environment, line 1965:  Called go-module_src_unpack
 *   environment, line 1568:  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-09-25 15:32:11 UTC
The bug has been closed via the following commit(s):

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

commit b8d6f066aa45d19a9d7d5f57d6283eca52cfaadc
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2024-09-25 15:28:55 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2024-09-25 15:31:22 +0000

    dev-util/gitlab-cli: fix BDEPEND
    
    gitlab-cli 1.46.0 requires go 1.23.
    
    Closes: https://bugs.gentoo.org/940041
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-util/gitlab-cli/gitlab-cli-1.46.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)