Summary: | dev-util/rustup-1.27.0 - [icu-75.1] error[E0282]: type annotations needed for Box<_> | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Rust Project <rust> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arthurzam, holger, moltonel, zeekec |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 938211 | ||
Attachments: |
emerge-info.txt
dev-util:rustup-1.27.0:20240816-070336.log emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
2024-08-16 15:36:43 UTC
Created attachment 900279 [details]
emerge-info.txt
Created attachment 900280 [details]
dev-util:rustup-1.27.0:20240816-070336.log
Created attachment 900281 [details]
emerge-history.txt.xz
Created attachment 900282 [details]
environment
Created attachment 900283 [details]
etc.clang.tar.xz
Created attachment 900284 [details]
etc.portage.tar.xz
Created attachment 900285 [details]
logs.tar.xz
Created attachment 900286 [details]
qlist-info.txt.xz
Created attachment 900287 [details]
temp.tar.xz
This is fixed in 1.27.1, which uses an updated time dependency. I wanted to do the revbump and send a PR, but the 1.27.0 ebuild points to a tarball of all crates instead of individual crates, like the 1.25.2 ebuild and most rust ebuilds: CRATES=" " SRC_URI="https://github.com/rust-lang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} https://dev.gentoo.org/~arthurzam/distfiles/dev-util/${PN}/${P}-crates.tar.xz " Should we keep it that way and wait for @arthurzam (or some other dev) to create an updated tarball, or should I send my PR with explicit crate versions ? The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980349fd26a8d933f3f8de77ab2863fde66c0828 commit 980349fd26a8d933f3f8de77ab2863fde66c0828 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-09-13 16:51:12 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-09-13 16:51:27 +0000 dev-util/rustup: add 1.27.1 Closes: https://bugs.gentoo.org/938017 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-util/rustup/Manifest | 2 + dev-util/rustup/rustup-1.27.1.ebuild | 95 ++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) |