From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: bug#33276: guix still building when substitute is available (or is guix pull not reproducible) Date: Thu, 8 Nov 2018 19:30:39 +0100 Message-ID: <20181108183039.a6drroqcswwd7rl5@thebird.nl> References: <20181105162651.wss2ex6msdbzrwir@thebird.nl> <877ehq1e3a.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKp5A-000420-9S for bug-guix@gnu.org; Thu, 08 Nov 2018 13:31:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKp54-0008Jd-W1 for bug-guix@gnu.org; Thu, 08 Nov 2018 13:31:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37637) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gKp53-0008Fe-Sr for bug-guix@gnu.org; Thu, 08 Nov 2018 13:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gKp53-0004n5-JX for bug-guix@gnu.org; Thu, 08 Nov 2018 13:31:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <877ehq1e3a.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.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33276@debbugs.gnu.org On Tue, Nov 06, 2018 at 03:21:29PM +0100, Ludovic Courtès wrote: > As to why you’re not getting substitutes, it could be missing > authorization, etc. What does ‘guix publish’ display? Substitutes work fine for normal package install. No problem with the setup. No, this is specific to guix pull with a commit flag. Did you try this yourself? It is reproducible as a problem. Could it theoretically be possible that guix pull with a specific commit set done at different time points leads to a different build? I.e., is the underlying build system not a variable (bootstrap and all that)? When I have time I'll try that guix pull twice. See what happens. Pj.