From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Brielmaier Subject: bug#37160: guix lint --checkers=refresh fails Date: Tue, 27 Aug 2019 12:27:32 +0200 Message-ID: <452b7ce8-efee-7680-2df0-412d45750b9d@web.de> References: <68179bd6-5282-5b09-72b7-ac4e7b19e488@web.de> <87tva3q6wv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59141) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i2Yhn-0002mW-AU for bug-guix@gnu.org; Tue, 27 Aug 2019 06:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i2Yhm-0003xV-CL for bug-guix@gnu.org; Tue, 27 Aug 2019 06:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38920) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i2Yhm-0003xP-8x for bug-guix@gnu.org; Tue, 27 Aug 2019 06:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i2Yhm-0002Qa-3p for bug-guix@gnu.org; Tue, 27 Aug 2019 06:28:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tva3q6wv.fsf@gnu.org> Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37160@debbugs.gnu.org On 27.08.19 11:44, Ludovic Court=C3=A8s wrote: > This backtrace is not from current master (there=E2=80=99s now a new (gu= ix lint) > module.) Could you post the backtrace for master? Backtrace on master (d78bc23411): guix lint --checkers=3Drefresh hello Backtrace:ello@2.10 [refresh]... 9 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 8 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 7 (_ #(#(#))) In guix/ui.scm: 1692:12 6 (run-guix-command _ . _) In srfi/srfi-1.scm: 640:9 5 (for-each # =E2=80=A6) In guix/scripts/lint.scm: 57:4 4 (run-checkers # =E2=80=A6) In srfi/srfi-1.scm: 640:9 3 (for-each # =E2=80=A6) In guix/scripts/lint.scm: 64:17 2 (_ _) In guix/lint.scm: 1010:2 1 (check-for-updates #) In ice-9/boot-9.scm: 829:9 0 (catch srfi-34 # =E2=80=A6) ice-9/boot-9.scm:829:9: In procedure catch: Wrong type to apply: #f It's slightly different then on 1.0.1 (now at guix/lint.scm), but the error seems to be the same.