View previous topic :: View next topic |
Author |
Message |
drudox l33t
Joined: 28 Jan 2016 Posts: 919
|
Posted: Sun Jan 27, 2019 9:38 am Post subject: genkernel si blocca |
|
|
Salve sto tentando di compilare il kernel (uso genkernel-next)
utilizzo menuconfig per configurare i parametri , e dopo aver aggiornato gcc (mi ritrovo la versione 7.3 e 8.2) specifico l'opzione o altrimenti di default visualizzo che utilizza la versione 6.3 ...
appena esco da menu confing il tutto rimane fermo con cursore lampeggiante!
ho anche provato a lanciare una compilazione senza menuconfig ma ugualment si blocca dopo aver caricato mproper .,.. non so proprio come fare !
buona domenica a tutti e grazie anticipatamente |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Sun Jan 27, 2019 9:42 am Post subject: |
|
|
Invece di specificare la versione di gcc a genkernel setta di default il 7.3 o 8.2 con gcc-config
Code: | # gcc-config -l
# gcc-config <numero_di_gcc_desiderato_ritornato_dal_comando_precedente>
# source /etc/profile
# emerge -1 sys-devel/libtool |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
drudox l33t
Joined: 28 Jan 2016 Posts: 919
|
Posted: Sun Jan 27, 2019 9:49 am Post subject: |
|
|
fatto ! ho impostato la 8.2... ho lanciato :
Code: | genkernel all --menuconfig |
sono uscito senza fare modifiche ... ma genkernel si blocca come prima .. e non compila ! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Sun Jan 27, 2019 9:56 am Post subject: |
|
|
Nessun messaggio? Puoi comunque postare l'esatto output? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
drudox l33t
Joined: 28 Jan 2016 Posts: 919
|
Posted: Sun Jan 27, 2019 10:36 am Post subject: |
|
|
ho provato anche genkernel oltre genkernel-next e han lo stesso comportamento si bloccano dopo aver stampato questo output
Code: |
* Gentoo Linux Genkernel; Version 3.5.3.3
* Running with options: all
* Using genkernel.conf from /etc/genkernel.conf
* Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
* Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..
* Linux Kernel 4.20.4-gentoo for x86_64...
* .. with config file /usr/share/genkernel/arch/x86_64/generated-config
I file /usr/src/linux/.config e /usr/share/genkernel/arch/x86_64/generated-config sono diversi
* Previous config backed up to .config--2019-01-27--11-33-46.bak
* kernel: Using config from /usr/share/genkernel/arch/x86_64/generated-config
* kernel: >> Running mrproper...
* >> Running oldconfig...
* kernel: >> Cleaning...
|
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Sun Jan 27, 2019 10:46 am Post subject: |
|
|
Hai provato a usare l'opzione --kernel-config=<file> per specificargli il file .config che vuoi? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
drudox l33t
Joined: 28 Jan 2016 Posts: 919
|
Posted: Sun Jan 27, 2019 11:19 am Post subject: |
|
|
stessa cosa .... :
Code: |
* Gentoo Linux Genkernel; Version 69
* Running with options: --kernel-config=/usr/src/linux-4.14.30-gentoo/.config all
* Using genkernel.conf from /etc/genkernel.conf
* Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
* Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..
* Linux Kernel 4.20.4-gentoo for x86_64...
* .. with config file /usr/src/linux-4.14.30-gentoo/.config
* kernel: Using config from /usr/src/linux-4.14.30-gentoo/.config
* Previous config backed up to .config--2019-01-27--12-16-41.bak
* kernel: >> Running mrproper...
* >> Running oldconfig...
* kernel: >> Cleaning...
|
|
|
Back to top |
|
|
sabayonino Veteran
Joined: 03 Jan 2012 Posts: 1047
|
Posted: Sun Jan 27, 2019 1:07 pm Post subject: |
|
|
forse ci sono opzioni nel 4.20 che non erano presenti nel 4.14 (di solito verso fine compilazione dovrebbe riportare errori)
e se non icordo male ci ero incappato pure io mesi fa ... ma avevo degli errori chiari.
prova una compilazione pulita. _________________ LRS 64/32 |
|
Back to top |
|
|
drudox l33t
Joined: 28 Jan 2016 Posts: 919
|
Posted: Sun Jan 27, 2019 1:12 pm Post subject: |
|
|
ho provato una semplice
ma stesso identico problema |
|
Back to top |
|
|
drudox l33t
Joined: 28 Jan 2016 Posts: 919
|
Posted: Sun Jan 27, 2019 3:04 pm Post subject: |
|
|
ho reinstallato gentoo-sources e ora compila !! doveva esser dovuto a dei problemi che avevo con l'orario al momento della prima compilazione del kernel |
|
Back to top |
|
|
|