Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[INSTALL] problema emerge [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
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sat Jan 15, 2005 10:08 am    Post subject: [INSTALL] problema emerge [RISOLTO] Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31449
Location: here

PostPosted: Sat Jan 15, 2005 10:23 am    Post subject: Reply with quote

Puoi postare i vari errori?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sat Jan 15, 2005 10:45 am    Post subject: Reply with quote

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
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Jan 15, 2005 10:51 am    Post subject: Reply with quote

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 :roll:
_________________
Ciao da me!
Back to top
View user's profile Send private message
fabius
Guru
Guru


Joined: 29 Nov 2004
Posts: 525

PostPosted: Sat Jan 15, 2005 12:04 pm    Post subject: Re: [INSTALL] problema emerge system Reply with quote

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
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sat Jan 15, 2005 12:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31449
Location: here

PostPosted: Sat Jan 15, 2005 12:52 pm    Post subject: Reply with quote

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
View user's profile Send private message
maninthebox1
Guru
Guru


Joined: 14 Nov 2004
Posts: 384
Location: ITALIA - L'AQUILA

PostPosted: Wed Jan 19, 2005 2:42 pm    Post subject: Reply with quote

io ho risolto togliendo tra le USE java e jai !!!! avevo lo stesso problema!
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Mon Jan 24, 2005 10:10 am    Post subject: Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31449
Location: here

PostPosted: Mon Jan 24, 2005 10:14 am    Post subject: Reply with quote

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
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