GNU bug report logs - #18262
perl-tk intermittent failures due to parallel build

Previous Next

Package: guix;

Reported by: mhw <at> netris.org

Date: Wed, 13 Aug 2014 20:22:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #8 received at 18262 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: mhw <at> netris.org
Cc: 18262 <at> debbugs.gnu.org
Subject: Re: bug#18262: perl-tk intermittent failures due to parallel build
Date: Mon, 25 Aug 2014 13:17:43 +0200
On Wed, Aug 13, 2014 at 04:20:47PM -0400, mhw <at> 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)))
 
If it does, we might add #:parallel-tests? at the same time.

Andreas





This bug report was last modified 10 years and 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.