From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24686: --load-path not honored by guix system Date: Sun, 16 Oct 2016 21:24:51 +0200 Message-ID: <87y41of664.fsf@gnu.org> References: 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]:48069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvr4P-00023I-OU for bug-guix@gnu.org; Sun, 16 Oct 2016 15:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvr4M-0006j0-Ll for bug-guix@gnu.org; Sun, 16 Oct 2016 15:26:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57543) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bvr4M-0006iw-In for bug-guix@gnu.org; Sun, 16 Oct 2016 15:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bvr4M-0000lb-Dj for bug-guix@gnu.org; Sun, 16 Oct 2016 15:26:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Blah Blahh's message of "Thu, 13 Oct 2016 18:48:26 -0500") 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: Blah Blahh Cc: 24686@debbugs.gnu.org Hello, Blah Blahh skribis: > Worked fine when I set GUIX_PACKAGE_PATH, did not when I tried using - > -load-path to pass the exact same directory. According to mark_weaver > from #guix it should, so here I am to mention it. Specifically I used > "guix system reconfigure --load-path=3D/root/guix-modules > /etc/config.scm" and it did not search in that directory, then I set > GUIX_PACKAGE_PATH to /root/guix-modules and ran the command without > the --load-path part and it found the package defined in a module in a > subdirectory of it. I just tried and it Works for Me with current master. What does =E2=80=98guix --version=E2=80=99 return? What makes you think = =E2=80=98--load-path=E2=80=99 is not honored, perhaps because you=E2=80=99re using =E2=80=98specification= ->package=E2=80=99 in config.scm? Thanks, Ludo=E2=80=99.