From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: why 'package --remove' download stuff? Date: Fri, 14 Feb 2020 12:20:21 +0100 Message-ID: References: <20200214011634.GB26096@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48674) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2Z1N-0002mS-Tm for help-guix@gnu.org; Fri, 14 Feb 2020 06:20:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2Z1M-0006lZ-PZ for help-guix@gnu.org; Fri, 14 Feb 2020 06:20:33 -0500 Received: from mail-qk1-x72d.google.com ([2607:f8b0:4864:20::72d]:46066) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2Z1M-0006lI-Lo for help-guix@gnu.org; Fri, 14 Feb 2020 06:20:32 -0500 Received: by mail-qk1-x72d.google.com with SMTP id a2so8759477qko.12 for ; Fri, 14 Feb 2020 03:20:32 -0800 (PST) In-Reply-To: <20200214011634.GB26096@jasmine.lan> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Leo Famulari Cc: help-guix Hi Leo,, Thank you for the explanations. On Fri, 14 Feb 2020 at 02:16, Leo Famulari wrote: > > On Fri, Feb 14, 2020 at 01:54:53AM +0100, zimoun wrote: > > Hmm? Okish... but it is really annoying. And I do not understand the > > reason of this. > > The reason is that, after you made the last profile, you ran `guix > pull`. > > Some package that is used to build profiles was updated in the `guix > pull` and now, to make a new profile, you need to use that updated > package. There are profile hooks that do things like build the man page > database, and maybe those packages were updated. > > Does that make sense? Yes, it makes sense but it is totally counter-intuitive. :-) Well, it is a bit hard: remove a tiny package and then big packages such as GHC are downloaded. I will see if I can improve the doc or something else. Thanks, simon