From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= Subject: Re: Counting Packages yields wrong result Date: Thu, 25 Aug 2016 22:01:14 +0200 Message-ID: <20160825220114.5857a989@alma-ubu> References: <20160822231044.4ac945f9@alma-ubu> <871t1fg3dk.fsf@gmail.com> 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]:51739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bd0q4-0005VS-73 for help-guix@gnu.org; Thu, 25 Aug 2016 16:01:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bd0q1-0006Nn-44 for help-guix@gnu.org; Thu, 25 Aug 2016 16:01:24 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:58806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bd0q0-0006N8-To for help-guix@gnu.org; Thu, 25 Aug 2016 16:01:21 -0400 Received: from alma-ubu (p5B353406.dip0.t-ipconnect.de [91.53.52.6]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by m4s11.vlinux.de (Postfix) with ESMTPSA id 12E5B3CED for ; Thu, 25 Aug 2016 19:55:49 +0000 (UTC) In-Reply-To: <871t1fg3dk.fsf@gmail.com> 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: Guix-Help On Tue, 23 Aug 2016 13:56:39 +0300 Alex Kost wrote: > Bj=C3=B6rn H=C3=B6fling (2016-08-23 00:10 +0300) wrote: > > Is that my problem? How can I script over the newest pull? >=20 > "guix pull" updates "~/.config/guix/latest" link, and when you run > "guix" command, it uses the packages from that directory. So after > "guix pull" you'll get the latest package recipes for "guix ..." > commands. >=20 > But "guix pull" doesn't influence your guile script that uses guix > modules from some directories that come from GUILE_LOAD_PATH and > GUILE_LOAD_COMPILED_PATH. So to make your script use those fresh > "guix-pulled" modules, you can modify these environment variables to > include "/home//.config/guix/latest". Yes, when setting the GUILE_LOAD_PATH that way, counting will increase witha guix pull. =20 > An alternative is to use guix directly from a git checkout. > See (info "(guix) Building from Git") for details. Will try that also at a later time. Thank you, Bj=C3=B6rn