Summary: | =dev-lang/rust-1.86.0 : eselect-rust fails to symlink tools due to SLOT change | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Karl-Johan Karlsson <creideiki+gentoo-bugzilla> |
Component: | Current packages | Assignee: | Gentoo Rust Project <rust> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | holger, matoro_gentoo, navi, randy |
Priority: | Normal | Keywords: | PATCH, PMASKED |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=953103 https://bugs.gentoo.org/show_bug.cgi?id=953130 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 953747 | ||
Bug Blocks: | |||
Attachments: | Patch changing ${P} to ${PN}-${SLOT} in file names |
Description
Karl-Johan Karlsson
2025-04-04 18:34:49 UTC
Created attachment 923575 [details, diff]
Patch changing ${P} to ${PN}-${SLOT} in file names
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89c58da1802c889e4445c03d5a54acafef8372d commit b89c58da1802c889e4445c03d5a54acafef8372d Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2025-04-04 18:59:57 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2025-04-04 18:59:57 +0000 dev-lang/rust{,-bin}: mask 1.86.0 Temporary mask until handled the usage of shorter SLOT. Bug: https://bugs.gentoo.org/953103 Bug: https://bugs.gentoo.org/953127 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab7539f2f0bf97b90c22d860a91bcbe321f4a0e commit 3ab7539f2f0bf97b90c22d860a91bcbe321f4a0e Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2025-04-13 15:36:25 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2025-04-13 15:38:57 +0000 dev-lang/rust{,-bin}: update SLOT back to ${PV} We have issues and breakage with the shorter SLOT. Currently Rust project has no capacty to fix it. For more details see the frist bug. Bug: https://bugs.gentoo.org/953747 Closes: https://bugs.gentoo.org/953103 Closes: https://bugs.gentoo.org/953127 Closes: https://bugs.gentoo.org/953130 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> .../rust-bin/{rust-bin-1.86.0.ebuild => rust-bin-1.86.0-r1.ebuild} | 2 +- dev-lang/rust/{rust-1.86.0.ebuild => rust-1.86.0-r1.ebuild} | 5 ++--- eclass/rust.eclass | 4 ++-- profiles/base/package.use.force | 4 ++-- profiles/package.mask | 6 ------ 5 files changed, 7 insertions(+), 14 deletions(-) |