Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 153763

Summary: emerge ---endure [list] should emerge all packages in [list] whose dependencies don't fail
Product: Portage Development Reporter: Wesley Pegden <wes>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: 2.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Wesley Pegden 2006-11-01 16:38:27 UTC
Right now, if I emerge a bunch of packages, for example
emerge lynx kde gnome mplayer mozilla-firefox
and lynx has a compilation error, the entire emerge fails.  My "feature request" is that there be an emerge option, for example --endure (-E) so that if you do

emerge -E lynx kde mplayer mozilla-firefox

and the build of a requested package or its dependency fails, portage will calculate which of the remaining requested packages don't have the failed package in their dependency tree, and build those.
Comment 1 Zac Medico gentoo-dev 2006-11-01 19:06:04 UTC
This is something that we can easily account for when we're adding support for parallel builds (bug 147516).
Comment 2 Zac Medico gentoo-dev 2006-11-07 03:23:23 UTC

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