Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747814 - media-libs/lilv-0.24.8-r1: 'lv2 >= 1.18.0' not found
Summary: media-libs/lilv-0.24.8-r1: 'lv2 >= 1.18.0' not found
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-11 13:24 UTC by Alexander Lopatin
Modified: 2020-11-09 11:01 UTC (History)
2 users (show)

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


Attachments
emerge --info (emerge-info.txt,20.55 KB, text/plain)
2020-10-11 13:26 UTC, Alexander Lopatin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Lopatin 2020-10-11 13:24:34 UTC
lilv doesn't build when media-libs/lv2-1.16.0-r1 is installed. Solution — install media-libs/lv2-1.18.0 manually

Reproducible: Always

Actual Results:  
 * Package:    media-libs/lilv-0.24.8-r1
 * Repository: gentoo
 * Maintainer: proaudio@gentoo.org
 * USE:        abi_x86_64 amd64 dyn-manifest elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox
 * Using python3.7 to build
>>> Unpacking source...
>>> Unpacking lilv-0.24.8.tar.bz2 to /var/tmp/portage/media-libs/lilv-0.24.8-r1/work
>>> Source unpacked in /var/tmp/portage/media-libs/lilv-0.24.8-r1/work
>>> Preparing source in /var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8 ...
 * Will copy sources from /var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8
 * abi_x86_64.amd64: copying to /var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8-abi_x86_64.amd64
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
'CCFLAGS=-march=native -O2 -pipe -ggdb3 -mno-rdrnd -fstack-protector-strong -fdiagnostics-color=always' 'LINKFLAGS=-march=native -O2 -pipe -ggdb3 -mno-rdrnd -fstack-protector-strong -fdiagnostics-color=always -Wl,-O1 -Wl,--as-needed' 'PKGCONFIG=x86_64-pc-linux-gnu-pkg-config' '/var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8/waf' '--prefix=/usr' '--docdir=/usr/share/doc/lilv-0.24.8-r1' '--libdir=/usr/lib64' '--docdir=/usr/share/doc/lilv-0.24.8-r1' '--no-bash-completion' '--dyn-manifest' 'configure'
Setting top to                                : /var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8-abi_x86_64.amd64 
Setting out to                                : /var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8-abi_x86_64.amd64/build 
Checking for 'gcc' (C compiler)               : x86_64-pc-linux-gnu-gcc 
Checking for 'g++' (C++ compiler)             : x86_64-pc-linux-gnu-g++ 
Checking for program 'python'                 : /usr/bin/python3.7 
Checking for python version >= 2.6.0          : 3.7.8 
Checking for flag '-std=c99'                  : yes 
Checking for program 'pkg-config'             : x86_64-pc-linux-gnu-pkg-config 
Checking for 'lv2 >= 1.18.0'                  : not found 
The configuration failed
(complete log in /var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8-abi_x86_64.amd64/build/config.log)
 * ERROR: media-libs/lilv-0.24.8-r1::gentoo failed (configure phase):
 *   configure failed
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_configure
 *   environment, line 2625:  Called multilib-minimal_src_configure
 *   environment, line 1503:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 1756:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1433:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 1431:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  354:  Called multilib-minimal_abi_src_configure
 *   environment, line 1497:  Called multilib_src_configure
 *   environment, line 1972:  Called waf-utils_src_configure '--docdir=/usr/share/doc/lilv-0.24.8-r1' '--no-bash-completion' '--dyn-manifest'
 *   environment, line 3377:  Called die
 * The specific snippet of code:
 *       env "${CMD[@]}" || die "configure failed"
 * 
 * If you need support, post the output of `emerge --info '=media-libs/lilv-0.24.8-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/lilv-0.24.8-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/media-libs/lilv-0.24.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/lilv-0.24.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8-abi_x86_64.amd64'
 * S: '/var/tmp/portage/media-libs/lilv-0.24.8-r1/work/lilv-0.24.8'
Comment 1 Alexander Lopatin 2020-10-11 13:26:46 UTC
Created attachment 664606 [details]
emerge --info
Comment 2 Jonas Stein gentoo-dev 2020-10-11 16:41:55 UTC
Please 
* attach the logs (do not paste) next time
as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
Comment 3 Miroslav Šulc gentoo-dev 2020-10-11 17:06:48 UTC
the only version of lv2 in the tree is 1.18.0:

$ equery meta lv2
 * media-libs/lv2 [gentoo]
Maintainer:  proaudio@gentoo.org (Gentoo ProAudio Project)
Upstream:    None specified
Homepage:    https://lv2plug.in/
Location:    /usr/portage/media-libs/lv2
Keywords:    1.18.0:0: amd64 arm arm64 ppc ppc64 x86 ~alpha ~hppa ~ia64 ~mips ~sparc
License:     MIT


do you use `emerge -uDvNa` when updating your gentoo?