[Cooker] urpmi dependencies

2002-02-22 Thread Borsenkow Andrej

[root@iap-pxy-mow1 bor]# rpm -qR urpmi
...
perl-DateManip = 5.40
...
perl-base  
^
[root@iap-pxy-mow1 bor]# rpm -qR perl-DateManip
perl = 5.600
^

Does perl-DateManip really need perl and not perl-base? In any case
perl-base in urpmi currently is useless

I'd prefer that DateManip not required perl but perl-base :-)

-andrej




Re: [Cooker] urpmi dependencies

2002-02-22 Thread Guillaume Cottenceau

Borsenkow Andrej [EMAIL PROTECTED] writes:

 [root@iap-pxy-mow1 bor]# rpm -qR urpmi
 ...
 perl-DateManip = 5.40
 ...
 perl-base  
 ^
 [root@iap-pxy-mow1 bor]# rpm -qR perl-DateManip
 perl = 5.600
 ^
 
 Does perl-DateManip really need perl and not perl-base? In any case
 perl-base in urpmi currently is useless
 
 I'd prefer that DateManip not required perl but perl-base :-)

And does it still work if you removed perl? Maybe the dep is
real, maybe not :-).



-- 
Guillaume Cottenceau - http://www.frozen-bubble.org/




Re: [Cooker] urpmi dependencies

2002-02-22 Thread Guillaume Cottenceau

Borsenkow Andrej [EMAIL PROTECTED] writes:

  
  And does it still work if you removed perl? Maybe the dep is
  real, maybe not :-).
 
 
 urpmi dep is worng :(
 
 [root@iap-pxy-mow1 bor]# urpmq -r --auto-select
 Can't locate Fcntl.pm in @INC (@INC contains:

I don't what would be the best way to solve this, because
we can't be sure that Fcntl.pm is in perl or perl-base
forever :-(.

Maybe a require on the file, but in this case we would need to
use `/usr/lib/perl5/5.6.1/i386-linux/Fcntl.pm', which is probably
bad for perl version changes and also it's arch dependant :-(.



-- 
Guillaume Cottenceau - http://www.frozen-bubble.org/