From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#23475: no code for module (guix ui) Date: Mon, 1 Aug 2016 21:30:47 -0400 Message-ID: <20160802013047.GA3302@jasmine> References: <20160507025936.GA25173@jasmine> <87k2j45y59.fsf@gnu.org> <8760u5pyft.fsf@gnu.org> <20160523032237.GA16312@jasmine> <87r3a94v8f.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUOXx-00084f-S7 for bug-guix@gnu.org; Mon, 01 Aug 2016 21:31:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUOXv-00063U-K5 for bug-guix@gnu.org; Mon, 01 Aug 2016 21:31:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUOXu-00062z-Df for bug-guix@gnu.org; Mon, 01 Aug 2016 21:31:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bUOXu-0008K5-4r for bug-guix@gnu.org; Mon, 01 Aug 2016 21:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87r3a94v8f.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 23475@debbugs.gnu.org On Sun, Jul 31, 2016 at 06:40:00PM +0200, Ludovic Courtès 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 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?