From mboxrd@z Thu Jan 1 00:00:00 1970 From: pkill9 Subject: bug#40381: Guix shouldn't request substitutes for profile derivations Date: Sun, 26 Apr 2020 16:58:34 +0100 Message-ID: <20200426165834.44b07258@runbox.com> References: <20200401211846.77cafa00@runbox.com> <87imiip3ol.fsf@gnu.org> 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]:40784) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSjgM-0003H0-QZ for bug-guix@gnu.org; Sun, 26 Apr 2020 11:59:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSjgM-0008HQ-3T for bug-guix@gnu.org; Sun, 26 Apr 2020 11:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50657) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSjgL-0008G1-MZ for bug-guix@gnu.org; Sun, 26 Apr 2020 11:59:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSjgL-0003EU-Lo for bug-guix@gnu.org; Sun, 26 Apr 2020 11:59:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87imiip3ol.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 40381@debbugs.gnu.org Hi Ludovic > 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.