From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36466: guix pull --delete-generations Date: Thu, 11 Jul 2019 23:34:44 +0200 Message-ID: <87ftncntl7.fsf@gnu.org> References: <87wogt9auy.fsf@gnu.org> <782690840f24b342ebf192bd12f29f5f175ac038.camel@disroot.org> <87blycvrz1.fsf@elephly.net> <4df19cf1ab39f15372f545af5c46a9b53287263c.camel@disroot.org> <87lfx8hnga.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]:53171) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlgiX-0007Wo-5D for bug-guix@gnu.org; Thu, 11 Jul 2019 17:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlgiW-0007o3-7q for bug-guix@gnu.org; Thu, 11 Jul 2019 17:35:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58349) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hlgiW-0007nk-3N for bug-guix@gnu.org; Thu, 11 Jul 2019 17:35:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hlgiV-0002a1-TS for bug-guix@gnu.org; Thu, 11 Jul 2019 17:35:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Raghav Gururajan's message of "Mon, 08 Jul 2019 17:33:28 -0400") 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: Raghav Gururajan Cc: 36466@debbugs.gnu.org Hi, Raghav Gururajan skribis: > rg@secondary ~$ guix gc --delete-generations > Backtrace: > 7 (primitive-load "/home/rg/.config/guix/current/bin/guix") > In guix/ui.scm: > 1655:12 6 (run-guix-command _ . _) > In ice-9/boot-9.scm: > 829:9 5 (catch _ _ # > =E2=80=A6) > 829:9 4 (catch _ _ # > =E2=80=A6) > In guix/scripts/gc.scm: > 253:6 3 (_) > In srfi/srfi-1.scm: > 640:9 2 (for-each # > =E2=80=A6) > In guix/scripts/gc.scm: > 114:38 1 (delete-old-generations # > =E2=80=A6) > In unknown file: > 0 (delv 11 #f) > > ERROR: In procedure delv: > In procedure list-copy: Wrong type argument in position 1: #f Good catch! This bug should now be fixed by 5c3d44303e1bb75d45334af5cf86cde723da0371. Could you check if it works for you? Thanks, Ludo=E2=80=99.