BlackBoard » Computerecke » Betriebssysteme » Gentoo Stage 1 Bootstrap Problem » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag Druckvorschau | An Freund senden | Thema zu Favoriten hinzufügen
Neues Thema erstellen Antwort erstellen
Zum Ende der Seite springen Stage 1 Bootstrap Problem
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
Menetekel23
gezählt, gewogen, zerteilt


images/avatars/avatar-1999.jpg

Dabei seit: 22.05.2003
Beiträge: 296
Herkunft: /dev/null

traurig Stage 1 Bootstrap Problem       Zum Anfang der Seite springen

Leider bricht das Bootstrap Scripts bei der Installation von Gentoo ab
(Image: install-x86-minimal-2004.3.iso )
Die standart Fehlerausgabe des Bootstrap Scripts habe ich zur Fehlerdiagnose in eine Datei umgeleitet.

code:
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:
>>> Downloading http://gentoo.osuosl.org/distfiles/portage-2.0.51-r3.tar.bz2
--18:10:44--  http://gentoo.osuosl.org/distfiles/portage-2.0.51-r3.tar.bz2
           => `/usr/portage/distfiles/portage-2.0.51-r3.tar.bz2'
Resolving gentoo.osuosl.org... 140.211.166.134
Connecting to gentoo.osuosl.org[140.211.166.134]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 280,663 [application/x-tar]



QA Notice: USE Flag 'macos' not in IUSE for sys-apps/portage-2.0.51-r3
>>> Regenerating /etc/ld.so.cache...
>>> Downloading http://gentoo.osuosl.org/distfiles/linux-2.4.21.tar.bz2
--18:11:29--  http://gentoo.osuosl.org/distfiles/linux-2.4.21.tar.bz2
           => `/usr/portage/distfiles/linux-2.4.21.tar.bz2'
Resolving gentoo.osuosl.org... 140.211.166.134
Connecting to gentoo.osuosl.org[140.211.166.134]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28,533,733 [application/x-tar]



yes: standard output: Broken pipe
yes: write error
>>> Regenerating /etc/ld.so.cache...
>>> Downloading http://gentoo.osuosl.org/distfiles/gnuconfig-20040214.tar.bz2
--18:38:30--  http://gentoo.osuosl.org/distfiles/gnuconfig-20040214.tar.bz2
           => `/usr/portage/distfiles/gnuconfig-20040214.tar.bz2'
Resolving gentoo.osuosl.org... 140.211.166.134
Connecting to gentoo.osuosl.org[140.211.166.134]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 30,907 [application/x-tar]



>>> Regenerating /etc/ld.so.cache...
>>> Downloading http://gentoo.osuosl.org/distfiles/gettext-0.12.1.tar.gz
--18:38:38--  http://gentoo.osuosl.org/distfiles/gettext-0.12.1.tar.gz
           => `/usr/portage/distfiles/gettext-0.12.1.tar.gz'
Resolving gentoo.osuosl.org... 140.211.166.134
Connecting to gentoo.osuosl.org[140.211.166.134]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5,727,037 [application/x-gzip]


configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
format-lisp.c: In function `parse_upto':
format-lisp.c:3259: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/gettext-0.12.1-r2/temp/ccMUv2Wl.out file, please attach this to your bugreport.
make[4]: *** [format-lisp.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

!!! ERROR: sys-devel/gettext-0.12.1-r2 failed.
!!! Function src_compile, Line 54, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



Meine /etc/make.conf sieht wie folgt aus:

code:
1:
2:
3:
4:
5:
CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"



Noch einige Informationen zur Hardware:

cat /proc/cpuinfo

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 6
model		: 10
model name	: AMD Athlon(tm) XP 2800+
stepping	: 0
cpu MHz		: 2073.752
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow
bogomips	: 4087.80


lspi oder lshw kann ich bei Bedarf auch posten.

__________________
If the world didn't suck a little bit, we'd all fall off.
__________________________________________
Höre die Worte des Allmächtigen:
cat /usr/src/linux/arch/i386/boot/bzImage > /dev/dsp
20.11.2004 19:17 Menetekel23 ist offline E-Mail an Menetekel23 senden Beiträge von Menetekel23 suchen
Rudolf Rudolf ist männlich
BlackBoarder


Dabei seit: 16.09.2003
Beiträge: 958

      Zum Anfang der Seite springen

Der einzige Tip, den ich dir geben kann und mir andere Gentoouser gegeben haben, ist statt "(Image: install-x86-minimal-2004.3.iso )" die ultimative-cd zu benutzen. Also mit "Full"-Ausstatung, weil bereits einige Probleme mit der minimal Cd aufgetreten sind.

Vielleicht gehören die Fehlerausgaben hier dazu.
20.11.2004 21:59 Rudolf ist offline E-Mail an Rudolf senden Homepage von Rudolf Beiträge von Rudolf suchen
Black Star Black Star ist männlich
Der Pate [Admin]


images/avatars/avatar-2158.jpg

Dabei seit: 11.12.2001
Beiträge: 2.282
Herkunft: /dev/stderr

      Zum Anfang der Seite springen

Ich weiss nicht, was du gemacht hast, aber das hier ist der Fehler:

internal compiler error: Segmentation fault

Wieso der gcc segfaultet kann ich dir auch nicht sagen. Ist das der aus dem bootstrap oder der von der live-cd?
Wenns der von der live-cd ist, dann wechsel mal das image.

Ich hatte mit der 2004.2-x86-minimal-sonstwas.iso keine Probleme bei stage1.

__________________
vescere bracis meis

21.11.2004 23:24 Black Star ist offline E-Mail an Black Star senden Homepage von Black Star Beiträge von Black Star suchen
Menetekel23
gezählt, gewogen, zerteilt


images/avatars/avatar-1999.jpg

Dabei seit: 22.05.2003
Beiträge: 296
Herkunft: /dev/null

Themenstarter Thema begonnen von Menetekel23
      Zum Anfang der Seite springen

Da dieses Thema mir doch etwas zu speziell erscheint, habe ich es nocheinmal auf einem Gentoo Forum gepostet:
http://forums.gentoo.org/viewtopic.php?t=255084

__________________
If the world didn't suck a little bit, we'd all fall off.
__________________________________________
Höre die Worte des Allmächtigen:
cat /usr/src/linux/arch/i386/boot/bzImage > /dev/dsp
22.11.2004 14:49 Menetekel23 ist offline E-Mail an Menetekel23 senden Beiträge von Menetekel23 suchen
Baumstruktur | Brettstruktur
Gehe zu:
Neues Thema erstellen Antwort erstellen
BlackBoard » Computerecke » Betriebssysteme » Gentoo Stage 1 Bootstrap Problem

Forensoftware: Burning Board 2.3.6, entwickelt von WoltLab GmbH