From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36275: warn-about-diskspace fails with a stacktrace Date: Tue, 18 Jun 2019 15:48:51 +0200 Message-ID: <87ef3r57i4.fsf@gnu.org> References: <20190618104814.36877ab2@alma-ubu> 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]:54562) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdEUv-0006cD-WA for bug-guix@gnu.org; Tue, 18 Jun 2019 09:50:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdEUu-0007BK-31 for bug-guix@gnu.org; Tue, 18 Jun 2019 09:50:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58657) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdEUs-00077b-3T for bug-guix@gnu.org; Tue, 18 Jun 2019 09:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdEUr-0000Ic-Qs for bug-guix@gnu.org; Tue, 18 Jun 2019 09:50:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190618104814.36877ab2@alma-ubu> ("=?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?="'s message of "Tue, 18 Jun 2019 10:48:14 +0200") 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: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 36275@debbugs.gnu.org Hi, Bj=C3=B6rn H=C3=B6fling skribis: > A successful build on a system with little disk-space ends with: > > $ ./pre-inst-env guix system disk-image system.scm > [..] > /gnu/store/a6p78ff1pjd6rdmf58066aidxlmiaqlm-disk-image > Backtrace: > 8 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 7 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 6 (_ #(#(#))) > In guix/ui.scm: > 1620:12 5 (run-guix-command _ . _) > In ice-9/boot-9.scm: > 829:9 4 (catch _ _ # ?) > 829:9 3 (catch _ _ # ?) > In guix/scripts/system.scm: > 1325:8 2 (_) > In guix/status.scm: > 768:4 1 (call-with-status-report _ _) > In guix/scripts.scm: > 201:10 0 (warn-about-disk-space _ #:threshold _) > > guix/scripts.scm:201:10: In procedure warn-about-disk-space: > In procedure private-lookup: No variable bound to print-diagnostic-prefix= in module (guix ui) Pro tip: rm guix/scripts.go && make :-) This recompilation is needed because 1b5ee3bdaacf665ad1e7c6142122389fd7033ea2 moved a bunch of bindings used by macro-expanded code to a different module. HTH! Ludo=E2=80=99.