Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215249 - dev-perl/version & dev-perl/module-build: circular dependencies w/ USE=test
Summary: dev-perl/version & dev-perl/module-build: circular dependencies w/ USE=test
Status: RESOLVED DUPLICATE of bug 185762
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 21:13 UTC by Paul Goldbaum (AMD64 Arch Tester)
Modified: 2008-03-28 22:08 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 Goldbaum (AMD64 Arch Tester) 2008-03-28 21:13:06 UTC
When trying to emerge dpkg with the "test" USE flag set, you get the following circular dependencies:

('ebuild', '/', 'dev-perl/version-0.73', 'merge') depends on
   ('ebuild', '/', 'dev-perl/module-build-0.28.08', 'merge') (hard)
('ebuild', '/', 'dev-perl/ExtUtils-CBuilder-0.19', 'merge') depends on
   ('ebuild', '/', 'dev-perl/module-build-0.28.08', 'merge') (hard)
('ebuild', '/', 'dev-perl/extutils-parsexs-2.18', 'merge') depends on
   ('ebuild', '/', 'dev-perl/module-build-0.28.08', 'merge') (hard)
   ('ebuild', '/', 'dev-perl/ExtUtils-CBuilder-0.19', 'merge') (hard)
('ebuild', '/', 'dev-perl/module-build-0.28.08', 'merge') depends on
   ('ebuild', '/', 'dev-perl/extutils-parsexs-2.18', 'merge') (medium-soft)
   ('ebuild', '/', 'dev-perl/ExtUtils-CBuilder-0.19', 'merge') (medium-soft)
   ('ebuild', '/', 'dev-perl/version-0.73', 'merge') (hard)

This affects all versions of dpkg currently in the tree.
Comment 1 SpanKY gentoo-dev 2008-03-28 21:51:07 UTC
i doubt it's dpkg's problem ... nothing depends on dpkg

most likely perl is bjorked
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-03-28 22:08:08 UTC
Emerge this w/ USE="-test"

*** This bug has been marked as a duplicate of bug 185762 ***