Gentoo Archives: gentoo-dev

From: Mateusz Mierzwinski <mateuszmierzwinski@××.pl>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] RE: Mesa on i965 (DRI)
Date: Thu, 28 Feb 2008 19:10:01
Message-Id: 47C70930.8010908@o2.pl
In Reply to: Re: [gentoo-dev] The app-misc/beagle in portage is seriously outdated! by Nirbheek Chauhan
1 Ok, I've try i810 and... no DRI. I've reemerge from packege last mesa
2 working with DRI and... no DRI because (EE) AIGLX error: dlsym for
3 __driCreateNewScreen_20050727 failed (/usr/lib64/dri/i965_dri.so:
4 undefined symbol: __driCreateNewScreen_20050727) - library incompatible
5 and need recompilation. So i Try to recompile and... (make
6 linux-dri-x86-64 -j3 because oryginal mesa don't provide for me
7 i965_dri.so so www.intellinuxgraphics.org comes with help - downloaded
8 by GIT and compiled with this)
9
10 ../common/dri_bufmgr.c: In function 'dri_bo_alloc':
11 ../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV0' undeclared
12 (first use in this function)
13 ../common/dri_bufmgr.c:43: error: (Each undeclared identifier is
14 reported only once
15 ../common/dri_bufmgr.c:43: error: for each function it appears in.)
16 ../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV1' undeclared
17 (first use in this function)
18 ../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV2' undeclared
19 (first use in this function)
20 ../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV3' undeclared
21 (first use in this function)
22 ../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV4' undeclared
23 (first use in this function)
24 ../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_CACHED_MAPPED' undeclared
25 (first use in this function)
26 ../common/dri_bufmgr.c: In function 'dri_bo_alloc_static':
27 ../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV0' undeclared
28 (first use in this function)
29 ../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV1' undeclared
30 (first use in this function)
31 ../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV2' undeclared
32 (first use in this function)
33 ../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV3' undeclared
34 (first use in this function)
35 ../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV4' undeclared
36 (first use in this function)
37 make[6]: *** [../common/dri_bufmgr.o] Error 1
38 make[6]: *** Waiting for unfinished jobs....
39 make[6]: Leaving directory
40 `/var/tmp/experimental/mesa/src/mesa/drivers/dri/i965'
41 make[5]: *** [subdirs] Error 1
42 make[5]: Leaving directory `/var/tmp/experimental/mesa/src/mesa/drivers/dri'
43 make[4]: *** [linux-solo] Error 2
44 make[4]: Leaving directory `/var/tmp/experimental/mesa/src/mesa'
45 make[3]: *** [default] Error 2
46 make[3]: Leaving directory `/var/tmp/experimental/mesa/src/mesa'
47 make[2]: *** [subdirs] Error 1
48 make[2]: Leaving directory `/var/tmp/experimental/mesa/src'
49 make[1]: *** [default] Error 1
50 make[1]: Leaving directory `/var/tmp/experimental/mesa'
51 make: *** [linux-dri-x86-64] Error 2
52
53
54 and that's all folks... Any ideas, because I've haven't any after 3 days
55 of mesa vs i965 war. I allso add xorg compilation flags for more info...
56
57 [ebuild R ] x11-base/xorg-server-1.4.0.90-r3 USE="dri hal sdl xorg
58 -xprint (-3dfx) -debug -dmx -ipv6 -kdrive -minimal (-nptl)"
59
60 [ebuild R ] x11-libs/libdrm-2.3.0 USE="-debug" 0 kB
61
62
63
64 --
65 gentoo-dev@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] RE: Mesa on i965 (DRI) "Rémi Cardona" <remi@g.o>
Re: [gentoo-dev] RE: Mesa on i965 (DRI) Chris Gianelloni <wolf31o2@g.o>