Bug #1268
NVIDIA package missing headers
0%
Description
The new stable driver/graphics/nvidia package being delivered in /dev-il is missing the headers which then breaks SFW compilation.
Also leaves symlinks hanging...
(leviathan) jt:~$ ls -l /usr/include/GL/gl.h
lrwxrwxrwx 1 root root 36 2010-09-14 17:55 /usr/include/GL/gl.h -> ../../../var/run/opengl/include/gl.h
(leviathan) jt:~$ ls -l /var/run/opengl/include/gl.h
lrwxrwxrwx 1 root root 31 2011-07-22 22:49 /var/run/opengl/include/gl.h -> /usr/X11/include/NVIDIA/GL/gl.h
(leviathan) jt:~$ ls -l /usr/X11/include/NVIDIA/GL/gl.h
ls: cannot access /usr/X11/include/NVIDIA/GL/gl.h: No such file or directory
(leviathan) jt:~$
History
Updated by Chris Jordan over 8 years ago
- Assignee set to OI XNV
- Tags changed from needs-triage to nvidia
Updated by Andrzej Szeszo over 8 years ago
- Status changed from New to Closed
Nvidia packages was modified to include header files from driver version 256.53. Package was also updated to use current version of the driver: 275.21. /dev-il repository has been updated with the new package.
Package build recipe:
http://hg.openindiana.org/aszeszo/oi-extras/rev/3250b9c6cf32
Closing,
Andrzej