From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: cleaning the store Date: Thu, 26 May 2016 15:34:47 -0400 Message-ID: <20160526193447.GA21548@jasmine> References: <20160526183846.GB19120@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b613f-0006zc-UJ for help-guix@gnu.org; Thu, 26 May 2016 15:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b613a-0007vN-Vc for help-guix@gnu.org; Thu, 26 May 2016 15:35:03 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:47196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b613Y-0007uv-KM for help-guix@gnu.org; Thu, 26 May 2016 15:34:58 -0400 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix@gnu.org On Thu, May 26, 2016 at 09:10:53PM +0200, Catonano wrote: > 2016-05-26 20:38 GMT+02:00 Leo Famulari : > > > On Thu, May 26, 2016 at 06:36:39PM +0200, Catonano wrote: > > > I erased ALL the prevoius generations and still there are some elements > > > that "guix gc -d ..." cannot eliminate from the store because they turn > > out > > > to be "still alive" > > > > > > Of course emacs-cider is not installed in the current generation > > > > `guix package -s cider` returns nothing. Nor is that string present in > > the Guix source tree. It's a private package, yes? > > > > yes, it's a private package > > I was trying to make a recipe for cider but there were some errors in the > log, some dependencies couldn't be reached. > > Maybe I messed up the inputs. > > I wanted to clean to be sure that there were o interferences from the relics If you make a change to your cider recipe, then the "relics" can't interfere with later builds, because the new cider directory in /gnu/store will have a new hash. It is impossible for the build process to guess the hash of the old cider "relics", so they won't be used. If you don't change the cider recipe, then the relics will be used.