Gentoo Archives: gentoo-user

From: KIM WHALEN <dhkuhl@×××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] New Install Problems with X
Date: Tue, 04 Jan 2011 16:12:44
Message-Id: 1204244.843113.1294157450041.JavaMail.dhkuhl@mail.srv.lgcyny1.cv.net
1 I'm trying to do a new install on an amd64 box and there are a lot of
2 problems somewhere between X, Gnome, and the Graphics card. I'm using
3 genkernel so there shouldn't be too much of a problem there.
4
5 The graphics card as identified by the system is: nVidia Corporation
6 NV36 [GeForce FX 5700LE]
7
8 The base system and xorg-x11 seems to be set up alright. However, when
9 I run startx as a regular user I get errors about drm, dri, and dri2
10 modules and the screen. I've tried with both nvidia and xorg-x11
11 selected for opengl and have tried with both VIDEO_CARDS="nouveau" and
12 VIDEO_CARDS="nivida" in /etc/make.conf.
13 # eselect opengl list
14 Available OpenGL implementations:
15 [1] nvidia *
16 [2] xorg-x11
17
18 I would expect the trival windows manager to work with startx as soon as
19 xorg-x11 was installed, but it doesn't.
20
21 Emergeing gnome doesn't work. I had to remove GTK from the USE in
22 make.conf; pygtlsourceview and I think some other things pulled in
23 didn't like it.
24
25 The first package in "emerge gnome" that gives me problems is the
26 app-text/gnome-doc-utils-0.20.1 package. When emerged by itself I get
27 the following output.
28
29 # emerge -pv app-text/gnome-doc-utils
30
31 These are the packages that would be merged, in order:
32
33 Calculating dependencies... done!
34 [ebuild N ] app-text/gnome-doc-utils-0.20.1 USE="-debug" 0 kB
35
36 Total: 1 package (1 new), Size of downloads: 0 kB
37
38 # emerge app-text/gnome-doc-utils
39 Calculating dependencies... done!
40 >>> Verifying ebuild manifests
41 >>> Emerging (1 of 1) app-text/gnome-doc-utils-0.20.1
42 >>> Failed to emerge app-text/gnome-doc-utils-0.20.1, Log file:
43 >>> '/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/temp/build.log'
44 >>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.45,
45 >>> 0.11, 0.03
46 * Package: app-text/gnome-doc-utils-0.20.1
47 * Repository: gentoo
48 * Maintainer: gnome@g.o sgml@g.o
49 * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU
50 >>> Unpacking source...
51 >>> Unpacking gnome-doc-utils-0.20.1.tar.bz2 to
52 >>> /var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work
53 >>> Source unpacked in
54 >>> /var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work
55 >>> Preparing source in
56 >>> /var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1
57 >>> ...
58 * Fixing OMF Makefiles ...
59 [ ok ]
60 >>> Source prepared.
61 >>> Configuring source in
62 >>> /var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1
63 >>> ...
64 * econf: updating gnome-doc-utils-0.20.1/config.guess with
65 /usr/share/gnuconfig/config.guess
66 * econf: updating gnome-doc-utils-0.20.1/config.sub with
67 /usr/share/gnuconfig/config.sub
68 ./configure --prefix=/usr --build=x86_64-pc-linux-gnu
69 --host=x86_64-pc-linux-gnu --mandir=/usr/share/man
70 --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
71 --localstatedir=/var/lib --libdir=/usr/lib64 --disable-scrollkeeper
72 checking for a BSD-compatible install... /usr/bin/install -c
73 checking whether build environment is sane... yes
74 checking for a thread-safe mkdir -p... /bin/mkdir -p
75 checking for gawk... gawk
76 checking whether make sets $(MAKE)... yes
77 checking for gawk... (cached) gawk
78 checking whether ln -s works... yes
79 checking for a Python interpreter with version >= 2.4... python
80 checking for python... /usr/bin/python
81 checking for python version... 3.1
82 checking for python platform... linux2
83 checking for python script directory...
84 ${prefix}/lib64/python3.1/site-packages
85 checking for python extension module directory...
86 ${exec_prefix}/lib64/python3.1/site-packages
87 checking for x86_64-pc-linux-gnu-pkg-config... no
88 checking for pkg-config... /usr/bin/pkg-config
89 checking pkg-config is at least version 0.9.0... yes
90 checking for GNOME_DOC_UTILS... yes
91 checking whether NLS is requested... yes
92 checking for style of include used by make... GNU
93 checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
94 checking for C compiler default output file name... a.out
95 checking whether the C compiler works... yes
96 checking whether we are cross compiling... no
97 checking for suffix of executables...
98 checking for suffix of object files... o
99 checking whether we are using the GNU C compiler... yes
100 checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
101 checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none
102 needed
103 checking dependency style of x86_64-pc-linux-gnu-gcc... none
104 checking for intltool >= 0.35.0... 0.41.1 found
105 checking for intltool-update... /usr/bin/intltool-update
106 checking for intltool-merge... /usr/bin/intltool-merge
107 checking for intltool-extract... /usr/bin/intltool-extract
108 checking for xgettext... /usr/bin/xgettext
109 checking for msgmerge... /usr/bin/msgmerge
110 checking for msgfmt... /usr/bin/msgfmt
111 checking for gmsgfmt... /usr/bin/gmsgfmt
112 checking for perl... /usr/bin/perl
113 checking for perl >= 5.8.1... 5.12.2
114 checking for XML::Parser... ok
115 checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
116 checking for grep that handles long lines and -e... /bin/grep
117 checking for egrep... /bin/grep -E
118 checking for ANSI C header files... yes
119 checking for sys/types.h... yes
120 checking for sys/stat.h... yes
121 checking for stdlib.h... yes
122 checking for string.h... yes
123 checking for memory.h... yes
124 checking for strings.h... yes
125 checking for inttypes.h... yes
126 checking for stdint.h... yes
127 checking for unistd.h... yes
128 checking build system type... x86_64-pc-linux-gnu
129 checking host system type... x86_64-pc-linux-gnu
130 checking locale.h usability... yes
131 checking locale.h presence... yes
132 checking for locale.h... yes
133 checking for LC_MESSAGES... yes
134 checking libintl.h usability... yes
135 checking libintl.h presence... yes
136 checking for libintl.h... yes
137 checking for ngettext in libc... yes
138 checking for dgettext in libc... yes
139 checking for bind_textdomain_codeset... yes
140 checking for msgfmt... (cached) /usr/bin/msgfmt
141 checking for dcgettext... yes
142 checking if msgfmt accepts -c... yes
143 checking for gmsgfmt... (cached) /usr/bin/gmsgfmt
144 checking for xgettext... (cached) /usr/bin/xgettext
145 configure: creating ./config.status
146 config.status: creating Makefile
147 config.status: creating data/Makefile
148 config.status: creating data/icons/Makefile
149 config.status: creating data/icons/hicolor/Makefile
150 config.status: creating data/icons/hicolor/48x48/Makefile
151 config.status: creating data/icons/hicolor/48x48/status/Makefile
152 config.status: creating data/icons/hicolor/scalable/Makefile
153 config.status: creating data/icons/hicolor/scalable/status/Makefile
154 config.status: creating data/templates/Makefile
155 config.status: creating data/watermarks/Makefile
156 config.status: creating doc/Makefile
157 config.status: creating doc/gnome-doc-make/Makefile
158 config.status: creating doc/xslt/Makefile
159 config.status: creating po/Makefile.in
160 config.status: creating rng/Makefile
161 config.status: creating rng/mallard/Makefile
162 config.status: creating tools/Makefile
163 config.status: creating tools/gnome-doc-utils.pc
164 config.status: creating xslt/Makefile
165 config.status: creating xml2po/Makefile
166 config.status: creating xml2po/xml2po.pc
167 config.status: creating xml2po/xml2po/Makefile
168 config.status: creating xml2po/xml2po/modes/Makefile
169 config.status: creating xml2po/examples/Makefile
170 config.status: creating xslt/common/Makefile
171 config.status: creating xslt/docbook/Makefile
172 config.status: creating xslt/docbook/common/Makefile
173 config.status: creating xslt/docbook/html/Makefile
174 config.status: creating xslt/docbook/omf/Makefile
175 config.status: creating xslt/docbook/utils/Makefile
176 config.status: creating xslt/mallard/Makefile
177 config.status: creating xslt/mallard/cache/Makefile
178 config.status: creating xslt/mallard/common/Makefile
179 config.status: creating xslt/mallard/html/Makefile
180 config.status: creating xslt/gettext/Makefile
181 config.status: creating tools/gnome-doc-tool
182 config.status: creating tools/gnome-doc-prepare
183 config.status: executing depfiles commands
184 config.status: executing default-1 commands
185 config.status: executing po/stamp-it commands
186 >>> Source configured.
187 >>> Compiling source in
188 >>> /var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1
189 >>> ...
190 make -j2 -j1
191 Making all in data
192 make[1]: Entering directory
193 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data'
194 Making all in icons
195 make[2]: Entering directory
196 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons'
197 Making all in hicolor
198 make[3]: Entering directory
199 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor'
200 Making all in 48x48
201 make[4]: Entering directory
202 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/48x48'
203 Making all in status
204 make[5]: Entering directory
205 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/48x48/status'
206 make[5]: Nothing to be done for `all'.
207 make[5]: Leaving directory
208 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/48x48/status'
209 make[5]: Entering directory
210 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/48x48'
211 make[5]: Nothing to be done for `all-am'.
212 make[5]: Leaving directory
213 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/48x48'
214 make[4]: Leaving directory
215 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/48x48'
216 Making all in scalable
217 make[4]: Entering directory
218 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/scalable'
219 Making all in status
220 make[5]: Entering directory
221 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/scalable/status'
222 make[5]: Nothing to be done for `all'.
223 make[5]: Leaving directory
224 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/scalable/status'
225 make[5]: Entering directory
226 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/scalable'
227 make[5]: Nothing to be done for `all-am'.
228 make[5]: Leaving directory
229 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/scalable'
230 make[4]: Leaving directory
231 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor/scalable'
232 make[4]: Entering directory
233 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor'
234 make[4]: Nothing to be done for `all-am'.
235 make[4]: Leaving directory
236 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor'
237 make[3]: Leaving directory
238 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons/hicolor'
239 make[3]: Entering directory
240 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons'
241 make[3]: Nothing to be done for `all-am'.
242 make[3]: Leaving directory
243 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons'
244 make[2]: Leaving directory
245 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/icons'
246 Making all in templates
247 make[2]: Entering directory
248 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/templates'
249 make[2]: Nothing to be done for `all'.
250 make[2]: Leaving directory
251 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/templates'
252 Making all in watermarks
253 make[2]: Entering directory
254 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/watermarks'
255 make[2]: Nothing to be done for `all'.
256 make[2]: Leaving directory
257 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data/watermarks'
258 make[2]: Entering directory
259 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data'
260 make[2]: Nothing to be done for `all-am'.
261 make[2]: Leaving directory
262 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data'
263 make[1]: Leaving directory
264 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/data'
265 Making all in po
266 make[1]: Entering directory
267 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/po'
268 file=`echo ar | sed 's,.*/,,'`.gmo \
269 && rm -f $file && /usr/bin/gmsgfmt -o $file ar.po
270 file=`echo as | sed 's,.*/,,'`.gmo \
271 && rm -f $file && /usr/bin/gmsgfmt -o $file as.po
272 file=`echo ast | sed 's,.*/,,'`.gmo \
273 && rm -f $file && /usr/bin/gmsgfmt -o $file ast.po
274 file=`echo be@latin | sed 's,.*/,,'`.gmo \
275 && rm -f $file && /usr/bin/gmsgfmt -o $file be@×××××.po
276 file=`echo bg | sed 's,.*/,,'`.gmo \
277 && rm -f $file && /usr/bin/gmsgfmt -o $file bg.po
278 file=`echo bn | sed 's,.*/,,'`.gmo \
279 && rm -f $file && /usr/bin/gmsgfmt -o $file bn.po
280 file=`echo bn_IN | sed 's,.*/,,'`.gmo \
281 && rm -f $file && /usr/bin/gmsgfmt -o $file bn_IN.po
282 file=`echo ca | sed 's,.*/,,'`.gmo \
283 && rm -f $file && /usr/bin/gmsgfmt -o $file ca.po
284 file=`echo ca@valencia | sed 's,.*/,,'`.gmo \
285 && rm -f $file && /usr/bin/gmsgfmt -o $file ca@××××××××.po
286 file=`echo cs | sed 's,.*/,,'`.gmo \
287 && rm -f $file && /usr/bin/gmsgfmt -o $file cs.po
288 file=`echo cy | sed 's,.*/,,'`.gmo \
289 && rm -f $file && /usr/bin/gmsgfmt -o $file cy.po
290 file=`echo da | sed 's,.*/,,'`.gmo \
291 && rm -f $file && /usr/bin/gmsgfmt -o $file da.po
292 file=`echo de | sed 's,.*/,,'`.gmo \
293 && rm -f $file && /usr/bin/gmsgfmt -o $file de.po
294 file=`echo dz | sed 's,.*/,,'`.gmo \
295 && rm -f $file && /usr/bin/gmsgfmt -o $file dz.po
296 file=`echo el | sed 's,.*/,,'`.gmo \
297 && rm -f $file && /usr/bin/gmsgfmt -o $file el.po
298 file=`echo en_CA | sed 's,.*/,,'`.gmo \
299 && rm -f $file && /usr/bin/gmsgfmt -o $file en_CA.po
300 file=`echo en_GB | sed 's,.*/,,'`.gmo \
301 && rm -f $file && /usr/bin/gmsgfmt -o $file en_GB.po
302 file=`echo en@shaw | sed 's,.*/,,'`.gmo \
303 && rm -f $file && /usr/bin/gmsgfmt -o $file en@××××.po
304 file=`echo es | sed 's,.*/,,'`.gmo \
305 && rm -f $file && /usr/bin/gmsgfmt -o $file es.po
306 file=`echo et | sed 's,.*/,,'`.gmo \
307 && rm -f $file && /usr/bin/gmsgfmt -o $file et.po
308 file=`echo eu | sed 's,.*/,,'`.gmo \
309 && rm -f $file && /usr/bin/gmsgfmt -o $file eu.po
310 file=`echo fa | sed 's,.*/,,'`.gmo \
311 && rm -f $file && /usr/bin/gmsgfmt -o $file fa.po
312 file=`echo fi | sed 's,.*/,,'`.gmo \
313 && rm -f $file && /usr/bin/gmsgfmt -o $file fi.po
314 file=`echo fr | sed 's,.*/,,'`.gmo \
315 && rm -f $file && /usr/bin/gmsgfmt -o $file fr.po
316 file=`echo ga | sed 's,.*/,,'`.gmo \
317 && rm -f $file && /usr/bin/gmsgfmt -o $file ga.po
318 file=`echo gl | sed 's,.*/,,'`.gmo \
319 && rm -f $file && /usr/bin/gmsgfmt -o $file gl.po
320 file=`echo gu | sed 's,.*/,,'`.gmo \
321 && rm -f $file && /usr/bin/gmsgfmt -o $file gu.po
322 file=`echo he | sed 's,.*/,,'`.gmo \
323 && rm -f $file && /usr/bin/gmsgfmt -o $file he.po
324 file=`echo hi | sed 's,.*/,,'`.gmo \
325 && rm -f $file && /usr/bin/gmsgfmt -o $file hi.po
326 file=`echo hu | sed 's,.*/,,'`.gmo \
327 && rm -f $file && /usr/bin/gmsgfmt -o $file hu.po
328 file=`echo id | sed 's,.*/,,'`.gmo \
329 && rm -f $file && /usr/bin/gmsgfmt -o $file id.po
330 file=`echo it | sed 's,.*/,,'`.gmo \
331 && rm -f $file && /usr/bin/gmsgfmt -o $file it.po
332 file=`echo ja | sed 's,.*/,,'`.gmo \
333 && rm -f $file && /usr/bin/gmsgfmt -o $file ja.po
334 file=`echo ka | sed 's,.*/,,'`.gmo \
335 && rm -f $file && /usr/bin/gmsgfmt -o $file ka.po
336 file=`echo kn | sed 's,.*/,,'`.gmo \
337 && rm -f $file && /usr/bin/gmsgfmt -o $file kn.po
338 file=`echo ko | sed 's,.*/,,'`.gmo \
339 && rm -f $file && /usr/bin/gmsgfmt -o $file ko.po
340 file=`echo lt | sed 's,.*/,,'`.gmo \
341 && rm -f $file && /usr/bin/gmsgfmt -o $file lt.po
342 file=`echo lv | sed 's,.*/,,'`.gmo \
343 && rm -f $file && /usr/bin/gmsgfmt -o $file lv.po
344 file=`echo mai | sed 's,.*/,,'`.gmo \
345 && rm -f $file && /usr/bin/gmsgfmt -o $file mai.po
346 file=`echo mg | sed 's,.*/,,'`.gmo \
347 && rm -f $file && /usr/bin/gmsgfmt -o $file mg.po
348 file=`echo mk | sed 's,.*/,,'`.gmo \
349 && rm -f $file && /usr/bin/gmsgfmt -o $file mk.po
350 file=`echo ml | sed 's,.*/,,'`.gmo \
351 && rm -f $file && /usr/bin/gmsgfmt -o $file ml.po
352 file=`echo mn | sed 's,.*/,,'`.gmo \
353 && rm -f $file && /usr/bin/gmsgfmt -o $file mn.po
354 file=`echo mr | sed 's,.*/,,'`.gmo \
355 && rm -f $file && /usr/bin/gmsgfmt -o $file mr.po
356 file=`echo nb | sed 's,.*/,,'`.gmo \
357 && rm -f $file && /usr/bin/gmsgfmt -o $file nb.po
358 file=`echo ne | sed 's,.*/,,'`.gmo \
359 && rm -f $file && /usr/bin/gmsgfmt -o $file ne.po
360 file=`echo nl | sed 's,.*/,,'`.gmo \
361 && rm -f $file && /usr/bin/gmsgfmt -o $file nl.po
362 file=`echo nn | sed 's,.*/,,'`.gmo \
363 && rm -f $file && /usr/bin/gmsgfmt -o $file nn.po
364 file=`echo oc | sed 's,.*/,,'`.gmo \
365 && rm -f $file && /usr/bin/gmsgfmt -o $file oc.po
366 file=`echo or | sed 's,.*/,,'`.gmo \
367 && rm -f $file && /usr/bin/gmsgfmt -o $file or.po
368 file=`echo pa | sed 's,.*/,,'`.gmo \
369 && rm -f $file && /usr/bin/gmsgfmt -o $file pa.po
370 file=`echo pl | sed 's,.*/,,'`.gmo \
371 && rm -f $file && /usr/bin/gmsgfmt -o $file pl.po
372 file=`echo pt | sed 's,.*/,,'`.gmo \
373 && rm -f $file && /usr/bin/gmsgfmt -o $file pt.po
374 file=`echo pt_BR | sed 's,.*/,,'`.gmo \
375 && rm -f $file && /usr/bin/gmsgfmt -o $file pt_BR.po
376 file=`echo ro | sed 's,.*/,,'`.gmo \
377 && rm -f $file && /usr/bin/gmsgfmt -o $file ro.po
378 file=`echo ru | sed 's,.*/,,'`.gmo \
379 && rm -f $file && /usr/bin/gmsgfmt -o $file ru.po
380 file=`echo rw | sed 's,.*/,,'`.gmo \
381 && rm -f $file && /usr/bin/gmsgfmt -o $file rw.po
382 file=`echo sk | sed 's,.*/,,'`.gmo \
383 && rm -f $file && /usr/bin/gmsgfmt -o $file sk.po
384 file=`echo sl | sed 's,.*/,,'`.gmo \
385 && rm -f $file && /usr/bin/gmsgfmt -o $file sl.po
386 file=`echo sq | sed 's,.*/,,'`.gmo \
387 && rm -f $file && /usr/bin/gmsgfmt -o $file sq.po
388 file=`echo sr | sed 's,.*/,,'`.gmo \
389 && rm -f $file && /usr/bin/gmsgfmt -o $file sr.po
390 file=`echo sr@latin | sed 's,.*/,,'`.gmo \
391 && rm -f $file && /usr/bin/gmsgfmt -o $file sr@×××××.po
392 file=`echo sv | sed 's,.*/,,'`.gmo \
393 && rm -f $file && /usr/bin/gmsgfmt -o $file sv.po
394 file=`echo ta | sed 's,.*/,,'`.gmo \
395 && rm -f $file && /usr/bin/gmsgfmt -o $file ta.po
396 file=`echo te | sed 's,.*/,,'`.gmo \
397 && rm -f $file && /usr/bin/gmsgfmt -o $file te.po
398 file=`echo th | sed 's,.*/,,'`.gmo \
399 && rm -f $file && /usr/bin/gmsgfmt -o $file th.po
400 file=`echo tr | sed 's,.*/,,'`.gmo \
401 && rm -f $file && /usr/bin/gmsgfmt -o $file tr.po
402 file=`echo ug | sed 's,.*/,,'`.gmo \
403 && rm -f $file && /usr/bin/gmsgfmt -o $file ug.po
404 file=`echo uk | sed 's,.*/,,'`.gmo \
405 && rm -f $file && /usr/bin/gmsgfmt -o $file uk.po
406 file=`echo vi | sed 's,.*/,,'`.gmo \
407 && rm -f $file && /usr/bin/gmsgfmt -o $file vi.po
408 file=`echo wa | sed 's,.*/,,'`.gmo \
409 && rm -f $file && /usr/bin/gmsgfmt -o $file wa.po
410 file=`echo zh_CN | sed 's,.*/,,'`.gmo \
411 && rm -f $file && /usr/bin/gmsgfmt -o $file zh_CN.po
412 file=`echo zh_HK | sed 's,.*/,,'`.gmo \
413 && rm -f $file && /usr/bin/gmsgfmt -o $file zh_HK.po
414 file=`echo zh_TW | sed 's,.*/,,'`.gmo \
415 && rm -f $file && /usr/bin/gmsgfmt -o $file zh_TW.po
416 make[1]: Leaving directory
417 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/po'
418 Making all in rng
419 make[1]: Entering directory
420 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/rng'
421 Making all in mallard
422 make[2]: Entering directory
423 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/rng/mallard'
424 make[2]: Nothing to be done for `all'.
425 make[2]: Leaving directory
426 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/rng/mallard'
427 make[2]: Entering directory
428 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/rng'
429 make[2]: Nothing to be done for `all-am'.
430 make[2]: Leaving directory
431 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/rng'
432 make[1]: Leaving directory
433 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/rng'
434 Making all in xslt
435 make[1]: Entering directory
436 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt'
437 Making all in gettext
438 make[2]: Entering directory
439 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/gettext'
440 make[2]: Nothing to be done for `all'.
441 make[2]: Leaving directory
442 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/gettext'
443 Making all in docbook
444 make[2]: Entering directory
445 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook'
446 Making all in common
447 make[3]: Entering directory
448 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook/common'
449 make[3]: Nothing to be done for `all'.
450 make[3]: Leaving directory
451 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook/common'
452 Making all in html
453 make[3]: Entering directory
454 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook/html'
455 make[3]: Nothing to be done for `all'.
456 make[3]: Leaving directory
457 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook/html'
458 Making all in omf
459 make[3]: Entering directory
460 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook/omf'
461 make[3]: Nothing to be done for `all'.
462 make[3]: Leaving directory
463 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook/omf'
464 Making all in utils
465 make[3]: Entering directory
466 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook/utils'
467 make[3]: Nothing to be done for `all'.
468 make[3]: Leaving directory
469 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook/utils'
470 make[3]: Entering directory
471 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook'
472 make[3]: Nothing to be done for `all-am'.
473 make[3]: Leaving directory
474 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook'
475 make[2]: Leaving directory
476 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/docbook'
477 Making all in mallard
478 make[2]: Entering directory
479 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard'
480 Making all in cache
481 make[3]: Entering directory
482 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard/cache'
483 make[3]: Nothing to be done for `all'.
484 make[3]: Leaving directory
485 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard/cache'
486 Making all in common
487 make[3]: Entering directory
488 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard/common'
489 make[3]: Nothing to be done for `all'.
490 make[3]: Leaving directory
491 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard/common'
492 Making all in html
493 make[3]: Entering directory
494 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard/html'
495 make[3]: Nothing to be done for `all'.
496 make[3]: Leaving directory
497 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard/html'
498 make[3]: Entering directory
499 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard'
500 make[3]: Nothing to be done for `all-am'.
501 make[3]: Leaving directory
502 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard'
503 make[2]: Leaving directory
504 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/mallard'
505 Making all in common
506 make[2]: Entering directory
507 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/common'
508 make[2]: Nothing to be done for `all'.
509 make[2]: Leaving directory
510 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt/common'
511 make[2]: Entering directory
512 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt'
513 make[2]: Nothing to be done for `all-am'.
514 make[2]: Leaving directory
515 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt'
516 make[1]: Leaving directory
517 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xslt'
518 Making all in tools
519 make[1]: Entering directory
520 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/tools'
521 make[1]: Nothing to be done for `all'.
522 make[1]: Leaving directory
523 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/tools'
524 Making all in xml2po
525 make[1]: Entering directory
526 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po'
527 Making all in xml2po
528 make[2]: Entering directory
529 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po/xml2po'
530 Making all in modes
531 make[3]: Entering directory
532 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po/xml2po/modes'
533 make[3]: Nothing to be done for `all'.
534 make[3]: Leaving directory
535 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po/xml2po/modes'
536 make[3]: Entering directory
537 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po/xml2po'
538 sed -e "s/^VERSION =.*/VERSION = \"0.20.1\"/" \
539 -e "s+^#!.*python.*+#!/usr/bin/python+" \
540 < ./xml2po.py.in > xml2po
541 chmod +x xml2po
542 make[3]: Leaving directory
543 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po/xml2po'
544 make[2]: Leaving directory
545 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po/xml2po'
546 Making all in examples
547 make[2]: Entering directory
548 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po/examples'
549 make[2]: Nothing to be done for `all'.
550 make[2]: Leaving directory
551 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po/examples'
552 make[2]: Entering directory
553 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po'
554 make[2]: Nothing to be done for `all-am'.
555 make[2]: Leaving directory
556 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po'
557 make[1]: Leaving directory
558 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/xml2po'
559 Making all in doc
560 make[1]: Entering directory
561 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc'
562 Making all in gnome-doc-make
563 make[2]: Entering directory
564 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make'
565 msgfmt -o de/de.mo de/de.po
566 if ! test -d de/; then mkdir de/; fi
567 if [ -f "C/gnome-doc-make.xml" ]; then d="../"; else
568 d="/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/";
569 fi; \
570 mo="de/de.mo"; \
571 if [ -f "${mo}" ]; then mo="../${mo}"; else
572 mo="/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/${mo}";
573 fi; \
574 (cd de/ && \
575
576 PYTHONPATH="/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/../../xml2po:/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/../../xml2po:"
577 "/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/../../xml2po/xml2po/xml2po"
578 -m docbook -e -t "${mo}" \
579 "${d}C/gnome-doc-make.xml" > gnome-doc-make.xml.tmp && \
580 cp gnome-doc-make.xml.tmp gnome-doc-make.xml && rm -f
581 gnome-doc-make.xml.tmp)
582 File
583 "/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/../../xml2po/xml2po/xml2po",
584 line 145
585 print VERSION
586 ^
587 SyntaxError: invalid syntax
588 make[2]: *** [de/gnome-doc-make.xml] Error 1
589 make[2]: Leaving directory
590 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make'
591 make[1]: *** [all-recursive] Error 1
592 make[1]: Leaving directory
593 `/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc'
594 make: *** [all-recursive] Error 1
595 emake failed
596 * ERROR: app-text/gnome-doc-utils-0.20.1 failed:
597 * compile failure
598 *
599 * Call stack:
600 * ebuild.sh, line 56: Called src_compile
601 * environment, line 3824: Called gnome2_src_compile
602 * environment, line 1821: Called die
603 * The specific snippet of code:
604 * emake || die "compile failure"
605 *
606 * If you need support, post the output of 'emerge --info
607 =app-text/gnome-doc-utils-0.20.1',
608 * the complete build log and the output of 'emerge -pqv
609 =app-text/gnome-doc-utils-0.20.1'.
610 * The complete build log is located at
611 '/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/temp/build.log'.
612 * The ebuild environment file is located at
613 '/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/temp/environment'.
614 * S:
615 '/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1'
616
617 * Messages for package app-text/gnome-doc-utils-0.20.1:
618
619 * ERROR: app-text/gnome-doc-utils-0.20.1 failed:
620 * compile failure
621 *
622 * Call stack:
623 * ebuild.sh, line 56: Called src_compile
624 * environment, line 3824: Called gnome2_src_compile
625 * environment, line 1821: Called die
626 * The specific snippet of code:
627 * emake || die "compile failure"
628 *
629 * If you need support, post the output of 'emerge --info
630 =app-text/gnome-doc-utils-0.20.1',
631 * the complete build log and the output of 'emerge -pqv
632 =app-text/gnome-doc-utils-0.20.1'.
633 * The complete build log is located at
634 '/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/temp/build.log'.
635 * The ebuild environment file is located at
636 '/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/temp/environment'.
637 * S:
638 '/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1'
639
640 All help is appreciated.
641
642 Thanks,
643
644 --dhk

Replies

Subject Author
Re: [gentoo-user] New Install Problems with X "Matías Marquez" <sir.incognita@×××××.com>
Re: [gentoo-user] New Install Problems with X Neil Bothwick <neil@××××××××××.uk>
[gentoo-user] Re: New Install Problems with X walt <w41ter@×××××.com>
[gentoo-user] Re: New Install Problems with X walt <w41ter@×××××.com>