From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: =?utf-8?Q?=E2=80=98core-updates=E2=80=99?= building! Date: Sun, 18 Jun 2017 22:09:39 -0400 Message-ID: <87tw3cafto.fsf@netris.org> References: <87a8557hil.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]:35584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMm8c-0007BL-8w for guix-devel@gnu.org; Sun, 18 Jun 2017 22:09:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMm8X-0001HU-Be for guix-devel@gnu.org; Sun, 18 Jun 2017 22:09:58 -0400 In-Reply-To: <87a8557hil.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 18 Jun 2017 11:49:06 +0200") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel ludo@gnu.org (Ludovic Court=C3=A8s) writes: > I went ahead and started an evaluation of the full package set for > =E2=80=98core-updates=E2=80=99: > > https://hydra.gnu.org/jobset/gnu/core-updates > > I think we should focus on fixing remaining build issues now. Almost(?) all of the builds on armhf failed because of an early guile-2.2.2 build timing out after 1 hour of silence. I set the 'max-silent-time' property to 6 hours in the package bound to 'guile-2.2' in (gnu packages guile), but maybe the same property needs to be set elsewhere, e.g. in 'guile-2.2/fixed' and maybe some other places? Mark