From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC77D138283 for ; Thu, 3 Jan 2013 16:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B34B021C01C; Thu, 3 Jan 2013 16:59:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8F2B21C01C for ; Thu, 3 Jan 2013 16:59:45 +0000 (UTC) Received: from pomiocik.lan (77-254-92-243.adsl.inetia.pl [77.254.92.243]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 06FA433D7D7; Thu, 3 Jan 2013 16:59:42 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: python@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-python] [PATCH] Always create split logs, even with non-parallel builds. Date: Thu, 3 Jan 2013 17:59:38 +0100 Message-Id: <1357232378-19285-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org X-Archives-Salt: 0583094f-cb60-48e7-8873-6a3d3639faf4 X-Archives-Hash: aa14184979afb59371d03af5fa4dbd21 They are handy, and this also avoids trouble when ebuild uses partially-parallel build. --- gx86/eclass/distutils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gx86/eclass/distutils-r1.eclass b/gx86/eclass/distutils-r1.eclass index 1b32748..d1af92c 100644 --- a/gx86/eclass/distutils-r1.eclass +++ b/gx86/eclass/distutils-r1.eclass @@ -388,7 +388,7 @@ distutils-r1_run_phase() { mkdir -p "${TMPDIR}" || die if [[ ${DISTUTILS_NO_PARALLEL_BUILD} ]]; then - "${@}" + "${@}" 2>&1 | tee -a "${T}/build-${EPYTHON}.log" else ( multijob_child_init -- 1.8.1