Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953103 - gnome-base/librsvg fails to build with dev-lang/rust-bin-1.86.0 (regression from Rust 1.86 switching to different slotting scheme)
Summary: gnome-base/librsvg fails to build with dev-lang/rust-bin-1.86.0 (regression f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords: PMASKED
Depends on: 953747
Blocks:
  Show dependency tree
 
Reported: 2025-04-04 00:55 UTC by rx80
Modified: 2025-04-13 15:39 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
librsvg build.log (librsvg-build.log,73.68 KB, text/x-log)
2025-04-04 00:57 UTC, rx80
Details
equery f rust-bin output (82dE.txt,24.83 KB, text/plain)
2025-04-04 01:01 UTC, rx80
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rx80 2025-04-04 00:55:27 UTC
Building librsvg fails with this error:

note: the `i686-unknown-linux-gnu` target may not be installed

Reproducible: Always
Comment 1 rx80 2025-04-04 00:57:08 UTC
Created attachment 923550 [details]
librsvg build.log
Comment 2 rx80 2025-04-04 01:01:14 UTC
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
Comment 3 rx80 2025-04-04 01:01:47 UTC
Created attachment 923551 [details]
equery f rust-bin output
Comment 4 Larry the Git Cow gentoo-dev 2025-04-04 19:00:22 UTC
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(+)
Comment 5 Larry the Git Cow gentoo-dev 2025-04-13 15:39:31 UTC
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(-)