From unknown Tue Jun 17 20:08:43 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#20188 <20188@debbugs.gnu.org> To: bug#20188 <20188@debbugs.gnu.org> Subject: Status: [wishlist] avoid unnecessary calls to substitute-binary Reply-To: bug#20188 <20188@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:08:43 +0000 retitle 20188 [wishlist] avoid unnecessary calls to substitute-binary reassign 20188 guix submitter 20188 Mark H Weaver severity 20188 wishlist thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 24 01:54:36 2015 Received: (at submit) by debbugs.gnu.org; 24 Mar 2015 05:54:36 +0000 Received: from localhost ([127.0.0.1]:34411 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YaHnQ-0001f0-8F for submit@debbugs.gnu.org; Tue, 24 Mar 2015 01:54:36 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37908) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YaHnO-0001eo-0c for submit@debbugs.gnu.org; Tue, 24 Mar 2015 01:54:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaHnH-0001mE-Ou for submit@debbugs.gnu.org; Tue, 24 Mar 2015 01:54:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaHnH-0001mA-Ml for submit@debbugs.gnu.org; Tue, 24 Mar 2015 01:54:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaHnG-0002GN-JT for bug-guix@gnu.org; Tue, 24 Mar 2015 01:54:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaHnC-0001ki-Fn for bug-guix@gnu.org; Tue, 24 Mar 2015 01:54:26 -0400 Received: from world.peace.net ([50.252.239.5]:55937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaHnC-0001kV-Cl for bug-guix@gnu.org; Tue, 24 Mar 2015 01:54:22 -0400 Received: from [10.1.10.78] (helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1YaHn6-0002sP-3G; Tue, 24 Mar 2015 01:54:16 -0400 From: Mark H Weaver To: bug-guix@gnu.org Subject: [wishlist] avoid unnecessary calls to substitute-binary Date: Tue, 24 Mar 2015 01:54:44 -0400 Message-ID: <87twxbos7v.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) It would be good to avoid unnecessary calls to 'substitute-binary' when the needed items are already in the store, e.g.: --8<---------------cut here---------------start------------->8--- mhw@jojen:~$ guix build qt substitute-binary: updating list of substitutes from 'http://hydra.gnu.org'... /gnu/store/1si4b0cww9xzf23i6krkvr2h3vw67jgz-qt-5.4.1 --8<---------------cut here---------------end--------------->8--- Mark From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 24 05:59:16 2015 Received: (at 20188) by debbugs.gnu.org; 24 Mar 2015 09:59:17 +0000 Received: from localhost ([127.0.0.1]:34516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YaLcC-0007KW-Jb for submit@debbugs.gnu.org; Tue, 24 Mar 2015 05:59:16 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:53156) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YaLcA-0007KF-DQ for 20188@debbugs.gnu.org; Tue, 24 Mar 2015 05:59:15 -0400 Received: from debian.math.u-bordeaux1.fr ([147.210.21.57]) by mrelayeu.kundenserver.de (mreue001) with ESMTPSA (Nemesis) id 0MPdgn-1YVedi0wD3-004lWX; Tue, 24 Mar 2015 10:58:47 +0100 Date: Tue, 24 Mar 2015 10:58:45 +0100 From: Andreas Enge To: Mark H Weaver Subject: Re: bug#20188: [wishlist] avoid unnecessary calls to substitute-binary Message-ID: <20150324095845.GA4120@debian.math.u-bordeaux1.fr> References: <87twxbos7v.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87twxbos7v.fsf@netris.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Provags-ID: V03:K0:2s9o6rWRV9hkqlJpZhMMGJdo00hLo2k7MH5gvjL3ghAk0uc2U8z aLSle1WWuWGjt98bUAxz2j5TDLTno1kZ+hsQHY8KnUuUSymq79YaSPATCw1U1jzycVayt9c wdZ3xzzjSR7etYbyzcxcrje9+yK1+1ydPEFd108tp3YrM/RvNPK6TPGSqb3YBqnZHDwK9z8 PsIN4hzRnotNyt9a7NTwQ== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20188 Cc: 20188@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: 0.0 (/) An even worse example: $ guix package --roll-back substitute-binary: updating list of substitutes from 'http://hydra.gnu.org'... Andreas From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 24 18:23:25 2015 Received: (at 20188-done) by debbugs.gnu.org; 24 Mar 2015 22:23:25 +0000 Received: from localhost ([127.0.0.1]:35332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YaXEL-0002wI-2s for submit@debbugs.gnu.org; Tue, 24 Mar 2015 18:23:25 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:49735 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YaXEI-0002w9-D3 for 20188-done@debbugs.gnu.org; Tue, 24 Mar 2015 18:23:22 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:35878 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YaXEH-000553-FP; Tue, 24 Mar 2015 18:23:21 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mark H Weaver Subject: Re: bug#20188: [wishlist] avoid unnecessary calls to substitute-binary References: <87twxbos7v.fsf@netris.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 4 Germinal an 223 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Tue, 24 Mar 2015 23:23:19 +0100 In-Reply-To: <87twxbos7v.fsf@netris.org> (Mark H. Weaver's message of "Tue, 24 Mar 2015 01:54:44 -0400") Message-ID: <87vbhqxcfc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 20188-done Cc: 20188-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) Mark H Weaver skribis: > It would be good to avoid unnecessary calls to 'substitute-binary' > when the needed items are already in the store, e.g.: > > mhw@jojen:~$ guix build qt > substitute-binary: updating list of substitutes from 'http://hydra.gnu.or= g'... > /gnu/store/1si4b0cww9xzf23i6krkvr2h3vw67jgz-qt-5.4.1 Indeed. Fixed in c7d1d88. Thanks, Ludo=E2=80=99. From unknown Tue Jun 17 20:08:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 22 Apr 2015 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator