Gentoo Archives: gentoo-user

From: Daevid Vincent <daevid@××××××.com>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] continue emerge on failure
Date: Thu, 20 Sep 2007 19:40:36
Message-Id: BRAKAH62h9ngd6apSJm00000c80@mx1.lockdownnetworks.com
In Reply to: [gentoo-user] continue emerge on failure by Pawel K
1 > -----Original Message-----
2 > From: Pawel K [mailto:pawlaczus@×××××.com]
3 > Sent: Thursday, September 20, 2007 8:28 AM
4 >
5 > Hello
6 > When package build fails during:
7 >
8 > emerge --update world
9 >
10 > I use the:
11 >
12 > emerge --resume --skipfirst
13 >
14 > How to force emerge to continue build with the next
15 > package in case previous build failed.
16 >
17 > Thank you for help.
18
19 Ah yes, quite possibly one of the most useful 'tricks' ever discovered:
20
21 emerge -Davu world || until emerge --resume --skipfirst; do :; done
22
23 Why there isn't an option like --auto_resume as part of emerge, is beyond
24 me...
25
26 If they went through, I attached the original emails I got this tip from and
27 thanks to Boyd Stephen and Neil Bothwick. Some interesting dialogs in there
28 too...

Attachments

File name MIME type
signature.asc application/pgp-signature
sys_update.sh application/x-shellscript