Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 768798 - media-libs/lsp-plugins-1.1.24 fails tests
Summary: media-libs/lsp-plugins-1.1.24 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
: 803812 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-02-05 06:57 UTC by Agostino Sarubbo
Modified: 2021-12-06 15:00 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,243.25 KB, text/plain)
2021-02-05 06:57 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-02-05 06:57:55 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2021-02-05 06:57:58 UTC
Created attachment 685818 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-02-05 06:57:59 UTC
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
Comment 3 Larry the Git Cow gentoo-dev 2021-12-06 14:59:47 UTC
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(-)
Comment 4 Marek Szuba archtester gentoo-dev 2021-12-06 15:00:06 UTC
*** Bug 803812 has been marked as a duplicate of this bug. ***