Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946545 - dev-python/uv requires rust 1.83
Summary: dev-python/uv requires rust 1.83
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-16 09:17 UTC by Benedikt Reinartz
Modified: 2024-12-16 14:19 UTC (History)
1 user (show)

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 Benedikt Reinartz 2024-12-16 09:17:02 UTC
dev-python/uv raised its minimal rust version to 1.83.0 (https://github.com/astral-sh/uv/pull/9815) in v0.5.9 which leads to compile errors when using the current stable rustc on Gentoo (1.82).

In fact, the minimal version before 0.5.9 (since 0.4.13) has been 1.81.0 and not 1.80.1, as currently set in the ebuilds.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-12-16 14:17:32 UTC
Thanks!
Comment 2 Larry the Git Cow gentoo-dev 2024-12-16 14:19:18 UTC
The bug has been closed via the following commit(s):

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

commit ff00327ee79fb9f21a0e68fcac9c18cae60cb075
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-12-16 14:18:49 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-12-16 14:18:49 +0000

    dev-python/uv: Fix RUST_MIN_VER
    
    Closes: https://bugs.gentoo.org/946545
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/uv/uv-0.5.6.ebuild | 2 +-
 dev-python/uv/uv-0.5.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)