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 07:48:52 +0000 Message-ID: References: <87h81knj4f.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59922) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilTJv-0003e6-S1 for bug-guix@gnu.org; Sun, 29 Dec 2019 02:49:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilTJu-00076Q-Kd for bug-guix@gnu.org; Sun, 29 Dec 2019 02:49:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53227) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ilTJu-00075I-FE for bug-guix@gnu.org; Sun, 29 Dec 2019 02:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ilTJu-0001n5-Cr for bug-guix@gnu.org; Sun, 29 Dec 2019 02:49:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87h81knj4f.fsf@elephly.net> 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: 38782-done@debbugs.gnu.org > 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!