From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18262: perl-tk intermittent failures due to parallel build Date: Tue, 26 Aug 2014 00:04:43 +0200 Message-ID: <87egw4i5tw.fsf@gnu.org> References: <87iolwm99c.fsf@netris.org> <20140825111743.GA27705@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XM2Nw-0003W2-VQ for bug-guix@gnu.org; Mon, 25 Aug 2014 18:05:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XM2Nr-0002Ia-96 for bug-guix@gnu.org; Mon, 25 Aug 2014 18:05:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:45085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XM2Nr-0002Hm-5b for bug-guix@gnu.org; Mon, 25 Aug 2014 18:05:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XM2Nq-0004UA-N1 for bug-guix@gnu.org; Mon, 25 Aug 2014 18:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20140825111743.GA27705@debian> (Andreas Enge's message of "Mon, 25 Aug 2014 13:17:43 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: 18262@debbugs.gnu.org Andreas Enge skribis: > On Wed, Aug 13, 2014 at 04:20:47PM -0400, mhw@netris.org wrote: >> I tried to add #:parallel-build #f to the arguments, but that flag seems >> to be unsupported in the perl-build-system, even though it is almost >> identical to the gnu-build-system. > > I think the following (untested) patch adds support for the flag: > > diff --git a/guix/build-system/perl.scm b/guix/build-system/perl.scm > index 5695491..515ca90 100644 > --- a/guix/build-system/perl.scm > +++ b/guix/build-system/perl.scm > @@ -79,6 +79,7 @@ provides a `Makefile.PL' file as its build system." > #:system ,system > #:test-target "test" > #:tests? ,tests? > + #:parallel-build? ,parallel-build? > #:outputs %outputs > #:inputs %build-inputs))) Yes, indeed. > If it does, we might add #:parallel-tests? at the same time. Yes. Could you do it? Thanks, Ludo=E2=80=99.