From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: guixsd 0.15.0 install failure Date: Fri, 02 Nov 2018 23:58:02 -0400 Message-ID: <87sh0iak2i.fsf@netris.org> References: <1114E3F0-AC24-4655-8B4F-D562EDBD85B7@inskydata.com> 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]:50416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gInJC-0008L3-73 for help-guix@gnu.org; Sat, 03 Nov 2018 00:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gIn5S-0006O8-IK for help-guix@gnu.org; Fri, 02 Nov 2018 23:59:07 -0400 Received: from world.peace.net ([64.112.178.59]:44012) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gIn5S-0006BK-5O for help-guix@gnu.org; Fri, 02 Nov 2018 23:59:02 -0400 In-Reply-To: <1114E3F0-AC24-4655-8B4F-D562EDBD85B7@inskydata.com> (Brian Woodcox's message of "Fri, 2 Nov 2018 16:46:43 -0600") 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: Brian Woodcox Cc: help-guix@gnu.org Brian Woodcox writes: > I posted before I saw Leo=E2=80=99s reply at any rate his method is proba= bly better. > > In my case, from the /gnu/store directory, I entered: > > nano ./59pqd1d0ihqxx0i64yxk335vjmw78wmh-bzip2-1.0.6.tar.gz.drv > > and at the end of the line, I changed url from http://www.bzip.org/1.0.6/= bzip2-1.0.6.tar.gz to > https://github.com/past-due/bzip2-mirror/releases/download/v1.0.6/bzip2-1= .0.6.tar.gz It's important to never edit files in /gnu/store. Everything in that directory is assumed to be immutable, and if that assumption is violated, Guix may later misbehave in non-obvious ways. Please use Leo's method instead. Thanks, Mark