Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Xorg-server fails to compile
Date: Sun, 13 Dec 2009 20:03:47
Message-Id: 20091213180333.GD4120@solfire
1 Hi,
2
3 emerge of xorg-server-1.6.5-r1 fails while in the build process.
4
5 Logfile's contents is:
6
7
8 Switching to xorg-x11 OpenGL interface... done
9 >>> Unpacking source...
10 >>> Unpacking xorg-server-1.6.5.tar.bz2 to /home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work
11 >>> Unpacking xorg-server-1.6.5-gentoo-patches-01.tar.bz2 to /home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work
12 >>> Source unpacked in /home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work
13 >>> Preparing source in /home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5 ...
14 * Applying various patches (bugfixes/updates) ...
15 * 0001-xace-Fake-return-values-on-denials-in-input-polling-.patch ...
16  [ ok ]
17 * 0002-xselinux-Stop-special-casing-QueryPointer-access-che.patch ...
18  [ ok ]
19 * 0003-xace-Relax-permissions-on-XkbGetState-from-Read-to-G.patch ...
20  [ ok ]
21 * 0004-xselinux-switch-from-x_device-to-separate-x_pointer-.patch ...
22  [ ok ]
23 * 0005-xselinux-Note-something-in-the-log-if-disabled-by-bo.patch ...
24  [ ok ]
25 * 0006-xselinux-Allow-SetWindowCreateContext-to-be-used-for.patch ...
26  [ ok ]
27 * 0007-xselinux-Use-a-more-informative-message-when-disable.patch ...
28  [ ok ]
29 * 0008-Fix-breakage-on-alpha-caused-by-c7680befe5ae.patch ...
30  [ ok ]
31 * Done with patching
32 * Running elibtoolize in: xorg-server-1.6.5
33 * Applying portage-2.2.patch ...
34 * Applying sed-1.5.6.patch ...
35 * Applying as-needed-2.2.6.patch ...
36 >>> Source prepared.
37 >>> Configuring source in /home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5 ...
38 * econf: updating xorg-server-1.6.5/config.guess with /usr/share/gnuconfig/config.guess
39 * econf: updating xorg-server-1.6.5/config.sub with /usr/share/gnuconfig/config.sub
40 ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr --datadir=/usr/share --enable-ipv6 --disable-dmx --disable-kdrive --disable-tslib --disable-xcalibrate --enable-xvfb --enable-xnest --enable-record --enable-xfree86-utils --enable-install-libxf86config --enable-dri --enable-dri2 --enable-glx --enable-xorg --disable-glx-tls --disable-config-hal --sysconfdir=/etc/X11 --localstatedir=/var --enable-install-setuid --with-fontdir=/usr/share/fonts --with-xkb-output=/var/lib/xkb --without-dtrace --disable-xsdl
41 configure: loading site script /usr/share/config.site
42 configure: loading site script /usr/share/crossdev/include/site/linux
43 checking for a BSD-compatible install... /usr/bin/install -c
44 checking whether build environment is sane... yes
45 checking for a thread-safe mkdir -p... /bin/mkdir -p
46 checking for gawk... gawk
47 checking whether make sets $(MAKE)... yes
48 checking whether to enable maintainer-specific portions of Makefiles... no
49 checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
50 checking for C compiler default output file name... a.out
51 checking whether the C compiler works... yes
52 checking whether we are cross compiling... no
53 checking for suffix of executables...
54 checking for suffix of object files... o
55 checking whether we are using the GNU C compiler... yes
56 checking whether i686-pc-linux-gnu-gcc accepts -g... yes
57 checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
58 checking for style of include used by make... GNU
59 checking dependency style of i686-pc-linux-gnu-gcc... gcc3
60 checking dependency style of i686-pc-linux-gnu-gcc... gcc3
61 checking whether ln -s works... yes
62 checking build system type... i686-pc-linux-gnu
63 checking host system type... i686-pc-linux-gnu
64 checking for a sed that does not truncate output... /bin/sed
65 checking for grep that handles long lines and -e... /bin/grep
66 checking for egrep... /bin/grep -E
67 checking for fgrep... /bin/grep -F
68 checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
69 checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
70 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
71 checking the name lister (/usr/bin/nm -B) interface... BSD nm
72 checking the maximum length of command line arguments... 1572864
73 checking whether the shell understands some XSI constructs... yes
74 checking whether the shell understands "+="... yes
75 checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
76 checking for i686-pc-linux-gnu-objdump... objdump
77 checking how to recognize dependent libraries... pass_all
78 checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
79 checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
80 checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
81 checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok
82 checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
83 checking for ANSI C header files... yes
84 checking for sys/types.h... yes
85 checking for sys/stat.h... yes
86 checking for stdlib.h... yes
87 checking for string.h... yes
88 checking for memory.h... yes
89 checking for strings.h... yes
90 checking for inttypes.h... yes
91 checking for stdint.h... yes
92 checking for unistd.h... yes
93 checking for dlfcn.h... yes
94 checking for objdir... .libs
95 checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
96 checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
97 checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
98 checking if i686-pc-linux-gnu-gcc static flag -static works... yes
99 checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
100 checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
101 checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
102 checking whether -lc should be explicitly linked in... no
103 checking dynamic linker characteristics... GNU/Linux ld.so
104 checking how to hardcode library paths into programs... immediate
105 checking whether stripping libraries is possible... yes
106 checking if libtool supports shared libraries... yes
107 checking whether to build shared libraries... yes
108 checking whether to build static libraries... no
109 checking for bash... /bin/bash
110 checking if dolt supports this host... yes, replacing libtool
111 checking whether make sets $(MAKE)... (cached) yes
112 checking for i686-pc-linux-gnu-pkg-config... no
113 checking for pkg-config... /usr/bin/pkg-config
114 checking pkg-config is at least version 0.9.0... yes
115 checking for flex... flex
116 checking lex output file root... lex.yy
117 checking lex library... -lfl
118 checking whether yytext is a pointer... yes
119 checking for bison... bison -y
120 checking for special C compiler options needed for large files... no
121 checking for _FILE_OFFSET_BITS value needed for large files... 64
122 checking for cpp... /usr/bin/cpp
123 checking if /usr/bin/cpp requires -undef... yes
124 checking if /usr/bin/cpp requires -traditional... yes
125 checking for sed... (cached) /bin/sed
126 checking for dirent.h that defines DIR... yes
127 checking for library containing opendir... none required
128 checking for ANSI C header files... (cached) yes
129 checking fcntl.h usability... yes
130 checking fcntl.h presence... yes
131 checking for fcntl.h... yes
132 checking for stdlib.h... (cached) yes
133 checking for string.h... (cached) yes
134 checking for unistd.h... (cached) yes
135 checking for an ANSI C-conforming const... yes
136 checking whether byte ordering is bigendian... no
137 checking size of unsigned long... 4
138 checking for pid_t... yes
139 checking byteswap.h usability... yes
140 checking byteswap.h presence... yes
141 checking for byteswap.h... yes
142 checking sys/endian.h usability... no
143 checking sys/endian.h presence... no
144 checking for sys/endian.h... no
145 checking for dlopen... no
146 checking for dlopen in -ldl... yes
147 checking for vprintf... yes
148 checking for _doprnt... no
149 checking for geteuid... yes
150 checking for getuid... yes
151 checking for link... yes
152 checking for memmove... yes
153 checking for memset... yes
154 checking for mkstemp... yes
155 checking for strchr... yes
156 checking for strrchr... yes
157 checking for strtol... yes
158 checking for getopt... yes
159 checking for getopt_long... yes
160 checking for vsnprintf... yes
161 checking for walkcontext... no
162 checking for backtrace... yes
163 checking for getisax... no
164 checking for getzoneid... no
165 checking for shmctl64... no
166 checking for strcasestr... yes
167 checking for ffs... yes
168 checking for working alloca.h... yes
169 checking for alloca... yes
170 checking for getdtablesize... yes
171 checking for getifaddrs... yes
172 checking for getpeereid... no
173 checking for getpeerucred... no
174 checking for strlcat... no
175 checking for strlcpy... no
176 checking for mmap... yes
177 checking for sqrt in -lm... yes
178 checking for cbrt in -lm... yes
179 checking ndbm.h usability... no
180 checking ndbm.h presence... no
181 checking for ndbm.h... no
182 checking dbm.h usability... no
183 checking dbm.h presence... no
184 checking for dbm.h... no
185 checking rpcsvc/dbm.h usability... no
186 checking rpcsvc/dbm.h presence... no
187 checking for rpcsvc/dbm.h... no
188 checking linux/agpgart.h usability... yes
189 checking linux/agpgart.h presence... yes
190 checking for linux/agpgart.h... yes
191 checking sys/agpio.h usability... no
192 checking sys/agpio.h presence... no
193 checking for sys/agpio.h... no
194 checking linux/apm_bios.h usability... yes
195 checking linux/apm_bios.h presence... yes
196 checking for linux/apm_bios.h... yes
197 checking linux/fb.h usability... yes
198 checking linux/fb.h presence... yes
199 checking for linux/fb.h... yes
200 checking asm/mtrr.h usability... yes
201 checking asm/mtrr.h presence... yes
202 checking for asm/mtrr.h... yes
203 checking sys/memrange.h usability... no
204 checking sys/memrange.h presence... no
205 checking for sys/memrange.h... no
206 checking machine/mtrr.h usability... no
207 checking machine/mtrr.h presence... no
208 checking for machine/mtrr.h... no
209 checking for sys/linker.h... no
210 checking for SYSV IPC... yes
211 checking machine/apmvar.h usability... no
212 checking machine/apmvar.h presence... no
213 checking for machine/apmvar.h... no
214 checking execinfo.h usability... yes
215 checking execinfo.h presence... yes
216 checking for execinfo.h... yes
217 checking for backtrace in -lc... yes
218 checking to see if we can install the Xorg server as root... yes
219 checking if Xtrans should support UNIX socket connections... yes
220 checking if Xtrans should support TCP socket connections... yes
221 checking for library containing socket... none required
222 checking for library containing gethostbyname... none required
223 checking for main in -lws2_32... no
224 checking if IPv6 support should be built... yes
225 ./configure: line 15287: ac_fn_c_check_member: command not found
226 checking for socklen_t... yes
227 checking if Xtrans should support os-specific local connections... no
228 checking for authdes_seccreate... no
229 checking for authdes_create... yes
230 checking for library containing getsecretkey... none required
231 checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes
232 checking for /usr/share/sgml/X11/defs.ent... (cached) 1
233 checking for linuxdoc... no
234 checking for ps2pdf... /usr/bin/ps2pdf
235 checking Whether to build documentation... no
236 checking Whether to build pdf documentation... yes
237 checking for DBUS... yes
238 checking for HAL... yes
239 checking for glibc...... yes
240 checking for clock_gettime... no
241 checking for clock_gettime in -lrt... yes
242 checking for a useful monotonic clock ...... yes
243 checking for XLIB... yes
244 checking for GL... yes
245 checking for DRIPROTO... yes
246 checking for GL... yes
247 checking for DRI2PROTO... yes
248 checking for LIBDRM... yes
249 checking for strcasecmp... yes
250 checking for strncasecmp... yes
251 checking for strcasestr... (cached) yes
252 checking for XDMCP... yes
253 checking for XdmcpWrap in -lXdmcp... yes
254 checking for SHA1Init in -lmd... no
255 checking for XSERVERCFLAGS... yes
256 checking for XSERVERLIBS... yes
257 checking if SVR4 needs to be defined... no
258 checking whether to build Xvfb DDX... yes
259 checking for XNESTMODULES... yes
260 checking whether to build Xnest DDX... yes
261 checking whether to build Xorg DDX... yes
262 checking for PCIACCESS... yes
263 checking for pci_system_init_dev_mem... yes
264 checking for pci_device_enable... yes
265 checking for DGA... yes
266 checking for DGA... yes
267 checking for XF86VIDMODE... yes
268 checking for XF86VIDMODE... yes
269 checking for XORG_MODULES... yes
270 checking for perl... /usr/bin/perl
271 checking whether to build XWin DDX... no
272 checking dependency style of $(CC)... none
273 checking for DMXMODULES... yes
274 checking whether to build Xdmx DDX... no
275 configure: creating ./config.status
276 config.status: creating Makefile
277 config.status: creating glx/Makefile
278 config.status: creating include/Makefile
279 config.status: creating composite/Makefile
280 config.status: creating damageext/Makefile
281 config.status: creating dbe/Makefile
282 config.status: creating dix/Makefile
283 config.status: creating doc/Makefile
284 config.status: creating fb/Makefile
285 config.status: creating record/Makefile
286 config.status: creating config/Makefile
287 config.status: creating mi/Makefile
288 config.status: creating miext/Makefile
289 config.status: creating miext/damage/Makefile
290 config.status: creating miext/shadow/Makefile
291 config.status: creating miext/cw/Makefile
292 config.status: creating miext/rootless/Makefile
293 config.status: creating os/Makefile
294 config.status: creating randr/Makefile
295 config.status: creating render/Makefile
296 config.status: creating xkb/Makefile
297 config.status: creating Xext/Makefile
298 config.status: creating Xi/Makefile
299 config.status: creating xfixes/Makefile
300 config.status: creating exa/Makefile
301 config.status: creating hw/Makefile
302 config.status: creating hw/xfree86/Makefile
303 config.status: creating hw/xfree86/common/Makefile
304 config.status: creating hw/xfree86/common/xf86Build.h
305 config.status: creating hw/xfree86/ddc/Makefile
306 config.status: creating hw/xfree86/dixmods/Makefile
307 config.status: creating hw/xfree86/dixmods/extmod/Makefile
308 config.status: creating hw/xfree86/doc/Makefile
309 config.status: creating hw/xfree86/doc/devel/Makefile
310 config.status: creating hw/xfree86/doc/man/Makefile
311 config.status: creating hw/xfree86/doc/sgml/Makefile
312 config.status: creating hw/xfree86/dri/Makefile
313 config.status: creating hw/xfree86/dri2/Makefile
314 config.status: creating hw/xfree86/dummylib/Makefile
315 config.status: creating hw/xfree86/exa/Makefile
316 config.status: creating hw/xfree86/fbdevhw/Makefile
317 config.status: creating hw/xfree86/i2c/Makefile
318 config.status: creating hw/xfree86/int10/Makefile
319 config.status: creating hw/xfree86/loader/Makefile
320 config.status: creating hw/xfree86/modes/Makefile
321 config.status: creating hw/xfree86/os-support/Makefile
322 config.status: creating hw/xfree86/os-support/bsd/Makefile
323 config.status: creating hw/xfree86/os-support/bus/Makefile
324 config.status: creating hw/xfree86/os-support/hurd/Makefile
325 config.status: creating hw/xfree86/os-support/misc/Makefile
326 config.status: creating hw/xfree86/os-support/linux/Makefile
327 config.status: creating hw/xfree86/os-support/sco/Makefile
328 config.status: creating hw/xfree86/os-support/solaris/Makefile
329 config.status: creating hw/xfree86/os-support/sysv/Makefile
330 config.status: creating hw/xfree86/parser/Makefile
331 config.status: creating hw/xfree86/ramdac/Makefile
332 config.status: creating hw/xfree86/shadowfb/Makefile
333 config.status: creating hw/xfree86/vbe/Makefile
334 config.status: creating hw/xfree86/vgahw/Makefile
335 config.status: creating hw/xfree86/x86emu/Makefile
336 config.status: creating hw/xfree86/xaa/Makefile
337 config.status: creating hw/xfree86/xf8_16bpp/Makefile
338 config.status: creating hw/xfree86/utils/Makefile
339 config.status: creating hw/xfree86/utils/cvt/Makefile
340 config.status: creating hw/xfree86/utils/gtf/Makefile
341 config.status: creating hw/dmx/config/Makefile
342 config.status: creating hw/dmx/doc/Makefile
343 config.status: creating hw/dmx/examples/Makefile
344 config.status: creating hw/dmx/input/Makefile
345 config.status: creating hw/dmx/glxProxy/Makefile
346 config.status: creating hw/dmx/Makefile
347 config.status: creating hw/vfb/Makefile
348 config.status: creating hw/xnest/Makefile
349 config.status: creating hw/xwin/Makefile
350 config.status: creating hw/xquartz/Makefile
351 config.status: creating hw/xquartz/GL/Makefile
352 config.status: creating hw/xquartz/bundle/Makefile
353 config.status: creating hw/xquartz/doc/Makefile
354 config.status: creating hw/xquartz/mach-startup/Makefile
355 config.status: creating hw/xquartz/pbproxy/Makefile
356 config.status: creating hw/xquartz/xpr/Makefile
357 config.status: creating hw/kdrive/Makefile
358 config.status: creating hw/kdrive/ephyr/Makefile
359 config.status: creating hw/kdrive/fake/Makefile
360 config.status: creating hw/kdrive/fbdev/Makefile
361 config.status: creating hw/kdrive/linux/Makefile
362 config.status: creating hw/kdrive/sdl/Makefile
363 config.status: creating hw/kdrive/src/Makefile
364 config.status: creating xorg-server.pc
365 config.status: creating include/do-not-use-config.h
366 config.status: creating include/xorg-server.h
367 config.status: creating include/dix-config.h
368 config.status: creating include/xorg-config.h
369 config.status: creating include/xkb-config.h
370 config.status: creating include/xwin-config.h
371 config.status: creating include/kdrive-config.h
372 config.status: executing depfiles commands
373 config.status: executing libtool commands
374 >>> Source configured.
375 >>> Compiling source in /home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5 ...
376 make -j 3
377 Making all in doc
378 make[1]: Entering directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/doc'
379 /usr/bin/cpp -undef -traditional -D__vendorversion__="\"xorg-server 1.6.5\" \"X Version 11\"" -D__xorgversion__="\"xorg-server 1.6.5\" \"X Version 11\"" -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__mandir__=/usr/share/man -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__= -D__xlogfile__= -D__xservername__=Xorg -D__default_font_path__="`echo /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/ | sed -e 's/,/, /g'`" < Xserver.man.pre | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' > Xserver.man
380 make all-am
381 make[2]: Entering directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/doc'
382 cp Xserver.man Xserver.1
383 make[2]: Leaving directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/doc'
384 make[1]: Leaving directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/doc'
385 Making all in include
386 make[1]: Entering directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/include'
387 make all-am
388 make[2]: Entering directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/include'
389 make[2]: Nothing to be done for `all-am'.
390 make[2]: Leaving directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/include'
391 make[1]: Leaving directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/include'
392 Making all in dix
393 make[1]: Entering directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/dix'
394 make all-am
395 make[2]: Entering directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/dix'
396 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT atom.lo -MD -MP -MF .deps/atom.Tpo -c -o atom.lo atom.c
397 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT colormap.lo -MD -MP -MF .deps/colormap.Tpo -c -o colormap.lo colormap.c
398 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT cursor.lo -MD -MP -MF .deps/cursor.Tpo -c -o cursor.lo cursor.c
399 mv -f .deps/atom.Tpo .deps/atom.Plo
400 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c -o deprecated.lo deprecated.c
401 colormap.c: In function 'AllocColor':
402 colormap.c:898: warning: 'SecurityLookupIDByType' is deprecated (declared at ../include/resource.h:268)
403 colormap.c:915: warning: 'SecurityLookupIDByType' is deprecated (declared at ../include/resource.h:268)
404 cursor.c: In function 'CreateRootCursor':
405 cursor.c:548: warning: 'LookupIDByType' is deprecated (declared at ../include/resource.h:282)
406 colormap.c: In function 'FreeClientPixels':
407 colormap.c:1557: warning: 'LookupIDByType' is deprecated (declared at ../include/resource.h:282)
408 deprecated.c: In function 'LookupIDByType':
409 deprecated.c:152: warning: 'SecurityLookupIDByType' is deprecated (declared at deprecated.c:122)
410 deprecated.c: In function 'LookupIDByClass':
411 deprecated.c:159: warning: 'SecurityLookupIDByClass' is deprecated (declared at deprecated.c:137)
412 mv -f .deps/deprecated.Tpo .deps/deprecated.Plo
413 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT devices.lo -MD -MP -MF .deps/devices.Tpo -c -o devices.lo devices.c
414 mv -f .deps/cursor.Tpo .deps/cursor.Plo
415 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT dispatch.lo -MD -MP -MF .deps/dispatch.Tpo -c -o dispatch.lo dispatch.c
416 dispatch.c: In function 'ProcCloseFont':
417 dispatch.c:1117: warning: 'SecurityLookupIDByType' is deprecated (declared at ../include/resource.h:268)
418 mv -f .deps/colormap.Tpo .deps/colormap.Plo
419 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT dixfonts.lo -MD -MP -MF .deps/dixfonts.Tpo -c -o dixfonts.lo dixfonts.c
420 mv -f .deps/devices.Tpo .deps/devices.Plo
421 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT dixutils.lo -MD -MP -MF .deps/dixutils.Tpo -c -o dixutils.lo dixutils.c
422 dixfonts.c: In function 'SetDefaultFont':
423 dixfonts.c:145: warning: 'LookupIDByType' is deprecated (declared at ../include/resource.h:282)
424 dixutils.c: In function 'dixLookupGC':
425 dixutils.c:243: warning: 'SecurityLookupIDByType' is deprecated (declared at ../include/resource.h:268)
426 mv -f .deps/dispatch.Tpo .deps/dispatch.Plo
427 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT enterleave.lo -MD -MP -MF .deps/enterleave.Tpo -c -o enterleave.lo enterleave.c
428 mv -f .deps/dixutils.Tpo .deps/dixutils.Plo
429 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT events.lo -MD -MP -MF .deps/events.Tpo -c -o events.lo events.c
430 events.c: In function 'XineramaSetWindowPntrs':
431 events.c:534: warning: 'LookupIDByType' is deprecated (declared at ../include/resource.h:282)
432 events.c:540: warning: 'LookupIDByType' is deprecated (declared at ../include/resource.h:282)
433 events.c: In function 'DeliverGrabbedEvent':
434 events.c:3533: warning: unused variable 'sendCore'
435 mv -f .deps/dixfonts.Tpo .deps/dixfonts.Plo
436 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT extension.lo -MD -MP -MF .deps/extension.Tpo -c -o extension.lo extension.c
437 mv -f .deps/enterleave.Tpo .deps/enterleave.Plo
438 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT ffs.lo -MD -MP -MF .deps/ffs.Tpo -c -o ffs.lo ffs.c
439 mv -f .deps/ffs.Tpo .deps/ffs.Plo
440 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT gc.lo -MD -MP -MF .deps/gc.Tpo -c -o gc.lo gc.c
441 mv -f .deps/extension.Tpo .deps/extension.Plo
442 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT getevents.lo -MD -MP -MF .deps/getevents.Tpo -c -o getevents.lo getevents.c
443 mv -f .deps/getevents.Tpo .deps/getevents.Plo
444 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c -o globals.lo globals.c
445 mv -f .deps/gc.Tpo .deps/gc.Plo
446 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT glyphcurs.lo -MD -MP -MF .deps/glyphcurs.Tpo -c -o glyphcurs.lo glyphcurs.c
447 mv -f .deps/globals.Tpo .deps/globals.Plo
448 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT grabs.lo -MD -MP -MF .deps/grabs.Tpo -c -o grabs.lo grabs.c
449 mv -f .deps/glyphcurs.Tpo .deps/glyphcurs.Plo
450 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT initatoms.lo -MD -MP -MF .deps/initatoms.Tpo -c -o initatoms.lo initatoms.c
451 mv -f .deps/initatoms.Tpo .deps/initatoms.Plo
452 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.c
453 mv -f .deps/grabs.Tpo .deps/grabs.Plo
454 ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -MT pixmap.lo -MD -MP -MF .deps/pixmap.Tpo -c -o pixmap.lo pixmap.c
455 In file included from main.c:115:
456 /usr/include/X11/extensions/dpms.h:40: error: expected ')' before '*' token
457 /usr/include/X11/extensions/dpms.h:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSGetVersion'
458 /usr/include/X11/extensions/dpms.h:42: error: expected ')' before '*' token
459 /usr/include/X11/extensions/dpms.h:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSSetTimeouts'
460 /usr/include/X11/extensions/dpms.h:44: error: expected ')' before '*' token
461 /usr/include/X11/extensions/dpms.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSEnable'
462 /usr/include/X11/extensions/dpms.h:46: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSDisable'
463 /usr/include/X11/extensions/dpms.h:47: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSForceLevel'
464 /usr/include/X11/extensions/dpms.h:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSInfo'
465 make[2]: *** [main.lo] Error 1
466 make[2]: *** Waiting for unfinished jobs....
467 mv -f .deps/events.Tpo .deps/events.Plo
468 mv -f .deps/pixmap.Tpo .deps/pixmap.Plo
469 make[2]: Leaving directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/dix'
470 make[1]: *** [all] Error 2
471 make[1]: Leaving directory `/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/dix'
472 make: *** [all-recursive] Error 1
473 *
474 * ERROR: x11-base/xorg-server-1.6.5-r1 failed.
475 * Call stack:
476 * ebuild.sh, line 49: Called src_compile
477 * environment, line 3543: Called x-modular_src_compile
478 * environment, line 4505: Called x-modular_src_make
479 * environment, line 4543: Called die
480 * The specific snippet of code:
481 * emake || die "emake failed"
482 * The die message:
483 * emake failed
484 *
485 * If you need support, post the topmost build error, and the call stack if relevant.
486 * A complete build log is located at '/var/log/portage/x11-base:xorg-server-1.6.5-r1:20091213-175511.log'.
487 * The ebuild environment file is located at '/home/mccramer/data/portagetmp/portage/x11-base/xorg-server-1.6.5-r1/temp/environment'.
488 *
489
490
491
492 What can I do to fix this?
493
494 Best regards,
495 mcc
496
497 --
498 Please don't send me any Word- or Powerpoint-Attachments
499 unless it's absolutely neccessary. - Send simply Text.
500 See http://www.gnu.org/philosophy/no-word-attachments.html
501 In a world without fences and walls nobody needs gates and windows.

Replies

Subject Author
[gentoo-user] Re: Xorg-server fails to compile walt <w41ter@×××××.com>