Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bootstrap.sh Exitcode 2
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
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Sat Jan 04, 2003 9:27 pm    Post subject: bootstrap.sh Exitcode 2 Reply with quote

Hallo,

bin gerade bei der Installation von gentoo 1.4 rc2, nach einiger Zeit wird der bootstrap Prozess beendet und mir wird angezeigt:

Code:

Error: sys-devel/gcc-3.2.1 failed.
Function src_compile, Line 7178, Exitcode 2
no error message)


Was kann ich jetzt machen und das Problem zu lösen?
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Sun Jan 05, 2003 11:54 am    Post subject: Reply with quote

kann mir keiner helfen?
ich habe schon die make.conf geändert, so wie es in https://forums.gentoo.org/viewtopic.php?t=28280&highlight=sysdevel+gcc3+2+1+failed erklärt wird.
Back to top
View user's profile Send private message
Dimitri
Guru
Guru


Joined: 24 Jul 2002
Posts: 373
Location: Niederbayern/Germany

PostPosted: Sun Jan 05, 2003 12:10 pm    Post subject: Reply with quote

Hi,
was genau steht jetzt in Deiner make.conf? Dann noch welchen Rechner hast Du?

Dim
_________________
Visit kde-forum.de
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Sun Jan 05, 2003 12:30 pm    Post subject: Reply with quote

danke für deine Antwort!

make.conf:
CHOST="i586-pc-linux-gnu"
CFLAGES="-march=i586 -pipe"
CXXFLAGES"${CFLAGS}"

Rechner:
Intel Pentium 2 (266MHz)
128 RAM
Back to top
View user's profile Send private message
Dimitri
Guru
Guru


Joined: 24 Jul 2002
Posts: 373
Location: Niederbayern/Germany

PostPosted: Sun Jan 05, 2003 12:53 pm    Post subject: Reply with quote

Hi,
versuchs mal mit diesen Einstellungen:
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium2 -pipe -fomit-frame-pointer"
CXXFLAGES"${CFLAGS}"

Damit hast Du bis auf den prozessor die gleichen wie ich.

Dim
_________________
Visit kde-forum.de
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Mon Jan 06, 2003 1:08 pm    Post subject: Reply with quote

ich habe jetzt die make.conf so geändert wie du es geschrieben hast.

Leider bekomme ich noch immer die gleiche Meldung.
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1495
Location: Würzburg

PostPosted: Tue Jan 07, 2003 8:21 am    Post subject: Reply with quote

Da liegt ein Fehler im ebuild vor.
Welchen ebuild benutzt Du?

(normal gcc-3.2.1-r1)
Alles über -r5 ist Alpha! (der Rest funktioniert glaub ich auch nicht!)
Back to top
View user's profile Send private message
Dimitri
Guru
Guru


Joined: 24 Jul 2002
Posts: 373
Location: Niederbayern/Germany

PostPosted: Tue Jan 07, 2003 8:45 am    Post subject: Reply with quote

:?: Kann man denn beim bootstrapen sehen oder sogar auswählen welchen ebuild man verwendet /verwenden will.

Dim
_________________
Visit kde-forum.de
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Wed Jan 08, 2003 8:24 pm    Post subject: Reply with quote

gestern habe ich einen reboot durchgeführt und dann bootstrap nochmal gestartet und dann hats funktioniert. Keine Ahnung warum aber jetzt gehts.

Dafür gibts aber ein anderes Problem:



!!! ERROR: sys-devel/perl-5.6.1-r10 failed.
!!! Function src_compile, Line 158, Exitcode 2
!!! (no error message)



Quote:
try the following:

Code:

#nano -w /usr/portage/profiles/package.mask


at the beginning of the file add:

Code:

# masking because they dont work
=sys-devel/perl-5.6.1-r8
=sys-devel/perl-5.6.1-r9
=sys-devel/perl-5.6.1-r10


save the file (Ctrl-O) and go on with emerge system - portage should now begin to emerge perl-5.6.1-r7 and go on with the rest of the installation
https://forums.gentoo.org/viewtopic.php?t=28570&postdays=0&postorder=asc&start=0

Danach bekomme ich aber noch immer die gleiche Fehlermeldung??
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Wed Jan 08, 2003 9:05 pm    Post subject: Reply with quote

Was ich nicht verstehe ist, dass wenn ich "emerge system" starte folgendes ausgeführt wird:

>>> emerge (1 of 60) sys-devel/perl 5.6.1-r10 to /


Eigentlich müsst doch perl-5.6.1-r7 verwendet werden?
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Thu Jan 09, 2003 6:59 am    Post subject: make.conf Reply with quote

Hast du ACCEPT_KEYWORDS="~x86" in deiner make.conf stehen?
Wenn ja solltest du den Eintrag auf ACCEPT_KEYWORDS="~arch" ändern und das ganze nochmals versuchen.
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Thu Jan 09, 2003 10:50 am    Post subject: Reply with quote

Quote:
Hast du ACCEPT_KEYWORDS="~x86" in deiner make.conf stehen?

nein hab ich nicht gehabt

Quote:
Wenn ja solltest du den Eintrag auf ACCEPT_KEYWORDS="~arch" ändern und das ganze nochmals versuchen.


ich hab ACCEPT_KEYWORDS="~arch" in die make.conf geschrieben und dann nochmal emerge system ausgeführt.

dann wird >>> emerge (1 of 60) sys-devel/perl 5.6.1-r10 to / gestartet und es gibt wieder die gleiche Fehlermeldung.

Muss ich nach den hinzufügen von ACCEPT_KEYWORDS="~arch" in die make.conf den bootstrap.sh nochmal ausführen?
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Thu Jan 09, 2003 10:58 am    Post subject: Mein Fehler Reply with quote

habe gerade selbst bemerken müssen, das ich mich bei "~86" und "~arch" irrte. Die richtige Erklärung findest du unter https://forums.gentoo.org/viewtopic.php?t=29075&postdays=0&postorder=asc&start=25 .
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Thu Jan 09, 2003 10:33 pm    Post subject: Reply with quote

danke für den Link ;)

jetzt bekomme ich die Meldung:

>>> emerge (8 of 70) sys-devel/perl-5.8.0-r8 to /
>>> md5 ;-) perl-5.8.0.tar.gz
>>> Unpacking source
>>> Unpacking perl-5.8.0.tar.gz

*Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is:
*
* /otherdir/tmp/portage/perl-5.8.0-r8/work/patch

!!! Error: sys-devel/perl-5.8.0-r8 failed
!!! Function epatch, Line 163, Exitcode 0
!!! Connot find $EPATCH_SOURCE!
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