From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvP62-0001zp-NE for guix-patches@gnu.org; Tue, 04 Apr 2017 10:06:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvP5u-0002U9-UC for guix-patches@gnu.org; Tue, 04 Apr 2017 10:06:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34316) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvP5u-0002U1-Rm for guix-patches@gnu.org; Tue, 04 Apr 2017 10:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cvP5u-0005KR-Ll for guix-patches@gnu.org; Tue, 04 Apr 2017 10:06:02 -0400 Subject: bug#26361: Icecat patches Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvP5Z-0001hd-A4 for guix-patches@gnu.org; Tue, 04 Apr 2017 10:05:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvP5U-00026x-Lr for guix-patches@gnu.org; Tue, 04 Apr 2017 10:05:41 -0400 Received: from mail.lassieur.org ([83.152.10.219]:44950) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cvP5U-00025q-AJ for guix-patches@gnu.org; Tue, 04 Apr 2017 10:05:36 -0400 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Tue, 04 Apr 2017 16:05:33 +0200 Message-ID: <87r3182rpu.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26361@debbugs.gnu.org Cc: Andreas Enge The first patch fixes the crash (see http://lists.gnu.org/archive/html/guix-devel/2017-04/msg00091.html). The second re-enables parallel build. I don't know why it was disabled. Andreas, please comment if you think it should not be re-enabled :) Clément