Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Excellent Paludis interview
Date: Thu, 20 Dec 2007 15:43:16
Message-Id: 20071220153407.64858e26@loonquawl.digimed.co.uk
In Reply to: RE: [gentoo-user] Excellent Paludis interview by "Marzan
1 On Thu, 20 Dec 2007 08:46:12 -0600, Marzan, Richard non Unisys wrote:
2
3 > Portage can continue to build packages if one fails.
4 >
5 > # emerge -options package/list_of_packages || until emerge
6 > -same_options_as_before package/list_of_packages ; do : ;done
7
8 Yes it can, but not with this, which will repeatedly try to build the
9 same package until entropy stops it. You need
10
11 emerge -opts pkglist || untill emerge --resume --skipfirst; do : ; done
12
13 but this is a kludge as you will be eying to build packages when their
14 dependencies failed. I would hope the paludis option is more intelligent.
15
16
17 --
18 Neil Bothwick
19
20 When you are out of whack, the best thing to do is to order more whack.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Excellent Paludis interview zsitvaij@gmail.com (Zsitvai =?utf-8?Q?J=C3=A1nos?=)