Re: speaking of fixed.....maybe not

Jef Spaleta <[email protected]> 13 Aug 2002 19:24:31 -0400
Newsgroups gmane.linux.redhat.rpm.grab
Message-ID <1029281101.12174.149.camel@spatula>
Sorry this is going to be a long email...lots of cut and pasting to show
you the errors.


On Tue, 2002-08-13 at 16:48, Greg Kurtzer wrote:
> I went ahead and added the changes that I was thinking of.
> 
> Try the same scenerio with the newest devel version (1.0.5pre7) and see if
> that fixes the problem with the perl-Digest-MD5 not being resolved...
> 
> Greg

Looks like the colons are sort of fixed maybe......

trying to install perl-Net-DNS package...

 ./grab-devel --search perl --server=RAW

-Choose number(s): ('?' for help): 3
-Here is what I will download:
  perl-Net-DNS

-You selected 150K of archives
 ->Do you want to continue? [Y/n]: y
-Building local package provides database
-Searching for unresolved dependencies
 checking (100%):
perl-Net-DNS-0.26-2.noarch.rpm                               
        -perl-Net-DNS-Header [depres16]
        -perl-Net-DNS-Packet [depres16]
        -perl-Net-DNS-Question [depres16]
        -perl-Net-DNS-Resolver [depres16]
        -perl-Net-DNS-RR [depres16]
        -perl-Net-DNS-Select [depres16]
        -perl-Net-DNS-Update [depres16]
-The following packages have unresolvable
dependencies:                       
  perl-Net-DNS

-Do you wish to continue? [Y/n]: y

it installs....doing a quick rpm -qa --requires|grep DNS:
perl(Net::DNS)  
perl(Net::DNS::Header)  
perl(Net::DNS::Packet)  
perl(Net::DNS::Question)  
perl(Net::DNS::Resolver)  
perl(Net::DNS::RR)  
perl(Net::DNS::Select)  
perl(Net::DNS::Update)  

looks like the colons are being replaced with dashes....

on another note:

the --nolocaldeps option is behaving erratically.

first try...segfault
second try...illegal instruction error
third try and on....
./grab-devel --search perl --server=RAW --nolocaldeps

-Choose number(s): ('?' for help): 3
-Here is what I will download:
  perl-Digest-HMAC

-You selected 11K of archives
 ->Do you want to continue? [Y/n]: y
-Searching for unresolved dependencies
 checking (100%):
perl-Digest-HMAC-1.01-8.noarch.rpm                           
        -perl-Digest-MD5 [depres16]
-The following packages have unresolvable
dependencies:                       
  perl-Digest-HMAC




-jef