← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 704607] [NEW] Packaging issues in nvidia-current

 

Public bug reported:

Several issues exist with the 260 blob as packaged currently in Natty. A
new file has been added to the shared libs, libnvcuvid.so.$version. It
needs to be installed. Also, the 32-bit links file adds links to the
file libXvMCNVIDIA.so.$version, except that file is not being installed
by the rules file, so the links are broken. Both of those files can be
installed by adding;

	dh_install -p$(PKG_driver) "$(dirname_x86)/libnvcuvid.so*"  "$(PKG_libdir32)"
	dh_install -p$(PKG_driver) "$(dirname_x86)/libXvMCNVIDIA.so.*"  "$(PKG_libdir32)"

to the empty lines 247 and 250 in the rules file.

The 32-bit and regular links have to be added for the libnvcuvid lib as
well.

** Affects: nvidia-graphics-drivers (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.
https://bugs.launchpad.net/bugs/704607

Title:
  Packaging issues in nvidia-current



Follow ups

References