Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stage 1 Bootstrap Problem - i686
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Menetekel23
n00b
n00b


Joined: 21 Nov 2004
Posts: 16

PostPosted: Sun Nov 21, 2004 8:25 am    Post subject: Stage 1 Bootstrap Problem - i686 Reply with quote

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:

>>> 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:

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:

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.
Back to top
View user's profile Send private message
HCPawel
n00b
n00b


Joined: 17 Aug 2003
Posts: 38
Location: Nuremberg

PostPosted: Sun Nov 21, 2004 10:19 am    Post subject: Reply with quote

Hi Menetekel23

Puhhh - eine Idee von mir wär die Optimierung einmal versuchsweise auf -O2 zu setzen.

Code:

-O3
    Optimize yet more. This turns on everything -O2 does, along with also turning on -finline-functions.


-finline-functions
    Integrate all simple functions into their callers. The compiler heuristically decides which functions are simple enough to be worth integrating in this way.

    If all calls to a given function are integrated, and the function is declared static , then GCC normally does not output the function as assembler code in its own right.
Back to top
View user's profile Send private message
Menetekel23
n00b
n00b


Joined: 21 Nov 2004
Posts: 16

PostPosted: Sun Nov 21, 2004 10:51 am    Post subject: Reply with quote

Habe ich schon versucht - bringt leider den gleichen Fehler.
Ich werde heute nachmittag ein anderes Image probieren und wenn das nicht funzt von Stage2 oder Stage3 aus anfangen.
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1938

PostPosted: Sun Nov 21, 2004 11:49 am    Post subject: Reply with quote

ICEs sind eigentlich beim GCC relativ selten. Ist der Fehler reproduzierbar, d.h. tritt er immer an der gleichen Stelle auf? Hast du ein zu deiner Hardware passendes stageX-Archiv genommen?
_________________
Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong."
Back to top
View user's profile Send private message
Menetekel23
n00b
n00b


Joined: 21 Nov 2004
Posts: 16

PostPosted: Sun Nov 21, 2004 12:22 pm    Post subject: Reply with quote

Ich habe stage1-x86-2004.3.tar.bz2 genommen.
Und ja, der Fehler ist reproduzierbar - er tritt zumindes immer bei der Installation von "gettext" auf.
Back to top
View user's profile Send private message
Fauli
l33t
l33t


Joined: 24 Apr 2004
Posts: 760
Location: Moers, Germany

PostPosted: Sun Nov 21, 2004 4:28 pm    Post subject: Reply with quote

Menetekel23 wrote:
Und ja, der Fehler ist reproduzierbar - er tritt zumindes immer bei der Installation von "gettext" auf.

Gut, aber tritt er immer in format-lisp.c in Zeile 3259 auf?
Back to top
View user's profile Send private message
Menetekel23
n00b
n00b


Joined: 21 Nov 2004
Posts: 16

PostPosted: Mon Nov 22, 2004 12:07 pm    Post subject: Reply with quote

Ich habe es jetzt, wie angekündigt nocheinmal mit dem universal Image versucht. Aber der Bootstrap von Stage 1 bricht wieder ab:
Code:

12:58:17 (25.79 KB/s) - `/usr/portage/distfiles/gettext-0.12.1.tar.gz' saved [5727037/5727037]

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.
In file included from /usr/include/stdlib.h:225,
                 from ../../gettext-tools/lib/progreloc.c:30:
/usr/include/xlocale.h:31: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[3]: *** [progreloc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
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.



Macht es Sinn den Bug bei https://bugs.gentoo.org/ zu posten?
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Mon Nov 22, 2004 1:53 pm    Post subject: Reply with quote

Menetekel23 wrote:
Code:
The bug is not reproducible, so it is likely a hardware or OS problem.


Macht es Sinn den Bug bei https://bugs.gentoo.org/ zu posten?
Sieht nicht so aus.. Übertaktest Du? Wenn nicht, laß doch erst mal über Nacht memtest laufen...
Back to top
View user's profile Send private message
Menetekel23
n00b
n00b


Joined: 21 Nov 2004
Posts: 16

PostPosted: Mon Nov 22, 2004 3:04 pm    Post subject: Reply with quote

Nein, ich übertackte nicht. Memtest86 läuft jetzt erstmal ;-).
Damit kann man nur den RAM überprüfen oder?
An welchen Hardwarekomponenten kann der Fehler liegen?
Ich habe den PC gerade erst zusammengesetzt.
Kann vielleicht auch eine falsche BIOS Einstellung die Ursache sein?
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Mon Nov 22, 2004 3:47 pm    Post subject: Reply with quote

Würde ersteinmal die Kühlung im Auge behalten.
Netzteil=noName 300W? --> versuchen auszutauschen.
System untertakten (FSB@133MHz) und nocheinmal versuchen.
Back to top
View user's profile Send private message
Menetekel23
n00b
n00b


Joined: 21 Nov 2004
Posts: 16

PostPosted: Mon Nov 22, 2004 4:07 pm    Post subject: Reply with quote

Quote:
Würde ersteinmal die Kühlung im Auge behalten.

Die Kühlung bei der CPU stimmt, die Temperatur liegt laut BIOS und dem Windows Tool "Mainboard Monitor" immer unter 50 C, allerdings weiß ich nicht, ob der Vorbesitzer sie vielleicht übertaktet hat.
Die passiven Kühlkörper an der GraKa und an der Northbridge werden auch nicht besonders heiß.

Quote:
Netzteil=noName 300W?

Das Netzteil hat 400 Watt


Hier nochmal die Komponenten, die ich bei Ebay gekauft habe:

Grafikkarte
Mainboard
400 Watt Netzteil
CPU + Kühlung

Unter Windows läuft der PC im Office Betrieb ohne Probleme. Wenn es allerdings an 3d Anwendungen geht, stürzt die entsprechende Anwendung nach mehreren Minuten ab, falls sie überhaupt startet.
Back to top
View user's profile Send private message
kurt
Guru
Guru


Joined: 25 Aug 2003
Posts: 403
Location: Arni (AG); CH

PostPosted: Mon Nov 22, 2004 6:32 pm    Post subject: Reply with quote

Halo,

die fehlermeldung deutet eher auf einen buchstaben fehler in der make.conf

überprüfe bitte nochmal deine make.conf

Code:
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -march=athlon-xp -O2 -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
ARCH="x86"
ACCEPT_KEYWORDS="x86"
LINGUAS="de de_CH de_DE"


Obtimierungen:
-O2=Buchstabe Gross O und die Zahl 2
-O3=Buchstabe Gross O und die Zahl 3
-Os=Buchstabe Gross O und Buchstabe klein s

gruss

kurt
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Mon Nov 22, 2004 7:38 pm    Post subject: Reply with quote

Menetekel23 wrote:


Unter Windows läuft der PC im Office Betrieb ohne Probleme. Wenn es allerdings an 3d Anwendungen geht, stürzt die entsprechende Anwendung nach mehreren Minuten ab, falls sie überhaupt startet.

Das Kompilieren stellt die höchsten Anforderungen an die HW Stabilität, daß bei dir allerdings 3D Anwendungen abstürzen zeigt IMHO ein mögliches Spannungsproblem an.
Installiere dir mal unter Windows ein Tool, mit welchen man die MoBo-Spannungen überwachen kann und lasse so ein CPU/Speicher Testprogramm (Prime95, CPU-Burn) laufen. Auffälligkeiten? Gleiches auch bei Untertaktung der CPU/Graka beobachtbar?
Back to top
View user's profile Send private message
Menetekel23
n00b
n00b


Joined: 21 Nov 2004
Posts: 16

PostPosted: Tue Nov 23, 2004 9:38 am    Post subject: Reply with quote

Nachdem ich das System untertaktet habe laufen 3d Anwendungen, und das Basis-System von Gentoo habe ich auch schoninstalliert.
Jetzt muß ich nur noch schauen wie weit ich mit der FSB gehen kann bis das System wieder instabil wird.
Besten Dank Zielscheibe.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum