From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oHIiAo2vGl9BcwAA0tVLHw (envelope-from ) for ; Fri, 24 Jul 2020 09:53:17 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id cACNOYyvGl9heQAA1q6Kng (envelope-from ) for ; Fri, 24 Jul 2020 09:53:16 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7DF5694053B for ; Fri, 24 Jul 2020 09:53:16 +0000 (UTC) Received: from localhost ([::1]:56184 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyuOB-0005mm-Hr for larch@yhetil.org; Fri, 24 Jul 2020 05:53:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33460) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyuL4-0002uf-FB for bug-guix@gnu.org; Fri, 24 Jul 2020 05:50:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35284) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jyuL4-0002Uf-5h for bug-guix@gnu.org; Fri, 24 Jul 2020 05:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jyuL4-00021k-3h for bug-guix@gnu.org; Fri, 24 Jul 2020 05:50:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#42512: "guix refresh --list-updaters" fails Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 24 Jul 2020 09:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42512 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Danny Milosavljevic Received: via spool by 42512-submit@debbugs.gnu.org id=B42512.15955841667730 (code B ref 42512); Fri, 24 Jul 2020 09:50:02 +0000 Received: (at 42512) by debbugs.gnu.org; 24 Jul 2020 09:49:26 +0000 Received: from localhost ([127.0.0.1]:46827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyuKT-00020b-Q2 for submit@debbugs.gnu.org; Fri, 24 Jul 2020 05:49:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyuKS-00020I-JE for 42512@debbugs.gnu.org; Fri, 24 Jul 2020 05:49:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40058) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyuKM-0002GD-I9; Fri, 24 Jul 2020 05:49:18 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=48928 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jyuKL-0007lK-4N; Fri, 24 Jul 2020 05:49:17 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200724112159.2e77bff0@scratchpost.org> Date: Fri, 24 Jul 2020 11:49:15 +0200 In-Reply-To: <20200724112159.2e77bff0@scratchpost.org> (Danny Milosavljevic's message of "Fri, 24 Jul 2020 11:22:40 +0200") Message-ID: <87wo2tb5us.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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 42512@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: KiWF1QZRqXMW Hi Danny, Danny Milosavljevic skribis: > $ LC_ALL=3DC guix describe > Generation 108 Jul 16 2020 11:03:13 (current) > guix d57ce20 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: d57ce2024b0bdec0f8d05258c32c7bc7275a17a6 > heads 9cc77db > repository URL: https://github.com/daym/heads-guix.git > branch: wip-musl > commit: 9cc77db51d994dc3ea03298e3714e2a0c7b929a5 > > $ LC_ALL=3DC guix refresh --list-updaters > [...] > - cpan: Updater for CPAN packages (5.3% coverage) > - kernel.org: Updater for packages hosted on kernel.org (.3% coverage) > Backtrace: > 12 (primitive-load "/home/dannym/.config/guix/current/bin/?") > In guix/ui.scm: > 1974:12 11 (run-guix-command _ . _) > In guix/scripts/refresh.scm: > 502:4 10 (guix-refresh . _) > In ice-9/boot-9.scm: > 1731:15 9 (with-exception-handler # ?) > In srfi/srfi-37.scm: > 201:16 8 (next-arg) > 113:18 7 (invoke-option-processor _ _ _ _ _) > In unknown file: > 6 (_ # ?) > In guix/scripts/refresh.scm: > 285:4 5 (_ . _) > In srfi/srfi-1.scm: > 460:18 4 (fold # ?) > In guix/scripts/refresh.scm: > 287:29 3 (_ #< name: gnu-ftp description: "Up?> ?) > In unknown file: > 2 (filter # (# ?)) > In guix/memoization.scm: > 101:0 1 (_ # # ?) > In guix/gnu-maintenance.scm: > 182:20 0 (_) > > guix/gnu-maintenance.scm:182:20: In procedure struct-vtable: Wrong type a= rgument in position 1 (expecting struct): #f > > (define gnu-package? > (let ((official-gnu-packages (memoize official-gnu-packages))) > (mlambdaq (package) > "Return true if PACKAGE is a GNU package. This procedure may acces= s the > network to check in GNU's database." > (define (mirror-type url) > (let ((uri (string->uri url))) ; <------------------------ That suggests one of the packages in the =E2=80=98heads-guix=E2=80=99 chann= el has an invalid URL (one for which =E2=80=98string->uri=E2=80=99 returns #f). If you set COLUMNS=3D200 you should see the name of the package in the backtrace. :-) Ludo=E2=80=99.