From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#23433: Timeout in grafts Date: Wed, 04 May 2016 13:32:43 -0400 Message-ID: <87y47p4tl0.fsf@netris.org> References: <20160503131332.GA2879@solar> <20160503210254.GA1698@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ay0fl-0000sW-Gq for bug-guix@gnu.org; Wed, 04 May 2016 13:33:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ay0fZ-0004xb-Uv for bug-guix@gnu.org; Wed, 04 May 2016 13:33:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ay0fZ-0004wd-Rm for bug-guix@gnu.org; Wed, 04 May 2016 13:33:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ay0fW-0004LO-Do for bug-guix@gnu.org; Wed, 04 May 2016 13:33:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160503210254.GA1698@jasmine> (Leo Famulari's message of "Tue, 3 May 2016 17:02:54 -0400") 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: Leo Famulari Cc: 23433@debbugs.gnu.org Leo Famulari writes: > On Tue, May 03, 2016 at 03:13:32PM +0200, Andreas Enge wrote: >> Hello, >> >> when grafting texlive-texmf on my Novena, the build times out after an hour, >> even when I add "--timeout=70000". This is even more annoying since the >> package cannot be substituted any more. > > What about if you also set --max-silent-time=70000? Right, you need this flag as well. Also, you might consider cherry-picking commit b79cf93ff6d1588adf4a606800ff381d4af4e052 from the 'wip-graft-improvements' branch, which speeds up grafting considerably. I've been using it on my own systems for a few months. Mark