From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29247: guix complains that Guile-Git is missing Date: Sat, 11 Nov 2017 15:24:03 +0100 Message-ID: <87375khp18.fsf@gnu.org> References: <20171110090342.5ccbbc11@jasniac.instanton> 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]:35703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDWiX-00068g-Ap for bug-guix@gnu.org; Sat, 11 Nov 2017 09:25:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDWiU-00015m-6x for bug-guix@gnu.org; Sat, 11 Nov 2017 09:25:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54400) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eDWiU-00015i-34 for bug-guix@gnu.org; Sat, 11 Nov 2017 09:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eDWiT-0007xK-Ny for bug-guix@gnu.org; Sat, 11 Nov 2017 09:25:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20171110090342.5ccbbc11@jasniac.instanton> (Marco van Hulten's message of "Fri, 10 Nov 2017 09:03:42 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marco van Hulten Cc: 29247@debbugs.gnu.org Hi Marco, Marco van Hulten skribis: > I have installed Guile-Git, but guix still complains that it is missing. > > ``` > root@watson ~# guix package -i guile-git=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 > substitute: updating list of substitutes from 'https://mirror.hydra.gnu.o= rg'... 100.0% > ... > substitute: updating list of substitutes from 'https://mirror.hydra.gnu.o= rg'... 100.0%=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 > The following package will be installed: = guile-git 0.0-4.= 951a32c /gnu/store/cjg6sngjq540k38s5l3nfxpydybhpas0-guile-git-0.0-4.951a3= 2c > ... > grafting '/gnu/store/2lfalradkpy41cxzk9bk2ssjzklcq8gw-guile-git-0.0-4.951= a32c' -> '/gnu/store/cjg6sngjq540k38s5l3nfxpydybhpas0 > -guile-git-0.0-4.951a32c'... > Creating manual page database for 3 packages... done in 0.395 s > 4 packages in profile > root@watson ~# time guix pull --cores=3D1 > guix pull: error: Guile-Git is missing but it is now required by 'guix pu= ll'. > Install it by running: > > guix package -i guile-git > export GUILE_LOAD_PATH=3D$HOME/.guix-profile/share/guile/site/2.2:$GUIL= E_LOAD_PATH > export GUILE_LOAD_COMPILED_PATH=3D$HOME/.guix-profile/lib/guile/2.2/sit= e-ccache:$GUILE_LOAD_COMPILED_PATH Did you export these two variables before rerunning =E2=80=98guix pull=E2= =80=99? Thanks, Ludo=E2=80=99.