From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Garlick Subject: Re: Heads-up: New dependency on Guile-Gcrypt Date: Mon, 10 Sep 2018 12:15:04 +0100 Message-ID: <1536578104.6808.17.camel@tourbillion-technology.com> References: <1536146344.3092.20.camel@tourbillion-technology.com> <87ftynu0eu.fsf@gnu.org> <87d0trkkim.fsf@gnu.org> <1536235121.3126.15.camel@tourbillion-technology.com> <87musuqqpj.fsf@gnu.org> <20180910093458.uqooj4yczswb43lj@thebird.nl> 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]:33346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzKFM-0001xY-No for guix-devel@gnu.org; Mon, 10 Sep 2018 07:20:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzK9z-0002eF-6h for guix-devel@gnu.org; Mon, 10 Sep 2018 07:15:19 -0400 In-Reply-To: <20180910093458.uqooj4yczswb43lj@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins , Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org Hi Pjotr, Thank you. > Guix is built with Guile and Guile has trouble finding the gcrypt > package.   Having successfully upgraded my root and user Guix installations I now find that my development installation is unable to locate guile-gcrypt: $ ./pre-inst-env guix --version ERROR: In procedure scm-error: no code for module (gcrypt hash) If I use my root guix profile, in a simlar way to your suggestion, it works: $ sudo GUILE_LOAD_PATH=/root/.guix-profile/share/guile/site/2.2 ./pre- inst-env guix --version guix (GNU Guix) 0.15.0.1558-b0632 Is there a best way to notify the ./pre-inst-env commands about guile- gcrypt?  Using sudo seems like the wrong approach.  Would installing guile-gcrypt as the development user suffice? Best regards, Paul.