Gentoo Archives: gentoo-user

From: "Marzan
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] Excellent Paludis interview
Date: Thu, 20 Dec 2007 15:00:50
Message-Id: 32F9A50E9B2B5A4AA062A602121DD4F00774C793@USEA-EXCH3.na.uis.unisys.com
In Reply to: Re: [gentoo-user] Excellent Paludis interview by Iain Buchanan
1 Portage can continue to build packages if one fails.
2
3 # emerge -options package/list_of_packages || until emerge -same_options_as_before package/list_of_packages ; do : ;done
4
5 All with a little help from bash, of course. I think Andressen taught me this trick. It makes no sense to leave your box on overnight only to find that it quit emerge 10 minutes into your sleep because of one package failure to install/build.
6
7 Unisys | 370 Jay St. Storage Room 66 | Brooklyn, NY 11201 | NYCT: (718) 243-5086 Personal Cell Phone #: (646) 724-5776
8 ------------------------------------
9 > -----Original Message-----
10 > From: Iain Buchanan [mailto:iaindb@××××××××××××.au]
11 > Sent: Wednesday, December 19, 2007 8:46 PM
12 > To: gentoo-user@l.g.o
13 > Subject: Re: [gentoo-user] Excellent Paludis interview
14 >
15 >
16 > On Wed, 2007-12-19 at 22:42 +0100, Zsitvai János wrote:
17 >
18 > > And the recent addition of the option '--continue-on-failure' won me
19 > > over all over again. :)
20 >
21 > I've been wondering for a long time why portage doesn't continue with
22 > building other packages when one fails - so long as deps are met why
23 > stop?
24 >
25 > Acutally, while I'm on the subject of features - here's another one I'd
26 > like to see: parallel merges instead of parallel makes. Since many
27 > packages have problems with MAKEOPTS, it doesn't help with configure
28 > scripts anyway and other parts of the process, why not spawn 2 or 3
29 > emerges automatically? Each one could do it's own "tree" of packages
30 > and dependencies that don't affect the other... would be nice IMHO.
31 >
32 > cya,
33 > --
34 > Iain Buchanan <iaindb at netspace dot net dot au>
35 >
36 > People think love is an emotion. Love is good sense.
37 > -- Ken Kesey
38 >
39 > --
40 > gentoo-user@g.o mailing list
41
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Excellent Paludis interview Neil Bothwick <neil@××××××××××.uk>
RE: [gentoo-user] Excellent Paludis interview Iain Buchanan <iaindb@××××××××××××.au>