Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 500708 - x11-drivers/nvidia-drivers-334.16 should install libnvidia-eglcore.so.334.16
Summary: x11-drivers/nvidia-drivers-334.16 should install libnvidia-eglcore.so.334.16
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL: https://devtalk.nvidia.com/default/to...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-08 20:27 UTC by Mariusz Ceier
Modified: 2014-02-08 22:50 UTC (History)
3 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 Mariusz Ceier 2014-02-08 20:27:11 UTC
nvidia-drivers ebuild should also install /usr/lib/libnvidia-eglcore.so.334.16.

When libnvidia-eglcore.so.334.16 is not installed it causes eglMakeContext call to fail - which is shown in log attached in nvidia forum post.


Reproducible: Always

Steps to Reproduce:
1. emerge nvidia-drivers
2. ls -l /usr/lib/nvidia-eglcore.so /usr/lib64/nvidia-eglcore.so
3.
Actual Results:  
ls: cannot access /usr/lib/libnvidia-eglcore.so: No such file or directory
ls: cannot access /usr/lib64/libnvidia-eglcore.so: No such file or directory

Expected Results:  
lrwxrwxrwx 1 root root 22 Feb  8 21:16 /usr/lib/libnvidia-eglcore.so -> libnvidia-eglcore.so.1
lrwxrwxrwx 1 root root 22 Feb  8 21:16 /usr/lib64/libnvidia-eglcore.so -> libnvidia-eglcore.so.1


ebuild should run:
  donvidia ${libdir}/libnvidia-eglcore.so ${NV_SOVER}
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-08 21:42:43 UTC
Fixed in -r4.