From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: Unexpected results with Guix. Date: Thu, 7 Nov 2019 12:39:57 +0100 Message-ID: <20191107113957.b2sfcdlvlf6ts3ze@pelzflorian.localdomain> References: <20191107064026.zgmzgiiigi7pcbx6@pelzflorian.localdomain> <5dc3f45e.1c69fb81.728e1.496d@mx.google.com> <20191107105152.gafbjchqti3bwkcq@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50912) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSg8v-00070o-8R for help-guix@gnu.org; Thu, 07 Nov 2019 06:40:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSg8t-0002oK-U9 for help-guix@gnu.org; Thu, 07 Nov 2019 06:40:01 -0500 Received: from pelzflorian.de ([5.45.111.108]:52736 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSg8t-0002nT-EE for help-guix@gnu.org; Thu, 07 Nov 2019 06:39:59 -0500 Content-Disposition: inline In-Reply-To: <20191107105152.gafbjchqti3bwkcq@pelzflorian.localdomain> 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: Jone Cc: help-guix@gnu.org On Thu, Nov 07, 2019 at 11:51:52AM +0100, pelzflorian (Florian Pelz) wrote: > On Thu, Nov 07, 2019 at 01:39:43PM +0000, Jone wrote: > > > > We seem to be going in circles =) > > > for r in $(guix gc --list-roots); do ls -l $r; done > > > > You want to delete /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile. > > `for r in $(guix gc --list-roots); do ls -l $r; done` should list what > links to the profile > /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile. That is what you > need to delete. > You need to delete the link to /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile not /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile itself. for r in $(guix gc --list-roots); do ls -l $r; done shows the link to /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile.