From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: guix pull le-certs problem - formerly: Having a Guix archive Date: Sun, 8 Jul 2018 14:34:30 +0200 Message-ID: <20180708123430.zof2alsf7ozlgjwm@thebird.nl> References: <20180707121712.7mduwpoesyyeucqj@thebird.nl> <20180708122851.jaz7cojtt6fgoxbw@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fc8te-00031b-Lt for guix-devel@gnu.org; Sun, 08 Jul 2018 08:34:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fc8tb-0005J5-Gt for guix-devel@gnu.org; Sun, 08 Jul 2018 08:34:34 -0400 Received: from mail.thebird.nl ([94.142.245.5]:48112) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fc8tb-0005Hm-9V for guix-devel@gnu.org; Sun, 08 Jul 2018 08:34:31 -0400 Content-Disposition: inline In-Reply-To: <20180708122851.jaz7cojtt6fgoxbw@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins Cc: guix-devel Oh yes, guix package -i le-certs The following package will be installed: le-certs 0 /gnu/store/35bj4v3skwwdmydsndz1hj14d7p95qcb-le-certs-0 guix package: error: build failed: opening file `/gnu/store/cm5gjbfkps9g18z6a49shk55ai9101nk-le-certs-0.drv': No such file or directory A bit circular. Pj. On Sun, Jul 08, 2018 at 02:28:51PM +0200, Pjotr Prins wrote: > I wrote up how I rescue guix tools using a VM and guix archive: > > https://gitlab.com/pjotrp/guix-notes/blob/master/GUIX-RESCUE.org > > so you have an idea what I am talking about. > > Unfortunately I am now getting an le-certs error on guix pull: > > guix pull: error: build failed: opening file `/gnu/store/cm5gjbfkps9g18z6a49shk55ai9101nk-le-certs-0.drv': No such file or directory > > This is the case with guix-daemon and client versions 0.14xx and 0.15. > > Any idea? Should that not be part of guix archive guix.nar then? Even > so, it does not matter which version I run. Also after installing guix > with > > guix package -i guix > > Pj. > > On Sat, Jul 07, 2018 at 02:17:12PM +0200, Pjotr Prins wrote: > > Is it an idea to also have a current Guix archive on the download > > page? Or at least a link to one? > > > > https://www.gnu.org/software/guix/download/ > > > > Ever so often I need to rescue a running Guix system which won't run > > guix pull and even a build-from-source quickly. Being able to do > > > > guix archive --import < guix-latest.nar > > > > or something similar would be rather convenient. >