Gentoo Archives: gentoo-dev

From: Luca Barbato <lu_zero@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] has_version etc parallelisability
Date: Sat, 05 Jan 2008 17:34:56
Message-Id: 477FBE8F.1080606@gentoo.org
In Reply to: Re: [gentoo-dev] has_version etc parallelisability by Ciaran McCreesh
1 Ciaran McCreesh wrote:
2 > On Fri, 4 Jan 2008 18:50:56 -0800
3 > Brian Harring <ferringb@×××××.com> wrote:
4 >> Depends on the implementation; for pkgcore, if that comm pipe is
5 >> dead, the ebuild env *should* be dead, or dieing. Background'ing
6 >> processes from that env isn't valid imo, either.
7 >
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
21 Luca Barbato
22 Gentoo Council Member
23 Gentoo/linux Gentoo/PPC
24 http://dev.gentoo.org/~lu_zero
25
26 --
27 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] has_version etc parallelisability "Petteri Räty" <betelgeuse@g.o>
Re: [gentoo-dev] has_version etc parallelisability Ciaran McCreesh <ciaran.mccreesh@×××××××××××××.uk>