unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 38782@debbugs.gnu.org
Cc: brown121407@gmail.com
Subject: bug#38782: portaudio fails to build
Date: Sun, 29 Dec 2019 09:43:59 +0100	[thread overview]
Message-ID: <878smv1pyo.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAJ=hFwSVxDyimyfAJJua9=+Gy4E7GOVgFL2Piwy8s63OXv3jDQ@mail.gmail.com> (Sergiu Marton's message of "Sun, 29 Dec 2019 07:48:52 +0000")

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

Hello,

Sergiu Marton <brown121407@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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Fix Portaudio build --]
[-- Type: text/x-diff, Size: 955 bytes --]

From 8acdc1540661bc80e8c724f29b6b162ccfb3307e Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@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


  reply	other threads:[~2019-12-29  8:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-28 21:48 bug#38782: portaudio fails to build Sergiu Marton
2019-12-28 23:08 ` Ricardo Wurmus
2019-12-29  7:48   ` Sergiu Marton
2019-12-29  8:43     ` Nicolas Goaziou [this message]
2019-12-29  8:59       ` Sergiu Marton
2019-12-29  9:36         ` brettg
2019-12-29  9:43           ` Nicolas Goaziou
2019-12-29  9:45             ` brettg
2019-12-29 10:07               ` Nicolas Goaziou

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=878smv1pyo.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=38782@debbugs.gnu.org \
    --cc=brown121407@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).