From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 26 11:58:44 2020 Received: (at 40381) by debbugs.gnu.org; 26 Apr 2020 15:58:44 +0000 Received: from localhost ([127.0.0.1]:33970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSjg3-0003Dx-V1 for submit@debbugs.gnu.org; Sun, 26 Apr 2020 11:58:44 -0400 Received: from aibo.runbox.com ([91.220.196.211]:48976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSjg2-0003Dp-5F for 40381@debbugs.gnu.org; Sun, 26 Apr 2020 11:58:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector1; h=Content-Transfer-Encoding:Content-Type:MIME-Version: References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=ecOzgZK4kBCt+Q/2yQW5nfmYAzy/1OI2zpTy6FL7WGo=; b=NoWFQrQsZKnfZHEfZIWtQgxX1B ZRCMHNDsx6t1s0/1F7ZGo2OuyA8ZMODz9vZlBhGTFPpXo7hXeG7L7VJUoglzGX7ErD+Y2Ocwdi1Ab XYxCEvU6AQWKkqtJF41Tz5V5Y583zvdrhhE2oCqwNYqQXul+EiUlYmUjO50DOUXcbT8vu84dsy523 uY5zYJu24g3jBvKn8tizMn2WeqsotvC+1K3NLA80AivmrhcyhQKpLk49Y04YJBsBogAKObHQJ3F0i aZ4x7denRyKOUzWHk8huU7YjeZpsQ9FbDAD5AYIKnRWoMIMbBjJNqo8YLTY/DvXkNPOCjUbwLrt6j GSDyi+ng==; Received: from [10.9.9.204] (helo=mailfront22.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1jSjg0-00022J-IL; Sun, 26 Apr 2020 17:58:40 +0200 Received: by mailfront22.runbox with esmtpsa [Authenticated alias (780724)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1jSjfv-0003ON-NI; Sun, 26 Apr 2020 17:58:35 +0200 Date: Sun, 26 Apr 2020 16:58:34 +0100 From: pkill9 To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Subject: Re: bug#40381: Guix shouldn't request substitutes for profile derivations Message-ID: <20200426165834.44b07258@runbox.com> In-Reply-To: <87imiip3ol.fsf@gnu.org> References: <20200401211846.77cafa00@runbox.com> <87imiip3ol.fsf@gnu.org> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 40381 Cc: 40381@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.5 (-) 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.