From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#27157: Building Guile 2.2 "times out" Date: Tue, 30 May 2017 21:11:38 -0700 Message-ID: <871sr5sm11.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFuzL-0005jp-5E for bug-guix@gnu.org; Wed, 31 May 2017 00:12:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFuzK-0003pk-3h for bug-guix@gnu.org; Wed, 31 May 2017 00:12:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43351) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dFuzJ-0003pg-W6 for bug-guix@gnu.org; Wed, 31 May 2017 00:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dFuzJ-0005ni-R9 for bug-guix@gnu.org; Wed, 31 May 2017 00:12:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFuz0-0005jb-68 for bug-guix@gnu.org; Wed, 31 May 2017 00:11:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFuyz-0003nH-Aq for bug-guix@gnu.org; Wed, 31 May 2017 00:11:42 -0400 Received: from mail-pg0-x233.google.com ([2607:f8b0:400e:c05::233]:35617) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dFuyz-0003n9-3q for bug-guix@gnu.org; Wed, 31 May 2017 00:11:41 -0400 Received: by mail-pg0-x233.google.com with SMTP id 8so1800665pgc.2 for ; Tue, 30 May 2017 21:11:41 -0700 (PDT) Received: from apteryx ([2601:647:4a01:bacd:c2f8:daff:fe5d:2f2f]) by smtp.gmail.com with ESMTPSA id x80sm24858700pff.105.2017.05.30.21.11.38 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 30 May 2017 21:11:39 -0700 (PDT) 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: 27157@debbugs.gnu.org The build errors out with: --8<---------------cut here---------------start------------->8--- SNARF weak-set.doc SNARF weak-table.doc SNARF weak-vector.doc SNARF posix.doc SNARF net_db.doc SNARF socket.doc SNARF regex-posix.doc CCLD libguile-2.2.la .libs/libguile_2.2_la-posix.o: In function `scm_tmpnam': /tmp/guix-build-guile-2.2.2.drv-0/guile-2.2.2/libguile/posix.c:1574: warning: the use of `tmpnam' is dangerous, better use `mkstemp' CCLD guile GEN guile-procedures.texi make[3]: Leaving directory '/tmp/guix-build-guile-2.2.2.drv-0/guile-2.2.2/libguile' make[2]: Leaving directory '/tmp/guix-build-guile-2.2.2.drv-0/guile-2.2.2/libguile' Making all in bootstrap make[2]: Entering directory '/tmp/guix-build-guile-2.2.2.drv-0/guile-2.2.2/bootstrap' BOOTSTRAP GUILEC ice-9/eval.go wrote `ice-9/eval.go' BOOTSTRAP GUILEC ice-9/psyntax-pp.go BOOTSTRAP GUILEC language/cps/intmap.go building of `/gnu/store/i2p0gqxm378ydlh58qpy6jas7rdk79jg-guile-2.2.2.drv' timed out after 3600 seconds of silence cannot build derivation `/gnu/store/c34w733549bjvcdixb0yj306ydhwv8c3-guile2.2-gnutls-3.5.9.drv': 1 dependencies couldn't be built --8<---------------cut here---------------end--------------->8--- 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. Maxim