Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19265 - commandline switch to let emerge continue in case of error
Summary: commandline switch to let emerge continue in case of error
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-13 18:13 UTC by flo
Modified: 2011-10-30 22:36 UTC (History)
1 user (show)

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 flo 2003-04-13 18:13:07 UTC
i usually do:

usr root # emerge -pvu --deep $(qpkg -I -nc)
These are the packages that I would merge, in order:
Calculating dependencies -
!!! all ebuilds that could satisfy "net-www/mplayerplug-in" have been masked.
!!! Error calculating dependancies. Please correct.

to get this to run i have to enter:
usr root # emerge -pvu --deep $(qpkg -I -nc | grep -v mplayerplug-in)
These are the packages that I would merge, in order:
Calculating dependencies ...done!
...list follows...

i would like to have a switch that lets emerge ignore this kind of errors.

what do you think?

-- cu, flo

Reproducible: Always
Steps to Reproduce:
not a bug
Comment 1 Tyler Nielsen 2003-04-19 14:21:43 UTC
I agree.  

I have seen another case where this would be useful.  On my system, I am running with ACCEPT_KEYWORDS="~x86".  As a result often there is at least one package that fails while building.  This has two problems.  

1.  Emerge does not notify me of any changes in config files.  
2.  When I run "emerge -uD world" eventually the package that doesn't build is at the top of the list, and it won't build anything because it fails on that one.  But several packages do not depend on the one that fails.  (I can go in by hand and build them)

I would like to see a flag that lets emerge build everything it can before it stops.  (Similar to a make -k)
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2003-04-28 03:34:12 UTC
--skipfirst added for resume operations in >=48_pre3