From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: bug#23979: [ER] guix gc should tell how much space it recovered Date: Sat, 16 Jul 2016 10:20:12 +0200 Message-ID: References: <87eg6v0y45.fsf@gnu.org> <20160715151206.GA8436@solar> <87vb06ygoc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOKqQ-0005u7-Rl for bug-guix@gnu.org; Sat, 16 Jul 2016 04:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOKqM-0008DH-0K for bug-guix@gnu.org; Sat, 16 Jul 2016 04:21:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOKqL-0008DD-TU for bug-guix@gnu.org; Sat, 16 Jul 2016 04:21:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bOKqL-0002MB-LZ for bug-guix@gnu.org; Sat, 16 Jul 2016 04:21:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87vb06ygoc.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: 23979@debbugs.gnu.org Here is an attempt: https://lists.gnu.org/archive/html/guix-devel/2016-07/msg00574.html I tried to use call-with-values, but couldn't make it to work so reverted back to let-values... To test, I added (guix-gc "-C") at the end of the script and ran "guix pull && guile gc.scm", looked OK... -- Vincent Legoll