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
|
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 ???)
Ditto with #3511. I'm the wrong person for handling this, sorry.
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.
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.