Rust 1.80.0 is not in tree yet, but there's an open PR for it[0]. In that PR, I found that starship does not build with Rust 1.80.0 due to a regression in Rust[1]. Fortunately, there's a starship-1.20.1 release upstream that seems to fix this regression, so this ticket can be addressed simply by updating starship to the latest upstream. [0] https://github.com/gentoo/gentoo/pull/37727 [1] https://github.com/rust-lang/rust/issues/127343
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae7fc5a5eb2fdeda30d9037bafaf650b72c119c commit 9ae7fc5a5eb2fdeda30d9037bafaf650b72c119c Author: Randy Barlow <randy@electronsweatshop.com> AuthorDate: 2024-08-05 22:02:04 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-08-09 15:00:39 +0000 app-shells/starship: Add 1.20.1 Closes: https://bugs.gentoo.org/937410 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> app-shells/starship/Manifest | 243 ++++++++++++++++ app-shells/starship/starship-1.20.1.ebuild | 446 +++++++++++++++++++++++++++++ 2 files changed, 689 insertions(+)