From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: delete profile Date: Wed, 15 Mar 2017 12:09:01 +0100 Message-ID: <87zigmssoi.fsf@igalia.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]:53980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1co6nq-0005xe-Qd for guix-devel@gnu.org; Wed, 15 Mar 2017 07:09:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1co6nm-0003xS-8A for guix-devel@gnu.org; Wed, 15 Mar 2017 07:09:14 -0400 Received: from pb-sasl2.pobox.com ([64.147.108.67]:51078 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1co6nm-0003x8-12 for guix-devel@gnu.org; Wed, 15 Mar 2017 07:09:10 -0400 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, Alex Kost On Tue 14 Mar 2017 17:43, Federico Beffa writes: > Alex Kost writes: > >> Federico Beffa (2017-03-14 09:42 +0100) wrote: >> >>> 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. Currently, profiles that aren't in your ~/.guix-profile are not treated as GC roots (AFAIR). I think this is a bug -- albeit a known bug. :) Andy