Gentoo Archives: gentoo-alt

From: Alan <alanh@×××××××××××.uk>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] multilib / multijob / parallel build problem
Date: Fri, 04 Oct 2013 21:38:36
Message-Id: 524F3558.9000607@fairlite.co.uk
1 I'm getting this error when trying to emerge freetype, yet I have
2 MAKEOPTS="-j1" in my make.conf so I don't see why we're trying parallel
3 jobs.
4
5 I've googled and seen that this is probably due to bidirectional pipes
6 being a problem. It's also apparently a cygwin issue too via this older
7 post.
8
9 http://www.mail-archive.com/gentoo-portage-dev@l.g.o/msg02878.html
10
11 Do the cygwin folks see this problem currently ?
12
13 I don't really want to enable parallel jobs so it'd be good to stop this
14 code from even being executed.
15
16 * ERROR: media-libs/freetype-2.4.12 failed (configure phase):
17 * (no error message)
18 *
19 * Call stack:
20 * ebuild.sh, line 93: Called call-ebuildshell 'src_configure'
21 * environment, line 1004: Called src_configure
22 * environment, line 3858: Called autotools-multilib_src_configure
23 * environment, line 642: Called multilib_parallel_foreach_abi
24 'autotools-utils_src_configure'
25 * environment, line 3365: Called
26 multibuild_parallel_foreach_variant '_multilib_multibuild_wrapper'
27 'autotools-utils_src_configure'
28 * environment, line 3111: Called multibuild_foreach_variant
29 '_multibuild_parallel' '_multilib_multibuild_wrapper'
30 'autotools-utils_src_configure'
31 * environment, line 3059: Called _multibuild_run
32 '_multibuild_parallel' '_multilib_multibuild_wrapper'
33 'autotools-utils_src_configure'
34 * environment, line 3057: Called _multibuild_parallel
35 '_multilib_multibuild_wrapper' 'autotools-utils_src_configure'
36 * environment, line 3102: Called multijob_post_fork
37 * environment, line 3180: Called _multijob_fork 'post'
38 * environment, line 512: Called multijob_finish_one
39 * environment, line 3164: Called die
40 * The specific snippet of code:
41 * read -r -u ${mj_control_fd} pid ret || die;
42 *
43
44 Alan.

Replies

Subject Author
Re: [gentoo-alt] multilib / multijob / parallel build problem Greg Turner <gmt@×××××.us>