Re: [Cooker] Perl MD5

2002-07-30 Thread Gueorgui Mihaylov

I didn't mention, my install is on pentium 3 machine.
Please, no references to rpm packages, without
testing.
 I'm afraid, that if overlooked this problem will
appear into the final 9.0 .

  Perl scripts that require MD5 module are just
 stuck if
  I install perl only with mdk packages, so I have
 to
  download  from CPAN.  Source install works, but it
 is
  much more time consuming, than having a ready rpm.
  
  Gueorgui
  
 
 ls /RPMS-contrib/perl-MD5-1.7-12mdk.ppc.rpm
 
 x86 version is available also of course
 
 Stew Benedict
 
 
 

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Perl MD5

2002-07-30 Thread Stew Benedict


On Tue, 30 Jul 2002, Gueorgui Mihaylov wrote:

 I didn't mention, my install is on pentium 3 machine.
 Please, no references to rpm packages, without
 testing.
  I'm afraid, that if overlooked this problem will
 appear into the final 9.0 .
 

???  I didn't test it as I have no occasion to use it at the moment.  I
was just trying to point you to the fact it is included, in contribs or at
least the description looks like what you are looking for:

The perl-MD5 package provides the MD5 module for the Perl
programming language.

I was working on a ppc machine at the time.

   Perl scripts that require MD5 module are just
  stuck if
   I install perl only with mdk packages, so I have
  to
   download  from CPAN.  Source install works, but it
  is
   much more time consuming, than having a ready rpm.
   
   Gueorgui
   
  
  ls /RPMS-contrib/perl-MD5-1.7-12mdk.ppc.rpm
  
  x86 version is available also of course
  
  Stew Benedict
  

Stew Benedict





Re: [Cooker] Perl MD5

2002-07-30 Thread Pixel

Gueorgui Mihaylov [EMAIL PROTECTED] writes:

 Hi there,
 I just noticed a problem, that wasn't fixed in 8.2
 too.
 Perl scripts that require MD5 module are just stuck if
 I install perl only with mdk packages, so I have to
 download  from CPAN.

you'd better use Digest::MD5 which is integrated upstream:

% rpm -q --provides perl | grep MD5
perl-Digest-MD5  
MD5.so  
perl(Digest::MD5) = 2.20




[Cooker] Perl MD5

2002-07-29 Thread Gueorgui Mihaylov

Hi there,
I just noticed a problem, that wasn't fixed in 8.2
too.
Perl scripts that require MD5 module are just stuck if
I install perl only with mdk packages, so I have to
download  from CPAN.  Source install works, but it is
much more time consuming, than having a ready rpm.

Gueorgui



__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] perl MD5 packages

2000-08-07 Thread Jean-Michel Dault

On Mon, 7 Aug 2000, Eugenio Diaz wrote:

 This problem has been there for ages ...
 
 [root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
 rpm -Fvh perl*
 error: failed dependencies:
  perl-Digest-MD5 conflicts with perl-MD5-1.7-12mdk
 [root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#

OK... for the LAST TIME.

According to Gisle Aas [EMAIL PROTECTED], the maintainer of the MD5 modules:

"The MD5 module is *deprecated*. Use Digest::MD5 instead. 

The current MD5 module is just a wrapper around the Digest::MD5 module. 
It is provided so that legacy code that rely on the old interface get
the speed benefit of the new module."


Jean-Michel Dault
[EMAIL PROTECTED]





Re: [Cooker] perl MD5 packages

2000-08-07 Thread Pixel

Jean-Michel Dault [EMAIL PROTECTED] writes:

[...]

   perl-Digest-MD5 conflicts with perl-MD5-1.7-12mdk
  [root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
 
 OK... for the LAST TIME.
 
 According to Gisle Aas [EMAIL PROTECTED], the maintainer of the MD5 modules:
 
 "The MD5 module is *deprecated*. Use Digest::MD5 instead. 

ok, perl-MD5 is only used by sympa...




[Cooker] perl MD5 packages

2000-08-06 Thread Eugenio Diaz

This problem has been there for ages ...

[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
rpm -Fvh perl*
error: failed dependencies:
 perl-Digest-MD5 conflicts with perl-MD5-1.7-12mdk
[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#

--
Eugenio Diaz, BSEE/BSCE
Linux Engineer
[EMAIL PROTECTED]






Re: [Cooker] perl, MD5 and deps

2000-07-17 Thread Pixel

Eugenio Diaz [EMAIL PROTECTED] writes:

 Why do we have two packages that apparently do the same?
 
 This two conflict with each other, but at the same time, they are both
 required by other two packages that has nothing to do with each other,
 sympa and perl-libwww-perl-5.48-1mdk! I think that the requires of these
 last two needs fixing ...

in fact, on CPAN, it's really 2 different modules. These modules only conflict
because of man pages :(

francois, it's yours ;p





[Cooker] perl, MD5 and deps

2000-07-16 Thread Eugenio Diaz

Why do we have two packages that apparently do the same?

This two conflict with each other, but at the same time, they are both
required by other two packages that has nothing to do with each other,
sympa and perl-libwww-perl-5.48-1mdk! I think that the requires of these
last two needs fixing ...

[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
rpm -Fvh perl-Digest-MD5-2.09-6mdk.i586.rpm
error: failed dependencies:
 perl-Digest-MD5 conflicts with perl-MD5-1.7-11mdk
[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
rpm -Fvh perl-MD5-1.7-11mdk.i586.rpm
error: failed dependencies:
 perl-Digest-MD5 conflicts with perl-MD5-1.7-11mdk
[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
rpm -e perl-Digest-MD5
error: removing these packages would break dependencies:
 perl-Digest-MD5 is needed by perl-libwww-perl-5.48-1mdk
[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
rpm -e perl-MD5-1.7-11mdk
error: removing these packages would break dependencies:
 perl-MD5 = 1.0 is needed by sympa-2.4-3mdk
[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#

--
Eugenio Diaz, BSEE/BSCE
Linux Engineer
[EMAIL PROTECTED]