Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fehler bei bootstrap.sh
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
kleiner
n00b
n00b


Joined: 06 Mar 2004
Posts: 12

PostPosted: Sat Mar 06, 2004 8:26 am    Post subject: Fehler bei bootstrap.sh Reply with quote

Hi,
ich habe jetzt schon zweimal versucht bootstrap.sh auszuführen, aber beide male kommt am Ende folgende Fehlermeldung. Kann mir da jemand helfen?

collect2: ld terminated with signal 11 [Segmentation fault]
make[2]: *** [collect2] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/gcc-3.3.2-r5/work/build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-3.3.2-r5/work/build/gcc'
make: *** [bootstrap-lean] Error 2

!!! ERROR: sys-devel/gcc-3.3.2-r5 failed.
!!! Function src_compile, Line 435, Exitcode 2
!!! (no error message)

Ich kompilier auf Knoppix, habe die 2004.0 Version von den Stage1-packages genommen und der Inhalt meiner make.conf sieht so aus:

# These settings were set by the catalyst build script that automatically built this stage
CFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -pipe -march=athlon-xp"
CHOST="i386-pc-linux-gnu"
USE="-gnome -mikmod -motif 3dnow acl alsa apache2 cdr dvd dga doc evo icq imap java mbox mmx plotutils samba sse tetex "
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"

philipp
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Sat Mar 06, 2004 8:54 am    Post subject: Re: Fehler bei bootstrap.sh Reply with quote

kleiner wrote:

collect2: ld terminated with signal 11 [Segmentation fault]


okay, signal 11 deutet in den _meisten_ fällen auf speicherfehler hin. ist dein ram evtl. faul?

kleiner wrote:

CFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -pipe -march=athlon-xp"


allerdings ist das hier unfug.

entweder willst du -march ODER -mcpu.
wenn du einen athlon-xp hast nimm:

CFLAGS="-march=athlon-xp -O3 -fomit-frame-pointer -pipe"

und gut is.
probier dann nochmal und sag was passiert.
_________________
adopt an unanswered post
erst denken, dann posten
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