* [gentoo-python] [PATCH] Always create split logs, even with non-parallel builds.
@ 2013-01-03 16:59 Michał Górny
2013-01-03 23:23 ` [gentoo-python] " Mike Gilbert
0 siblings, 1 reply; 2+ messages in thread
From: Michał Górny @ 2013-01-03 16:59 UTC (permalink / raw
To: gentoo-python; +Cc: python, Michał Górny
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-python] Re: [PATCH] Always create split logs, even with non-parallel builds.
2013-01-03 16:59 [gentoo-python] [PATCH] Always create split logs, even with non-parallel builds Michał Górny
@ 2013-01-03 23:23 ` Mike Gilbert
0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert @ 2013-01-03 23:23 UTC (permalink / raw
To: Michał Górny; +Cc: gentoo-python, python
[-- Attachment #1: Type: text/plain, Size: 702 bytes --]
On 1/3/2013 11:59 AM, Michał Górny wrote:
> 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
lgtm
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-03 23:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 16:59 [gentoo-python] [PATCH] Always create split logs, even with non-parallel builds Michał Górny
2013-01-03 23:23 ` [gentoo-python] " Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox