Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83591 - glitz failes to compile: GL/glext.h: No such file or directory
Summary: glitz failes to compile: GL/glext.h: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-28 12:51 UTC by Christian Parpart (RETIRED)
Modified: 2005-05-24 01:12 UTC (History)
1 user (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 Christian Parpart (RETIRED) gentoo-dev 2005-02-28 12:51:40 UTC
the following pasted fragment shall be the important one ;)

[...snip...]
(cd .libs && rm -f libglitz.la && ln -s ../libglitz.la libglitz.la)
make[3]: Leaving directory `/var/tmp/portage/glitz-0.3.0.20050115/work/glitz-0.3.0/src'
Making all in glx
make[3]: Entering directory `/var/tmp/portage/glitz-0.3.0.20050115/work/glitz-0.3.0/src/glx'
if /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src     -march=athlon64 -O3 -pipe -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT glitz_glx_drawable.lo -MD -MP -MF ".deps/glitz_glx_drawable.Tpo" -c -o glitz_glx_drawable.lo glitz_glx_drawable.c; \
then mv -f ".deps/glitz_glx_drawable.Tpo" ".deps/glitz_glx_drawable.Plo"; else rm -f ".deps/glitz_glx_drawable.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src     -march=athlon64 -O3 -pipe -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT glitz_glx_format.lo -MD -MP -MF ".deps/glitz_glx_format.Tpo" -c -o glitz_glx_format.lo glitz_glx_format.c; \
then mv -f ".deps/glitz_glx_format.Tpo" ".deps/glitz_glx_format.Plo"; else rm -f ".deps/glitz_glx_format.Tpo"; exit 1; fi
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src -march=athlon64 -O3 -pipe -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT glitz_glx_drawable.lo -MD -MP -MF .deps/glitz_glx_drawable.Tpo -c glitz_glx_drawable.c  -fPIC -DPIC -o .libs/glitz_glx_drawable.o
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src -march=athlon64 -O3 -pipe -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT glitz_glx_format.lo -MD -MP -MF .deps/glitz_glx_format.Tpo -c glitz_glx_format.c  -fPIC -DPIC -o .libs/glitz_glx_format.o
In file included from glitz_glxint.h:30,
                 from glitz_glx_drawable.c:30:
../../src/glitzint.h:656: warning: `__visibility__' attribute ignored on non-class types
../../src/glitzint.h:713: warning: `__visibility__' attribute ignored on non-class types
In file included from glitz_glxint.h:30,
                 from glitz_glx_format.c:30:
../../src/glitzint.h:656: warning: `__visibility__' attribute ignored on non-class types
../../src/glitzint.h:713: warning: `__visibility__' attribute ignored on non-class types
In file included from glitz_glxint.h:34,
                 from glitz_glx_format.c:30:
/usr/include/GL/gl.h:71:22: GL/glext.h: No such file or directory
In file included from glitz_glxint.h:34,
                 from glitz_glx_drawable.c:30:
/usr/include/GL/gl.h:71:22: GL/glext.h: No such file or directory
In file included from glitz_glxint.h:37,
                 from glitz_glx_drawable.c:30:
glitz_glxext.h:119:1: warning: "GLX_SAMPLE_BUFFERS_ARB" redefined
In file included from /usr/include/GL/glx.h:27,
                 from glitz_glxint.h:35,
                 from glitz_glx_drawable.c:30:
/usr/include/GL/glxtokens.h:61:1: warning: this is the location of the previous definition
In file included from glitz_glxint.h:37,
                 from glitz_glx_drawable.c:30:
glitz_glxext.h:120:1: warning: "GLX_SAMPLES_ARB" redefined
In file included from /usr/include/GL/glx.h:27,
                 from glitz_glxint.h:35,
                 from glitz_glx_drawable.c:30:
/usr/include/GL/glxtokens.h:62:1: warning: this is the location of the previous definition
In file included from glitz_glx_drawable.c:30:
glitz_glxint.h:126: warning: `__visibility__' attribute ignored on non-class types
glitz_glxint.h:134: warning: `__visibility__' attribute ignored on non-class types
glitz_glxint.h:159: warning: `__visibility__' attribute ignored on non-class types
glitz_glxint.h:167: warning: `__visibility__' attribute ignored on non-class types
In file included from glitz_glxint.h:37,
                 from glitz_glx_format.c:30:
glitz_glxext.h:119:1: warning: "GLX_SAMPLE_BUFFERS_ARB" redefined
In file included from /usr/include/GL/glx.h:27,
                 from glitz_glxint.h:35,
                 from glitz_glx_format.c:30:
/usr/include/GL/glxtokens.h:61:1: warning: this is the location of the previous definition
In file included from glitz_glxint.h:37,
                 from glitz_glx_format.c:30:
glitz_glxext.h:120:1: warning: "GLX_SAMPLES_ARB" redefined
In file included from /usr/include/GL/glx.h:27,
                 from glitz_glxint.h:35,
                 from glitz_glx_format.c:30:
/usr/include/GL/glxtokens.h:62:1: warning: this is the location of the previous definition
In file included from glitz_glx_format.c:30:
glitz_glxint.h:126: warning: `__visibility__' attribute ignored on non-class types
glitz_glxint.h:134: warning: `__visibility__' attribute ignored on non-class types
glitz_glxint.h:159: warning: `__visibility__' attribute ignored on non-class types
glitz_glxint.h:167: warning: `__visibility__' attribute ignored on non-class types
make[3]: *** [glitz_glx_drawable.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [glitz_glx_format.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/glitz-0.3.0.20050115/work/glitz-0.3.0/src/glx'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/glitz-0.3.0.20050115/work/glitz-0.3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/glitz-0.3.0.20050115/work/glitz-0.3.0'
make: *** [all] Error 2

!!! ERROR: media-libs/glitz-0.3.0.20050115 failed.
[...snip...]
Comment 1 Christian Parpart (RETIRED) gentoo-dev 2005-02-28 14:01:40 UTC
x11 herd, I fixed this issue by reinvoking `opengl-update nvidia`;
latexer told me that this helped him (and another guy), too.
So, I hope you'll find a fix for this since I believe that an 
xorg-x11 update borked it somehow.
Comment 2 Luca Barbato gentoo-dev 2005-03-01 01:56:34 UTC
Is a known issue, sorry for the problem
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2005-05-24 01:12:04 UTC
Think it's fixed now.