From debbugs-submit-bounces@debbugs.gnu.org Mon May 03 15:58:16 2021 Received: (at 48110) by debbugs.gnu.org; 3 May 2021 19:58:16 +0000 Received: from localhost ([127.0.0.1]:48400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldehr-0004a9-UZ for submit@debbugs.gnu.org; Mon, 03 May 2021 15:58:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldehq-0004a3-LF for 48110@debbugs.gnu.org; Mon, 03 May 2021 15:58:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33119) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldehk-0005OT-8P; Mon, 03 May 2021 15:58:09 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=54460 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ldehi-0001WK-HJ; Mon, 03 May 2021 15:58:07 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Mausler Subject: Re: bug#48110: I found a bug References: <87wnsgztew.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 =?utf-8?Q?Flor=C3=A9al?= an 229 de la =?utf-8?Q?R?= =?utf-8?Q?=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: Mon, 03 May 2021 21:58:05 +0200 In-Reply-To: (Michael Mausler's message of "Sun, 2 May 2021 19:20:02 -0400") Message-ID: <87bl9rwpwy.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: 48110 Cc: 48110@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: -3.3 (---) Hi, Michael Mausler skribis: > I tried guix pull another time which failed with a similar error, so I > tried with the --fallback flag and that worked. Thanks for getting back to > me. Do you still have the output that appeared above the backtrace? There should be a clue as to why downloading Graphviz failed. For the record, the two substitutes appear to be available: --8<---------------cut here---------------start------------->8--- $ wget -qO - https://ci.guix.gnu.org/nar/lzip/bi9hjvhcgr5rc0r29wmb18xxk4cgp= hx8-graphviz-2.42.3 | lzip -d | wc -c 8372744 $ wget -qO - https://ci.guix.gnu.org/nar/lzip/a2j5znslnafdydcrx9jqpr6n25a3k= 6vf-graphviz-2.42.3-doc | lzip -d | wc -c 5724672 --8<---------------cut here---------------end--------------->8--- Thanks, Ludo=E2=80=99.