From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Garlick Subject: Re: Stuck upgrading from Guix v0.12 Date: Wed, 09 Jan 2019 16:47:56 +0000 Message-ID: References: <1545049789.2673.17.camel@tourbillion-technology.com> <1545058340.2673.29.camel@tourbillion-technology.com> <87ftuvvkxt.fsf@elephly.net> <87zht1wrec.fsf@gnu.org> <87h8f9tx3d.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghH1S-00074d-3V for help-guix@gnu.org; Wed, 09 Jan 2019 11:48:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghH1R-0001ve-4s for help-guix@gnu.org; Wed, 09 Jan 2019 11:48:06 -0500 In-Reply-To: <87h8f9tx3d.fsf@elephly.net> 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: Ricardo Wurmus , Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: help-guix@gnu.org Hi Guix, Got it! I have been able to upgrade from version 0.12 to version 0.16. I used 'guix copy' to copy a recent guix on a local server. Thank you Gabor for the suggestion. The steps I followed were: i) generate signing keys on both systems ii) copy across public keys and authorize on each system iii) install guix in the user profile on the server iv) use 'guix copy --from=localServer /gnu/store/...guix-0.16.0-4...' Note: this copies the dependencies too v) set GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH on the receiving system. Note: set the variables to point to the newly-copied paths in /gnu/store for guile-gcrypt, guile-sqlite3, guile-git and guile- bytestructures vi) use '/gnu/store/...guix-0.16.0-4.../bin/guix pull' vii) include .config/guix/current/bin in PATH variable viii) use 'guix package --upgrade' ix) update guix-daemon.service x) restart daemon To finish, I authorized substitutes for ci.guix.info.pub. I am cooking with gas again! Best regards, Paul.