From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#24993: Documentation: 'guix pull' needed during SD installation Date: Wed, 23 Nov 2016 15:29:11 -0500 Message-ID: <20161123202911.GA3616@jasmine> References: <7d52d8ee-c253-685b-1871-f908850ee606@alaskasi.com> <20161123044607.GA23298@jasmine> <0cf83259-2c5d-ae51-5697-02299251051c@alaskasi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9eBF-00033p-1v for bug-guix@gnu.org; Wed, 23 Nov 2016 15:30:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9eBA-0004zy-4U for bug-guix@gnu.org; Wed, 23 Nov 2016 15:30:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52460) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c9eB9-0004zN-PY for bug-guix@gnu.org; Wed, 23 Nov 2016 15:30:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1c9eB9-0003pF-EG for bug-guix@gnu.org; Wed, 23 Nov 2016 15:30:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Christopher Howard Cc: 24993@debbugs.gnu.org On Wed, Nov 23, 2016 at 08:25:27AM -0900, Christopher Howard wrote: > The error is: > > " > guix substitute: error: download from > 'https://mirror.hydra.gnu.org/nar/zrwslk773<...snip...>e2fsck-static-1.42.13' > failed 410, "Gone" > killing process 859 > guix system: error: build failed: some substitutes for the outputs of > derivation `/gnu/store/kjzga<...snip...>-e2fsck-static-1.42..13.drv' > failed (usually happens due to networking issues); try `--fallback' to > build derivation from source > " Based on that, it looks like we garbage collected the substitutes for the 0.11.0 release to make space for new ones, which is too bad, but hopefully not a permament limitation. We have a new machine for our build farm front-end currently being installed and tested, and that server should have a great deal more storage. You should try passing --substitute-urls=https://hydra.gnu.org in case the issue is with the mirror. Otherwise, I think your options for using the 0.11.0 installer are to use --fallback and build the missing things from source, or use `guix pull` as was suggested on IRC. I expect the latter option to require less building.