> I would like to know if there is some way for asking to emerge to
> continue to update the packages for the target world, even if one of
> them failed to build.
Although I haven't tried it, I believe that's what the --skipfirst
option is for. From the man page:
--skipfirst
This action is only valid when used with --resume. It removes
the first package in the resume list so that a merge may con-
tinue in the presence of an uncorrectable or inconsequential
error. This should only be used in cases where skipping the
package will not result in failed dependencies.
So I
assume when one package fails, you run "emerge --resume --skipfirst", and it will
continue with the package after the one that failed.
--Diego
--
[EMAIL PROTECTED] mailing list