From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23475: no code for module (guix ui) Date: Tue, 02 Aug 2016 11:17:03 +0200 Message-ID: <87twf3zg1c.fsf@gnu.org> References: <20160507025936.GA25173@jasmine> <87k2j45y59.fsf@gnu.org> <8760u5pyft.fsf@gnu.org> <20160523032237.GA16312@jasmine> <87r3a94v8f.fsf@gnu.org> <20160802013047.GA3302@jasmine> 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]:39511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUVpv-0004eL-6f for bug-guix@gnu.org; Tue, 02 Aug 2016 05:18:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUVpq-00005w-3S for bug-guix@gnu.org; Tue, 02 Aug 2016 05:18:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUVpq-00005s-0A for bug-guix@gnu.org; Tue, 02 Aug 2016 05:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bUVpp-0002Zk-TY for bug-guix@gnu.org; Tue, 02 Aug 2016 05:18:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160802013047.GA3302@jasmine> (Leo Famulari's message of "Mon, 1 Aug 2016 21:30:47 -0400") 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: Leo Famulari Cc: 23475@debbugs.gnu.org Leo Famulari skribis: > On Sun, Jul 31, 2016 at 06:40:00PM +0200, Ludovic Court=C3=A8s wrote: >> Any updates? :-) > > I've noticed that it happens if I do this: > > $ guix gc && ./pre-inst-env guix build foo > > If I then do the following, it works again: > > $ guix environment guix > $ exit > $ ./pre-inst-env guix build foo=20 > > I don't have all of the Guix dependencies in my profile or my Debian > environment (I see this on my Debian machine), so I guess that something > important is garbage collected, but I haven't figured out what yet. > > So, I think it's not much of a bug, since I am deliberately invoking the > garbage collector. WDYT? Possibly. If you use ./configure -C, the =E2=80=98config.cache=E2=80=99 fi= le also gets stale after GC. But even if you don=E2=80=99t, (guix config) might be refe= rring to things that have been collected, so you have to: rm -f config.cache && ./configure I=E2=80=99m closing this bug, but do reopen it if you think something=E2=80= =99s really broken. :-) Thanks! Ludo=E2=80=99.