Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939087 - media-libs/sratom: ERROR: Neither a subproject directory nor a lv2.wrap file was found.
Summary: media-libs/sratom: ERROR: Neither a subproject directory nor a lv2.wrap file ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-05 01:18 UTC by ramast
Modified: 2024-09-05 12:48 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ramast 2024-09-05 01:18:43 UTC
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
Comment 1 Alfred Wingate 2024-09-05 02:17:33 UTC
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.
Comment 2 ramast 2024-09-05 03:11:12 UTC
Thank you. I will try that
Comment 3 ramast 2024-09-05 03:49:44 UTC
That did it thanks
Comment 4 Alfred Wingate 2024-09-05 12:48:51 UTC
Just to clarify this isnt an invalid bug. Its an ebuild bug as it should require these.