Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.
Created an attachment (id=1402) [details] Digest-HMAC ebuild Ebuild needed to make the Net-DNS ebuild work.
Created an attachment (id=1403) [details] New Net-DNS ebuild New Net-DNS ebuild with Digest-HMAC and MIME-Base64
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.
Created an attachment (id=1456) [details] well obvious eh :)
Created an attachment (id=1457) [details] Test-Simple (need Test-Harness)
Created an attachment (id=1458) [details] Finally the new Net-DNS-0.22
Thanks for these.