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: Fri, 13 Nov 2009 19:47:15
Message-Id: 4AFDB78F.8000404@cox.net
In Reply to: Re: [gentoo-user] xorg-server-1.6.5 build errors (~x86 upgrade) by Roy Wright
1 On 11/12/2009 11:36 PM, Roy Wright wrote:
2 >
3 > On Nov 12, 2009, at 5:39 PM, Marcus Wanner wrote:
4 >
5 >> Spoke too soon...now I'm getting this:
6 >>
7 >> ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
8 >> -I../include -DHAVE_ssing-declarations -Wnested-externs
9 >> -fno-strict-aliasing -DDBUS_API_SUBJECT_TO_CI/usr/include/pixman-1
10 >> -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbuxt
11 >> -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage
12 >> -I../render (1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)"
13 >> -march=pentium4 -O2 -pipe ch.lo dispatch.c
14 >> In file included from ../Xext/panoramiX.h:44,
15 >> from dispatch.c:134:
16 >> /usr/include/X11/extensions/panoramiXext.h:49: error: expected ')'
17 >> before '*' to
18 >> /usr/include/X11/extensions/panoramiXext.h:54: error: expected '=',
19 >> ',', ';', 'a
20 >> /usr/include/X11/extensions/panoramiXext.h:64: error: expected '=',
21 >> ',', ';', 'a
22 >> /usr/include/X11/extensions/panoramiXext.h:70: error: expected '=',
23 >> ',', ';', 'a
24 >> /usr/include/X11/extensions/panoramiXext.h:76: error: expected '=',
25 >> ',', ';', 'a
26 >> dispatch.c: In function 'ProcCloseFont':
27 >> dispatch.c:1117: warning: 'SecurityLookupIDByType' is deprecated
28 >> (declared at ..
29 >> make[2]: *** [dispatch.lo] Error 1
30 >
31 > http://bugs.gentoo.org/show_bug.cgi?id=291312
32 >
33 > Basically you will need to mask all the dependencies for
34 > xorg-server-1.7 to be able to compile 1.6.5. I hit this a few days
35 > ago. >= dependencies in ebuilds cause PITA for users...
36 >
37 > HTH,
38 > Roy
39 Thank you so much, the instructions at that link (plus a few hours of
40 randomly installing and uninstalling packages) finally got things working!
41
42 However, I would also note that I use xfce4-settings, and therefore also
43 had to mask ">=xfce-base/xfce4-settings-4.6.3-r1", since it depends on
44 libXi-1.3 or greater.
45
46 Again, thank you to everyone who helped me with this.
47
48 Marcus