From mboxrd@z Thu Jan 1 00:00:00 1970 From: pkill9 Subject: bug#38795: "guix build" doesn't find modules from extra channels when building from an expression Date: Sun, 5 Jan 2020 20:33:25 +0000 Message-ID: <20200105203325.6c76cc48@runbox.com> 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:470:142:3::10]:55527) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioCb6-0003kM-24 for bug-guix@gnu.org; Sun, 05 Jan 2020 15:34:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioCb5-0005in-0T for bug-guix@gnu.org; Sun, 05 Jan 2020 15:34:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38737) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ioCb4-0005ib-Jk for bug-guix@gnu.org; Sun, 05 Jan 2020 15:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ioCb4-0007Y3-IN for bug-guix@gnu.org; Sun, 05 Jan 2020 15:34:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 38795@debbugs.gnu.org Hi G=C3=A1bor, > This is a possible duplicate of 37399. Can you confirm? Is this the bug? https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D37399 If so, yes, it looks like it is caused by the same issue, as when I set GUILE_LOAD_PATH to point to my repository, it finds the module. Thanks