Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Errore durante il bootstrap [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Mon Sep 06, 2004 5:58 pm    Post subject: Errore durante il bootstrap [RISOLTO] Reply with quote

Durante l'installazione di Gentoo 2004.2 da Stage1, arrivo al bootstrap, d opo aver scaricato i sorgenti necessari, lancio il bootstrap con:

Code:

#cd /usr/portage
#scripts/bootstrap.sh


Inizia il tutto e dopo restituisce:

-----------------------------------------------------------------------------------
checking for C compiler default output... configure : error: C compiler cannot create executable
...
configure: error: /bin/sh ' failed for autoconf-lib-link

!!! ERROR: sys-devel/gettext-0.12.1 failed.
!!! Function econf, Line 362, Exitcode 1
!!! econf failed
----------------------------------------------------------------------------------

Qualche soluzione ?

Grazie ciao
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558


Last edited by Ghostraider on Tue Sep 07, 2004 9:00 am; edited 1 time in total
Back to top
View user's profile Send private message
n3mo
l33t
l33t


Joined: 28 Mar 2004
Posts: 657
Location: In a Cruel World

PostPosted: Tue Sep 07, 2004 7:39 am    Post subject: Reply with quote

Mi sembra tanto un duplicato, comunque stessa risposta, controlla di aver attivato la swap oppure usa memtest86 per vedere se hai problemi di RAM.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31467
Location: here

PostPosted: Tue Sep 07, 2004 7:42 am    Post subject: Reply with quote

Le tue cflags sono a posto?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Tue Sep 07, 2004 8:17 am    Post subject: Reply with quote

Si la swap dovrebbe essere a posto, ho dato all'inizio dell'installazione
Code:

#mkswap /dev/hda2
#swapon /dev/hda2


Per le CFLAGS avevo modificato il make.conf così
Code:

CFLAGS="-02 -march=pentium-m -pipe -fomit-frame-pointer"

_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31467
Location: here

PostPosted: Tue Sep 07, 2004 8:22 am    Post subject: Reply with quote

Sei sicuro che esista pentium-m? -fomit-frame-pointer puoi toglierlo visto che e' gia' inclusa nel -O2
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
n3mo
l33t
l33t


Joined: 28 Mar 2004
Posts: 657
Location: In a Cruel World

PostPosted: Tue Sep 07, 2004 8:22 am    Post subject: Reply with quote

Quote:
-march=pentium-m
che compilatore stai usando ? Non vorrei dire una boiata ma mi pare che l'opzione pentium-m sia stata introdotta con gcc-3.4.0, prova ad usare pentium4.
Back to top
View user's profile Send private message
paolo
l33t
l33t


Joined: 23 Jul 2002
Posts: 768
Location: SBT (AP)

PostPosted: Tue Sep 07, 2004 8:28 am    Post subject: Reply with quote

n3mo wrote:
Quote:
-march=pentium-m
che compilatore stai usando ? Non vorrei dire una boiata ma mi pare che l'opzione pentium-m sia stata introdotta con gcc-3.4.0, prova ad usare pentium4.


Right: nel gcc 3.3.x l'opzione "pentium-m" non c'è ed è stata introdotta col 3.4

Dal manuale dell'ultimo gcc:
Code:

pentium-m
    Low power version of Intel Pentium3 CPU with MMX, SSE and SSE2 instruction set support. Used by Centrino notebooks.


Io con Centrino (e gcc 3.3.4) uso -march=pentium3.

P.
_________________
Nihil sine magno labore
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Tue Sep 07, 2004 8:30 am    Post subject: Reply with quote

Ho messo pentium-m perchè ho un Centrino, il file make.conf me lo hanno suggerito sul forum...
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
n3mo
l33t
l33t


Joined: 28 Mar 2004
Posts: 657
Location: In a Cruel World

PostPosted: Tue Sep 07, 2004 8:30 am    Post subject: Reply with quote

Dai retta usa pentium4. :wink:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31467
Location: here

PostPosted: Tue Sep 07, 2004 8:31 am    Post subject: Reply with quote

Ghostraider wrote:
Ho messo pentium-m perchè ho un Centrino, il file make.conf me lo hanno suggerito sul forum...

Se non hai gcc-3.4 e' normale che ti dica error: C compiler cannot create executable . Se e' un centrino recente metti pentium4 se no pentium3 come suggerito da paolo
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Tue Sep 07, 2004 8:31 am    Post subject: Reply with quote

Ah ok ora è chiaro ... grazie! provo e vi so dire !
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Tue Sep 07, 2004 9:02 am    Post subject: Reply with quote

Si ottimo così sembra funzionare.

Grazie a tutti.

Alla prossima.

Ciao
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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