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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18262 in the body.
You can then email your comments to 18262 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#18262; Package guix. (Wed, 13 Aug 2014 20:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to mhw <at> netris.org:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 13 Aug 2014 20:22:02 GMT) Full text and rfc822 format available.

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

From: mhw <at> netris.org
To: bug-guix <at> gnu.org
Subject: perl-tk intermittent failures due to parallel build
Date: Wed, 13 Aug 2014 16:20:47 -0400
perl-tk intermittently fails with error messages that suggest that it
is related to the build being done in parallel.  For examples, see:

  http://hydra.gnu.org/build/58535/log/tail-reload
  http://hydra.gnu.org/build/82185/log/tail-reload

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.

     Mark




Information forwarded to bug-guix <at> gnu.org:
bug#18262; Package guix. (Mon, 25 Aug 2014 11:19:02 GMT) Full text and rfc822 format available.

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





Information forwarded to bug-guix <at> gnu.org:
bug#18262; Package guix. (Mon, 25 Aug 2014 22:05:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Andreas Enge <andreas <at> enge.fr>
Cc: 18262 <at> debbugs.gnu.org, mhw <at> netris.org
Subject: Re: bug#18262: perl-tk intermittent failures due to parallel build
Date: Tue, 26 Aug 2014 00:04:43 +0200
Andreas Enge <andreas <at> enge.fr> skribis:

> 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)))

Yes, indeed.

> If it does, we might add #:parallel-tests? at the same time.

Yes.

Could you do it?

Thanks,
Ludo’.




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Mon, 22 Sep 2014 12:29:02 GMT) Full text and rfc822 format available.

Notification sent to mhw <at> netris.org:
bug acknowledged by developer. (Mon, 22 Sep 2014 12:29:03 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Andreas Enge <andreas <at> enge.fr>
Cc: 18262-done <at> debbugs.gnu.org, mhw <at> netris.org
Subject: Re: bug#18262: perl-tk intermittent failures due to parallel build
Date: Mon, 22 Sep 2014 14:28:36 +0200
Commit cb150ca changes perl-tk to build sequentially, which should solve
this issue.

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Oct 2014 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 187 days ago.

Previous Next


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