Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 707882

Summary: x11-libs/libvdpau-1.3 - meson.build:29:4: ERROR: Dependency "dri2proto" not found, tried pkgconfig and cmake
Product: Gentoo Linux Reporter: Gentookh <ghz3>
Component: Current packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info
emerge --info
emerge -pqv
emerge --info
meson-log.txt

Description Gentookh 2020-02-02 09:50:24 UTC
Unable to upgrade the package.
Comment 1 Gentookh 2020-02-02 09:52:40 UTC
Created attachment 610900 [details]
build.log
Comment 2 Gentookh 2020-02-02 09:53:02 UTC
Created attachment 610902 [details]
emerge --info
Comment 3 Gentookh 2020-02-02 09:53:56 UTC
Created attachment 610904 [details]
emerge --info
Comment 4 Gentookh 2020-02-02 09:54:25 UTC
Created attachment 610906 [details]
emerge -pqv
Comment 5 Gentookh 2020-02-02 09:55:14 UTC
Created attachment 610908 [details]
emerge --info
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2020-02-02 10:19:12 UTC
Comment on attachment 610900 [details]
build.log

>A full log can be found at /var/tmp/portage/x11-libs/libvdpau-1.3/work/libvdpau-1.3-abi_x86_32.x86/meson-logs/meson-log.txt

Please attach that, too.
Comment 7 Gentookh 2020-02-02 10:25:24 UTC
Created attachment 610954 [details]
meson-log.txt
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2020-02-02 11:06:29 UTC
Thanks. Do you have x11-base/xorg-proto installed?
Comment 9 Jeroen Roovers (RETIRED) gentoo-dev 2020-02-02 11:40:48 UTC

*** This bug has been marked as a duplicate of bug 707870 ***
Comment 10 Gentookh 2020-02-02 13:17:07 UTC
I have x11-base/xorg-proto installed, after `emerge --ask --emptytree --usepkg=n @system`. I now get:

>>> Source configured.
 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/var/log/sandbox/sandbox-4.log"
 * 
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /.git/index.lock
A: /.git/index.lock
R: /.git/index.lock
C: git status
Comment 11 Gentookh 2020-02-02 13:27:11 UTC
Workaround:
# mkdir /tmp/abc
# chown portage:portage /tmp/abc 
# GIT_DIR=/tmp/abc emerge -q1 x11-libs/libvdpau

Could be the same issue as in:
https://bugs.gentoo.org/482334#c6

Please check ebuild.
Comment 12 Mike Gilbert gentoo-dev 2020-02-03 16:20:45 UTC
(In reply to Gentookh from comment #10)

That's a different problem, and warrants a new bug report.