From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: bug#38795: "guix build" doesn't find modules from extra channels when building from an expression Date: Sun, 29 Dec 2019 16:06:31 +0000 (GMT) Message-ID: 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]:56699) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilb5r-0004u8-9F for bug-guix@gnu.org; Sun, 29 Dec 2019 11:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilb5q-0003Ru-4u for bug-guix@gnu.org; Sun, 29 Dec 2019 11:07:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54131) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ilb5q-0003RV-0V for bug-guix@gnu.org; Sun, 29 Dec 2019 11:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ilb5p-0007nH-SW for bug-guix@gnu.org; Sun, 29 Dec 2019 11:07:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55829) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilb5R-0004sE-BW for bug-guix@gnu.org; Sun, 29 Dec 2019 11:06:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilb5P-0002WU-KU for bug-guix@gnu.org; Sun, 29 Dec 2019 11:06:36 -0500 Received: from aibo.runbox.com ([91.220.196.211]:58166) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ilb5P-0002SF-3j for bug-guix@gnu.org; Sun, 29 Dec 2019 11:06:35 -0500 Received: from [10.9.9.129] (helo=rmmprod07.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ilb5L-0004tm-Ts for bug-guix@gnu.org; Sun, 29 Dec 2019 17:06:32 +0100 Received: from mail by rmmprod07.runbox with local (Exim 4.86_2) (envelope-from ) id 1ilb5L-0002uc-Su for bug-guix@gnu.org; Sun, 29 Dec 2019 17:06:31 +0100 Content-Disposition: inline Received: from [Authenticated alias (780724)] by runbox.com with http (RMM6); for ; Sun, 29 Dec 2019 16:06:31 GMT 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: 38795@debbugs.gnu.org I have added my own repository to my ~/.config/guix/channels.scm (https://g= itlab.com/pkill-9/guix-packages-free), but when I run `guix build --express= ion=3D'(use-modules (pkill9 utils))' it returns "no code for module (pkill9= utils)". It does find modules from the guix repository though, e.g. `guix build --ex= pression=3D'(use-modules (guix packages))` returns "guix build: error: #: not something we can build" without a "no code for module" erro= r.=