From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27157: Building Guile 2.2 "times out" Date: Wed, 31 May 2017 23:01:37 +0200 Message-ID: <87d1ao91vy.fsf@gnu.org> References: <871sr5sm11.fsf@gmail.com> <878tld2quh.fsf@elephly.net> 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]:55073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGAko-0003Dk-Ov for bug-guix@gnu.org; Wed, 31 May 2017 17:02:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGAkk-0006Rs-Sy for bug-guix@gnu.org; Wed, 31 May 2017 17:02:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45285) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dGAkk-0006Rh-Ph for bug-guix@gnu.org; Wed, 31 May 2017 17:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dGAkk-0000Q4-Jb for bug-guix@gnu.org; Wed, 31 May 2017 17:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878tld2quh.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 31 May 2017 13:44:22 +0200") 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: Ricardo Wurmus Cc: 27157@debbugs.gnu.org, Maxim Cournoyer Hello, Ricardo Wurmus skribis: >> I'm not sure where this timeout value can be configured, but clearly it >> shouldn't be 1 hour since 2 cores of an i5 intel class processor can't >> manage to build it under 1 hour. > > for the guile-2.2 package I see that this is part of the package > definition: > > (properties '((timeout . 72000) ;20 hours > (max-silent-time . 10800))) ;3 hours (needed on ARM) > > We do this so that we can build it on Hydra. > You can override the max silent time: > > guix build --max-silent-time=3D9999999 guile > > Does =E2=80=9Cguix build=E2=80=9D not respect these build properties? It does not. Only build-aux/hydra/gnu-system.scm does. Ludo=E2=80=99.