Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24577 - Dependancy missing for dev-perl/Text-Balanced-1.95
Summary: Dependancy missing for dev-perl/Text-Balanced-1.95
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-07-16 03:12 UTC by John Gerritse
Modified: 2003-07-20 06:43 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 John Gerritse 2003-07-16 03:12:32 UTC
Today I ran an "emerge -u world" that wanted to emerge a number of ebuilds, 
starting with dev-perl/Text-Balanced-1.95. But this ebuild didn't want to 
compile/install. I checked the ebuild Makefile.PL file and noticed it needed 
dev-perl/ExtUtils-Makemaker. After emerging that packages, the Text-Balanced 
installed without any problems.

In short; dev-perl/Text-Balanced-1.95 is dependant on dev-perl/ExtUtils-
Makemaker, which needs to emerged first.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2003-07-16 03:49:31 UTC
Actually, the problem has nothing to do with Text-Balanced (it is a pure perl module with no non-perl-core dependancies, I checked). MakeMaker was recently removed from the perl-module eclass as a dependancy because the issues that required it there have been resolved - the default version in perl 5.8 is sufficient, and perl 5.6.1 has now been patched to the appropriate level. However, anyone performing a depclean, for instance, will have their copy of MakeMaker (if they installed it via ebuild) removed since it is no longer marked anywhere as a dependancy - causing the snafu that you incurred. 
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2003-07-20 06:43:19 UTC
http://dev.gentoo.org/~mcummings/makemaker.html for a slightly longer version of the repetitive answer to this question. Let me know if you have any questions.