View previous topic :: View next topic |
Author |
Message |
outreal Tux's lil' helper
Joined: 21 Oct 2003 Posts: 77
|
Posted: Thu Nov 20, 2003 11:58 pm Post subject: [XFREE-DRM] pb à l'emerge (résolu) |
|
|
Bonjour à tous,
Quand j'essaie de faire emerge xfree-drm, j'ai droit à
Quote: | !!! Function src_unpack, Line 92, Exitcode 0
!!!Please compile kernel sources with "make bzImage."
|
Pour information, ke compile mon noyau avec genkernel, au cas où ceci aurait une influence quelconque.
Merci d'avance,
OutReal
Last edited by outreal on Fri Nov 21, 2003 9:31 pm; edited 1 time in total |
|
Back to top |
|
|
kwenspc Advocate
Joined: 21 Sep 2003 Posts: 4954
|
Posted: Fri Nov 21, 2003 12:01 pm Post subject: |
|
|
fais c eque te dis ce message : vas dans /usr/src/linux et tappes make bzImage et c tout!
après recommence "l'emergement" de xfree-drm |
|
Back to top |
|
|
outreal Tux's lil' helper
Joined: 21 Oct 2003 Posts: 77
|
Posted: Fri Nov 21, 2003 12:31 pm Post subject: |
|
|
Merci !
Et quel est l'effet de cette commande ?
Cordialement,
OutReal |
|
Back to top |
|
|
kwenspc Advocate
Joined: 21 Sep 2003 Posts: 4954
|
Posted: Fri Nov 21, 2003 8:02 pm Post subject: |
|
|
bah en fait make bzImage recompile ton kernel. et il le place dasn /usr/src/linux/arch/boot/i386 si je me souviens biens.
en fait genkernel n'est qu'un script qui utilise cette commande.
il fait un make mrproper
un make menuconfig
ensuite un make dep clean
un make bzimage
et enfin un make modules
makes modules-install
voilà voilà. commandes bien utiles à savoir car c celles par défaut pour compiler un noyau linux
heureuseument sous gentoo on a genkernel qui evite quelque lignes de commandes. mais sans plus
voili voilou |
|
Back to top |
|
|
outreal Tux's lil' helper
Joined: 21 Oct 2003 Posts: 77
|
Posted: Fri Nov 21, 2003 9:31 pm Post subject: |
|
|
Merci kwenspc,
Mais l'étrange est que j'utilise genkernel mais j'ai quand même dû lancer make bzImage à la main...
En tout cas, mon pb est résolu
OutReal |
|
Back to top |
|
|
yoyo Bodhisattva
Joined: 04 Mar 2003 Posts: 4273 Location: Lyon - France
|
Posted: Mon Nov 24, 2003 8:50 am Post subject: |
|
|
outreal wrote: | Mais l'étrange est que j'utilise genkernel mais j'ai quand même dû lancer make bzImage à la main... |
En fait, "kwenspc" a oublié une commande dans sa liste :
Code: | mv /usr/src/linux/arch/boot/i386/bzImage /boot/kernel.xxx |
C'est pour cela qu'il n'est plus dans "/usr/src/linux/arch/boot/i386" et que xfree-drm ne le trouve pas.
Il est vrai qu'un "cp" aurait peut-être été plus approprié mais de toute façon rien ne vaux une bonne compile de noyau à la main (enfin, au moins le menuconfig) . _________________ La connaissance s'accroît quand on la partage.
JCB |
|
Back to top |
|
|
outreal Tux's lil' helper
Joined: 21 Oct 2003 Posts: 77
|
Posted: Mon Nov 24, 2003 12:25 pm Post subject: |
|
|
ok, merc |
|
Back to top |
|
|
kwenspc Advocate
Joined: 21 Sep 2003 Posts: 4954
|
Posted: Mon Nov 24, 2003 12:38 pm Post subject: |
|
|
ah oui c vrai... il fait aussi l'initrd et le busybox
j'avais oublié. |
|
Back to top |
|
|
|