On Mon, Dec 19, 2016 at 11:34:22AM +0000, Dmitri Anikin wrote: > December 18, 2016 9:16 PM, "Leo Famulari" <[email protected]> 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
