Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310613 - [PATCH] sys-apps/portage - emerge should track which use flag triggers a dependency for better circular dep messages
Summary: [PATCH] sys-apps/portage - emerge should track which use flag triggers a depe...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-21 21:52 UTC by Sebastian Luther (few)
Modified: 2016-12-26 23:03 UTC (History)
1 user (show)

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


Attachments
portage-r15839-circular_dep_annotations.patch (portage-r15839-circular_dep_annotations.patch,7.98 KB, patch)
2010-03-21 21:53 UTC, Sebastian Luther (few)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Luther (few) 2010-03-21 21:52:35 UTC
old output:
('ebuild', '/', 'dev-libs/A-1', 'merge') depends on
  ('ebuild', '/', 'dev-libs/B-1', 'merge') (buildtime)
('ebuild', '/', 'dev-libs/B-1', 'merge') depends on
  ('ebuild', '/', 'dev-libs/A-1', 'merge') (buildtime)

new output:
('ebuild', '/', 'dev-libs/A-1', 'merge') depends on
  ('ebuild', '/', 'dev-libs/B-1', 'merge') (buildtime) induced by USE="!baz bar"
('ebuild', '/', 'dev-libs/B-1', 'merge') depends on
  ('ebuild', '/', 'dev-libs/A-1', 'merge') (buildtime) induced by USE="foo"
Comment 1 Sebastian Luther (few) 2010-03-21 21:53:04 UTC
Created attachment 224583 [details, diff]
portage-r15839-circular_dep_annotations.patch