From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: successful installation, but problems updating Date: Fri, 10 Nov 2017 08:26:12 +0100 Message-ID: <20171110082612.502198ae@jasniac.instanton> References: <20171106091656.6e775deb@graviton.instanton> <87vainu4h3.fsf@zancanaro.id.au> <20171106210540.0271775c@jasniac.instanton> <87tvy6bg2y.fsf@gnu.org> <20171108023730.6756d899@jasniac.instanton> <877euzio7k.fsf@gnu.org> <20171109202737.19fd288b@jasniac.instanton> <20171109214624.2cc2d152@jasniac.instanton> <87efp7maw8.fsf@gmail.com> 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]:40512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eD3hj-00033U-FM for help-guix@gnu.org; Fri, 10 Nov 2017 02:26:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eD3hf-0004M5-HF for help-guix@gnu.org; Fri, 10 Nov 2017 02:26:19 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:44494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eD3hf-0004K1-9A for help-guix@gnu.org; Fri, 10 Nov 2017 02:26:15 -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 <0OZ600DQGXVN1L20@eterpe-smout.broadpark.no> for help-guix@gnu.org; Fri, 10 Nov 2017 08:26:13 +0100 (CET) In-reply-to: <87efp7maw8.fsf@gmail.com> 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: Mathieu Othacehe Cc: help-guix@gnu.org Op 09 nov 21:53 schreef Mathieu Othacehe: > My bad, this has been fixed by Efraim in > d8f075c3a3daba93ff4420bbe0b1833712aaa0e9. >=20 > You may want to guix pull again ! This work again =E2=80=94 thanks for the quick response. However, now I get the freeze again at around 75 %: ``` kodi@watson ~$ time guix pull --cores=3D1 Starting download of /tmp/guix-file.MgDQxo =46rom https://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... =E2=80=A6.tar.gz 3.2MiB/s 00:04 | 13.8Mi= B transferred unpacking '/gnu/store/r3740b6bil3vcign3wj2izw9hb3c4gpg-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% The following derivation will be built: /gnu/store/gk5chb0dwpsq3na7b4gn1hd7h0h2b63h-guix-latest.drv substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% copying and compiling to '/gnu/store/b4rs2nl3q1hb3ckbgzg98s23q44bcys4-guix-= latest' with Guile 2.2.2... loading... 26.1% of 647 filesrandom seed for tests: 1510261509 compiling... 75.4% of 647 filesbuilding of `/gnu/store/gk5chb0dwpsq3na7b4g= n1hd7h0h2b63h-guix-latest.drv' timed out after 3600 seconds of silence kguix pull: error: build failed: build of `/gnu/store/gk5chb0dwpsq3na7b4gn1= hd7h0h2b63h-guix-latest.drv' failed real 609m30.245s user 0m3.125s sys 0m0.875s ``` This command did work last time as root. It only worked once. Special things to note this time: - it hangs at 75.4 % instead of 75.2 %; - it took over 10 h to give me back control, whereas this used to be a bit over 2 h in previous tries; - using only one core did not help this time. What is Guix doing between 75.2 and 75.4 %? -Marco