From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergiu Marton Subject: bug#38782: portaudio fails to build Date: Sun, 29 Dec 2019 08:59:56 +0000 Message-ID: References: <87h81knj4f.fsf@elephly.net> <878smv1pyo.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52573) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilUQe-0004BZ-Kt for bug-guix@gnu.org; Sun, 29 Dec 2019 04:00:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilUQd-0005BL-If for bug-guix@gnu.org; Sun, 29 Dec 2019 04:00:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53264) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ilUQc-00058Z-Ep for bug-guix@gnu.org; Sun, 29 Dec 2019 04:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ilUQc-0003Us-Co for bug-guix@gnu.org; Sun, 29 Dec 2019 04:00:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878smv1pyo.fsf@nicolasgoaziou.fr> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Nicolas Goaziou Cc: 38782@debbugs.gnu.org > Would the following patch fix the issue then? That fixes it without requiring extra CLI arguments. Nice, thanks. On Sun, Dec 29, 2019 at 8:44 AM Nicolas Goaziou wrote: > > Hello, > > Sergiu Marton 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