Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687780 - x11-libs/libva-vdpau-driver has runtime only dependency on x11-libs/libva, but also needs it for building
Summary: x11-libs/libva-vdpau-driver has runtime only dependency on x11-libs/libva, bu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-10 08:20 UTC by Andrei Slavoiu
Modified: 2019-06-13 19:59 UTC (History)
3 users (show)

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


Attachments
config.log (config.log,39.69 KB, text/x-log)
2019-06-10 08:20 UTC, Andrei Slavoiu
Details
build.log (build.log,11.25 KB, text/plain)
2019-06-10 08:20 UTC, Andrei Slavoiu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Slavoiu 2019-06-10 08:20:19 UTC
Created attachment 579424 [details]
config.log

checking for libva... no
configure: error: Package requirements (libva) were not met:

No package 'libva' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBVA_DEPS_CFLAGS
and LIBVA_DEPS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-libs/libva-vdpau-driver-0.7.4-r4/work/libva-vdpau-driver-0.7.4-abi_x86_32.x86/config.log
 * ERROR: x11-libs/libva-vdpau-driver-0.7.4-r4::gentoo failed (configure phase):
 *   econf failed
Comment 1 Andrei Slavoiu 2019-06-10 08:20:49 UTC
Created attachment 579426 [details]
build.log
Comment 2 Matt Turner gentoo-dev 2019-06-13 19:41:17 UTC
Heh:

> DEPEND="${DEPEND}
>    virtual/pkgconfig"

whoops!
Comment 3 Larry the Git Cow gentoo-dev 2019-06-13 19:59:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe323bf48050358c9e2a7be98421c108978bf12

commit 0fe323bf48050358c9e2a7be98421c108978bf12
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2019-06-13 19:42:00 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2019-06-13 19:59:23 +0000

    x11-libs/libva-vdpau-driver: Port to EAPI=7
    
    And fix s/DEPEND/RDEPEND/ typo (bug 687780), add missing libva slot
    dep (bug 673376), and add a patch from Debian while we're here.
    
    Closes: https://bugs.gentoo.org/673376
    Closes: https://bugs.gentoo.org/687780
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 .../libva-vdpau-driver-0.7.4-libvdpau-0.8.patch    |  4 +-
 .../libva-vdpau-driver-0.7.4-sigfpe-crash.patch    | 21 ++++++++++
 .../libva-vdpau-driver-0.7.4-r5.ebuild             | 47 ++++++++++++++++++++++
 3 files changed, 70 insertions(+), 2 deletions(-)