From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#38782: portaudio fails to build Date: Sun, 29 Dec 2019 00:08:32 +0100 Message-ID: <87h81knj4f.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60112) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilLCh-0003qh-IJ for bug-guix@gnu.org; Sat, 28 Dec 2019 18:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilLCg-0000L9-Lb for bug-guix@gnu.org; Sat, 28 Dec 2019 18:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53103) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ilLCg-0000K9-Ha for bug-guix@gnu.org; Sat, 28 Dec 2019 18:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ilLCg-0005R2-Dx for bug-guix@gnu.org; Sat, 28 Dec 2019 18:09:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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: Sergiu Marton Cc: 38782@debbugs.gnu.org, Nicolas Goaziou Sergiu Marton writes: > I have mpv installed, which depends on rsound, which, in turn, depends > on portaudio. Since my last guix pull, portaudio fails to build - it > fails during the build phase. I attached the build log. I tried > reading it, but I don't know what to make of it. 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. -- Ricardo