From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Garlick Subject: Re: Stuck upgrading from Guix v0.12 Date: Thu, 20 Dec 2018 19:54:25 +0000 Message-ID: <2a420246a2c11e2d949b5db978c5198e2d2b7822.camel@tourbillion-technology.com> 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: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ga4Ow-0006Wq-MU for help-guix@gnu.org; Thu, 20 Dec 2018 14:54:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ga4Ow-0001oG-2Y for help-guix@gnu.org; Thu, 20 Dec 2018 14:54:34 -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 Ricardo, Thank you for your help. > I’m in the same situation upgrading a machine that didn’t have an > Internet connection for months. > > Here’s what I do: > > - use a git checkout to jump to commit > b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7, which adds guile-gcrypt > > - ./bootstrap && ./configure --localstatedir=/var && make clean && > make > > - ./pre-inst-env guix package -i guile guile-sqlite3 guile-json > guile-ssh guile-gcrypt > > - update to the latest version I am following the recipe but have hit trouble at the configure stage: $./configure --localstatedir=/var . . . configure: error: Guile-Git is missing; please install it. This takes me back to the libgit2 unavailability problem. I have not been able to find a way to provide a sufficient build environment (I have upgraded the OS to Ubuntu 18.04 in the meantime). Any suggestions? Paul.