From mboxrd@z Thu Jan  1 00:00:00 1970
From: Leo Famulari <leo@famulari.name>
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>
	<db559227-d563-aa95-7e60-a7d2fd74d756@alaskasi.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-path: <bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:42548)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) 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 <Debian-debbugs@debbugs.gnu.org>) 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 <Debian-debbugs@debbugs.gnu.org>)
	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 <Debian-debbugs@debbugs.gnu.org>) id 1c9eB9-0003pF-EG
	for bug-guix@gnu.org; Wed, 23 Nov 2016 15:30:03 -0500
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
Resent-Message-ID: <handler.24993.B24993.147993295714620@debbugs.gnu.org>
Content-Disposition: inline
In-Reply-To: <db559227-d563-aa95-7e60-a7d2fd74d756@alaskasi.com>
List-Id: Bug reports for GNU Guix <bug-guix.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/bug-guix>,
	<mailto:bug-guix-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/bug-guix/>
List-Post: <mailto:bug-guix@gnu.org>
List-Help: <mailto:bug-guix-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/bug-guix>,
	<mailto:bug-guix-request@gnu.org?subject=subscribe>
Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org
Sender: "bug-Guix" <bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org>
To: Christopher Howard <christopher@alaskasi.com>
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.