From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: =?utf-8?Q?Let=E2=80=99s?= fix build failures on =?utf-8?B?4oCY?= =?utf-8?B?c3RhZ2luZ+KAmSE=?= Date: Sat, 07 Jan 2017 12:50:33 +0100 Message-ID: <87zij3f5rq.fsf_-_@gnu.org> References: <20161223052339.GA17539@jasmine> <20170104084505.GB5126@jasmine> <87shoyfoe7.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 ([2001:4830:134:3::10]:59455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPpWF-0008BI-Cl for guix-devel@gnu.org; Sat, 07 Jan 2017 06:50:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPpWA-0000yM-Et for guix-devel@gnu.org; Sat, 07 Jan 2017 06:50:43 -0500 In-Reply-To: <87shoyfoe7.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 04 Jan 2017 23:31:28 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org Hello Guix! Looking at we have a few new failures: =E2=80=A2 Ardour fails its =E2=80=98configure=E2=80=99 phase https://hydra.gnu.org/build/1749839 =E2=80=A2 there=E2=80=99s 1 tests failure in python2-pygpgme (breaks many= things) https://hydra.gnu.org/build/1752661 =E2=80=A2 kcrash fails to run its test with Xvfb (breaks all of KDE) https://hydra.gnu.org/build/1750201 =E2=80=A2 NSS test failure on ARM (breaks many things) https://hydra.gnu.org/build/1749670 =E2=80=A2 python2-pillow test failures on ARM https://hydra.gnu.org/build/1751907 =E2=80=A2 ENOSPC on mips64el https://hydra.gnu.org/build/1742430 Let=E2=80=99s fix those! Ludo=E2=80=99.