Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278881 - 'equery depgraph' must not show bad deps
Summary: 'equery depgraph' must not show bad deps
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 23:05 UTC by Yaroslav Isakov
Modified: 2016-12-31 04:19 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 Yaroslav Isakov 2009-07-23 23:05:45 UTC
I think that 'equery depgraph' must not show deps which it can't resolve. For example:

equery depgraph --depth=1 =agg-2.5
 * Searching for =agg ...
 * dependency graph for x11-libs/agg-2.5:
`-- x11-libs/agg-2.5
 `-- media-libs/libsdl-1.2.13-r1 [sdl]
 `-- >=media-libs/svgalib-1.4.2 (unable to resolve: package masked or removed)
 `-- >=media-libs/svgalib-1.4.2 (unable to resolve: package masked or removed)
 `-- x11-libs/libX11-1.1.5 [X]
 `-- media-libs/freetype-2.3.9-r1 [truetype]
 `-- dev-util/pkgconfig-0.23
 `-- sys-devel/automake-1.10.2
 `-- sys-devel/autoconf-2.63
 `-- sys-devel/libtool-2.2.6a
[ x11-libs/agg-2.5 stats: packages (8), max depth (1) ]

svgalib is libsdl dep, so I think that it must not be shown
Comment 1 Paul Varner (RETIRED) gentoo-dev 2009-07-24 15:28:12 UTC
That was put in as a result of Bug 236492.

I suppose we can put in an option to not display them, but the current behavior will remain as the default behavior. 
Comment 2 Yaroslav Isakov 2016-12-31 04:19:57 UTC
Now it is showing deps without any error messages, so I think, we can say that it was fixed :)