Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 118298

Summary: media-libs/gle-3.0.1-r2 emerge fails due to missing glext.h
Product: Gentoo Linux Reporter: Justus Ranvier <gentoo>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Justus Ranvier 2006-01-08 07:43:44 UTC
emerging gle fails with the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -O3 -march=athlon-xp -fomit-frame-pointer -pipe -Wall -c ex_angle.c  -fPIC -DPIC -o .libs/ex_angle.lo
In file included from port.h:191,
                 from ex_angle.c:26:
/usr/include/GL/gl.h:2140:22: GL/glext.h: No such file or directory
ex_angle.c: In function `draw_angle_style_front_cap':
ex_angle.c:110: warning: passing arg 3 of `gluTessCallback' from incompatible pointer type
ex_angle.c:111: warning: passing arg 3 of `gluTessCallback' from incompatible pointer type
ex_angle.c: In function `draw_angle_style_back_cap':
ex_angle.c:189: warning: passing arg 3 of `gluTessCallback' from incompatible pointer type
ex_angle.c:190: warning: passing arg 3 of `gluTessCallback' from incompatible pointer type
make[2]: *** [ex_angle.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/gle-3.0.1-r2/work/gle-3.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gle-3.0.1-r2/work/gle-3.0.1'
make: *** [all-recursive-am] Error 2

I know that glext.h exists, in fact I have two copies of it:

/usr/include/GL/glext.h
/usr/lib/opengl/xorg-x11/include/glext.h
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-08 07:57:39 UTC
Try opengl-update xorg-x11 and report back, please.
Comment 2 Justus Ranvier 2006-01-08 08:12:01 UTC
(In reply to comment #1)
> Try opengl-update xorg-x11 and report back, please.
> 

This fixed the problem, thank you
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-01-08 08:15:30 UTC
Thanks, closing.