From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Broken guix pull Date: Mon, 19 Dec 2016 10:14:31 -0500 Message-ID: <20161219151431.GB910@jasmine> References: <20161218211613.GA22159@jasmine> <765dd961b7110b356c83fe8c654c07b1@mail.teknik.io> <44bbe49f19463dcbb0cd33168c791537@mail.teknik.io> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIzeM-0004xd-Vn for help-guix@gnu.org; Mon, 19 Dec 2016 10:14:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIzeI-0001JT-0r for help-guix@gnu.org; Mon, 19 Dec 2016 10:14:50 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:42372) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cIzeH-0001HL-Qs for help-guix@gnu.org; Mon, 19 Dec 2016 10:14:45 -0500 Content-Disposition: inline In-Reply-To: <44bbe49f19463dcbb0cd33168c791537@mail.teknik.io> 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: Dmitri Anikin Cc: help-guix@gnu.org On Mon, Dec 19, 2016 at 11:34:22AM +0000, Dmitri Anikin wrote: > December 18, 2016 9:16 PM, "Leo Famulari" wrote: > >> When I try guix pull, it fails everytime on > >> > >> Found valid signature for /gnu/store/myf7zgkj7x70gy6nf47kppva612zzbgm-module-import-compiled > >> From https://mirror.hydra.gnu.org/nar/myf7zgkj7x70gy6nf47kppva612zzbgm-module-import-compiled > >> Downloading myf7zg...-module-import-compiled (381KiB installed)... > >> module-import-compiled 15KiB/s 00:06 | 92KiB transferred > >> hash mismatch in downloaded path > >> `/gnu/store/myf7zgkj7x70gy6nf47kppva612zzbgm-module-import-compiled': expected > >> e7e6fcf7f72f965d9ae46c6bfb759651d1b9f17ad19928cafa5c08405d7b14b9, got > >> 19d0c0bcdddd67c3adf21b276d5c56edc582b0cc172eac71a1d51a3f0538d791 > > Can you try running the guix-daemon with > > '--substitute-urls=https://hydra.gnu.org', in case the problem is stale > > data on the mirror? > > Yes, this helped. Thanks Great! Once you've successfully run `guix pull`, please try removing that option from your guix-daemon and restart it. hydra.gnu.org can't handle everybody connecting to it directly, so we default to using the mirror. If necessary, most Guix commands that build packages take the '--substitute-urls' option on the command line: https://www.gnu.org/software/guix/manual/guix.html#Common-Build-Options