public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge xorg-xll  fails out at media-libs/mesa-6.5-r3
@ 2006-07-02  3:10 Richard Broersma Jr
  2006-07-02  8:53 ` Donnie Berkholz
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Broersma Jr @ 2006-07-02  3:10 UTC (permalink / raw
  To: gentoo-user

Hello all,

I read through most of the X11 related messages so hopefully I am not repeating something already
solved.

Basically emerge drops out with the following error:

makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/bits/types.h, line 31): cannot
find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
...
...  a repeating message like this one is displayed for each missing header file.
...  and then:

!!! ERROR: media-libs/mesa-6.5-r3 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  mesa-6.5-r3.ebuild, line 231:   Called die

It there a shared library that I need to emerge first that has these header files?

Thanks for any help on the subject.

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge xorg-xll  fails out at media-libs/mesa-6.5-r3
  2006-07-02  3:10 [gentoo-user] emerge xorg-xll fails out at media-libs/mesa-6.5-r3 Richard Broersma Jr
@ 2006-07-02  8:53 ` Donnie Berkholz
  2006-07-02 15:22   ` Richard Broersma Jr
  0 siblings, 1 reply; 8+ messages in thread
From: Donnie Berkholz @ 2006-07-02  8:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 682 bytes --]

Richard Broersma Jr wrote:
> makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/bits/types.h, line 31): cannot
> find include file "stddef.h"
>         not in ./stddef.h
>         not in ../../../include/stddef.h
>         not in ../../../include/GL/internal/stddef.h
>         not in ../../../src/mesa/main/stddef.h
>         not in ../../../src/mesa/glapi/stddef.h
>         not in ../../../src/mesa/drivers/dri/common/stddef.h
>         not in /usr/include/drm/stddef.h
>         not in /usr/X11R6/include/stddef.h
>         not in /usr/include/stddef.h

Hi,

Those warnings are irrelevant. You need to find the actual error.

Thanks,
Donnie


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge xorg-xll  fails out at media-libs/mesa-6.5-r3
  2006-07-02  8:53 ` Donnie Berkholz
@ 2006-07-02 15:22   ` Richard Broersma Jr
  2006-07-02 19:15     ` Donnie Berkholz
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Broersma Jr @ 2006-07-02 15:22 UTC (permalink / raw
  To: gentoo-user


> > makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/bits/types.h, line 31):
> cannot
> > find include file "stddef.h"
> >         not in ./stddef.h
> Those warnings are irrelevant. You need to find the actual error.

Oops,  sorry about that. Here are the error messages that follow the warnings:

glxclient.h:257: error: syntax error before "GLXContextTag"
glxclient.h:257: warning: no semicolon at end of struct or union
glxclient.h:401: error: syntax error before '}' token
clientattrib.c: In function `do_enable_disable':
clientattrib.c:48: error: dereferencing pointer to incomplete type
clientattrib.c:56: error: dereferencing pointer to incomplete type
clientattrib.c:56: error: dereferencing pointer to incomplete type
clientattrib.c: In function `__indirect_glPushClientAttrib':
clientattrib.c:75: error: dereferencing pointer to incomplete type
clientattrib.c:76: error: dereferencing pointer to incomplete type
clientattrib.c:78: error: dereferencing pointer to incomplete type
clientattrib.c:84: error: dereferencing pointer to incomplete type
clientattrib.c:93: error: dereferencing pointer to incomplete type
clientattrib.c:93: error: dereferencing pointer to incomplete type
clientattrib.c: In function `__indirect_glPopClientAttrib':
clientattrib.c:101: error: dereferencing pointer to incomplete type
clientattrib.c:102: error: dereferencing pointer to incomplete type
clientattrib.c:105: error: dereferencing pointer to incomplete type
clientattrib.c:110: error: dereferencing pointer to incomplete type
clientattrib.c:122: error: dereferencing pointer to incomplete type
clientattrib.c:122: error: dereferencing pointer to incomplete type
clientattrib.c: In function `__glFreeAttributeState':
clientattrib.c:131: error: dereferencing pointer to incomplete type
clientattrib.c:132: error: dereferencing pointer to incomplete type
make[3]: *** [clientattrib.o] Error 1
make[2]: *** [subdirs] Error 1
make[1]: *** [default] Error 1
make: *** [linux-dri-x86] Error 2

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge xorg-xll  fails out at media-libs/mesa-6.5-r3
  2006-07-02 15:22   ` Richard Broersma Jr
@ 2006-07-02 19:15     ` Donnie Berkholz
  2006-07-03  1:18       ` Richard Broersma Jr
  0 siblings, 1 reply; 8+ messages in thread
From: Donnie Berkholz @ 2006-07-02 19:15 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

Richard Broersma Jr wrote:
> Oops,  sorry about that. Here are the error messages that follow the warnings:
> 
> glxclient.h:257: error: syntax error before "GLXContextTag"
> glxclient.h:257: warning: no semicolon at end of struct or union
> glxclient.h:401: error: syntax error before '}' token
> clientattrib.c: In function `do_enable_disable':

Is there something shortly above these like "foo.h: No such file or
directory"?

Thanks,
Donnie


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge xorg-xll  fails out at media-libs/mesa-6.5-r3
  2006-07-02 19:15     ` Donnie Berkholz
@ 2006-07-03  1:18       ` Richard Broersma Jr
  2006-07-03  1:40         ` Richard Broersma Jr
  2006-07-03  7:13         ` Donnie Berkholz
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Broersma Jr @ 2006-07-03  1:18 UTC (permalink / raw
  To: gentoo-user

> > glxclient.h:257: error: syntax error before "GLXContextTag"
> > glxclient.h:257: warning: no semicolon at end of struct or union
> > glxclient.h:401: error: syntax error before '}' token
> > clientattrib.c: In function `do_enable_disable':
> 
> Is there something shortly above these like "foo.h: No such file or
> directory"?
Yes,  here what it says:
In file included from clientattrib.c:38:
glxclient.h:59:25: GL/glxproto.h: No such file or directory
In file included from clientattrib.c:38:
glxclient.h:257: error: syntax error before "GLXContextTag"
glxclient.h:257: warning: no semicolon at end of struct or union
glxclient.h:401: error: syntax error before '}' token
clientattrib.c: In function `do_enable_disable':
clientattrib.c:48: error: dereferencing pointer to incomplete type
Regards,
Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge xorg-xll  fails out at media-libs/mesa-6.5-r3
  2006-07-03  1:18       ` Richard Broersma Jr
@ 2006-07-03  1:40         ` Richard Broersma Jr
  2006-07-03  7:13         ` Donnie Berkholz
  1 sibling, 0 replies; 8+ messages in thread
From: Richard Broersma Jr @ 2006-07-03  1:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

> > Is there something shortly above these like "foo.h: No such file or
> > directory"?

Well,  in the interest in saving time, I've encluded the entire emerge output of mesa-6.5-r3.

:-D

Regards,

Richard Broersma Jr.

[-- Attachment #2: 1991255627-mesa-emerge.txt --]
[-- Type: text/plain, Size: 17380 bytes --]

16:01:38 (707.86 KB/s) - `/usr/portage/distfiles/MesaLib-6.5.tar.bz2' saved [3062363/3062363]

>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking MesaLib-6.5.tar.bz2 ;-)
>>> Unpacking source...
>>> Unpacking MesaLib-6.5.tar.bz2 to /var/tmp/portage/mesa-6.5-r3/work
 * Applying 6.4-dont-install-gles-headers.patch ...                                                                     [ ok ]
 * Applying change-default-dri-driver-dir-X7.1.patch ...                                                                [ ok ]
 * Applying 6.4-multilib-fix.patch ...                                                                                  [ ok ]
 * Applying 6.5-re-order-context-destruction.patch ...                                                                  [ ok ]
 * Removing DO_DEBUG defs in dri drivers...
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/mesa-6.5-r3/work/Mesa-6.5 ...
(cd configs && rm -f current && ln -s linux-dri-x86 current)
make default
make[1]: Entering directory `/var/tmp/portage/mesa-6.5-r3/work/Mesa-6.5'
make[2]: Entering directory `/var/tmp/portage/mesa-6.5-r3/work/Mesa-6.5/src'
Making sources for linux-dri-x86
mkdir ../lib
make[3]: Entering directory `/var/tmp/portage/mesa-6.5-r3/work/Mesa-6.5/src/glx/x11'
Makefile:92: depend: No such file or directory
touch depend
makedepend -fdepend -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm` -I/usr/X11R6/include glcontextmodes.c clientattrib.c compsize.c eval.c glxcmds.c glxext.c glxextensions.c indirect.c indirect_init.c indirect_size.c indirect_window_pos.c indirect_transpose_matrix.c indirect_vertex_array.c indirect_vertex_program.c pixel.c pixelstore.c render2.c renderpix.c single2.c singlepix.c vertarr.c xfont.c glx_pbuffer.c glx_query.c glx_texture_compression.c dri_glx.c XF86dri.c \
        ../../../src/mesa/main/dispatch.c ../../../src/mesa/glapi/glapi.c ../../../src/mesa/glapi/glthread.c ../../../src/mesa/x86/glapi_x86.S
makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/bits/types.h, line 31): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/sys/types.h, line 147): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/X11/Xlib.h, line 75): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  glcontextmodes.c (reading ../../../include/GL/glext.h, line 3044): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/string.h, line 33): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/stdlib.h, line 33): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/alloca.h, line 25): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  glcontextmodes.c (reading /usr/X11R6/include/X11/Xlibint.h, line 346): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  clientattrib.c (reading /usr/X11R6/include/stdio.h, line 34): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  clientattrib.c (reading /usr/X11R6/include/_G_config.h, line 14): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  clientattrib.c (reading /usr/X11R6/include/wchar.h, line 48): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  clientattrib.c (reading /usr/X11R6/include/gconv.h, line 31): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  clientattrib.c (reading /usr/X11R6/include/libio.h, line 53): cannot find include file "stdarg.h"
        not in ./stdarg.h
        not in ../../../include/stdarg.h
        not in ../../../include/GL/internal/stdarg.h
        not in ../../../src/mesa/main/stdarg.h
        not in ../../../src/mesa/glapi/stdarg.h
        not in ../../../src/mesa/drivers/dri/common/stdarg.h
        not in /usr/include/drm/stdarg.h
        not in /usr/X11R6/include/stdarg.h
        not in /usr/include/stdarg.h
makedepend: warning:  clientattrib.c (reading glxclient.h, line 59): cannot find include file "GL/glxproto.h"
        not in GL/glxproto.h
        not in GL/glxproto.h
        not in ./GL/glxproto.h
        not in ../../../include/GL/glxproto.h
        not in ../../../include/GL/internal/GL/glxproto.h
        not in ../../../src/mesa/main/GL/glxproto.h
        not in ../../../src/mesa/glapi/GL/glxproto.h
        not in ../../../src/mesa/drivers/dri/common/GL/glxproto.h
        not in /usr/include/drm/GL/glxproto.h
        not in /usr/X11R6/include/GL/glxproto.h
        not in /usr/include/GL/glxproto.h
makedepend: warning:  glxcmds.c (reading /usr/X11R6/include/inttypes.h, line 38): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../include/stddef.h
        not in ../../../include/GL/internal/stddef.h
        not in ../../../src/mesa/main/stddef.h
        not in ../../../src/mesa/glapi/stddef.h
        not in ../../../src/mesa/drivers/dri/common/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/X11R6/include/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  glxcmds.c (reading /usr/include/limits.h, line 124): cannot find include file "limits.h"
makedepend: warning:  glxcmds.c (reading ../../../src/mesa/main/glheader.h, line 72): cannot find include file "float.h"
        not in ./float.h
        not in ../../../include/float.h
        not in ../../../include/GL/internal/float.h
        not in ../../../src/mesa/main/float.h
        not in ../../../src/mesa/glapi/float.h
        not in ../../../src/mesa/drivers/dri/common/float.h
        not in /usr/include/drm/float.h
        not in /usr/X11R6/include/float.h
        not in /usr/include/float.h
makedepend: warning:  glxcmds.c (reading ../../../src/mesa/main/glheader.h, line 73): cannot find include file "stdarg.h"
        not in ./stdarg.h
        not in ../../../include/stdarg.h
        not in ../../../include/GL/internal/stdarg.h
        not in ../../../src/mesa/main/stdarg.h
        not in ../../../src/mesa/glapi/stdarg.h
        not in ../../../src/mesa/drivers/dri/common/stdarg.h
        not in /usr/include/drm/stdarg.h
        not in /usr/X11R6/include/stdarg.h
        not in /usr/include/stdarg.h
makedepend: warning:  indirect.c, line 33: cannot find include file "GL/glxproto.h"
        not in ./GL/glxproto.h
        not in ../../../include/GL/glxproto.h
        not in ../../../include/GL/internal/GL/glxproto.h
        not in ../../../src/mesa/main/GL/glxproto.h
        not in ../../../src/mesa/glapi/GL/glxproto.h
        not in ../../../src/mesa/drivers/dri/common/GL/glxproto.h
        not in /usr/include/drm/GL/glxproto.h
        not in /usr/X11R6/include/GL/glxproto.h
        not in /usr/include/GL/glxproto.h
makedepend: warning:  indirect_vertex_array.c, line 32: cannot find include file "GL/glxproto.h"
        not in ./GL/glxproto.h
        not in ../../../include/GL/glxproto.h
        not in ../../../include/GL/internal/GL/glxproto.h
        not in ../../../src/mesa/main/GL/glxproto.h
        not in ../../../src/mesa/glapi/GL/glxproto.h
        not in ../../../src/mesa/drivers/dri/common/GL/glxproto.h
        not in /usr/include/drm/GL/glxproto.h
        not in /usr/X11R6/include/GL/glxproto.h
        not in /usr/include/GL/glxproto.h
makedepend: warning:  indirect_vertex_array.c (reading indirect_va_private.h, line 39): cannot find include file "GL/glxproto.h"
        not in ./GL/glxproto.h
        not in ../../../include/GL/glxproto.h
        not in ../../../include/GL/internal/GL/glxproto.h
        not in ../../../src/mesa/main/GL/glxproto.h
        not in ../../../src/mesa/glapi/GL/glxproto.h
        not in ../../../src/mesa/drivers/dri/common/GL/glxproto.h
        not in /usr/include/drm/GL/glxproto.h
        not in /usr/X11R6/include/GL/glxproto.h
        not in /usr/include/GL/glxproto.h
makedepend: warning:  indirect_vertex_program.c, line 31: cannot find include file "GL/glxproto.h"
        not in ./GL/glxproto.h
        not in ../../../include/GL/glxproto.h
        not in ../../../include/GL/internal/GL/glxproto.h
        not in ../../../src/mesa/main/GL/glxproto.h
        not in ../../../src/mesa/glapi/GL/glxproto.h
        not in ../../../src/mesa/drivers/dri/common/GL/glxproto.h
        not in /usr/include/drm/GL/glxproto.h
        not in /usr/X11R6/include/GL/glxproto.h
        not in /usr/include/GL/glxproto.h
makedepend: warning:  XF86dri.c (reading /usr/include/drm/drm.h), line 196: # warning "__SIZE_TYPE__ not defined.  Assuming sizeof(size_t) == sizeof(unsigned long)!"
make[3]: Leaving directory `/var/tmp/portage/mesa-6.5-r3/work/Mesa-6.5/src/glx/x11'
make[3]: Entering directory `/var/tmp/portage/mesa-6.5-r3/work/Mesa-6.5/src/glx/x11'
i686-pc-linux-gnu-gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm` -I/usr/X11R6/include -Wall -Wmissing-prototypes -march=athlon-xp -O3 -pipe -fno-strict-aliasing -fPIC -m32 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DDEFAULT_DRIVER_DIR='"/usr/lib/dri"' -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 -ffast-math  -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER glcontextmodes.c -o glcontextmodes.o
i686-pc-linux-gnu-gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm` -I/usr/X11R6/include -Wall -Wmissing-prototypes -march=athlon-xp -O3 -pipe -fno-strict-aliasing -fPIC -m32 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DDEFAULT_DRIVER_DIR='"/usr/lib/dri"' -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 -ffast-math  -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER clientattrib.c -o clientattrib.o
In file included from clientattrib.c:38:
glxclient.h:59:25: GL/glxproto.h: No such file or directory
In file included from clientattrib.c:38:
glxclient.h:257: error: syntax error before "GLXContextTag"
glxclient.h:257: warning: no semicolon at end of struct or union
glxclient.h:401: error: syntax error before '}' token
clientattrib.c: In function `do_enable_disable':
clientattrib.c:48: error: dereferencing pointer to incomplete type
clientattrib.c:56: error: dereferencing pointer to incomplete type
clientattrib.c:56: error: dereferencing pointer to incomplete type
clientattrib.c: In function `__indirect_glPushClientAttrib':
clientattrib.c:75: error: dereferencing pointer to incomplete type
clientattrib.c:76: error: dereferencing pointer to incomplete type
clientattrib.c:78: error: dereferencing pointer to incomplete type
clientattrib.c:84: error: dereferencing pointer to incomplete type
clientattrib.c:93: error: dereferencing pointer to incomplete type
clientattrib.c:93: error: dereferencing pointer to incomplete type
clientattrib.c: In function `__indirect_glPopClientAttrib':
clientattrib.c:101: error: dereferencing pointer to incomplete type
clientattrib.c:102: error: dereferencing pointer to incomplete type
clientattrib.c:105: error: dereferencing pointer to incomplete type
clientattrib.c:110: error: dereferencing pointer to incomplete type
clientattrib.c:122: error: dereferencing pointer to incomplete type
clientattrib.c:122: error: dereferencing pointer to incomplete type
clientattrib.c: In function `__glFreeAttributeState':
clientattrib.c:131: error: dereferencing pointer to incomplete type
clientattrib.c:132: error: dereferencing pointer to incomplete type
make[3]: *** [clientattrib.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/mesa-6.5-r3/work/Mesa-6.5/src/glx/x11'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/var/tmp/portage/mesa-6.5-r3/work/Mesa-6.5/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/var/tmp/portage/mesa-6.5-r3/work/Mesa-6.5'
make: *** [linux-dri-x86] Error 2

!!! ERROR: media-libs/mesa-6.5-r3 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  mesa-6.5-r3.ebuild, line 231:   Called die

!!! Build failed
!!! If you need support, post the topmost build error, and the call stack if relevant.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge xorg-xll  fails out at media-libs/mesa-6.5-r3
  2006-07-03  1:18       ` Richard Broersma Jr
  2006-07-03  1:40         ` Richard Broersma Jr
@ 2006-07-03  7:13         ` Donnie Berkholz
  2006-07-03 12:15           ` Richard Broersma Jr
  1 sibling, 1 reply; 8+ messages in thread
From: Donnie Berkholz @ 2006-07-03  7:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

Richard Broersma Jr wrote:
>>> glxclient.h:257: error: syntax error before "GLXContextTag"
>>> glxclient.h:257: warning: no semicolon at end of struct or union
>>> glxclient.h:401: error: syntax error before '}' token
>>> clientattrib.c: In function `do_enable_disable':
>> Is there something shortly above these like "foo.h: No such file or
>> directory"?
> Yes,  here what it says:
> In file included from clientattrib.c:38:
> glxclient.h:59:25: GL/glxproto.h: No such file or directory

Try switching your opengl to xorg-x11 (eselect opengl set xorg-x11) and
make sure /usr/include/GL/glxproto.h (a symlink) points to a file that
exists.

Thanks,
Donnie


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge xorg-xll  fails out at media-libs/mesa-6.5-r3
  2006-07-03  7:13         ` Donnie Berkholz
@ 2006-07-03 12:15           ` Richard Broersma Jr
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Broersma Jr @ 2006-07-03 12:15 UTC (permalink / raw
  To: gentoo-user

> >>> glxclient.h:257: error: syntax error before "GLXContextTag"
> >>> glxclient.h:257: warning: no semicolon at end of struct or union
> >>> glxclient.h:401: error: syntax error before '}' token
> >>> clientattrib.c: In function `do_enable_disable':
> >> Is there something shortly above these like "foo.h: No such file or
> >> directory"?
> > Yes,  here what it says:
> > In file included from clientattrib.c:38:
> > glxclient.h:59:25: GL/glxproto.h: No such file or directory
> 
> Try switching your opengl to xorg-x11 (eselect opengl set xorg-x11) and
> make sure /usr/include/GL/glxproto.h (a symlink) points to a file that
> exists.

Donnie, 
Thanks for all of your help.  My server has successfully processed the media-libs/mesa-6.5-r3 and
is continuing to process through the remaining packages. 

As a side note, from what I found, glxproto.h was in-fact pointing to an existing file. But maybe
it is a mute point since a fresh --sync from this morning has reloaded a library package to a
prior version.

Once again thanks for all of you time.

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-07-03 12:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-02  3:10 [gentoo-user] emerge xorg-xll fails out at media-libs/mesa-6.5-r3 Richard Broersma Jr
2006-07-02  8:53 ` Donnie Berkholz
2006-07-02 15:22   ` Richard Broersma Jr
2006-07-02 19:15     ` Donnie Berkholz
2006-07-03  1:18       ` Richard Broersma Jr
2006-07-03  1:40         ` Richard Broersma Jr
2006-07-03  7:13         ` Donnie Berkholz
2006-07-03 12:15           ` Richard Broersma Jr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox