During package compilation I get this error ``` >>> Configuring source in /var/tmp/portage/media-libs/sratom-0.6.16/work/sratom-0.6.16 ... * abi_x86_32.x86: running multilib-minimal_abi_src_configure meson setup -Db_lto=false --libdir lib --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /usr/share/pkgconfig:/usr/sh are/pkgconfig --pkg-config-path /usr/share/pkgconfig:/usr/share/pkgconfig --native-file /var/tmp/portage/media-libs/sratom-0.6.16/temp/meson.i686-pc-linux-gnu.x86.ini -Db_ pch=false -Dwerror=false -Dbuildtype=plain -Ddocs=disabled -Dtests=disabled /var/tmp/portage/media-libs/sratom-0.6.16/work/sratom-0.6.16 /var/tmp/portage/media-libs/sratom -0.6.16/work/sratom-0.6.16-abi_x86_32.x86 The Meson build system Version: 1.4.0 Source dir: /var/tmp/portage/media-libs/sratom-0.6.16/work/sratom-0.6.16 Build dir: /var/tmp/portage/media-libs/sratom-0.6.16/work/sratom-0.6.16-abi_x86_32.x86 Build type: native build Project name: sratom Project version: 0.6.16 C compiler for the host machine: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse (gcc 13.2.1 "x86_64-pc-linux-gnu-gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210") C linker for the host machine: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse ld.bfd 2.41 Host machine cpu family: x86 Host machine cpu: i686 Library m found: YES Found pkg-config: YES (/usr/bin/x86_64-pc-linux-gnu-pkg-config) 2.2.0 Run-time dependency serd-0 found: YES 0.32.2 Run-time dependency sord-0 found: YES 0.16.16 Found CMake: /usr/bin/cmake (3.28.5) Run-time dependency lv2 found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency lv2 ../sratom-0.6.16/meson.build:51:10: ERROR: Neither a subproject directory nor a lv2.wrap file was found. ``` [ebuild R ] media-libs/sratom-0.6.16::gentoo USE="-doc -test" ABI_X86="32* (64) (-x32)" 0 KiB
Looks like a case of the dependencies missing MULTILIB_USEDEP. You can get around this by either disabling abi_x86_32 for sratom or enabling abi_x86_32 for lv2 and any other dependency that sratom requires.
Thank you. I will try that
That did it thanks
Just to clarify this isnt an invalid bug. Its an ebuild bug as it should require these.