Summary: | media-video/ffmpeg-6.1.2[svg] fails to configure with gnome-base/librsvg-2.58.2-r1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Eugene Shalygin <eugene.shalygin> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chewi, eugene.shalygin, ionen, kangie, media-video, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=943110 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Eugene Shalygin
2024-11-09 10:15:35 UTC
Should be fixed with: commit b673ae2f19d960de7afaaf77349822dfee2f91f5 Author: Sam James <sam@gentoo.org> Date: Sat Nov 9 09:44:04 2024 +0000 gnome-base/librsvg: fix phase definitions The issue here is the same as with libdovi. If we change the inherit order back to before 01ba4dc61965ef7658a24728841c04c9a1ce4871, then MULTILIB_USEDEP isn't defined so rust.eclass can't use it for generating the multilib dep on Rust itself. Also, add a missing rust_pkg_setup call in 2.57.3. Bug: https://bugs.gentoo.org/943110 Signed-off-by: Sam James <sam@gentoo.org> commit 85bb5aa0b841aa0f1a67f72bbaf5c63a0fe3126e Author: Sam James <sam@gentoo.org> Date: Sat Nov 9 09:51:26 2024 +0000 gnome-base/librsvg: add missing revbump for 2.58.2 Fixes: b673ae2f19d960de7afaaf77349822dfee2f91f5 Signed-off-by: Sam James <sam@gentoo.org> The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8004c0feea76de89abf38f7e0e2b2c2fca1001 commit 6b8004c0feea76de89abf38f7e0e2b2c2fca1001 Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2024-11-09 10:31:53 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2024-11-09 10:31:53 +0000 media-libs/libdovi: adjust style Prefer to avoid having pseudo-duplicate phases where possible. Also simplify src_test, this has no tests (thus why there was no phase defined using cargo-c) but still need to avoid cargo_src_test or it'll start compiling. Bug: https://bugs.gentoo.org/943114 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> media-libs/libdovi/libdovi-3.3.1-r1.ebuild | 54 ++++++++++++++---------------- 1 file changed, 25 insertions(+), 29 deletions(-) (In reply to Sam James from comment #1) > Should be fixed with: > > commit b673ae2f19d960de7afaaf77349822dfee2f91f5 Thank you, it is. (In reply to Larry the Git Cow from comment #2) > The bug has been referenced in the following commit(s): Sorry, tagged the wrong bug (and either way was not important to tag). |