Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494778 - emerge fails and quit even though keep-going is specified
Summary: emerge fails and quit even though keep-going is specified
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-19 21:33 UTC by Philippe
Modified: 2013-12-19 21:59 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 Philippe 2013-12-19 21:33:56 UTC
I want to emerge world and webkit-gtk fails its pkg_pretend because I don't have a recent gcc. I have specified --keep-going y, yet it stops right at the beginning, it hasn't even tried installing a single package.

I'm using Portage 2.2.7 (default/linux/amd64/13.0/desktop, gcc-4.6.3, glibc-2.15-r3, 3.10.7-gentoo x86_64)


Reproducible: Always

Steps to Reproduce:
1. emerge --keep-going y with a package which have a failing pkg_pretend (let's say pack-a) and some other packages (let's say pack-b)
Actual Results:  
emerge quits with an error right at the beginning

Expected Results:  
emerge should install pack-b which don't have any problem because I specified keep-going
Comment 1 Sebastian Luther (few) 2013-12-19 21:59:13 UTC
That's by design, because the package pretend failures occur soon enough after dependency resolution.

To work around this use --exclude <failing-pkgs>.