← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 540171] [NEW] Empty /usr/include/CL after installation of nvidia-current and nvidia-current-dev

 

Public bug reported:

$ sudo apt-get install nvidia-current nvidia-current-dev

The standard way of including OpenCL headers fails:

$ echo '#include <CL/cl.h>' > opencltest.c
$ gcc opencltest.c -o opencltest
opencltest.c:1:19: error: CL/cl.h: No such file or directory

After installation an empty directory is created:
$ ls -la /usr/include/CL
total 16
drwxr-xr-x  2 root root  4096 2010-03-05 13:39 .
drwxr-xr-x 50 root root 12288 2010-03-17 12:56 ..

The files that should be in the directory are actually found here:

$ ls -la /usr/include/nvidia-current/CL
total 92
drwxr-xr-x 2 root root  4096 2010-03-17 12:56 .
drwxr-xr-x 6 root root  4096 2010-03-17 12:56 ..
-rw-r--r-- 1 root root  6331 2010-02-25 15:35 cl_gl.h
-rw-r--r-- 1 root root 42996 2010-02-25 15:35 cl.h
-rw-r--r-- 1 root root 32533 2010-02-25 15:35 cl_platform.h

** Affects: nvidia-graphics-drivers (Ubuntu)
     Importance: Undecided
     Assignee: Alberto Milone (albertomilone)
         Status: Triaged

-- 
Empty /usr/include/CL after installation of nvidia-current and nvidia-current-dev
https://bugs.launchpad.net/bugs/540171
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.



Follow ups

References