Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6487 - AxKit does not depend on Digest::MD5
Summary: AxKit does not depend on Digest::MD5
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-14 18:43 UTC by Paul Prince
Modified: 2002-10-25 12:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Prince 2002-08-14 18:43:12 UTC
AxKit does not depend on Digest::MD5, which is not a standard Perl module before
a certain Perl version.

I know this bug report is lacking.  It's my first.  Please tell me what I could
have done to have made it better.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-08-15 21:18:50 UTC
You're fine. I actually have another ticket for a new version of axkit, so I may
wait to correct this to see if the new version is "good".
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-08-20 19:39:00 UTC
AxKit *does* depend on Digest::MD5. From the configure script for Axkit as it
configured:

checking for module Digest::MD5 >= version 2.09... yes
Comment 3 Paul Prince 2002-08-27 17:28:43 UTC
AxKit's configure script checks for Digest::MD5, but AxKit's ebuild does not
specify Digest::MD5 as a depend.

If the user has never installed Digest::MD5, the build will fail, quite incorrectly.

I think I worded my report ambiguously.  I appologise.

-Paul
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2002-08-27 18:47:17 UTC
=:) really sorry about that then - I read that the first way (it doesn't depend
on it, so why require it?). The new ebuild for axkit 1.6 does depend on it
(DEPEND=), and is only masked because I am waiting back on testers for it.

Does it actually fail for you? The reason I ask is that Digest::MD5, I thought,
was part of the core perl install. Granted, not the more recent version, but I
thought that it was one of the core modules (could be mistaken though).

At any rate, there is an ebuild, should be in your portage tree, masked, for 1.6
of AxKit that does depend on D:m5. 

Thanks!

Mike
Comment 5 Michael Cummings (RETIRED) gentoo-dev 2002-10-23 10:30:53 UTC
This is corrected. Please close this bug when you have a chance.