Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7990 - dev-perl/ExtUtils-MakeMaker is dependant upon itself
Summary: dev-perl/ExtUtils-MakeMaker is dependant upon itself
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
: 8050 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-16 10:54 UTC by John
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 2002-09-16 10:54:02 UTC
I'm sorry, I don't know how I know what version of Gentoo I'm running, but 
here's something that's just gotta be a bug.  I've got a freshly compiled and 
running Gentoo system.  I've got nothing on it but the distro.  When I try to 
install anything like KDE or WEBMIN or anything that has a dependency of 
ExtUtils-MakeMaker, I get an error suh-um like this:

sbin # emerge webmin

These are the packages that I would merge, in order.

Calculating dependencies ...done!
!!! Error: circular dependencies:

ebuild / dev-perl/Net-SSLeay-1.19 depends on ebuild / dev-perl/ExtUtils-
MakeMaker-6.03-r1
ebuild / dev-perl/ExtUtils-MakeMaker-6.03-r1 depends on ebuild / dev-
perl/ExtUtils-MakeMaker-6.03-r1
ebuild / app-admin/webmin-1.000 depends on ebuild / dev-perl/Net-SSLeay-1.19

I've gone so far as to remove all traces of MakeMaker from my portage tree, but 
after an rsync, it's right back there with the problem.  I can't build KDE 
without it.  Anything you can do?
Comment 1 SpanKY gentoo-dev 2002-09-16 13:42:52 UTC
what version of portage ?
`emerge --version`
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-09-16 20:23:37 UTC
Sure is. (a bug, that is). Have a replacement ebuild, but in order to test it
(since the makemaker module is a core perl piece) i need to recompile perl on my
box so that it is pre-fixed to make sure it installs correctly. Should have an
answer for you tomorrow.
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2002-09-17 15:12:20 UTC
Removed the eclass from the inherits and made it self contained. Loop should be
gone as of the mirror replication.
Comment 4 SpanKY gentoo-dev 2002-09-17 21:43:09 UTC
*** Bug 8050 has been marked as a duplicate of this bug. ***
Comment 5 Michael Cummings (RETIRED) gentoo-dev 2002-09-18 06:26:21 UTC
Has anyone on this bug had an opportunity to confirm that this looping is no 
longer present? Given the changes I made to that ebuild, it can't be, but hey, 
I live in a closed loop system =:)
Comment 6 paddym 2002-09-18 21:28:45 UTC
The looping went away for me.  I was able to get perl-tk installed after this
was resolved.  Thanks.