all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: mhw@netris.org
Cc: 18262@debbugs.gnu.org
Subject: bug#18262: perl-tk intermittent failures due to parallel build
Date: Mon, 25 Aug 2014 13:17:43 +0200	[thread overview]
Message-ID: <20140825111743.GA27705@debian> (raw)
In-Reply-To: <87iolwm99c.fsf@netris.org>

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)))
 
If it does, we might add #:parallel-tests? at the same time.

Andreas

  reply	other threads:[~2014-08-25 11:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-13 20:20 bug#18262: perl-tk intermittent failures due to parallel build mhw
2014-08-25 11:17 ` Andreas Enge [this message]
2014-08-25 22:04   ` Ludovic Courtès
2014-09-22 12:28     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140825111743.GA27705@debian \
    --to=andreas@enge.fr \
    --cc=18262@debbugs.gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.