Gentoo Archives: gentoo-python

From: Mike Gilbert <floppym@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: gentoo-python@l.g.o, python@g.o
Subject: [gentoo-python] Re: [PATCH] Always create split logs, even with non-parallel builds.
Date: Thu, 03 Jan 2013 23:23:21
Message-Id: 50E612E0.8080008@gentoo.org
In Reply to: [gentoo-python] [PATCH] Always create split logs, even with non-parallel builds. by "Michał Górny"
1 On 1/3/2013 11:59 AM, Michał Górny wrote:
2 > They are handy, and this also avoids trouble when ebuild uses
3 > partially-parallel build.
4 > ---
5 > gx86/eclass/distutils-r1.eclass | 2 +-
6 > 1 file changed, 1 insertion(+), 1 deletion(-)
7 >
8 > diff --git a/gx86/eclass/distutils-r1.eclass b/gx86/eclass/distutils-r1.eclass
9 > index 1b32748..d1af92c 100644
10 > --- a/gx86/eclass/distutils-r1.eclass
11 > +++ b/gx86/eclass/distutils-r1.eclass
12 > @@ -388,7 +388,7 @@ distutils-r1_run_phase() {
13 > mkdir -p "${TMPDIR}" || die
14 >
15 > if [[ ${DISTUTILS_NO_PARALLEL_BUILD} ]]; then
16 > - "${@}"
17 > + "${@}" 2>&1 | tee -a "${T}/build-${EPYTHON}.log"
18 > else
19 > (
20 > multijob_child_init
21
22 lgtm

Attachments

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