From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34062: qtwebkit-5.212.0-alpha2 parallel build failure Date: Sun, 10 Feb 2019 23:40:13 +0100 Message-ID: <87sgwvnu7m.fsf@gnu.org> References: <87tvicxhhh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsxmc-0003aF-1h for bug-guix@gnu.org; Sun, 10 Feb 2019 17:41:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsxma-0007JS-2i for bug-guix@gnu.org; Sun, 10 Feb 2019 17:41:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43651) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gsxmY-0007IK-HF for bug-guix@gnu.org; Sun, 10 Feb 2019 17:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gsxmY-0001b5-7x for bug-guix@gnu.org; Sun, 10 Feb 2019 17:41:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87tvicxhhh.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 14 Jan 2019 00:31:06 +0100") 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: 34062-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > Looks like a non-parallel-safe Makefile. I confirmed this hypothesis and turned off parallel builds in b717d0f90eed10c1173ba10b30db82d502b5b9df. Definitely not ideal, but at least it builds reproducibly. Ludo=E2=80=99.