View previous topic :: View next topic |
Author |
Message |
dakr n00b
Joined: 07 Oct 2003 Posts: 73 Location: Switzerland
|
Posted: Thu Aug 19, 2004 8:11 pm Post subject: [RISOLTO] Problema di emerge kernel |
|
|
Ciao a tutti,
sulla mia macchina (imac - ppc) ho installato il kernel 2.6.8, ma quando faccio un emerge -uv world vuole installarmi il 2.4 e mi da un errore
Code: |
>>> emerge (7 of 13) sys-kernel/ppc-sources-2.4 to /
>>> Unpacking source...
* Kernel 2.4 has been deprecated as all PowerPC development has moved to the
* 2.6 kernel tree.
*
* Please use one of following kernels:
* - gentoo-dev-sources (2.6 vanilla + performance enhancing patches + pegasos support
* - pegasos-dev-sources (2.6 vanilla + lots of features + pegasos support)
* - development-sources (2.6 vanilla - no pegasos support)
!!! ERROR: sys-kernel/ppc-sources-2.4 failed.
!!! Function src_unpack, Line 26, Exitcode 0
!!! (no error message)
|
Qualcuno di voi ha un idea di cosa posso fare per ovviare al problema?
Grazie e ciaoooooo
Last edited by dakr on Thu Aug 19, 2004 9:40 pm; edited 1 time in total |
|
Back to top |
|
|
OKreZ Guru
Joined: 27 Apr 2003 Posts: 372 Location: Padova (IT)
|
Posted: Thu Aug 19, 2004 8:25 pm Post subject: |
|
|
controlla di non aver installato un ppc-sources-2.4 Code: | # emerge -Cp ppc-sources-2.4 |
_________________ (HCS)OKreZ |
|
Back to top |
|
|
dakr n00b
Joined: 07 Oct 2003 Posts: 73 Location: Switzerland
|
Posted: Thu Aug 19, 2004 8:39 pm Post subject: |
|
|
sembrerebbe di no
Code: |
iServer conf # emerge -Cp ppc-sources-2.4
>>> These are the packages that I would unmerge:
--- Couldn't find ppc-sources-2.4 to unmerge.
>>> unmerge: No packages selected for removal.
|
anche se inizialmente, quando ho installato la macchina aveva il kernel 2.4, poi sono passato al 2.6 |
|
Back to top |
|
|
OKreZ Guru
Joined: 27 Apr 2003 Posts: 372 Location: Padova (IT)
|
Posted: Thu Aug 19, 2004 9:06 pm Post subject: |
|
|
e Code: | # cat /var/cache/edb/world | grep sources |
cosa ti dice ? _________________ (HCS)OKreZ |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Thu Aug 19, 2004 9:33 pm Post subject: |
|
|
Prova a guardare con
Code: | # emerge -Cp ppc-sources |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
dakr n00b
Joined: 07 Oct 2003 Posts: 73 Location: Switzerland
|
Posted: Thu Aug 19, 2004 9:39 pm Post subject: |
|
|
Code: |
iServer ~ # cat /var/cache/edb/world | grep sources
sys-kernel/gentoo-dev-sources
sys-kernel/ppc-sources
sys-kernel/ppc-development-sources
iServer ~ # emerge -Cp ppc-sources
>>> These are the packages that I would unmerge:
sys-kernel/ppc-sources
selected: 2.4.24-r2 2.4.24 2.4.26-r4
protected: none
omitted: none
>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.
|
mi sa che questi li posso rimuoverli
Code: | emerge -C ppc-sources |
e adesso
funziona, grazie mille |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Thu Aug 19, 2004 9:40 pm Post subject: |
|
|
Metti il tag [risolto] al titolo _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|