From debbugs-submit-bounces@debbugs.gnu.org Mon May 30 05:31:21 2022 Received: (at 55537) by debbugs.gnu.org; 30 May 2022 09:31:21 +0000 Received: from localhost ([127.0.0.1]:42772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nvbk8-0004Lz-QD for submit@debbugs.gnu.org; Mon, 30 May 2022 05:31:21 -0400 Received: from michel.telenet-ops.be ([195.130.137.88]:49508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nvbk1-0004Lj-8A for 55537@debbugs.gnu.org; Mon, 30 May 2022 05:31:19 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by michel.telenet-ops.be with bizsmtp id cxXB270054UW6Th06xXBkw; Mon, 30 May 2022 11:31:11 +0200 Message-ID: <2515a681ee43fb9eae253bec2b4455b50e71228b.camel@telenet.be> Subject: Re: bug#55537: Guix pull after many months fails: substitutes for git-minimal-2.36.1 failed From: Maxime Devos To: Rafa =?ISO-8859-1?Q?G=E1lvez?= Date: Mon, 30 May 2022 11:31:06 +0200 In-Reply-To: References: <239e17fd251774875680012501ae45d0@esat.kuleuven.be> <23833771643bae46f35bdfbc97d2de526551ce3b.camel@telenet.be> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-yRVleMolxrPGLzrdcgGA" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1653903071; bh=/rVg5a2NcuJDiMNWhltmaAXkBkJ5HKF1rYwUbgGEyec=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=LUf8C5bxvVsqWE81xvih7xYa7el2QIif4AwfYnEOrOMiGZ467y8jBCS+GHaJFdi++ 5YRKCkdxYVtYAZ5fqw6z6oYnJgl85Y9wMSXnAKTx1HZ7zeRtmkMhhoUKdjvnA/tZ/a LaJMItdhh4nfDZG75sKkFRjrks5h5NvMUPCjDO7ljtnuSzl0+kjmU10BOK6B543lxM 8CjfZxBWwn/2xJo4J871gcO1Ztpq9awwukZ4SZEKF9IB/jN2nkfR59U94SgPZyWioi QBwALrhsSTsYJQPeHaaDSyQ73ogOAphQaibpaIg/2+kINgHiTmr+mAgRF0we3mPNbs l8ZVQfosvW3dQ== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55537 Cc: 55537@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 (-) --=-yRVleMolxrPGLzrdcgGA Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Rafa G=C3=A1lvez schreef op ma 30-05-2022 om 09:55 [+0200]: > guix/ui.scm:1747:12: In procedure run-guix-command: > unsupported compression scheme lzip This should be impossible because 'narinfo-best-uri' checks that the compression method is supported ... though that particular substitute has both lzip and zstd but nothing else so maybe there are no usable substitutes, and maybe that procedure has changed over time. For the narinfo of 'hello' from ci.guix.gnu.org, I see there is also a gzipped substitute available, maybe that's the difference?=20 I guess the solution or work-around is to update the guix daemon (I'm guessing it's an old version). If that fails, you could for now avoid the broken(?) substitute of git-minimal by building things locally: $ guix pull --keep-going --fallback # download as much substitutes as we ca= n, even if eventually it fails # sometimes --fallback doesn't work (I don't recall the details), build the= remainder locally $ guix pull --no-substitutes Greetings, Maxime. (?) I don't know if this is a bug in the old or new substitution code or in= Cuirass. --=-yRVleMolxrPGLzrdcgGA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYpSO2hccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lgIAP9IyVBvf83gkQDwY8N54FBmdU8G bcaEBAxmTzTGxR761wEA8DxOif73J1hwU4oYgyBC+NCP8fBbdMQr7p1OMMCZmgc= =vx4+ -----END PGP SIGNATURE----- --=-yRVleMolxrPGLzrdcgGA--