From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28144: info-dir ERROR: no code for module (guix build utils) Date: Tue, 22 Aug 2017 10:41:55 +0200 Message-ID: <87d17oc7u4.fsf@gnu.org> References: <20170819012022.7aad5fa6@cbaines.net> 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]:42603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dk4m9-00071v-TE for bug-guix@gnu.org; Tue, 22 Aug 2017 04:43:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk4m6-00007x-38 for bug-guix@gnu.org; Tue, 22 Aug 2017 04:43:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39871) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dk4m5-00007n-V5 for bug-guix@gnu.org; Tue, 22 Aug 2017 04:43:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dk4m5-0003ax-Pt for bug-guix@gnu.org; Tue, 22 Aug 2017 04:43:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170819012022.7aad5fa6@cbaines.net> (Christopher Baines's message of "Sat, 19 Aug 2017 01:20:22 +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: Christopher Baines Cc: 28144@debbugs.gnu.org Heya, Christopher Baines skribis: > I've had the following issue a few times now, it seems that somehow, > the info-dir builder can be incorrectly generated, without the usual > module import stuff. > > The most recent time this occurred, I worked around this by finding the > guix package in the store which I thought was being used at the time, > and explicitly garbage collected it (guix gc -d ...). I then rebuilt > it, and this seemed to work around the problem. I was using the same > guix package, pinned to an revision in a git repository. > > > The builder starts with: > > (begin (use-modules (guix build utils) > > > This is the error which you get: > > The following derivations will be built: > /gnu/store/8qi10kwz4ghabdj5p7s252z11snvhhgf-profile.drv > /gnu/store/0jxiph2hvmvakcj6gkz9d00a8ncma903-info-dir.drv Could you check if the .drv has the right -L and -C flags for guile? What commit was this on? Looking at (guix profiles), what you describe Cannot Happen=E2=84=A2 because there=E2=80=99s a correct =E2=80=98with-imported-modules=E2=80=99 form ther= e. Thanks, Ludo=E2=80=99.