From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: bug#29247: guix complains that Guile-Git is missing Date: Fri, 10 Nov 2017 09:03:42 +0100 Message-ID: <20171110090342.5ccbbc11@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDCAz-00085n-ME for bug-guix@gnu.org; Fri, 10 Nov 2017 11:29:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDCAw-0003uL-9n for bug-guix@gnu.org; Fri, 10 Nov 2017 11:29:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53907) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eDCAw-0003ty-5y for bug-guix@gnu.org; Fri, 10 Nov 2017 11:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eDCAv-00064B-T8 for bug-guix@gnu.org; Fri, 10 Nov 2017 11:29:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eD5E2-00053V-V4 for bug-guix@gnu.org; Fri, 10 Nov 2017 04:03:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eD5Dz-0002xw-RV for bug-guix@gnu.org; Fri, 10 Nov 2017 04:03:46 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:51561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eD5Dz-0002xQ-JM for bug-guix@gnu.org; Fri, 10 Nov 2017 04:03:43 -0500 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0OZ600DYIZOB1L30@eterpe-smout.broadpark.no> for bug-guix@gnu.org; Fri, 10 Nov 2017 09:03:42 +0100 (CET) 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: 29247@debbugs.gnu.org Hello, I have installed Guile-Git, but guix still complains that it is missing. ``` root@watson ~# guix package -i guile-git substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% ... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following package will be installed: guile-git 0.0-4.951a32c /gnu/store/cjg6sngjq540k38s5l3nfxpydybhpas0-guile-git-0.0-4.951a32c ... grafting '/gnu/store/2lfalradkpy41cxzk9bk2ssjzklcq8gw-guile-git-0.0-4.951a32c' -> '/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=1 guix pull: error: Guile-Git is missing but it is now required by 'guix pull'. Install it by running: guix package -i guile-git export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/lib/guile/2.2/site-ccache:$GUILE_LOAD_COMPILED_PATH real 0m0.314s user 0m0.313s sys 0m0.032s ``` -Marco