From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: delete profile Date: Thu, 16 Mar 2017 12:13:33 +0300 Message-ID: <87wpbp1t4y.fsf@gmail.com> References: <87y3waqua6.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> <877f3t9dgj.fsf@gmail.com> <20170314055518.GA12348@mail.thebird.nl> <87efy0mepb.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> <87lgs8apsu.fsf@gmail.com> <87varbx103.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coRTT-00020s-PC for guix-devel@gnu.org; Thu, 16 Mar 2017 05:13:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coRTQ-0004Fk-LJ for guix-devel@gnu.org; Thu, 16 Mar 2017 05:13:35 -0400 Received: from mail-lf0-x22f.google.com ([2a00:1450:4010:c07::22f]:34319) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1coRTQ-0004FO-Dn for guix-devel@gnu.org; Thu, 16 Mar 2017 05:13:32 -0400 Received: by mail-lf0-x22f.google.com with SMTP id z15so17372753lfd.1 for ; Thu, 16 Mar 2017 02:13:32 -0700 (PDT) In-Reply-To: <87varbx103.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> (Federico Beffa's message of "Tue, 14 Mar 2017 17:43:24 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Federico Beffa Cc: guix-devel@gnu.org Federico Beffa (2017-03-14 17:43 +0100) wrote: > Alex Kost writes: > >> Federico Beffa (2017-03-14 09:42 +0100) wrote: >> >>> Pjotr Prins writes: >>> 'guix -p $HOME/guix-test-profile' lists only 1 generation (but I did >>> create another one and then I rolled-back). >>> >>> I run 'guix gc' and now I find dangling symlinks in my $HOME. >> >> What dangling symlinks? Just remove them :-) > > Of this type: > > $HOME/guix-test-profile-XXX-link -> /gnu/store/... > > Yes, sure, I deleted them. It just seems strange that a GC leaves > dangling links around. GC can't remove such generation links; it removes only the stuff that is placed in the store. It's up to a user to remove profiles and their generations. -- Alex