Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297271 - x11-drivers/nvidia-drivers-190.53 fails to install libvdpau_nvidia.so
Summary: x11-drivers/nvidia-drivers-190.53 fails to install libvdpau_nvidia.so
Status: RESOLVED DUPLICATE of bug 297239
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-17 08:47 UTC by Denis
Modified: 2009-12-17 19:49 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis 2009-12-17 08:47:04 UTC
After upgrading to nvidia-drivers-190.53, libvdpau_nvidia.so was removed and vdpauinfo produces:
# vdpauinfo 
display: :0.0   screen: 0
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
Error creating VDPAU device: 1

along with mplayer, that also tries to use the vdpau driver.
Downgrading to ver 190.42-r3 solves the problem.


Reproducible: Always

Steps to Reproduce:
1.Upgrade to x11-drivers/nvidia-drivers-190.53
Comment 1 Gef 2009-12-17 12:27:16 UTC
(Local bump I presume ? Same issue here).

According to upstream Changelog [1], structure of workdir has changed.
One can use a simple patch to make ebuild install and merge libvdpau_nvidia.so.* again, but their might be a need of more work on ebuild side.

--- nvidia-drivers-190.42-r3.ebuild	2009-11-12 20:36:50.000000000 +0100
+++ nvidia-drivers/nvidia-drivers-190.53.ebuild	2009-12-17 11:46:30.805670430 +0100
@@ -424,8 +422,8 @@
 	fi
 
 	#vdpau
-	if [[ -f ${libdir}/libvdpau_nvidia.so.${sover} ]]; then
-		dolib.so ${libdir}/libvdpau_nvidia.so.${sover}
+	if [[ -f ${libdir}/vdpau/libvdpau_nvidia.so.${sover} ]]; then
+		dolib.so ${libdir}/vdpau/libvdpau_nvidia.so.${sover}
 		dosym libvdpau_nvidia.so.${sover} /usr/${inslibdir}/libvdpau_nvidia.so
 	fi



[1]http://www.nvnews.net/vbulletin/showthread.php?p=2141387
Comment 2 Rodrigo Saboya 2009-12-17 12:52:18 UTC
Duplicate of #297239?
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-12-17 19:49:42 UTC

*** This bug has been marked as a duplicate of bug 297239 ***