From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 17:31:23 2020 Received: (at 42512) by debbugs.gnu.org; 28 Jul 2020 21:31:23 +0000 Received: from localhost ([127.0.0.1]:59231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0XBz-0003v1-0j for submit@debbugs.gnu.org; Tue, 28 Jul 2020 17:31:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59092) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0XBy-0003up-6N for 42512@debbugs.gnu.org; Tue, 28 Jul 2020 17:31:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33272) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0XBs-0006Cs-9Q; Tue, 28 Jul 2020 17:31:16 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=48218 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k0XBo-00019E-UI; Tue, 28 Jul 2020 17:31:14 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Danny Milosavljevic Subject: Re: bug#42512: "guix refresh --list-updaters" fails References: <20200724112159.2e77bff0@scratchpost.org> <87wo2tb5us.fsf@gnu.org> <20200724121844.4a908612@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 11 Thermidor an 228 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: Tue, 28 Jul 2020 23:31:11 +0200 In-Reply-To: <20200724121844.4a908612@scratchpost.org> (Danny Milosavljevic's message of "Fri, 24 Jul 2020 12:18:44 +0200") Message-ID: <874kprtjhc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (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: 42512 Cc: 42512@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, Danny Milosavljevic skribis: >> That suggests one of the packages in the =E2=80=98heads-guix=E2=80=99 ch= annel has an >> invalid URL (one for which =E2=80=98string->uri=E2=80=99 returns #f). >>=20 >> If you set COLUMNS=3D200 you should see the name of the package in the >> backtrace. :-) > > That is correct. I had a URL with content "FIXME" with url-fetch. > > Still, I don't think this should happen. Better to just print a normal w= arning > or error message. Yes, but=E2=80=A6 it=E2=80=99s complicated: the assumption that the =E2=80= =98uri=E2=80=99 field is a URI or list thereof is made throughout the code. Thanks, Ludo=E2=80=99.