Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126258 - Please do not stop portage output when no dependancies found
Summary: Please do not stop portage output when no dependancies found
Status: RESOLVED CANTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-14 23:27 UTC by Priit Laes (IRC: plaes)
Modified: 2006-04-06 13:01 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 Priit Laes (IRC: plaes) 2006-03-14 23:27:07 UTC
Currently, when typing `emerge -pv world` and there are no deps to be found for an ebuild, portage stops with an error message saying so.

It would be lot nicer for portage to show other ebuilds which are upgradable (and may contain a security fixes).

Output (just an idea) for ebuilds with broken deps:
[broken   xXx ] gnome-base/gnome-panel-2.14.0 [2.13.91] MISSING: ">=gnome-base/libgnome-2.13.7"
[broken   xXx ] gnome-base/gnome-panel-2.14.0 [2.13.91] MASKED: ">=gnome-base/libgnome-2.13.7"
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2006-04-06 13:01:20 UTC
Problem is you can't just ignore those and continue calculating the depency tree because it would modify the tree itself. There was already a discussion about this in #gentoo-portage with the outcome that it can't be done in a consistent manner.