From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: successful installation, but problems updating Date: Wed, 08 Nov 2017 02:37:30 +0100 Message-ID: <20171108023730.6756d899@jasniac.instanton> References: <20171106091656.6e775deb@graviton.instanton> <87vainu4h3.fsf@zancanaro.id.au> <20171106210540.0271775c@jasniac.instanton> <87tvy6bg2y.fsf@gnu.org> 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]:43400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCFJB-0003bK-LU for help-guix@gnu.org; Tue, 07 Nov 2017 20:37:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCFJ7-0003ni-Mq for help-guix@gnu.org; Tue, 07 Nov 2017 20:37:37 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:36312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCFJ7-0003n3-ET for help-guix@gnu.org; Tue, 07 Nov 2017 20:37:33 -0500 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0OZ20010TSIJ4M30@eterpe-smout.broadpark.no> for help-guix@gnu.org; Wed, 08 Nov 2017 02:37:31 +0100 (CET) In-reply-to: <87tvy6bg2y.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: help-guix@gnu.org Ludovic- This is the second time I tried a `guix pull': ``` root@watson ~# time guix pull Starting download of /tmp/guix-file.x2AvJM =46rom https://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... =E2=80=A6.tar.gz 2.3MiB/s 00:06 | 13.8Mi= B transferred unpacking '/gnu/store/5sgb93jdacr36xv0xm67zr7dmlr1yyb0-guix-latest.tar.gz'.= .. substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% The following derivations will be built: /gnu/store/s71rww59a0avvk9di4rkq3j5f9zvr62k-guix-latest.drv /gnu/store/6gxf5snkl5him1iqg6aqmpyn5ggijhx5-module-import-compiled.drv /gnu/store/fxnbl74nxjzzm44f1j25glsb3gav4k6b-module-import.drv substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. copying and compiling to '/gnu/store/z8zygkj1c97xskgzxhwy4ys2b0x6shwm-guix-= latest' with Guile 2.2.2... loading... 26.0% of 646 filesrandom seed for tests: 1510087321 compiling... 75.2% of 646 filesGC Warning: Failed to expand heap by 838= 8608 bytes building of `/gnu/store/s71rww59a0avvk9di4rkq3j5f9zvr62k-guix-latest.drv' t= imed out after 3600 seconds of silence guix pull: error: build failed: build of `/gnu/store/s71rww59a0avvk9di4rkq3= j5f9zvr62k-guix-latest.drv' failed real 142m53.606s user 0m3.098s sys 0m1.369s ``` It took over 2 hours before I had control back over the system. It is very similar to the first `git pull' (even for the transfer speeds and the percentage where `guix pull' hangs). Of course, file/directory checksums are different. Also, it now tries to build three `derivations' instead of one. There is also a warning on about an environment variable this time. - Marco