From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: What prevents "guix package --profile" profiles from being gc'ed? Date: Fri, 26 Feb 2016 21:32:01 +0100 Message-ID: <8760xbfc1q.fsf@elephly.net> References: <87si0hr5qk.fsf@dustycloud.org> <8737sh11x1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZPBR-0002go-B8 for help-guix@gnu.org; Fri, 26 Feb 2016 15:40:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZPBN-0007lV-Br for help-guix@gnu.org; Fri, 26 Feb 2016 15:40:17 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:25043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZPBM-0007kO-PA for help-guix@gnu.org; Fri, 26 Feb 2016 15:40:13 -0500 In-reply-to: <8737sh11x1.fsf@gmail.com> 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-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Alex Kost Cc: help-guix@gnu.org Alex Kost writes: > Christopher Allan Webber (2016-02-25 03:30 +0300) wrote: > >> I'm a bit confused about profile management for profiles that *aren't* >> your system or default user profile. >> >> guix package --profile=/home/cwebber/guix-profiles/test -i hello >> >> then I run "guix gc", it seems like that profile is still kept around. [...] >> What's keeping that profile around? Will it ever get gc'ed? Is it >> somehow recorded in Guix's state files? > > Look at /var/guix/gcroots/auto/. It would be nice to have a user interface for that, too, so that users can quickly get an overview on all their custom profiles that may be littered across local and remote filesystems. What do you think? ~~ Ricardo