GNU bug report logs - #38782
portaudio fails to build

Previous Next

Package: guix;

Reported by: Sergiu Marton <brown121407 <at> gmail.com>

Date: Sat, 28 Dec 2019 21:48:01 UTC

Severity: normal

Done: Sergiu Marton <brown121407 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 38782 <at> debbugs.gnu.org
Cc: brown121407 <at> gmail.com
Subject: Re: bug#38782: portaudio fails to build
Date: Sun, 29 Dec 2019 09:43:59 +0100
[Message part 1 (text/plain, inline)]
Hello,

Sergiu Marton <brown121407 <at> gmail.com> writes:

>> I have been able to build it locally.  I suppose the problem might be
>> with parallel building.  Disabling parallel builds for the portaudio
>> package might fix this.
>
> It built just fine with --cores=1 --max-jobs=1. Thanks!

Would the following patch fix the issue then?

Regards,

-- 
Nicolas Goaziou
[0001-gnu-portaudio-Fix-build.patch (text/x-diff, inline)]
From 8acdc1540661bc80e8c724f29b6b162ccfb3307e Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Date: Sun, 29 Dec 2019 09:36:44 +0100
Subject: [PATCH] gnu: portaudio: Fix build.

* gnu/packages/audio.scm (portaudio)[arguments]: Build sequentially.

Fixes <https://bugs.gnu.org/38782>.  This is a follow-up to commit
1ce6bfc21ce328d787df76c6ee132f9f828d098b.
---
 gnu/packages/audio.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 204ea6acf0..a76a48d4c6 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2874,6 +2874,7 @@ portions of LAME.")
        ("pkg-config" ,pkg-config)))
     (arguments
      '(#:tests? #f                      ;no 'check' target
+       #:parallel-build? #f
        #:configure-flags '("--with-pic"
                            "--enable-cxx"
                            ;; XXX: The following prevents a build error
-- 
2.24.1


This bug report was last modified 5 years and 145 days ago.

Previous Next


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