From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#19811: Attempt to graft texlive times out after one hour Date: Sat, 07 Feb 2015 21:49:09 -0500 Message-ID: <87mw4p15ju.fsf@netris.org> References: <8761bd2moy.fsf@netris.org> <87vbjd15uy.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKHwl-00053f-1x for bug-guix@gnu.org; Sat, 07 Feb 2015 21:50:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKHwh-0000WI-2m for bug-guix@gnu.org; Sat, 07 Feb 2015 21:50:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:45745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKHwg-0000Vj-WF for bug-guix@gnu.org; Sat, 07 Feb 2015 21:50:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKHwg-0005gK-Ip for bug-guix@gnu.org; Sat, 07 Feb 2015 21:50:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87vbjd15uy.fsf@netris.org> (Mark H. Weaver's message of "Sat, 07 Feb 2015 21:42:29 -0500") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19811@debbugs.gnu.org Mark H Weaver writes: > Mark H Weaver writes: > >> * I later discovered the --timeout option for 'guix build' (also >> supported by 'guix package') but the manual claims that "By default >> there is no timeout". This seems to be incorrect. > > I proceeded to try explicitly passing --timeout=0 to 'guix build', but > that didn't work: Bah, I see now that --max-silent-time is the relevant option to use here. Nevermind :) Mark