From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Updating a very old Guix Date: Tue, 13 Nov 2018 15:05:30 +0100 Message-ID: References: <862f79ed-d84d-122d-e83f-8910b7c57777@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMZK6-0002dE-JZ for help-guix@gnu.org; Tue, 13 Nov 2018 09:05:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMZJw-0005kC-Hg for help-guix@gnu.org; Tue, 13 Nov 2018 09:05:40 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:34721) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gMZJv-0004vp-UZ for help-guix@gnu.org; Tue, 13 Nov 2018 09:05:36 -0500 In-Reply-To: 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: Julien Lepiller Cc: help-guix@gnu.org Hi Julien, > The command you should run is: > > guix archive --recursive --export `readlink -f ~/.config/guix/current` > > guix-update.nar > > note the --recursive (so guix can find its dependencies, but it will > bundle every dependency in the .nar, so there may be some duplication I just tried that one - same problem with guix-authenticate. > renamed the directory where the current guix version is installed). I > think I told you "latest" before, that was my mistake, sorry. Maybe you > can try again "guix copy", with "current" this time? No change, I get the same protocol error. I actually do have ~/.config/guix/latest (probably left over from an older guix), and it does point to a store entry. So I should be able to archive and copy it, even if it's not the entry that I need. Cheers, Konrad.