Gentoo Archives: gentoo-alt

From: Timo Kluck <tkluck@×××××.nl>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] disabling inter-process-communication in the bootstrap script
Date: Fri, 29 Mar 2013 16:13:11
Message-Id: CAGK+T_k9xSBOga0f1hnuTpqjLP7ZSYO2Hc8z=29bG6eV6nhyLQ@mail.gmail.com
1 Hi all,
2
3 I've noticed that the bootstrap script for portage prefix and its
4 ebuild both disable inter-process communication for emerge. That's a
5 good thing, too: it deadlocks on MacOSX (both 10.6 and 10.8). However,
6 this also means that there is no parallel build feature on that
7 platform -- that is, emerge --jobs N does not spawn several jobs.
8
9 Did anyone ever manage to get this kind of parallel build working on MacOS?
10
11 Relatedly: since this works fine on other platforms, does it make
12 sense to have a variable in make.conf that controls this feature? The
13 current approach just patch portage's source files, which is slightly
14 less pretty.
15
16 Thanks! Timo

Replies