From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Plan for 0.9.0 Date: Thu, 15 Oct 2015 21:27:05 +0200 Message-ID: <8737xc0w6u.fsf@gnu.org> References: <87io6b943m.fsf@gnu.org> <878u75ql2q.fsf@gnu.org> <87eggxfc5o.fsf@openmailbox.org> <87k2qpp1ko.fsf@gnu.org> <20151014170227.3a293b5a@openmailbox.org> <874mhsiae1.fsf@openmailbox.org> <87k2qo2ln7.fsf@T420.taylan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmoBE-00089l-Mn for guix-devel@gnu.org; Thu, 15 Oct 2015 15:27:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmoBB-0001j8-HO for guix-devel@gnu.org; Thu, 15 Oct 2015 15:27:12 -0400 In-Reply-To: <87k2qo2ln7.fsf@T420.taylan> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Thu, 15 Oct 2015 17:31:56 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > I seem to remember 'guix gc' even removing things that are actually > necessary for building a profile, which is a ubiquitous operation of > course. Does anyone know if that's been fixed on the meanwhile, I think it hasn=E2=80=99t. :-) Basically to build a profile, all you need is Guile. In practice, it is very likely to already be in the store (on GuixSD, I would say it=E2=80=99s= even difficult to get rid of it.) Now, that=E2=80=99s another situation where running --gc-keep-outputs --gc-keep-derivations should help. These are the only GC knobs that we have. It could be that we need other knobs, but I=E2=80=99m not sure what that co= uld be. Ludo=E2=80=99.