Missing GL/gl.h
Bug #29435 reported by
Theo van Klaveren
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mesa (Ubuntu) |
Fix Released
|
Medium
|
Adam Conrad |
Bug Description
I'm missing GL/gl.h on my Dapper system, updated as of yesterday. I'm guessing it should be in libgl1-mesa-dev, but I'm not sure! Did I miss a package this file could be in, or is something wrong here? I have installed:
libgl1-mesa and libgl1-mesa-dev 6.4.1-0ubuntu3
xorg-driver-fglrx and -dev 6.9.0-8.
Changed in mesa: | |
assignee: | nobody → adconrad |
To post a comment you must log in.
It should be in mesa-common-dev. I saw the same missing header on a system that I upgraded from Breezy to Dapper today, but not one that has been running Dapper for a while. "dpkg -r --force-depends mesa-common-dev" followed by "apt-get install mesa-common-dev" restored it on the system with problems, but I do not know what caused it.
The only clue I found is that "dpkg -L mesa-common-dev" for the problematic package was missing all the /usr/include/GL/*.h files, even though it listed the directory. The package with it showed gl.h, glext.h, gl_mangle.h and osmesa.h in that directory.