[Intel-gfx] [ANNOUNCE] xf86-video-intel 2.11.901
Elias Gabriel Amaral da Silva
tolkiendili at gmail.com
Mon Jun 21 07:09:48 CEST 2010
2010/6/18 Carl Worth <cworth at cworth.org>:
> On Thu, 17 Jun 2010 18:34:43 -0300, Elias Gabriel Amaral da Silva <tolkiendili at gmail.com> wrote:
>> 2010/6/15 Carl Worth <cworth at cworth.org>:
>> Hello! I'm, maybe, getting the same thing here. I haven't tested the
>> release candidate, but with Xorg 1.8 and driver 2.11, and a
>> kms-enabled 2.6.34 kernel, using gentoo, X just freezes. If I
>> downgrade it to 2.9 driver and 1.7 Xorg, it runs (but if I do USE=hal
>> at Xorg, it freezes, too).
>
> Hi there, Elias!
I did
$ git checkout 2.9.0
$ ./autogen.sh --prefix=/opt/local/intel-gfx-2.9.0
(The version that actually worked here)
Then
$ make
Making all in uxa
CC uxa-render.o
uxa-render.c: In function ‘uxa_acquire_pattern’:
uxa-render.c:455: error: too few arguments to function ‘image_from_pict’
make[2]: *** [uxa-render.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Maybe I need to follow the trick at
http://old.nabble.com/Building-from-git-td27489808.html ? [ didn't
worked; below my attemps ]
The latest intel driver (at master) just compiled without issues. I
have Xorg 1.8.1.901 installed right now.
I installed git://anongit.freedesktop.org/git/xorg/util/macros and did
export ACLOCAL="aclocal -I /opt/local/xorg-macros/share/aclocal"
export PKG_CONFIG_PATH="/opt/local/xorg-macros/lib/pkgconfig:/opt/local/xorg-macros/share/pkgconfig"
And tried again. It seems to be using the new vars during ./autogen.sh
, because of this line:
$ ./autogen.sh --prefix=/opt/local/intel-gfx-2.9.0
(..)
autoreconf-2.65: running: aclocal -I /opt/local/xorg-macros/share/aclocal -I m4
(..)
but still, same error
$ make
Making all in uxa
CC uxa.o
CC uxa-accel.o
CC uxa-glyphs.o
CC uxa-render.o
uxa-render.c: In function 'uxa_acquire_pattern':
uxa-render.c:455: error: too few arguments to function 'image_from_pict'
make[2]: *** [uxa-render.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Maybe I need an older version of this xorg-macros? I tried to copy
/usr/share/aclocal/xorg-*.m4 to the m4 directory, too, that is the
other workaround Chris Bagwell on that link says, but it didn't worked
too; it seems to contain files from the to currently installed Xorg,
and it looks like the "right" would be older files, relative to Xorg
1.7
I'm lost
--
Elias Gabriel Amaral da Silva <tolkiendili at gmail.com>
More information about the Intel-gfx
mailing list