Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23720 - dev-perl/PDL-2.4.0 bad dependency
Summary: dev-perl/PDL-2.4.0 bad dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-29 14:24 UTC by mc_bluebeard
Modified: 2003-07-06 09:04 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 mc_bluebeard 2003-06-29 14:24:08 UTC
dev-perl/PDL-2.4.0

depends on

dev-perl/ExtUtils-MakeMaker

but that is not accounted for in the dependency
tree of dev-perl/PDL-2.4.0

...or so i think...thanks!  you all do a great job!
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2003-06-29 20:09:33 UTC
I'm going to out on a limb here and guess that you performed a depclean recently.

The Short Answer: emerge dev-perl/ExtUtils-MakeMaker and you will be all set.

The Long Answer: For a long time, MakeMaker was a part of the eclass for perl modules. This was to overcome a fault in the version of MakeMaker that was available for perl 5.6.1 users (which at one point in the not so distant past, was our only user base). However, the ebuild for 5.6.1 has since been adjusted to roll the MakeMaker fix into the ebuild itself, so the dependancy was removed. The version of MakeMaker that came with 5.8 was always good. However, if you had the new version installed via ebuild, and recently performed a depclean, MakeMaker was removed (since it was no longer marked as a dependancy of anything). The next version of perl 5.8.0, r-12, is currently in testing and finzalizes the elimination of this dependancy along with a safer way to emerge core perl modules without overwriting the ones that came with perl (so if they are unmerged, there is no harm).

Back to the Short Answer: re-emerge dev-perl/ExtUtils-MakeMaker and you will be all set.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2003-07-06 09:04:48 UTC
Marking as fixed since there has been no feedback in over a month. If this is still an issue, please reopen this bug.