From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: bug#36466: guix pull --delete-generations Date: Mon, 08 Jul 2019 17:33:28 -0400 Message-ID: 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: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37445) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkbGs-0002hs-Tg for bug-guix@gnu.org; Mon, 08 Jul 2019 17:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkbGr-00071W-Up for bug-guix@gnu.org; Mon, 08 Jul 2019 17:34:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50952) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkbGr-00071P-RA for bug-guix@gnu.org; Mon, 08 Jul 2019 17:34:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hkbGr-0000Yb-L9 for bug-guix@gnu.org; Mon, 08 Jul 2019 17:34:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lfx8hnga.fsf@gnu.org> 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: 36466@debbugs.gnu.org > Yes. Unfortunately, it did not work. ***START*** 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 _ _ # …) 829:9 4 (catch _ _ # …) In guix/scripts/gc.scm: 253:6 3 (_) In srfi/srfi-1.scm: 640:9 2 (for-each # …) In guix/scripts/gc.scm: 114:38 1 (delete-old-generations # …) In unknown file: 0 (delv 11 #f) ERROR: In procedure delv: In procedure list-copy: Wrong type argument in position 1: #f ***END*** Regards, RG.