Bug 3513 - Net-DNS perl module
Bug#: 3513 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: seemant@gentoo.org Reported By: arutha@gmx.de
Component: Ebuilds
URL: 
Summary: Net-DNS perl module
Keywords:  
Status Whiteboard: 
Opened: 2002-06-08 11:14 0000
Description:   Opened: 2002-06-08 11:14 0000
Digest/HMAC_MD5.pm is needed by Net-DNS but there is not such dep (not even an  
ebuild for it. Also if the ebuild had called make test (or the eclass had done 
so, different bug has been reported by me for that) this would have been 
discovered earlier. 

So we need a Digest-HMAC ebuild for the Net-DNS ebuild to work at all! (How 
did this ebuild get in without that ???)

------- Comment #1 From Dan Armak (RETIRED) 2002-06-08 11:32:40 0000 -------
Ditto with #3511. I'm the wrong person for handling this, sorry.  

------- Comment #2 From Alexander Gretencord 2002-06-09 06:43:24 0000 -------
Created an attachment (id=1402) [details]
Digest-HMAC ebuild

Ebuild needed to make the Net-DNS ebuild work.

------- Comment #3 From Alexander Gretencord 2002-06-09 07:02:13 0000 -------
Created an attachment (id=1403) [details]
New Net-DNS ebuild 

New Net-DNS ebuild with Digest-HMAC and MIME-Base64 

------- Comment #4 From Seemant Kulleen (RETIRED) 2002-06-11 05:23:56 0000 -------
Warning: prerequisite Test::More failed to load: Can't locate Test/More.pm in
@INC (@INC contains: /usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl .) at (eval 13) line 3.


Alexander, that's the warning I'm getting with Net-DNS-0.22
Any clues?

Thanks for both ebuilds.  Added to portage.

------- Comment #5 From Alexander Gretencord 2002-06-11 11:57:21 0000 -------
Well basically you "just" need Test::More before even the Net-DNS Makefile will
run. I'll attach a Net-DNS-0.22 ebuild as well as a Test-Simple (which includes
Test::More) ebuild. Test-Simple itself needs Test-Harness which I will also
attach. 

------- Comment #6 From Alexander Gretencord 2002-06-11 11:58:32 0000 -------
Created an attachment (id=1456) [details]
well obvious eh :)

------- Comment #7 From Alexander Gretencord 2002-06-11 11:59:06 0000 -------
Created an attachment (id=1457) [details]
Test-Simple (need Test-Harness)

------- Comment #8 From Alexander Gretencord 2002-06-11 11:59:28 0000 -------
Created an attachment (id=1458) [details]
Finally the new Net-DNS-0.22

------- Comment #9 From Seemant Kulleen (RETIRED) 2002-06-14 09:46:54 0000 -------
Thanks for these.