From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 01 21:30:52 2016 Received: (at 23475) by debbugs.gnu.org; 2 Aug 2016 01:30:52 +0000 Received: from localhost ([127.0.0.1]:53250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bUOXk-0008Jg-L4 for submit@debbugs.gnu.org; Mon, 01 Aug 2016 21:30:52 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:39010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bUOXi-0008JU-P3 for 23475@debbugs.gnu.org; Mon, 01 Aug 2016 21:30:51 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 6DF0620603; Mon, 1 Aug 2016 21:30:50 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute7.internal (MEProxy); Mon, 01 Aug 2016 21:30:50 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=qtqNfpeiHXW2eEgVTCNdeqx3PSQ=; b=ImOMZV pOY+6hUv1kuVSZ6NWv4brUzCCHmthgrAYwJG5Y/c3wEqWH3HRh5krtaslNkChekm hU3bKCiez/exONno8PoHRfDjRb/9JlW/NRw4Yf86Prx0aBo8meslv7BeknVmuB8H pp/YymLQRmCpPykMBa8WeKcbaJChL3JkaX4NY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=qtqNfpeiHXW2eEg VTCNdeqx3PSQ=; b=ptxtIB0Co4ZNHPYrJjMr0IpWAAgS5nIN/GycsYfppHudQlt pizjidF8YZRw4AY5NwGpT56728V6TFqGXMFGEI8uvfI+jSshBvgEdB8dK5urhC7t D07wYCtSCEijD0zPo7ak1fsOpjuBj+EYU8PAVBA6YNmnFp01JwAvHVMCthQM= X-Sasl-enc: M0iJ8+cBP3McmRfcnLvrSllqr8kdxbpyAWXtxDp103fw 1470101449 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id EBD05CCDA6; Mon, 1 Aug 2016 21:30:49 -0400 (EDT) Date: Mon, 1 Aug 2016 21:30:47 -0400 From: Leo Famulari To: Ludovic =?iso-8859-1?Q?Court=E8s?= Subject: Re: bug#23475: no code for module (guix ui) 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87r3a94v8f.fsf@gnu.org> User-Agent: Mutt/1.6.0 (2016-04-01) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23475 Cc: 23475@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) 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?