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 20:53:33 -0500 Message-ID: <8761bd2moy.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKH4Y-0001C5-JP for bug-guix@gnu.org; Sat, 07 Feb 2015 20:54:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKH4U-0002ms-6T for bug-guix@gnu.org; Sat, 07 Feb 2015 20:54:06 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:45732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKH4U-0002mo-3E for bug-guix@gnu.org; Sat, 07 Feb 2015 20:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKH4T-00048a-OA for bug-guix@gnu.org; Sat, 07 Feb 2015 20:54:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKH44-0001B1-HX for bug-guix@gnu.org; Sat, 07 Feb 2015 20:53:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKH41-0002jN-Bg for bug-guix@gnu.org; Sat, 07 Feb 2015 20:53:36 -0500 Received: from world.peace.net ([50.252.239.5]:39501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKH41-0002jJ-7M for bug-guix@gnu.org; Sat, 07 Feb 2015 20:53:33 -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 On my i686 Libreboot X60, two consecutive attempts to run "guix package -u" have failed with the following message: --8<---------------cut here---------------start------------->8--- grafting '/gnu/store/i8iiv9qd1jndwxxr2h563fwwn0997xkx-cups-2.0.1' -> '/gnu/store/nrdr51fkncjm5nqkx70576g25l4ka5na-cups-2.0.1'... grafting '/gnu/store/y2f71ym41fp803ysf62k1ajk687xd684-xsensors-0.70' -> '/gnu/store/vhjp122fax73k4vags86q6gqzk5qj232-xsensors-0.70'... building of `/gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv' timed out after 3600 seconds of silence cannot build derivation `/gnu/store/c2fab7ppy5xqgsglvkdp489n95278izx-profile.drv': 1 dependencies couldn't be built guix package: error: build failed: build of `/gnu/store/c2fab7ppy5xqgsglvkdp489n95278izx-profile.drv' failed --8<---------------cut here---------------end--------------->8--- I guess that my machine and rotating disk are too slow to graft texlive within an hour. Apart from that, there are a few specific problems: * It never notified me that it was grafting texlive. Are those messages not printed until after the grafts have completed? * 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. Mark