Summary: | media-libs/gst-plugins-base fails test with ABI_X86="64 32" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Paolo Pedroni <paolo.pedroni> |
Component: | Current packages | Assignee: | GStreamer package maintainers <gstreamer> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | leio, lg3dx6fd, paolo.pedroni, sam |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugzilla.redhat.com/show_bug.cgi?id=1472160 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | gst-plugins-base-1.20.3:20220916-123416.log.gz |
Description
Paolo Pedroni
2022-09-16 12:50:28 UTC
Lots of ELFCLASS32 issues, as if you can't actually run x32 binaries somehow? Is this issue still relevant? err, 32-bit binaries (In reply to Mart Raudsepp from comment #1) > Lots of ELFCLASS32 issues, as if you can't actually run x32 binaries > somehow? Is this issue still relevant? I'm not using multilib on this package anymore, so I don't know. I can confirm it happens with media-libs/gst-plugins-base-1.22.11-r1 , media-libs/gst-plugins-good-1.22.11 ( https://bugs.gentoo.org/935065 ) and media-libs/gst-plugins-bad-1.22.11-r1 ( https://bugs.gentoo.org/935118 ) It also happens with media-plugins/gst-plugins-libav-1.22.11 https://bugs.gentoo.org/870367 I added a workaround for a related (not the same) test failure in: commit 66cab56299c9d5316695b42120e596439e952fbb Author: Sam James <sam@gentoo.org> Date: Tue Dec 24 10:24:19 2024 +0000 media-libs/gstreamer: add 1.24.10 Closes: https://bugs.gentoo.org/932556 Signed-off-by: Sam James <sam@gentoo.org> Over there, the issue was that the gstregistry test needs to be able to find gst-plugin-scanner which doesn't exist if tools are disabled, as we do for multilib. But even for 1.22, we weren't installing gst-plugin-scanner for multilib, and the libexec dir was the same for the multilib build so none of that could work. |