View previous topic :: View next topic |
Author |
Message |
mikfaina Tux's lil' helper
Joined: 16 Dec 2004 Posts: 121 Location: Firenze
|
Posted: Sat Jan 15, 2005 10:08 am Post subject: [INSTALL] problema emerge [RISOLTO] |
|
|
Salve,
Sto installando gentoo da stage1. Tutto a posto sino a quando non ho dato l'emerge system qui emergendo help2man-1.29 mi da errore in quando richiede perl 5.005.
Ho provato a dare l'emerge di perl che ho trovato nel portage come:
dev-lang/perl-5.8.4-r1 ma dando emerge perl-5.8.4-r1 mi da l'errore che ci sono problemi con le dipendenze di perl-5.8.4-r1 e dice di provare a " = exception".
Che vuol dire?? E' giusto che avendo avuto quell'errore dall'emerge system abbia dato un merge perl??
Last edited by mikfaina on Mon Jan 24, 2005 10:10 am; edited 2 times in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Sat Jan 15, 2005 10:23 am Post subject: |
|
|
Puoi postare i vari errori? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
mikfaina Tux's lil' helper
Joined: 16 Dec 2004 Posts: 121 Location: Firenze
|
Posted: Sat Jan 15, 2005 10:45 am Post subject: |
|
|
emerge help2man
md5 src_uri....
Unpackin source...
Unpackin help2man-1.29.tar.gz to /var/tmp/portage/help2man-1.29/work
Source unpacked
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandire=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --local statedir=/var/lib
creatin cache ./config.cache
checking for perl...no
configure: error: perl 5.005 required
Errore sys-apps/help2man-1.29 failed
Function econf, line 449, Exitcode 1
econf failed
If you need support....
emerge perl-5.8.4-r1
Problem in dev-lang/perl-5.8.4-r1 dependencies
"Spcific key require an operator (dev-lang/perl-5.8.4-r1) (try adding an '=')" exceptions |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Sat Jan 15, 2005 10:51 am Post subject: |
|
|
mikfaina wrote: | emerge perl-5.8.4-r1
Problem in dev-lang/perl-5.8.4-r1 dependencies
"Spcific key require an operator (dev-lang/perl-5.8.4-r1) (try adding an '=')" exceptions |
Sembrerebbe un errore nell'ebuild del perl... strano perché io ho la stessa versione installata.
Prova a rifare l'emerge sync, forse c'era un problema che é stato corretto
EDIT: Ho sbagliato, la versione che ho io é la 5.8.5-r2 _________________ Ciao da me! |
|
Back to top |
|
|
fabius Guru
Joined: 29 Nov 2004 Posts: 525
|
Posted: Sat Jan 15, 2005 12:04 pm Post subject: Re: [INSTALL] problema emerge system |
|
|
mikfaina wrote: | Ho provato a dare l'emerge di perl che ho trovato nel portage come:
dev-lang/perl-5.8.4-r1 ma dando emerge perl-5.8.4-r1 mi da l'errore che ci sono problemi con le dipendenze di perl-5.8.4-r1 e dice di provare a " = exception" |
Devi dare
Code: | emerge =dev-lang/perl-5.8.4-r1 |
Quando emergi una versione specifica devi sempre indicare l'operatore logico = |
|
Back to top |
|
|
mikfaina Tux's lil' helper
Joined: 16 Dec 2004 Posts: 121 Location: Firenze
|
Posted: Sat Jan 15, 2005 12:45 pm Post subject: |
|
|
emerge help2man
md5 src_uri....
Unpackin source...
Unpackin help2man-1.29.tar.gz to /var/tmp/portage/help2man-1.29/work
Source unpacked
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandire=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --local statedir=/var/lib
creatin cache ./config.cache
checking for perl...no
configure: error: perl 5.005 required
Errore sys-apps/help2man-1.29 failed
Function econf, line 449, Exitcode 1
econf failed
If you need support....
emerge perl-5.8.4-r1
Problem in dev-lang/perl-5.8.4-r1 dependencies
"Spcific key require an operator (dev-lang/perl-5.8.4-r1) (try adding an '=')" exceptions |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Sat Jan 15, 2005 12:52 pm Post subject: |
|
|
Perche' dai
Code: | emerge perl-5.8.4-r1 |
invece di dare come ti hanno detto
Code: | emerge =dev-lang/perl-5.8.4-r1 |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
maninthebox1 Guru
Joined: 14 Nov 2004 Posts: 384 Location: ITALIA - L'AQUILA
|
Posted: Wed Jan 19, 2005 2:42 pm Post subject: |
|
|
io ho risolto togliendo tra le USE java e jai !!!! avevo lo stesso problema! |
|
Back to top |
|
|
mikfaina Tux's lil' helper
Joined: 16 Dec 2004 Posts: 121 Location: Firenze
|
Posted: Mon Jan 24, 2005 10:10 am Post subject: |
|
|
Scusate il ritardo.
Ho risolto anche io emergendo l'ebuild perl singolarmente (come ha detto fedeli)
Ma come mai se help2man ha bisogno di perl non è incluso tra le sue dipendenze??
Cmq grazie a tutti
Mik |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Mon Jan 24, 2005 10:14 am Post subject: |
|
|
mikfaina wrote: | Ma come mai se help2man ha bisogno di perl non è incluso tra le sue dipendenze?? |
Perche' errare e' unamo. La dipendenza c'e' ma credo il problema sia la versione di perl ma potrei sbagliarmi _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|