bug#36275: warn-about-diskspace fails with a stacktrace

2019-06-18 Thread Björn Höfling
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:

bug#36275: warn-about-diskspace fails with a stacktrace

2019-06-18 Thread Ludovic Courtès
Hi, Björn Höfling 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

bug#36275: warn-about-diskspace fails with a stacktrace

2019-06-18 Thread Björn Höfling
On Tue, 18 Jun 2019 15:48:51 +0200 Ludovic Courtès wrote: > 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. I sometimes still ha