From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34679: --load-path does not work with guix environment Date: Wed, 06 Mar 2019 15:05:43 +0100 Message-ID: <87wolcgkso.fsf@gnu.org> References: <63426bc6-57ef-0468-fa6d-5776deb92389@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1XBV-0004DC-Cj for bug-guix@gnu.org; Wed, 06 Mar 2019 09:06:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1XBN-0002IC-Vo for bug-guix@gnu.org; Wed, 06 Mar 2019 09:06:11 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48542) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1XBL-0002HI-DK for bug-guix@gnu.org; Wed, 06 Mar 2019 09:06:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h1XBJ-0005oO-Vr for bug-guix@gnu.org; Wed, 06 Mar 2019 09:06:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <63426bc6-57ef-0468-fa6d-5776deb92389@crazy-compilers.com> (Hartmut Goebel's message of "Wed, 27 Feb 2019 21:52:14 +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: Hartmut Goebel Cc: 34679@debbugs.gnu.org Hi, Hartmut Goebel skribis: > guix environment still installs gnunet 0.10.1 (which is defined in guix > 0.16): > > $ guix environment --load-path=3D$PWD/contrib/guix --ad-hoc gnunet > [guix]$ realpath $(which gnunet-arm) > /gnu/store/...-gnunet-0.10.1/bin/gnunet-arm > > > Using GUIX_PACKAGE_PATH the correct version of gnunet is installed into > the environment: > > $ export GUIX_PACKAGE_PATH=3D$PWD/contrib/guix > $ guix environment --ad-hoc gnunet > [guix]$ realpath $(which gnunet-arm) > /gnu/store/...-gnunet-v0.11.0pre66-1108-g8bb29d2fb/bin/gnunet-arm I tried to simulate the issue but I can=E2=80=99t seem to reproduce it; tha= t is, with -L, I do get the =E2=80=9Cv0.11.0pre66-1108-g8bb29d2fb=E2=80=9D versio= n. Could you try to reduce this to a simpler test case and/or post the files to test it? Thanks, Ludo=E2=80=99.