Building librsvg fails with this error: note: the `i686-unknown-linux-gnu` target may not be installed Reproducible: Always
Created attachment 923550 [details] librsvg build.log
Thanks to sam_ the error was tracked down to rust-bin:1.86 installing i686 components into inconsistent paths. Attached output of: equery f rust-bin
Created attachment 923551 [details] equery f rust-bin output
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(-)