Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3513 - Net-DNS perl module
Summary: Net-DNS perl module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-08 11:14 UTC by Alexander Gretencord
Modified: 2002-06-14 09:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Digest-HMAC ebuild (Digest-HMAC-1.01.ebuild,581 bytes, text/plain)
2002-06-09 06:43 UTC, Alexander Gretencord
Details
New Net-DNS ebuild (Net-DNS-0.19-r2.ebuild,628 bytes, text/plain)
2002-06-09 07:02 UTC, Alexander Gretencord
Details
well obvious eh :) (Test-Harness-2.24.ebuild,531 bytes, text/plain)
2002-06-11 11:58 UTC, Alexander Gretencord
Details
Test-Simple (need Test-Harness) (Test-Simple-0.44.ebuild,573 bytes, text/plain)
2002-06-11 11:59 UTC, Alexander Gretencord
Details
Finally the new Net-DNS-0.22 (Net-DNS-0.22.ebuild,669 bytes, text/plain)
2002-06-11 11:59 UTC, Alexander Gretencord
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Gretencord 2002-06-08 11:14:38 UTC
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 Dan Armak (RETIRED) gentoo-dev 2002-06-08 11:32:40 UTC
Ditto with #3511. I'm the wrong person for handling this, sorry.  
Comment 2 Alexander Gretencord 2002-06-09 06:43:24 UTC
Created attachment 1402 [details]
Digest-HMAC ebuild

Ebuild needed to make the Net-DNS ebuild work.
Comment 3 Alexander Gretencord 2002-06-09 07:02:13 UTC
Created attachment 1403 [details]
New Net-DNS ebuild 

New Net-DNS ebuild with Digest-HMAC and MIME-Base64
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-11 05:23:56 UTC
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 Alexander Gretencord 2002-06-11 11:57:21 UTC
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 Alexander Gretencord 2002-06-11 11:58:32 UTC
Created attachment 1456 [details]
well obvious eh :)
Comment 7 Alexander Gretencord 2002-06-11 11:59:06 UTC
Created attachment 1457 [details]
Test-Simple (need Test-Harness)
Comment 8 Alexander Gretencord 2002-06-11 11:59:28 UTC
Created attachment 1458 [details]
Finally the new Net-DNS-0.22
Comment 9 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-14 09:46:54 UTC
Thanks for these.