bug#43238: `guix system build -n` to be more informative (builds/substitutes)

2020-09-06 Thread Mark H Weaver
Hi Vitaliy, I reported this issue in April as bug #40612, so this is a duplicate. https://bugs.gnu.org/40612 That bug is still open, but it seems blocked on differences of opinion. Mark

bug#43238: `guix system build -n` to be more informative (builds/substitutes)

2020-09-06 Thread Vitaliy Shatrov
Hello Ricardo. I made a typo: I do not need a root for `build`. How it really was: `guix system build -n config.scm` ---> 3 packages download sudo guix system _RECONFIGURE_ config.scm ---> Hey-ho: building Linux! C-c edit config.scm, use kernel that has substitute. guix build -n config.scm

bug#43238: `guix system build -n` to be more informative (builds/substitutes)

2020-09-06 Thread Ricardo Wurmus
Vitaliy Shatrov writes: > Hello Guix. > > I did: > `guix system build -n config.scm` > > I get a message, something like: > "3 packages (guix, modules, and ?) would be downloaded." > > I ran `sudo guix system build config.scm`. Guix told me it will build > the linux kernel. It was unexpected.

bug#43238: `guix system build -n` to be more informative (builds/substitutes)

2020-09-06 Thread Vitaliy Shatrov
Hello Guix. I did: `guix system build -n config.scm` I get a message, something like: "3 packages (guix, modules, and ?) would be downloaded." I ran `sudo guix system build config.scm`. Guix told me it will build the linux kernel. It was unexpected. The `guix system build/reconfigure` upgrade