From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dmitri Anikin" Subject: Re: Broken guix pull Date: Mon, 19 Dec 2016 11:34:22 +0000 Message-ID: <44bbe49f19463dcbb0cd33168c791537@mail.teknik.io> References: <20161218211613.GA22159@jasmine> <765dd961b7110b356c83fe8c654c07b1@mail.teknik.io> 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]:34568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIwD8-0006zc-TO for help-guix@gnu.org; Mon, 19 Dec 2016 06:34:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIwD5-0006HM-On for help-guix@gnu.org; Mon, 19 Dec 2016 06:34:30 -0500 Received: from mail.teknik.io ([50.247.95.113]:61498) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cIwD5-0006GR-Dz for help-guix@gnu.org; Mon, 19 Dec 2016 06:34:27 -0500 In-Reply-To: <20161218211613.GA22159@jasmine> 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: help-guix@gnu.org December 18, 2016 9:16 PM, "Leo Famulari" wrote:=0A> = On Sun, Dec 18, 2016 at 08:20:57PM +0000, Dmitri Anikin wrote:=0A> =0A>> = Hello,=0A>> =0A>> When I try guix pull, it fails everytime on=0A>> =0A>> = Found valid signature for /gnu/store/myf7zgkj7x70gy6nf47kppva612zzbgm-mod= ule-import-compiled=0A>> From https://mirror.hydra.gnu.org/nar/myf7zgkj7x= 70gy6nf47kppva612zzbgm-module-import-compiled=0A>> Downloading myf7zg...-= module-import-compiled (381KiB installed)...=0A>> module-import-compiled = 15KiB/s 00:06 | 92KiB transferred=0A>> hash mismatch in downloaded path= =0A>> `/gnu/store/myf7zgkj7x70gy6nf47kppva612zzbgm-module-import-compiled= ': expected=0A>> e7e6fcf7f72f965d9ae46c6bfb759651d1b9f17ad19928cafa5c0840= 5d7b14b9, got=0A>> 19d0c0bcdddd67c3adf21b276d5c56edc582b0cc172eac71a1d51a= 3f0538d791=0A>> fetching path `/gnu/store/sk9gij7yiqka9lqymh27wzlcp7r5si2= b-module-import-compiled'...=0A>> killing process 13703=0A>> guix pull: e= rror: build failed: some substitutes for the outputs of derivation=0A>> `= /gnu/store/i2rwqg7iys5d31lqjw3qz0gb24z138n7-module-import-compiled.drv' f= ailed (usually happens=0A>> due to networking issues); try `--fallback' t= o build derivation from source=0A> =0A> Can you try running the guix-daem= on with=0A> '--substitute-urls=3Dhttps://hydra.gnu.org', in case the prob= lem is stale=0A> data on the mirror?=0A=0AYes, this helped. Thanks