Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

13.12.2007, 20:49

Gentoo AMD64 probleme mit X

Mahlzeit!

Ich habe einen AMD Sempron 64 mit 512 MB Arbeitsspeicher, 80 GB SATA Platte, Medion X740 (aufgebohrte Radeon X700) Grafikkarte und nun auch Gentoo für AMD64. Die Installatuion verlief einwandfrei und genauso wie in der Anleitung beschrieben. Da ich alleine schon davon sehr begeistert bin (bislang habe ich Fedora 64 benutzt und das ist ähnlich aufgebläht wie Windows) will ich es natürlich auch mal im kompletten Test, also mit grafischer Benutzeroberfläche, SecondLife, OpenOffice und so weiter. Auch im hinblick auf meine vielleicht bald vorhandene PS3 ist Gentoo natürlich interessant.

Das Problem ist nun, ich kann weder X11 noch Xorg installieren.

In beiden Fällen brechen nach

Quellcode

1
2
3
4
emerge -av xorg-x11


emerge -av x11


einige abhängige Komponenten wie beispielsweise xauth-1.0.2 bei xorg mit diversen Fehlermeldungen (dyn_compile usw.) ab.

lspci wird bei mir auf dem Rechner auch nicht gefunden.

Hat jemand Rat? Wenn noch Informationen benötigt werden bescheid sagen.

Diabolus

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Diabolus« (30.12.2007, 10:22)


2

13.12.2007, 21:08

Ja, die Fehlermeldungen!
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

3

13.12.2007, 21:38

Okay wenns weiter nix ist. Dann nur noch die Frage, kann ich emerge irgendwie in eine Datei umleiten? Also die Ausgabe davon natürlich.

4

14.12.2007, 00:35

du muss nichts umleiten. um die log anzuchauen was du für schöne fehler bekommen hast gucke unter:


Quellcode

1
/var/logs/portage/

5

14.12.2007, 06:37

Na wenn das so einfach ist, bitte sehr...

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
>>> Messages generated by process 7409 on 2007-11-29 18:09:03 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 10900 on 2007-11-29 18:10:29 for package x11-libs/libXpm-3.5.6:

ERROR: compile

ERROR: x11-libs/libXpm-3.5.6 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-libs/libXpm-3.5.6/temp/build.log'.



>>> Messages generated by process 5361 on 2007-11-30 18:30:45 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 5352 on 2007-11-30 18:33:49 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 5445 on 2007-12-02 15:17:20 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 7060 on 2007-12-02 15:43:25 for package sys-devel/gcc-4.1.2:

ERROR: compile

ERROR: sys-devel/gcc-4.1.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called toolchain_src_compile
  toolchain.eclass, line   26:  Called gcc_src_compile
  toolchain.eclass, line 1548:  Called gcc_do_make
  toolchain.eclass, line 1422:  Called die
The specific snippet of code:
  	emake \
  		LDFLAGS="${LDFLAGS}" \
  		STAGE1_CFLAGS="${STAGE1_CFLAGS}" \
  		LIBPATH="${LIBPATH}" \
  		BOOT_CFLAGS="${BOOT_CFLAGS}" \
  		${GCC_MAKE_TARGET} \
  		|| die "emake failed with ${GCC_MAKE_TARGET}"
 The die message:
  emake failed with profiledbootstrap

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.1.2/temp/build.log'.



>>> Messages generated by process 6128 on 2007-12-02 18:10:16 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 5451 on 2007-12-02 19:04:40 for package sys-kernel/genkernel-3.4.9_pre6:

WARN: postinst
This package is known to not work with reiser4.  If you are running
reiser4 and have a problem, do not file a bug.  We know it does not
work and we don't plan on fixing it since reiser4 is the one that is
broken in this regard.  Try using a sane filesystem like ext3 or
even reiser3.
The LUKS support has changed from versions prior to 3.4.4.  Now,
you use crypt_root=/dev/blah instead of real_root=luks:/dev/blah.

LOG: postinst
Documentation is available in the genkernel manual page
as well as the following URL:
http://www.gentoo.org/doc/en/genkernel.xml


>>> Messages generated by process 5549 on 2007-12-10 23:33:59 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 7173 on 2007-12-10 23:46:18 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 9081 on 2007-12-10 23:48:44 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 4943 on 2007-12-11 00:24:14 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 14444 on 2007-12-11 22:19:06 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 16077 on 2007-12-11 22:25:15 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 17734 on 2007-12-11 22:40:00 for package dev-libs/expat-2.0.1:

WARN: postinst
Please note that the soname of the library changed!
If you are upgrading from a previous version you need
to fix dynamic linking inconsistencies by executing:
revdep-rebuild -X --library libexpat.so.0


>>> Messages generated by process 17734 on 2007-12-11 22:43:23 for package sys-apps/sandbox-1.2.18.1-r2:

ERROR: compile

ERROR: sys-apps/sandbox-1.2.18.1-r2 failed.
Call stack:
               	ebuild.sh, line 1701:  Called dyn_compile
               	ebuild.sh, line 1039:  Called qa_call 'src_compile'
               	ebuild.sh, line   44:  Called src_compile
  sandbox-1.2.18.1-r2.ebuild, line   87:  Called econf '--libdir=/usr/lib32' '--enable-multilib'
               	ebuild.sh, line  638:  Called die
The specific snippet of code:
  			die "econf failed"
 The die message:
  econf failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/sys-apps/sandbox-1.2.18.1-r2/temp/build.log'.


WARN: compile
If configure fails with a 'cannot run C compiled programs' error, try this:
FEATURES=-sandbox emerge sandbox


>>> Messages generated by process 5444 on 2007-12-12 19:48:09 for package sys-devel/binutils-2.18-r1:

ERROR: compile

ERROR: sys-devel/binutils-2.18-r1 failed.
Call stack:
              	ebuild.sh, line 1701:  Called dyn_compile
              	ebuild.sh, line 1039:  Called qa_call 'src_compile'
              	ebuild.sh, line   44:  Called src_compile
              	ebuild.sh, line 1383:  Called toolchain-binutils_src_compile
  toolchain-binutils.eclass, line  231:  Called die
The specific snippet of code:
  	emake all || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/sys-devel/binutils-2.18-r1/temp/build.log'.



>>> Messages generated by process 5445 on 2007-12-12 20:35:10 for package x11-apps/xauth-1.0.2:

ERROR: compile

ERROR: x11-apps/xauth-1.0.2 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.



>>> Messages generated by process 7081 on 2007-12-12 20:41:34 for package x11-libs/libXpm-3.5.6:

ERROR: compile

ERROR: x11-libs/libXpm-3.5.6 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-libs/libXpm-3.5.6/temp/build.log'.



>>> Messages generated by process 5518 on 2007-12-12 21:44:37 for package sys-devel/binutils-2.18-r1:

ERROR: compile

ERROR: sys-devel/binutils-2.18-r1 failed.
Call stack:
              	ebuild.sh, line 1701:  Called dyn_compile
              	ebuild.sh, line 1039:  Called qa_call 'src_compile'
              	ebuild.sh, line   44:  Called src_compile
              	ebuild.sh, line 1383:  Called toolchain-binutils_src_compile
  toolchain-binutils.eclass, line  231:  Called die
The specific snippet of code:
  	emake all || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/sys-devel/binutils-2.18-r1/temp/build.log'.



>>> Messages generated by process 17224 on 2007-12-12 21:46:47 for package sys-devel/binutils-2.18-r1:

ERROR: compile

ERROR: sys-devel/binutils-2.18-r1 failed.
Call stack:
              	ebuild.sh, line 1701:  Called dyn_compile
              	ebuild.sh, line 1039:  Called qa_call 'src_compile'
              	ebuild.sh, line   44:  Called src_compile
              	ebuild.sh, line 1383:  Called toolchain-binutils_src_compile
  toolchain-binutils.eclass, line  231:  Called die
The specific snippet of code:
  	emake all || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/sys-devel/binutils-2.18-r1/temp/build.log'.



>>> Messages generated by process 28938 on 2007-12-12 21:50:09 for package dev-lang/ghc-6.6.1:

ERROR: compile

ERROR: dev-lang/ghc-6.6.1 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
  ghc-6.6.1.ebuild, line  275:  Called econf
     	ebuild.sh, line  638:  Called die
The specific snippet of code:
  			die "econf failed"
 The die message:
  econf failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/dev-lang/ghc-6.6.1/temp/build.log'.



>>> Messages generated by process 29928 on 2007-12-12 22:05:30 for package x11-libs/libXpm-3.5.6:

ERROR: compile

ERROR: x11-libs/libXpm-3.5.6 failed.
Call stack:
     	ebuild.sh, line 1701:  Called dyn_compile
     	ebuild.sh, line 1039:  Called qa_call 'src_compile'
     	ebuild.sh, line   44:  Called src_compile
     	ebuild.sh, line 1383:  Called x-modular_src_compile
  x-modular.eclass, line  348:  Called x-modular_src_make
  x-modular.eclass, line  343:  Called die
The specific snippet of code:
  	emake || die "emake failed"
 The die message:
  emake failed

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-libs/libXpm-3.5.6/temp/build.log'.

6

14.12.2007, 16:11

Nur leider hast du uns hier keine einzige Fehlermeldung gepostet.
Lesen!

Zitat

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

7

14.12.2007, 19:34

Ich habe das gepostet was gefordert wurde!

Lesen

Quellcode

1
2
3
4
5
6
7
 du muss nichts umleiten. um die log anzuchauen was du für schöne fehler bekommen hast gucke unter:
 
 
         Quellcode
     1

   /var/logs/portage/


Aber da ich mir einbilder auch dazulernen zu können kommt hier nun die build.log von xauth-1.0.2

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
>>> Unpacking source...
>>> Unpacking xauth-1.0.2.tar.bz2 to /var/tmp/portage/x11-apps/xauth-1.0.2/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-apps/xauth-1.0.2/work/xauth-1.0.2 ...
 * econf: updating xauth-1.0.2/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xauth-1.0.2/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=amd64 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr --datadir=/usr/share --enable-ipv6 --libdir=/usr/lib64 --build=amd64
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking if xorg-macros used to generate configure is at least 1.1... yes, 1.1.2
checking for amd64-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /bin/install -c
checking return type of signal handlers... void
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking for amd64-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XAUTH... yes
checking build system type... x86_64-pc-none
checking host system type... x86_64-pc-none
checking if Xtrans should support UNIX socket connections... yes
checking if Xtrans should support TCP socket connections... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking if IPv6 support should be built... yes
checking for struct sockaddr_in.sin_len... no
checking if Xtrans should support os-specific local connections... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory `/var/tmp/portage/x11-apps/xauth-1.0.2/work/xauth-1.0.2'
if gcc -DHAVE_CONFIG_H -I. -I. -I. 	-O2 -pipe -MT xauth-gethost.o -MD -MP -MF ".deps/xauth-gethost.Tpo" -c -o xauth-gethost.o `test -f 'gethost.c' || echo './'`gethost.c; \
	then mv -f ".deps/xauth-gethost.Tpo" ".deps/xauth-gethost.Po"; else rm -f ".deps/xauth-gethost.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. 	-O2 -pipe -MT xauth-parsedpy.o -MD -MP -MF ".deps/xauth-parsedpy.Tpo" -c -o xauth-parsedpy.o `test -f 'parsedpy.c' || echo './'`parsedpy.c; \
	then mv -f ".deps/xauth-parsedpy.Tpo" ".deps/xauth-parsedpy.Po"; else rm -f ".deps/xauth-parsedpy.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. 	-O2 -pipe -MT xauth-process.o -MD -MP -MF ".deps/xauth-process.Tpo" -c -o xauth-process.o `test -f 'process.c' || echo './'`process.c; \
	then mv -f ".deps/xauth-process.Tpo" ".deps/xauth-process.Po"; else rm -f ".deps/xauth-process.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. 	-O2 -pipe -MT xauth-xauth.o -MD -MP -MF ".deps/xauth-xauth.Tpo" -c -o xauth-xauth.o `test -f 'xauth.c' || echo './'`xauth.c; \
	then mv -f ".deps/xauth-xauth.Tpo" ".deps/xauth-xauth.Po"; else rm -f ".deps/xauth-xauth.Tpo"; exit 1; fi
sed -e 's|__vendorversion__|"xauth 1.0.2" "X Version 11"|' -e 's|__xorgversion__|"xauth 1.0.2" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < xauth.man > xauth.1
gcc  -O2 -pipe   -o xauth  xauth-gethost.o xauth-parsedpy.o xauth-process.o xauth-xauth.o -lXau -lXext -lXmuu -lX11   
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libX11.so: undefined reference to `dlopen'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libX11.so: undefined reference to `dlsym'
collect2: ld returned 1 exit status
make[1]: *** [xauth] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-apps/xauth-1.0.2/work/xauth-1.0.2'
make: *** [all] Error 2
 * 
 * ERROR: x11-apps/xauth-1.0.2 failed.
 * Call stack:
 *      	ebuild.sh, line 1701:  Called dyn_compile
 *      	ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *      	ebuild.sh, line   44:  Called src_compile
 *      	ebuild.sh, line 1383:  Called x-modular_src_compile
 *   x-modular.eclass, line  348:  Called x-modular_src_make
 *   x-modular.eclass, line  343:  Called die
 * The specific snippet of code:
 *   	emake || die "emake failed"
 *  The die message:
 *   emake failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-apps/xauth-1.0.2/temp/build.log'.
 *

8

14.12.2007, 19:59

Quellcode

1
2
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libX11.so: undefined reference to `dlopen'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libX11.so: undefined reference to `dlsym'

Wenn ich nicht irre, ist bei Dir schwer was kaputt. Die nicht auffindbaren Funktionen dlopen und dlsym sind IMO eigentlich Bestandteil des Paketes sys-libs/glibc - und ohne das läuft unter Linux eher wenig. ?(
Mach doch mal ein

Quellcode

1
emerge -pv sys-libs/glibc
und poste die Ausgabe (besser wäre noch "eix sys-libs/glibc", falls Du eix installiert haben solltest).

Gruß
Rudi
Seien Sie vorsichtig mit Gesundheitsbüchern - Sie könnten an einem Druckfehler sterben. [Mark Twain]

9

14.12.2007, 22:59

So, da ich leider noch nicht weiss wie ich eine Ausgabe speichere mal die Ausgabe die emerge bei

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
emegre -av glibc

>>> Messages generated by process 7150 on 2007-12-14 22:46:14 for package sys-libs/glibc-2.6.1:

ERROR: compile

ERROR: sys-libs/glibc-2.6.1 failed.
Call stack:
       ebuild.sh, line 1701:  Called dyn_compile
       ebuild.sh, line 1039:  Called qa_call 'src_compile'
       ebuild.sh, line   44:  Called src_compile
  glibc-2.6.1.ebuild, line  155:  Called eblit-run 'src_compile'
  glibc-2.6.1.ebuild, line  150:  Called eblit-glibc-src_compile
   src_compile.eblit, line  168:  Called src_compile
  glibc-2.6.1.ebuild, line  155:  Called eblit-run 'src_compile'
  glibc-2.6.1.ebuild, line  150:  Called eblit-glibc-src_compile
   src_compile.eblit, line  179:  Called toolchain-glibc_src_compile
   src_compile.eblit, line  120:  Called glibc_do_configure 'nptl'
   src_compile.eblit, line   97:  Called die
The specific snippet of code:
  "${S}"/configure ${myconf} || die "failed to configure glibc"
 The die message:
  failed to configure glibc

If you need support, post the topmost build error, and the call stack if relevant.
A complete build log is located at '/var/tmp/portage/sys-libs/glibc-2.6.1/temp/build.log'.


Ich hoffe du kannst damit etwas anfangen wenn nicht sag mir wie ich die ausgabe speichere.

Achso, hier noch die build.log von glibc

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
>>> Unpacking source...
 * Checking gcc for __thread support ...
  [ ok ]
 * Checking kernel version (>=2.6.9) ...
  [ ok ]
 * Checking linux-headers version (>=2.6.9) ...
  [ ok ]
>>> Unpacking glibc-2.6.1.tar.bz2 to /var/tmp/portage/sys-libs/glibc-2.6.1/work
>>> Unpacking glibc-ports-2.6.1.tar.bz2 to /var/tmp/portage/sys-libs/glibc-2.6.1/work/glibc-2.6.1
>>> Unpacking glibc-libidn-2.6.1.tar.bz2 to /var/tmp/portage/sys-libs/glibc-2.6.1/work/glibc-2.6.1
>>> Unpacking glibc-2.6.1-patches-1.1.tar.bz2 to /var/tmp/portage/sys-libs/glibc-2.6.1/work
 * Applying Gentoo Glibc Patchset 2.6.1-1.1 ...
 *   0010_all_glibc-ssp-compat.patch ...
  [ ok ]
 *   0030_all_glibc-respect-env-CPPFLAGS.patch ...
  [ ok ]
 *   1018_all_glibc-awk-in-C-locale.patch ...
  [ ok ]
 *   1020_all_glibc-inet-headers.patch ...
  [ ok ]
 *   1025_all_glibc-gcc-4.3-include-fixed.patch ...
  [ ok ]
 *   1030_all_glibc-manual-no-perl.patch ...
  [ ok ]
 *   1035_all_glibc-respect-build-programs.patch ...
  [ ok ]
 *   1040_all_2.3.3-localedef-fix-trampoline.patch ...
  [ ok ]
 *   1045_all_glibc-handle-long-kernel-versions.patch ...
  [ ok ]
 *   1055_all_glibc-resolv-dynamic.patch ...
  [ ok ]
 *   1060_all_glibc-cvs-getcwd-path-max.patch ...
  [ ok ]
 *   1075_all_glibc-section-comments.patch ...
  [ ok ]
 *   1090_all_glibc-2.3.6-fix-pr631.patch ...
  [ ok ]
 *   1100_all_glibc-2.3.3-china.patch ...
  [ ok ]
 *   1103_all_glibc-new-valencian-locale.patch ...
  [ ok ]
 *   1120_all_glibc-2.5-strict-aliasing.patch ...
  [ ok ]
 *   1130_all_glibc-2.4-undefine-__i686.patch ...
  [ ok ]
 *   1505_all_glibc-hppa-elf-relocs.patch ...
  [ ok ]
 *   1510_all_glibc-hppa-no-asm-elf-header.patch ...
  [ ok ]
 *   1530_all_glibc-m68k-sys-user.patch ...
  [ ok ]
 *   3000_all_2.3.6-dl_execstack-PaX-support.patch ...
  [ ok ]
 *   3010_all_2.3.3_pre20040117-pt_pax.patch ...
  [ ok ]
 *   3020_all_glibc-tests-sandbox-libdl-paths.patch ...
  [ ok ]
 *   4010_all_2.3.5-hardened-iconvconfig-unnest.patch ...
  [ ok ]
 *   5063_all_glibc-dont-build-timezone.patch ...
  [ ok ]
 *   5070_all_cross-compile-nptl.patch ...
  [ ok ]
 *   6001_all_alpha-glibc-2.4-xstat.patch ...
  [ ok ]
 *   6015_all_alpha-glibc-2.5-no-page-header.patch ...
  [ ok ]
 *   6016_all_alpha-glibc-2.5-no-asm-elf-header.patch ...
  [ ok ]
 *   6220_all_glibc-2.4-arm-cirrus-ep93xx-maverick-crunch-fpu.patch ...
  [ ok ]
 *   6230_all_arm-glibc-2.5-no-page-header.patch ...
  [ ok ]
 *   6235_all_arm-glibc-RTLD_SINGLE_THREAD_P.patch ...
  [ ok ]
 *   6400_all_sh-glibc-2.3.2-fpscr_values.patch ...
  [ ok ]
 *   6415_all_sh-glibc-2.5-no-asm-user-header.patch ...
  [ ok ]
 *   6416_all_sh-glibc-2.5-no-asm-elf-header.patch ...
  [ ok ]
 *   6605_all_glibc-2.4-fpu-cw-mips.patch ...
  [ ok ]
 *   6645_all_glibc-mips_shn_undef-hack.patch ...
  [ ok ]
 *   6650_all_glibc-mips_gnu-hash_support.patch ...
  [ ok ]
 * Done with patching
 * Using GNU config files from /usr/share/libtool
 *   Updating scripts/config.sub
  [ ok ]
 *   Updating scripts/config.guess
  [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sys-libs/glibc-2.6.1/work/glibc-2.6.1 ...
 * Building multilib glibc for ABIs: x86 amd64

 *         	ABI:   x86
 *      	CBUILD:   amd64
 *       	CHOST:   amd64
 *     	CTARGET:   amd64
 *  	CBUILD_OPT:   i686-pc-linux-gnu
 * 	CTARGET_OPT:   i686-pc-linux-gnu
 *          	CC:   
 *      	CFLAGS:   -pipe -O2 -fno-strict-aliasing

 * Configuring GLIBC for nptl with: 
		--disable-stackguard-randomization
		--enable-old-ssp-compat
		--enable-add-ons=nptl,c_stubs,libidn,ports
		--enable-kernel=2.6.9
		--without-selinux
		--without-cvs
		--enable-bind-now
		--build=i686-pc-linux-gnu
		--host=i686-pc-linux-gnu
		--disable-profile
		--without-gd
		--with-headers=/usr/include
		--prefix=/usr
		--libdir=/usr/lib32
		--mandir=/usr/share/man
		--infodir=/usr/share/info
		--libexecdir=/usr/lib32/misc/glibc
		
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: running configure fragment for add-on nptl
configure: running configure fragment for add-on c_stubs
configure: running configure fragment for add-on libidn
checking add-on ports for preconfigure fragments... am33 arm hppa m68k mips 
checking sysdep dirs... sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i686 nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet ports/sysdeps/unix/sysv/i386 sysdeps/unix/sysv/i386 nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/i386 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu nptl/sysdeps/i386/i686 sysdeps/i386/i686 sysdeps/i386/i486 nptl/sysdeps/i386/i486 sysdeps/i386/fpu nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for i686-pc-linux-gnu-gcc... gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for i686-pc-linux-gnu-g++... no
checking for i686-pc-linux-gnu-c++... no
checking for i686-pc-linux-gnu-gpp... no
checking for i686-pc-linux-gnu-aCC... no
checking for i686-pc-linux-gnu-CC... no
checking for i686-pc-linux-gnu-cxx... no
checking for i686-pc-linux-gnu-cc++... no
checking for i686-pc-linux-gnu-cl... no
checking for i686-pc-linux-gnu-FCC... no
checking for i686-pc-linux-gnu-KCC... no
checking for i686-pc-linux-gnu-RCC... no
checking for i686-pc-linux-gnu-xlC_r... no
checking for i686-pc-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/as is GNU as... yes
checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld is GNU ld... yes
checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/as... /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/as
checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/as... 2.16.1, ok
checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld... /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld
checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld... 2.16.1, ok
checking for pwd... /bin/pwd
checking for i686-pc-linux-gnu-gcc... (cached) gcc
checking version of gcc... 4.1.1, ok
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 3.81, ok
checking for gnumsgfmt... no
checking for gmsgfmt... gmsgfmt
checking version of gmsgfmt... 0.16.1, ok
checking for makeinfo... makeinfo
checking version of makeinfo... 4.8, ok
checking for sed... sed
checking version of sed... 4.1.5, ok
checking for autoconf... autoconf
checking whether autoconf works... yes
checking whether ranlib is necessary... no
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/sh
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for install-info... /usr/bin/install-info
checking for bison... /usr/bin/bison
checking for signed size_t type... no
checking for libc-friendly stddef.h... yes
checking whether we need to use -P to assemble .S files... no
checking whether .text pseudo-op must be used... yes
checking for assembler global-symbol directive... .globl
checking for .set assembler directive... yes
checking for assembler .type directive prefix... @
checking for .symver assembler directive... yes
checking for ld --version-script... yes
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... yes
checking for libunwind-support in compiler... no
checking for -z nodelete option... yes
checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... yes
checking for -Bgroup option... yes
checking for libgcc_s suffix... 
checking for --as-needed option... yes
checking whether --noexecstack is desirable for .S files... yes
checking for -z combreloc... yes
checking for -z execstack... yes
checking for -fpie... yes
checking for --hash-style option... no
checking for -fno-toplevel-reorder... no
checking for -fstack-protector... yes
checking for -fgnu89-inline... no
checking whether cc puts quotes around section names... no
checking for assembler .weak directive... yes
checking whether CFI directives are supported... yes
checking for ld --no-whole-archive... yes
checking for gcc -fexceptions... yes
checking for __builtin_expect... yes
checking for __builtin_memset... no
checking for redirection of built-in functions... yes
checking for __thread... yes
checking for tls_model attribute... yes
checking for libgd... no
checking for egrep... grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for long double... yes
checking size of long double... configure: error: cannot compute sizeof (long double), 77
See `config.log' for more details.
 * 
 * ERROR: sys-libs/glibc-2.6.1 failed.
 * Call stack:
 *        	ebuild.sh, line 1701:  Called dyn_compile
 *        	ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *        	ebuild.sh, line   44:  Called src_compile
 *   glibc-2.6.1.ebuild, line  155:  Called eblit-run 'src_compile'
 *   glibc-2.6.1.ebuild, line  150:  Called eblit-glibc-src_compile
 *	src_compile.eblit, line  168:  Called src_compile
 *   glibc-2.6.1.ebuild, line  155:  Called eblit-run 'src_compile'
 *   glibc-2.6.1.ebuild, line  150:  Called eblit-glibc-src_compile
 *	src_compile.eblit, line  179:  Called toolchain-glibc_src_compile
 *	src_compile.eblit, line  120:  Called glibc_do_configure 'nptl'
 *	src_compile.eblit, line   97:  Called die
 * The specific snippet of code:
 *   	"${S}"/configure ${myconf} || die "failed to configure glibc"
 *  The die message:
 *   failed to configure glibc
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-libs/glibc-2.6.1/temp/build.log'.
 *

10

15.12.2007, 00:30

Hallo Diabolus

Bist du mal die Standards, wie in den Forumskonventionen von maggu2810 empfohlen durchgegangen?

Punkt 5
Standardvorgehen Forumskonventionen

Zitat

Wenn Problemen bei dem Mergen von Paketen auftreten gilt es vor dem Posten mal folgedes selbst auszuprobieren (schadet eigentlich bei jeglicher Art von Problemen nicht):

Quellcode

emerge --sync
emerge -vaDNu world
dispatch-conf
revdep-rebuild
dispatch-conf


Alternativ kann man anstatt "dispatch-conf" natürlich auch "etc-update" benutzen.


Für die Ausführung von:

Quellcode

1
revdep-rebuild
muß das Paket

Quellcode

1
app-portage/gentoolkit
installiert sein.

Hier ist noch ein Link mit mehr Info zu app-portage/gentoolkit
http://www.gentoo.org/doc/de/gentoolkit.xml

MfG josef.95

11

16.12.2007, 16:40

Gut, dass habe ich nun versucht.

emerge -sync

funktioniert einwandfrei.

emerge -av gentoolkit geht auch bedenkenlos.

Doch emerge -vaDNu world bricht ab.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
>>> Unpacking source...
>>> Unpacking sandbox-1.2.18.1.tar.bz2 to /var/tmp/portage/sys-apps/sandbox-1.2.18.1-r2/work
 * Applying sandbox-1.2.18.1-open-normal-fail.patch ...
  [ ok ]
 * Applying sandbox-1.2.18.1-open-cloexec.patch ...
  [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sys-apps/sandbox-1.2.18.1-r2/work/sandbox-1.2.18.1 ...
 * If configure fails with a 'cannot run C compiled programs' error, try this:
 * FEATURES=-sandbox emerge sandbox
 * Configuring sandbox for ABI=x86...
 * econf: updating sandbox-1.2.18.1/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating sandbox-1.2.18.1/config.sub with /usr/share/gnuconfig/config.sub
../sandbox-1.2.18.1//configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib32 --enable-multilib --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/sys-apps/sandbox-1.2.18.1-r2/work/build-x86-amd64/config.log
 * 
 * ERROR: sys-apps/sandbox-1.2.18.1-r2 failed.
 * Call stack:
 *                	ebuild.sh, line 1701:  Called dyn_compile
 *                	ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                	ebuild.sh, line   44:  Called src_compile
 *   sandbox-1.2.18.1-r2.ebuild, line   87:  Called econf '--libdir=/usr/lib32' '--enable-multilib'
 *                	ebuild.sh, line  638:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 *  The die message:
 *   econf failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-apps/sandbox-1.2.18.1-r2/temp/build.log'.
 *


Ich bin dezent am verzweifeln.

12

16.12.2007, 19:34

machen wir mal so:


Quellcode

1
2
emerge -1 portage && emerge --sync && emerge -1 baselayout && etc-update && emerge -1 linux-headers && emerge -1 glibc libtool libstdc++-v3 gentoolkit && source /etc/profile  && emerge -1 binutils && emerge -1 gcc && emerge -P gcc && emerge -uDN system && emerge -uDN world
 

13

16.12.2007, 19:59

Nein das scheitert ebenfalls bei sandbox mir der exakt gleichen Fehlermeldung.

14

16.12.2007, 23:08

Hallo Diabolus

Probiere doch bitte mal ein:

Quellcode

1
revdep-rebuild
wenn es dann immer noch nicht klappt dann

zeige uns doch bitte mal die Ausgabe von:

Quellcode

1
emerge --info


MfG josef.95

15

16.12.2007, 23:10

RE: Gentoo AMD64 probleme mit X

lspci wird bei mir auf dem Rechner auch nicht gefunden.
lspci bekommst du mit der Installation von sys-apps/pciutils. Könnte aber problematisch werden bei den Problemen die du da sonst so hast...

16

17.12.2007, 00:33

Also pciutil lies sich einwandfrei emergen.

Liegt es im Bereich des Möglichen, dass meine Probleme im amd64 liegen und die Programme dafür noch nicht geeignet sind?

17

17.12.2007, 00:47

kann sein dass dein system nicht ganz sauber ist.

ich habe selbst amd 64bit und es fuktioniert wunderbar hier

18

17.12.2007, 12:01

Kannst Du mal die make.conf posten?
und bitte auch "emerge --info"?
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

19

17.12.2007, 22:02

Also hier kommt schonmal die make.conf

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
#CFLAGS=""
#CXXFLAGS="${CFLAGS}"
# This should not be changed unless you know exactly what you are doing.  You
# should probably be using a different stage, instead.
CHOST="amd64"
#MAKEOPTS="-j2"
USE="dri xorg gnome X gtk"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="vesa radeon"


emerge --info kommt sobald mir jemand sagt wie ich das in eine datei speichern kann.

20

18.12.2007, 01:48

Was ist denn das für ein CHOST? Nach welcher Dokumentation bist du denn da vorgegangen?
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.