Summary: | media-sound/audacity-3.4.2: fatal error: lilv/lilv.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Matt Whitlock <gentoo> |
Component: | Current packages | Assignee: | Professional Audio Applications Maintainers <proaudio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chiitoo, mehw.is.me, richard |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/35887 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | debug.log.xz |
Description
Matt Whitlock
2024-04-01 10:52:39 UTC
Please attach the full build log. Created attachment 889231 [details] debug.log.xz (In reply to Mike Gilbert from comment #1) > Please attach the full build log. Dangit. Sorry about that. I did try to attach it when I opened this report, but it is greater than 1000 KB and evidently was silently dropped. Here it is, compressed with xz this time to bring it under the limit. Hello, The culprit seems to be '-lv2' ('lv2' use flag disabled). I just replicated the bug with the following: USE="alsa ffmpeg flac id3tag ladspa mpg123 ogg opus portmixer sbsms twolame vamp vorbis wavpack -audiocom -lv2 -test" ABI_X86="(64)" The proposed fix https://github.com/gentoo/gentoo/pull/35887 is from upstream, and after applying it media-sound/audacity-3.4.2 compiles fine with USE="-lv2". The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f3b7274ed135a62f48821833e86413d42ad947 commit 02f3b7274ed135a62f48821833e86413d42ad947 Author: Aliaksei Urbanski <aliaksei.urbanski@gmail.com> AuthorDate: 2024-04-02 10:19:47 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-04-02 10:28:03 +0000 media-sound/audacity: fix build with USE="-lv2" in 3.4.2 Due to a bug in the upstream, Audacity 3.4.2 can't be built with USE="-lv2". At the same time, there is a fix available in the upstream. Closes: https://bugs.gentoo.org/928380 Co-authored-by: Chris Mayo <aklhfex@gmail.com> Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35887 Signed-off-by: Sam James <sam@gentoo.org> media-sound/audacity/audacity-3.4.2.ebuild | 3 ++ ...audacity-3.4.2-fix-build-with-use-lv2-off.patch | 36 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) *** Bug 928429 has been marked as a duplicate of this bug. *** |