from build log: ``` Ok: 11 Expected Fail: 0 Fail: 87 Unexpected Pass: 0 Skipped: 0 Timeout: 0 Full log written to /var/tmp/portage/media-libs/gst-plugins-good-1.22.11/work/gst-plugins-good-1.22.11-abi_x86_32.x86/meson-logs/testlog.txt ``` example fail from the testlog.txt : ``` (gst-plugin-scanner:906): GStreamer-WARNING **: 15:01:49.005: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstopusparse.so': /usr/lib/gstreamer-1.0/libgstopusparse.so: wrong ELF class: ELFCLASS32 ```
Created attachment 896563 [details] /var/tmp/portage/media-libs/gst-plugins-good-1.22.11/work/gst-plugins-good-1.22.11-abi_x86_32.x86/meson-logs/testlog.txt in zip archive .
Created attachment 896564 [details] build.log
Created attachment 896565 [details] environment // profile default/linux/amd64/23.0/split-usr/desktop/plasma gcc-13.2.1_p20240210 O3 pipe march=native(verbose) lto graphite ggdb3
Happens to me with ABI_X86="32 64" when changing it to ABI_X86="64" it passes fine.