From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40381: Guix shouldn't request substitutes for profile derivations Date: Sun, 26 Apr 2020 22:20:38 +0200 Message-ID: <87v9lmyp61.fsf@gnu.org> References: <20200401211846.77cafa00@runbox.com> <87imiip3ol.fsf@gnu.org> <20200426165834.44b07258@runbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54726) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSnlu-0005km-TI for bug-guix@gnu.org; Sun, 26 Apr 2020 16:21:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSnlu-00040Z-Hn for bug-guix@gnu.org; Sun, 26 Apr 2020 16:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51715) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSnlu-0003zH-5k for bug-guix@gnu.org; Sun, 26 Apr 2020 16:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSnlu-0005Jv-2B for bug-guix@gnu.org; Sun, 26 Apr 2020 16:21:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200426165834.44b07258@runbox.com> (pkill9@runbox.com's message of "Sun, 26 Apr 2020 16:58:34 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: pkill9 Cc: 40381@debbugs.gnu.org Hi, pkill9 skribis: >> Can you show more precisely what you mean by pasting a command and its >> output? >>=20 >> With the recent changes in the implementation of grafts, what happens >> is usually this: >>=20 >> $ guix build foo >> updating the list of substitutes=E2=80=A6 >> The following things will be built/downloaded: >> =E2=80=A6 >>=20 >> updating the list of substitutes=E2=80=A6 >> The following things will be built/downloaded: >> =E2=80=A6 >>=20 >> The second stage here typically includes profile.drv as well as >> grafts. All this is expected behavior. > > I think that since profile.drv is always produced locally on the > machine, then it's unnecessary to update the list of substitutes > when it's on that second stage. I don=E2=80=99t observe this, or rather I cannot blame profile.drv for this. Can you show more precisely what you mean by pasting a command and its output? Thanks, Ludo=E2=80=99.