Re: [gentoo-user] 000299 !!! ERROR: media-libs/mesa-6.4.1-r1 failed.

2005-12-19 Thread Richard Fish
On 12/18/05, Ryan [EMAIL PROTECTED] wrote:
 Today, I decided it was time to try and upgrade my ATI Drivers to see if
 it would help with the White colored textures in the NWN's CEP Hak's, so
 I set aside the whole day to get this done. I figured I'd also upgrade
 Xorg while I was at it so I tried installing Xorg 7 which is working
 now, but only using the Vesa Driver Module. I cannot get it to recognize
 3D yet because I cant even get Mesa to recompile. It keeps asking for
 glxproto.h, but I cannot find any package that has that file, let alone
 get it installed so mesa sees it. I know that without Mesa, there really
 isnt much hope to get any 3D driver running at all. I saw a bug report
 for this as an Xorg bug, but there was no current workaround in the
 comments for it. (Bug URL:
 http://bugs.gentoo.org/show_bug.cgi?id=115029). Is there a known
 workaround for this yet? I was going to try to find the file and just
 stick it in the includes path that its looking for, but that cant be a
 very good workaround.

I am not sure, but I think you need to merge x11-proto/glproto

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 000299 !!! ERROR: media-libs/mesa-6.4.1-r1 failed.

2005-12-19 Thread Daniel da Veiga
On 12/19/05, Ryan [EMAIL PROTECTED] wrote:
 Today, I decided it was time to try and upgrade my ATI Drivers to see if
 it would help with the White colored textures in the NWN's CEP Hak's, so
 I set aside the whole day to get this done. I figured I'd also upgrade
 Xorg while I was at it so I tried installing Xorg 7 which is working
 now, but only using the Vesa Driver Module. I cannot get it to recognize
 3D yet because I cant even get Mesa to recompile. It keeps asking for
 glxproto.h, but I cannot find any package that has that file, let alone

Xorg 7 is masked, and it requires lots of prototype libraries that are
installed with it (tried emerging it, but gave up after seeing the
ammount of proto stuff). In order to get my unichrome driver to load
GLX, I had to go with a masked xorg, so I got Xorg 6.8.99, it only
required a few lines at package.unmask, no proto libraries and had all
the stuff I needed.

 get it installed so mesa sees it. I know that without Mesa, there really
 isnt much hope to get any 3D driver running at all. I saw a bug report
 for this as an Xorg bug, but there was no current workaround in the
 comments for it. (Bug URL:
 http://bugs.gentoo.org/show_bug.cgi?id=115029). Is there a known
 workaround for this yet? I was going to try to find the file and just
 stick it in the includes path that its looking for, but that cant be a
 very good workaround.

 000260 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 -O3
 -march=athlon-xp -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 -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER
 -DDEFAULT_DRIVER_DIR='/usr/lib/xorg/modules/dri' -DUSE_X86_ASM
 -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 -ffast-math
 -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 -DXF86VIDMODE -D_REENTRANT
 -UIN_DRI_DRIVER -DDEFAULT_DRIVER_DIR='/usr/lib/xorg/modules/dri'
 clientattrib.c -o clientattrib.o
 000261 In file included from clientattrib.c:38:
 000262 glxclient.h:59:25: GL/glxproto.h: No such file or directory
 000263 In file included from clientattrib.c:38:
 000264 glxclient.h:257: error: parse error before GLXContextTag
 000265 glxclient.h:257: warning: no semicolon at end of struct or union
 000266 glxclient.h:401: error: parse error before '}' token
 000267 In file included from clientattrib.c:39:
 --
 gentoo-user@gentoo.org mailing list



Try downgrading your Xorg to the 6.8.99, and try MESA and your ATI drivers.

Just my two cents.

--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 000299 !!! ERROR: media-libs/mesa-6.4.1-r1 failed.

2005-12-19 Thread Richard Fish
On 12/19/05, Richard Fish [EMAIL PROTECTED] wrote:

 I am not sure, but I think you need to merge x11-proto/glproto

Also, media-libs/mesa-6.4.1-r1 (the ~x86 version) already has this
dependancy.  Which version are you trying to merge?

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 000299 !!! ERROR: media-libs/mesa-6.4.1-r1 failed.

2005-12-19 Thread Richard Fish
On 12/19/05, Daniel da Veiga [EMAIL PROTECTED] wrote:
 Try downgrading your Xorg to the 6.8.99, and try MESA and your ATI drivers.

I am pretty sure the monolithic build is even less supported than the
modular builds.  At least the last report I saw said that all
development activity was targeted at the modular X.  So it may work,
but I would not expect to ever see an unmasked version of xorg 6.9.

Also, the dependancy stuff has gotten a lot better recently, although
you still have some manual merging to do.

But as usual, things are usually hard-masked for a reason, and
unmasking xorg 7 is not for the faint-of-heart.  And doing that on a
stable system is probably nearly impossible~x86 is almost
certainly required.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 000299 !!! ERROR: media-libs/mesa-6.4.1-r1 failed.

2005-12-19 Thread Neil Bothwick
On Mon, 19 Dec 2005 15:31:02 -0200, Daniel da Veiga wrote:

 Xorg 7 is masked, and it requires lots of prototype libraries that are
 installed with it (tried emerging it, but gave up after seeing the
 ammount of proto stuff).

The proto packages are neither libraries nor prototypes, they are
protocol header files.


-- 
Neil Bothwick

EMail - garbage at the speed of light.


signature.asc
Description: PGP signature