https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-libs/lsp-plugins-1.1.24 fails tests. Discovered on: amd64 (internal ref: ci)
Created attachment 685818 [details] build.log build log and emerge --info
Possible context of error(s): jack.cpp:4:10: fatal error: jack/jack.h: No such file or directory jack.cpp:4:10: fatal error: jack/jack.h: No such file or directory
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed374b48d32136faa871ab1bcecea9a62df3f4d commit 6ed374b48d32136faa871ab1bcecea9a62df3f4d Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2021-12-06 14:54:06 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2021-12-06 14:59:39 +0000 media-libs/lsp-plugins: tests require USE=jack Interestingly enough, only JACK is required here - src_test() runs fine with USE="-ladspa -lv2" (and the relevant dependencies removed, to be sure). Path-of-least-resistance fix following having observed this problem while debugging an unrelated issue, perhaps with a bit of effort one could either isolate JACK dependency to only affect the test phase or make it optional. Closes: https://bugs.gentoo.org/768798 Signed-off-by: Marek Szuba <marecki@gentoo.org> media-libs/lsp-plugins/lsp-plugins-1.1.29.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
*** Bug 803812 has been marked as a duplicate of this bug. ***