From unknown Fri Jun 13 10:01:52 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#46389 <46389@debbugs.gnu.org> To: bug#46389 <46389@debbugs.gnu.org> Subject: Status: Guix says it will download an output that is already downloaded Reply-To: bug#46389 <46389@debbugs.gnu.org> Date: Fri, 13 Jun 2025 17:01:52 +0000 retitle 46389 Guix says it will download an output that is already download= ed reassign 46389 guix submitter 46389 pkill9 severity 46389 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 08 16:55:50 2021 Received: (at submit) by debbugs.gnu.org; 8 Feb 2021 21:55:50 +0000 Received: from localhost ([127.0.0.1]:52073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9EVZ-0001EJ-St for submit@debbugs.gnu.org; Mon, 08 Feb 2021 16:55:50 -0500 Received: from lists.gnu.org ([209.51.188.17]:53572) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9EVW-0001EA-2o for submit@debbugs.gnu.org; Mon, 08 Feb 2021 16:55:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46420) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l9EVV-0002sn-7i for bug-guix@gnu.org; Mon, 08 Feb 2021 16:55:45 -0500 Received: from aibo.runbox.com ([91.220.196.211]:56428) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l9EVS-0003ou-CS for bug-guix@gnu.org; Mon, 08 Feb 2021 16:55:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Transfer-Encoding:Content-Type:MIME-Version: Message-ID:Subject:To:From:Date; bh=E1Sjz0K8jh9vi6a2zXLxy+KC1XILknggAQf3FaJ2lBQ=; b=LlatsY5tnEp3iCQozglWd9WnVe jquLWRJyT/suCgZ0o88+eN9wW8g/jxKzGvP7Vhf2YZZvFmSdSRabD4KKE9nIR/vMSkNE61L/4A2ci IqjyKyHk2Db/QOqjQrjjuVqPmNYxUzdmgSCq7ZmOWY27OeF8vmayqgD0NcpHg0wO6pZ1Kqxhf6ozi NCxg+zxnUZTrzs5lrzVuF5qX1Gfd2bm6VUrkps7DmL9RgM5oNfoeijbIKUwPsw8JvDFigDafWeRbv opZJaSQoHIn7nXVpsyKZvbFukILV+zfjOgKkwdDxp/ksM9KyLWnur5qUuVCICDJOl/cWskmfe0jZj CMXlT22g==; Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1l9EVN-0007oQ-Rh for bug-guix@gnu.org; Mon, 08 Feb 2021 22:55:38 +0100 Received: by submission02.runbox with esmtpsa [Authenticated alias (780724)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1l9EVJ-0003DV-Mp for bug-guix@gnu.org; Mon, 08 Feb 2021 22:55:33 +0100 Date: Mon, 8 Feb 2021 21:55:31 +0000 From: pkill9 To: bug-guix@gnu.org Subject: Guix says it will download an output that is already downloaded Message-ID: <20210208215531.35967610@runbox.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=91.220.196.211; envelope-from=pkill9@runbox.com; helo=aibo.runbox.com X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: submit 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: -2.1 (--) I had qtbase downloaded to the store as a reference for another store path, but `guix build qtbase` said it will download it, but it only downloaded the debug output of qtbase, plus the other dependencies, so maybe guix doesn't omit package outputs that have already been downloaded? From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 09 04:43:03 2021 Received: (at 46389) by debbugs.gnu.org; 9 Feb 2021 09:43:03 +0000 Received: from localhost ([127.0.0.1]:52680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9PXy-0005OU-WB for submit@debbugs.gnu.org; Tue, 09 Feb 2021 04:43:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9PXx-0005Nz-VP for 46389@debbugs.gnu.org; Tue, 09 Feb 2021 04:43:02 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42727) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9PXs-0000fZ-8Y; Tue, 09 Feb 2021 04:42:56 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60820 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l9PXr-0001hL-KJ; Tue, 09 Feb 2021 04:42:56 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: pkill9 Subject: Re: bug#46389: Guix says it will download an output that is already downloaded References: <20210208215531.35967610@runbox.com> Date: Tue, 09 Feb 2021 10:42:54 +0100 In-Reply-To: <20210208215531.35967610@runbox.com> (pkill9@runbox.com's message of "Mon, 8 Feb 2021 21:55:31 +0000") Message-ID: <878s7xtw4h.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46389 Cc: 46389@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.7 (-) Hi, pkill9 skribis: > I had qtbase downloaded to the store as a reference for another store > path, but `guix build qtbase` said it will download it, but it only > downloaded the debug output of qtbase, plus the other dependencies, so > maybe guix doesn't omit package outputs that have already been > downloaded? =E2=80=98guix build qtbase=E2=80=99 said it would download both the =E2=80= =9Cout=E2=80=9D and the =E2=80=9Cdebug=E2=80=9D output of qtbase, is that correct? It would be ideal if you could send precisely what=E2=80=99s on your termin= al. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 09 14:56:29 2021 Received: (at 46389) by debbugs.gnu.org; 9 Feb 2021 19:56:29 +0000 Received: from localhost ([127.0.0.1]:54705 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9Z7d-0005kt-4z for submit@debbugs.gnu.org; Tue, 09 Feb 2021 14:56:29 -0500 Received: from aibo.runbox.com ([91.220.196.211]:53390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9Z7a-0005ki-9I for 46389@debbugs.gnu.org; Tue, 09 Feb 2021 14:56:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Transfer-Encoding:Content-Type:MIME-Version: References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=l/9AyUzEU9qRMNHW0DVSz+NnPmiqZqLTK7H+5h4n52g=; b=M8WJJDY21pB+R6Obu7Fcenvzi4 MUB+kUBAI3Ldv03Ii5s3xAFKZJuebX0Bux6Ca9Yn0zBvtVNfJ2GQ5FyiNf+0DRyUhTkW6+EJ0b7XE 3RyZDtfG4wu/Ssqu4feM4jjKbm0kW61DGlqZbyJ+96NLsUq6TMP/ENIMeoo3hA9r1XCEl8oSu2mxJ Vy4cYCBYBcrIMLzCK9Ov6IUKk7HpK75zexKS/s/iHEHxtri7mnq9xuKeMBttpsRxEy5w8FSrNh/HV RPNOaCV3LBmuzW5/U+rFmwSd0KSCa7P17bwJK0vsBgiXIRWnhU/evEZ8hvCgEOaS7+Qbv7pSTgIdz Q1b4gxKg==; Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1l9Z7X-0008CV-Ow; Tue, 09 Feb 2021 20:56:23 +0100 Received: by submission03.runbox with esmtpsa [Authenticated alias (780724)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1l9Z7I-0004Wt-6c; Tue, 09 Feb 2021 20:56:08 +0100 Date: Tue, 9 Feb 2021 19:56:05 +0000 From: pkill9 To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Subject: Re: bug#46389: Guix says it will download an output that is already downloaded Message-ID: <20210209195605.2a6419a9@runbox.com> In-Reply-To: <878s7xtw4h.fsf@gnu.org> References: <20210208215531.35967610@runbox.com> <878s7xtw4h.fsf@gnu.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: 46389 Cc: 46389@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.4 (-) > =E2=80=98guix build qtbase=E2=80=99 said it would download both the =E2= =80=9Cout=E2=80=9D and the > =E2=80=9Cdebug=E2=80=9D output of qtbase, is that correct? Yep > It would be ideal if you could send precisely what=E2=80=99s on your term= inal. >=20 > Thanks, > Ludo=E2=80=99. In this example, I've checked the store path "/gnu/store/vpvnd6593mjncvyir2rbgp3k83cr7w0a-qtbase-5.15.2" exists, and I've run `guix gc --delete /gnu/store/f2s8ql1x9d9890qrrf9qq4nix3f5aii3-qtbase-5.15.2-debug`: ``` itsme@antelope ~> guix build -n qtbase 209.5 MB would be downloaded: /gnu/store/f2s8ql1x9d9890qrrf9qq4nix3f5aii3-qtbase-5.15.2-debug /gnu/store/vpvnd6593mjncvyir2rbgp3k83cr7w0a-qtbase-5.15.2 ``` I can't test it with `guix build qtbase` because my internet keeps cutting off while downloading qtbase-5.15.2-debug, but iirc after it downloads the debug output, it just returns both store paths. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 22 23:32:28 2022 Received: (at 46389) by debbugs.gnu.org; 23 Mar 2022 03:32:29 +0000 Received: from localhost ([127.0.0.1]:42384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWrjY-0004Ju-Cm for submit@debbugs.gnu.org; Tue, 22 Mar 2022 23:32:28 -0400 Received: from mail-qk1-f182.google.com ([209.85.222.182]:40844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWrjW-0004E7-4I for 46389@debbugs.gnu.org; Tue, 22 Mar 2022 23:32:26 -0400 Received: by mail-qk1-f182.google.com with SMTP id i65so203885qkd.7 for <46389@debbugs.gnu.org>; Tue, 22 Mar 2022 20:32:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=Npw607VeUUcE8K0bkDCUX5RArbpI56fKPLLdm7W2vek=; b=DqtatdIbEkJdd9t3pRylaja8jL4KzQTDnsGxDSynSKhTaJDpuFx9l8hI0skf6FMvmN aZS246xhe0S6cXCQWnfAmvwYsad/ORorZCiHUP5nb4AKJG7aJuh0DB+bQ4KD2WFWNjpK to0m5vIpActcsHJibh6bvvQ4EqYIVtnk4NBsEFI/A6DKt0PGPgynvauxtb8bE32gNx1Q yLwreV2FTSwmBnyjt1PFdjILX4t3hyRWo9hmsUYU3TAF0vRHT4JzWEl4wmyfd83313wj 3d5Z8GSMLxhudLOsJHudllHlFh7pGXqANKPAClUA1cMVdD3lLcaMaZEMAsthc2j/Ooz1 7eig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=Npw607VeUUcE8K0bkDCUX5RArbpI56fKPLLdm7W2vek=; b=h/YahqqFDSdT70KVocVbuBlDKqd3PM0Cf9u46D7G2dKT5kd1MKdUHZGKDs7lkoavn8 9rkl/D4NTFTmwIp7XgsdD2rOSSh7TGxcdRUvovZQTxBX4Ci9NTvykQgA2jcYmYwiN3YA fciP5BGPAgEmdR7Pu46k+1SuDq92Ez6zTFF9MZ8cjnISSsuG5CKur7pv69NoTaKPgxPa W5FickwKiog6kAQGTRGX+2xOvqrhI8l5flIRjmt1ii8Ja/TiXXi7rYDmyjZfE6lG4ssU Q5orCX5qCCNvOH/5j0N3NXBiOfzwbCdRkIZ8r+KqSXpxLNn1xQlMczY63ZJu0PXgykWK RqyQ== X-Gm-Message-State: AOAM5333EryxKNpyuz2ol6INjvQU5BBZn1ahOgVGdLoheatV4bVoT3jl zbOcVAODjPDfxgJmrjNl9Z+d18dgNEw5hQ== X-Google-Smtp-Source: ABdhPJzFUlTHnOPqnfuEekrkJwn8znH/De9LhpqeVkVXfeB+2g75uuu2bKKh3aV39bWxNCONWkwVWg== X-Received: by 2002:a05:620a:2586:b0:67b:1141:ce24 with SMTP id x6-20020a05620a258600b0067b1141ce24mr18045076qko.542.1648006339175; Tue, 22 Mar 2022 20:32:19 -0700 (PDT) Received: from hurd (dsl-10-129-199.b2b2c.ca. [72.10.129.199]) by smtp.gmail.com with ESMTPSA id u21-20020ae9c015000000b0067d4b2e1050sm9917360qkk.55.2022.03.22.20.32.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Mar 2022 20:32:18 -0700 (PDT) From: Maxim Cournoyer To: pkill9 Subject: Re: bug#46389: Guix says it will download an output that is already downloaded References: <20210208215531.35967610@runbox.com> <878s7xtw4h.fsf@gnu.org> <20210209195605.2a6419a9@runbox.com> Date: Tue, 22 Mar 2022 23:32:17 -0400 In-Reply-To: <20210209195605.2a6419a9@runbox.com> (pkill9@runbox.com's message of "Tue, 9 Feb 2021 19:56:05 +0000") Message-ID: <87sfr9xs1q.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 46389 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 46389@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.0 (-) Hello, pkill9 writes: >> =E2=80=98guix build qtbase=E2=80=99 said it would download both the =E2= =80=9Cout=E2=80=9D and the >> =E2=80=9Cdebug=E2=80=9D output of qtbase, is that correct? > > Yep > >> It would be ideal if you could send precisely what=E2=80=99s on your ter= minal. >>=20 >> Thanks, >> Ludo=E2=80=99. > > In this example, I've checked the store path > "/gnu/store/vpvnd6593mjncvyir2rbgp3k83cr7w0a-qtbase-5.15.2" exists, and > I've run `guix gc --delete > /gnu/store/f2s8ql1x9d9890qrrf9qq4nix3f5aii3-qtbase-5.15.2-debug`: > > ``` > itsme@antelope ~> guix build -n qtbase > 209.5 MB would be downloaded: > /gnu/store/f2s8ql1x9d9890qrrf9qq4nix3f5aii3-qtbase-5.15.2-debug > /gnu/store/vpvnd6593mjncvyir2rbgp3k83cr7w0a-qtbase-5.15.2 > ``` > I can't test it with `guix build qtbase` because my internet keeps > cutting off while downloading qtbase-5.15.2-debug, but iirc > after it downloads the debug output, it just returns both store paths. I think it's a minor UI issue: --8<---------------cut here---------------start------------->8--- $ guix build ada-ed substitute: updating substitutes from 'http://127.0.0.1:8181'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% 0.8 MB will be downloaded: /gnu/store/kq9px99x5wnnx44px5z426gqw07afih7-ada-ed-1.11.2-debug /gnu/store/s4rz0x57m1ashz99jnfg7a5622ff06v1-ada-ed-1.11.2 substituting /gnu/store/s4rz0x57m1ashz99jnfg7a5622ff06v1-ada-ed-1.11.2... downloading from https://ci.guix.gnu.org/nar/lzip/s4rz0x57m1ashz99jnfg7a562= 2ff06v1-ada-ed-1.11.2 ... ada-ed-1.11.2 337KiB 585KiB/s 00= :01 [##################] 100.0% substituting /gnu/store/kq9px99x5wnnx44px5z426gqw07afih7-ada-ed-1.11.2-debu= g... downloading from https://ci.guix.gnu.org/nar/lzip/kq9px99x5wnnx44px5z426gqw= 07afih7-ada-ed-1.11.2-debug ... ada-ed-1.11.2-debug 486KiB 1.1MiB/s 00= :00 [##################] 100.0% /gnu/store/kq9px99x5wnnx44px5z426gqw07afih7-ada-ed-1.11.2-debug /gnu/store/s4rz0x57m1ashz99jnfg7a5622ff06v1-ada-ed-1.11.2 maxim@hurd ~/src/guix-master [env]$ guix gc -D /gnu/store/kq9px99x5wnnx44px= 5z426gqw07afih7-ada-ed-1.11.2-debug finding garbage collector roots... [...] deleting `/gnu/store/trash' deleting unused links... note: currently hard linking saves 70907.58 MiB $ guix build ada-ed substitute: updating substitutes from 'http://127.0.0.1:8181'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% 0.8 MB will be downloaded: /gnu/store/kq9px99x5wnnx44px5z426gqw07afih7-ada-ed-1.11.2-debug /gnu/store/s4rz0x57m1ashz99jnfg7a5622ff06v1-ada-ed-1.11.2 substituting /gnu/store/kq9px99x5wnnx44px5z426gqw07afih7-ada-ed-1.11.2-debu= g... downloading from https://ci.guix.gnu.org/nar/lzip/kq9px99x5wnnx44px5z426gqw= 07afih7-ada-ed-1.11.2-debug ... ada-ed-1.11.2-debug 486KiB 832KiB/s 00= :01 [##################] 100.0% /gnu/store/kq9px99x5wnnx44px5z426gqw07afih7-ada-ed-1.11.2-debug /gnu/store/s4rz0x57m1ashz99jnfg7a5622ff06v1-ada-ed-1.11.2 --8<---------------cut here---------------end--------------->8--- We can see that it listed *both* output about to be downloaded, then proceeded to download only the one missing (the debug output). Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 24 04:33:50 2022 Received: (at 46389) by debbugs.gnu.org; 24 Mar 2022 08:33:50 +0000 Received: from localhost ([127.0.0.1]:46742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXIuk-0008OZ-EF for submit@debbugs.gnu.org; Thu, 24 Mar 2022 04:33:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXIuj-0008OL-3Z for 46389@debbugs.gnu.org; Thu, 24 Mar 2022 04:33:49 -0400 Received: from [2001:470:142:3::e] (port=52254 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXIud-0006vm-7P; Thu, 24 Mar 2022 04:33:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=4ovks0FvGKug3qI8U39h0UyPaniHXsN2IzkbPww5WVQ=; b=P0l3JIkg4mliRMkxZh6+ ss4MgitrNtaiqtb3KId7noOLsZgnXnySNprCp75ZZTmOmi5xyHVBknssK7hopuY1+sQF0wm4ptT5Q UVxuToQ9L8wFIQVSZoDPPrpeMOblNLTMHwWJgHkXKFrU8wyGWpa5KCr+GiCM+nL05RahPXkOy1bcV tcpjZAsG5YKj40Eg0inRchCIMSCkKw1zuRXXcJaf+56IWWDVyq7m9Ju3SLslUVQgiUQbhFtsjqAgG NK4RJKQPO3+djVVhor1niJNh+CHYNZfBnHOfOSvZmQUEWjzK+Xx5SKVp/iEnjRX64NDfFY5LwAIlw MdHINrgBZkGIqA==; Received: from [193.50.110.177] (port=51488 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXIub-0001PU-VN; Thu, 24 Mar 2022 04:33:42 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxim Cournoyer Subject: Re: bug#46389: Guix says it will download an output that is already downloaded References: <20210208215531.35967610@runbox.com> <878s7xtw4h.fsf@gnu.org> <20210209195605.2a6419a9@runbox.com> <87sfr9xs1q.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 4 Germinal an 230 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 24 Mar 2022 09:33:40 +0100 In-Reply-To: <87sfr9xs1q.fsf@gmail.com> (Maxim Cournoyer's message of "Tue, 22 Mar 2022 23:32:17 -0400") Message-ID: <875yo3g36j.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 46389 Cc: 46389@debbugs.gnu.org, pkill9 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: -3.3 (---) Hi, Maxim Cournoyer skribis: > We can see that it listed *both* output about to be downloaded, then > proceeded to download only the one missing (the debug output). That could be a bug in =E2=80=98derivation-build-plan=E2=80=99, the procedu= re that computes what needs to be built and substituted. Ludo=E2=80=99.