Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
errore compilazione kernel [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
johnnystuff
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2003
Posts: 141

PostPosted: Sat Sep 06, 2003 10:34 pm    Post subject: errore compilazione kernel [risolto] Reply with quote

Ciao a tutti.
Sono sempre alle prese con la mia prima installazione di gentoo da stage1 senza connessione internet. Quindi, con l'aiuto, anzi la manna datami da the-matrix in questo post, ho brillantemente superato il bootstrap e (credo) dignitosamente emrso il sistema e iniziato la compilazione del kernel. Dei tarball listati da the-matrix, che sono questi:

linux-2.4.20.tar.bz2
patches-2.4.20-gentoo-r5.tar.bz2
patches-2.4.20-gaming-r3.tar.bz2
ck4_2.4.20.patch.bz2
patches-2.4.20-xfs-r3.tar.bz2
ck6_2.4.20.patch.bz2

ho scaricato solo il primo e il secondo. Poi ho messo tutto in ../distfiles e ho emerso i gentoo-sources come scritto nella Bibbia. Ho compilato con make menuconfig e.......

#make dep && make clean bzImage modules modules_install
.........15 minuti dopo...........
Entering directory '/usr/src/linux-2.4.20-gentoo-r6/arch/i386/lib'
Nothing to be done for 'modules'
Leaving dir '/usr/........'
No rule to make target 'modules-install'. Stop.

Che mi dite? E' solo un errore della compilazione o manca qualcosa più a monte? :roll:


Last edited by johnnystuff on Sun Sep 07, 2003 10:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
baudolino
n00b
n00b


Joined: 21 Jul 2003
Posts: 36
Location: FVG

PostPosted: Sun Sep 07, 2003 12:21 am    Post subject: Re: errore compilazione kernel Reply with quote

johnnystuff wrote:

#make dep && make clean bzImage modules modules_install
.........15 minuti dopo...........
Entering directory '/usr/src/linux-2.4.20-gentoo-r6/arch/i386/lib'
Nothing to be done for 'modules'
Leaving dir '/usr/........'
No rule to make target 'modules-install'. Stop.

Che mi dite? E' solo un errore della compilazione o manca qualcosa più a monte? :roll:


... forse l' underscore mancato ?
Benvenuto ! :wink:
_________________
Dopo il traguardo ci sono sempre i blocchi di partenza ...
( Gentoo docet )
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Sun Sep 07, 2003 12:24 am    Post subject: Reply with quote

No rule to make target 'modules-install'. Stop.

ci vuole l'underscore :D
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Sun Sep 07, 2003 2:09 am    Post subject: Reply with quote

make modules_install
:twisted:
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
johnnystuff
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2003
Posts: 141

PostPosted: Sun Sep 07, 2003 8:54 am    Post subject: Reply with quote

8O 8O 8O mannaja 'a maremma e tutti i filistei, come dicono al paese mio!!!!!!!! :lol: :lol: :lol:
Back to top
View user's profile Send private message
johnnystuff
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2003
Posts: 141

PostPosted: Sun Sep 07, 2003 9:33 am    Post subject: Reply with quote

okkey, come non detto, devo chiedere scusa a molti toscani e a tutti i filistei di sto mondo. L'errore ora è "cambiato" in questo modo:
#make dep && make clean bzImage modules modules-install:
.........5 min dopo..........
Entering directory '/usr/src/linux-2.4.20-gentoo-r6/arch/i386/lib'
Nothing to be done for 'modules'
Leaving dir '/usr/........'
No rule to make target 'modules-install'. Stop.

:roll: :roll:
Back to top
View user's profile Send private message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Sun Sep 07, 2003 10:13 am    Post subject: Reply with quote

Forse non hai capito. :?
Code:

 make mrproper
make xconfig
make dep && make clean bzImage modules modules_install


Copia i comandi, uno alla volta, da qui. Tu scrivi male l'ultimo comando :wink:

Leo
Back to top
View user's profile Send private message
johnnystuff
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2003
Posts: 141

PostPosted: Sun Sep 07, 2003 10:31 am    Post subject: Reply with quote

Scusa ma credo sia tu a non aver capito. La prima volta ho scritto modules_install, la seconda modules-install. L'errore è sempre lo stesso. Eppoi scusate picciotti, ma la sintassi giusta non è con l'underscore???
Comunque ora riprovo con make mrproper che prima mi ero scordato.....
Back to top
View user's profile Send private message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Sun Sep 07, 2003 10:49 am    Post subject: Re: errore compilazione kernel Reply with quote

Ciao.
Non voglio entrare nel merito di cio' che tu abbia scritto, o pensi di aver scritto :wink: , ma nel tu primo post dici di aver lanciato il comando con l'underscore, ma l'output dice il contrario! :twisted:

johnnystuff wrote:

[SNIP]
#make dep && make clean bzImage modules modules_install
.........15 minuti dopo...........
Entering directory '/usr/src/linux-2.4.20-gentoo-r6/arch/i386/lib'
Nothing to be done for 'modules'
Leaving dir '/usr/........'
No rule to make target 'modules-install'. Stop.


e' cio' che tutti ti hanno corretto.
Il comando corretto e' con l'underscore. Se vuoi sincerartene ti basta leggere il file /usr/src/linux/README attorno alla riga 187.

Ciao e in bocca al lupo

Leo
Back to top
View user's profile Send private message
johnnystuff
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2003
Posts: 141

PostPosted: Sun Sep 07, 2003 11:59 am    Post subject: Reply with quote

SCUSA SCUSA SCUSA SCUSA!!!!!!! C'HAI FO......AMENTE RAGIONE!!!!!!!!
L'errore sono io, ora ho capito. Pensa che avevo dubitato di bash! E soprattutto non di me stesso!!!! Ora è andato tutto apposto come se nulla fosse, il kernel, lilo e quant'altro.
MORALE: ORA HO UNA GENTOO BOX FUNZIONANTE E SCATTANTE (anche se ancora totalmente da configurare e soprattutto ancor priva di alcun DM).
Ancora GRAZIE A TUTTI per la disponibilità, la gentilezza e la pazienza. A presto! :wink:
Back to top
View user's profile Send private message
baudolino
n00b
n00b


Joined: 21 Jul 2003
Posts: 36
Location: FVG

PostPosted: Sun Sep 07, 2003 9:02 pm    Post subject: Reply with quote

Tutto e' bene quel che finisce bene...e l' ultimo chiuda il topic ! (mettendo il [RISOLTO] dove deve andare ... ) :twisted:
_________________
Dopo il traguardo ci sono sempre i blocchi di partenza ...
( Gentoo docet )
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