Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 821901 - media-video/mpv-0.34.0 libplacebo autodetection check failed
Summary: media-video/mpv-0.34.0 libplacebo autodetection check failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
: 822021 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-11-05 10:35 UTC by Ivan Grynko
Modified: 2021-11-05 21:50 UTC (History)
7 users (show)

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


Attachments
mpv-0.34.0.ebuild.diff (mpv-0.34.0.ebuild.diff,898 bytes, patch)
2021-11-05 11:58 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Grynko 2021-11-05 10:35:07 UTC
Fails to build media-video/mpv-0.34.0 due to 

Checking for libplacebo support                                           : no ('libplacebo >= 3.104.0' not found) 
You manually enabled the feature 'libplacebo', but the autodetection check failed.
 * ERROR: media-video/mpv-0.34.0::gentoo failed (configure phase):


emerge -pv media-video/mpv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] media-video/mpv-0.34.0::gentoo [0.33.1-r2::gentoo] USE="X alsa cdda cli drm dvd egl iconv jpeg lcms lua opengl pulseaudio uchardet vaapi vdpau vulkan wayland xv zlib (-aqua) -archive -bluray (-coreaudio) -cplugins -cuda -debug -doc -dvb -gamepad -gbm -jack -javascript -libcaca -libmpv -openal (-raspberry-pi) -rubberband -sdl (-selinux) -test -tools -zimg" LUA_SINGLE_TARGET="lua5-1 -luajit" PYTHON_TARGETS="python3_9 -python3_8" 0 KiB

Reproducible: Always
Comment 1 Ivan Grynko 2021-11-05 10:38:27 UTC
Additionaly mpv ebuild requires for <media-libs/libplacebo-3.104.0:=[vulkan] but at configure step it checks for libplacebo >= 3.104.0
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-11-05 11:58:44 UTC
Created attachment 748728 [details, diff]
mpv-0.34.0.ebuild.diff

Suggested fixes...
Comment 3 jeremy mills 2021-11-05 13:57:34 UTC
I can confirm this bug. I can also confirm the fix/patch solves the issue.
Comment 4 Larry the Git Cow gentoo-dev 2021-11-05 17:41:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724a8f1f2f2f7c5f793bfbbf1b1882d7e873fdd3

commit 724a8f1f2f2f7c5f793bfbbf1b1882d7e873fdd3
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2021-11-05 17:40:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-05 17:41:12 +0000

    media-video/mpv: fix libplacebo dependency
    
    Closes: https://bugs.gentoo.org/821901
    Signed-off-by: Sam James <sam@gentoo.org>

 media-video/mpv/Manifest          | 1 +
 media-video/mpv/mpv-0.34.0.ebuild | 6 +++---
 media-video/mpv/mpv-9999.ebuild   | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-05 21:50:32 UTC
*** Bug 822021 has been marked as a duplicate of this bug. ***