Gentoo Archives: gentoo-user

From: Marcus Wanner <marcusw@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-server-1.6.5 build errors (~x86 upgrade)
Date: Thu, 12 Nov 2009 20:36:55
Message-Id: 4AFC71E3.3010509@cox.net
In Reply to: Re: [gentoo-user] xorg-server-1.6.5 build errors (~x86 upgrade) by Marcus Wanner
1 On 11/12/2009 1:29 PM, Marcus Wanner wrote:
2 > On 11/12/2009 1:21 PM, Marcus Wanner wrote:
3 >> On 11/12/2009 12:56 PM, Roy Wright wrote:
4 >>>
5 >>> On Nov 12, 2009, at 11:24 AM, Marcus Wanner wrote:
6 >>>
7 >>>> On 11/12/2009 11:55 AM, Roy Wright wrote:
8 >>>>>
9 >>>>> Disable (either temporary or permanent) the "xinerama" USE flag.
10 >>>>>
11 >>>> Me or Alan?
12 >>>>
13 >>>
14 >>>
15 >>> OP
16 >>>
17 >>> As a suggestion for a work around for the compile issue. If you
18 >>> temporarily disable xinerama, then the build should proceed. Then
19 >>> if you need xinerama, enable the USE flag and build again.
20 >> I don't have the xinerama use flag set anywhere...I don't know what
21 >> it is, I don't want it, and I hopefully don't need it.
22 >>
23 >> I did put -xinerama in my use flag variable and try again, we'll see
24 >> how that works...btw, I have switched to xorg-server-1.7.1, since I
25 >> don't want to go through upgrading more than I need to.
26 >>
27 >> Marcus
28 > Well, now it's saying that a bunch of things like
29 > 'GL_DEPTH_STENCIL_MESA' are undeclared in rensize.c...I attached a
30 > complete build log, hopefully someone can help me with this one.
31 >
32 > Thanks!
33 >
34 > Marcus
35 Now I can't get ANY version of xorg-server to compile, now emergeing any
36 of them starts with:
37
38 Error: Unrecognized option: --impl-headers
39 exiting
40
41 and
42 ends with:
43
44 CC single2.o
45 rensize.c: In function '__glXImageSize':
46 rensize.c:222: error: 'GL_DEPTH_STENCIL_MESA' undeclared (first use in
47 this function)
48 rensize.c:222: error: (Each undeclared identifier is reported only once
49 rensize.c:222: error: for each function it appears in.)
50 rensize.c:261: error: 'GL_UNSIGNED_SHORT_15_1_MESA' undeclared (first
51 use in this function)
52 rensize.c:262: error: 'GL_UNSIGNED_SHORT_1_15_REV_MESA' undeclared
53 (first use in this function)
54 rensize.c:276: error: 'GL_UNSIGNED_INT_24_8_MESA' undeclared (first use
55 in this function)
56 rensize.c:277: error: 'GL_UNSIGNED_INT_8_24_REV_MESA' undeclared (first
57 use in this function)
58 make[1]: *** [rensize.lo] Error 1
59
60 I have tried both versions of libXinerama (latest x86 and latest ~x86)
61 and neither of the work with the latest stable version of xorg-server
62 (1.6.3-901-r2), 1.6.5, 1.7.1.
63
64 This is getting really frustrating...any suggestions would be welcome.
65
66 Marcus

Replies

Subject Author
Re: [gentoo-user] xorg-server-1.6.5 build errors (~x86 upgrade) Alan McKinnon <alan.mckinnon@×××××.com>