Gentoo Archives: gentoo-dev

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] has_version etc parallelisability
Date: Sat, 05 Jan 2008 19:01:41
Message-Id: 477FD2A1.9080208@gentoo.org
In Reply to: Re: [gentoo-dev] has_version etc parallelisability by Luca Barbato
1 Luca Barbato kirjoitti:
2 > Ciaran McCreesh wrote:
3 >> On Fri, 4 Jan 2008 18:50:56 -0800
4 >> Brian Harring <ferringb@×××××.com> wrote:
5 >>> Depends on the implementation; for pkgcore, if that comm pipe is
6 >>> dead, the ebuild env *should* be dead, or dieing. Background'ing
7 >>> processes from that env isn't valid imo, either.
8 >> Right. Paludis will give a weird die message but not actually fail if
9 >> you do:
10 >>
11 >> src_compile() {
12 >> { sleep 10 ; has_version '>=app-misc/foo-1.23' ; } &
13 >> }
14 >
15 > is & allowed in ebuilds? should?
16 >
17 > lu
18 >
19
20 I would say that nothing started in src_* functions should be running
21 when the function exits.
22
23 Regards,
24 Petteri

Attachments

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