Hello, advancing with my first steps in guix, I have lots of questions, probably naive ones. $ guix-package -n -i hello throws lots of error messages: Backtrace: In ice-9/boot-9.scm: 63: 19 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 407: 18 [eval # #] In unknown file: ?: 17 [call-with-input-string "(apply (module-ref (resolve-interface '(guix-package)) 'guix-package) (cdr (command-line)))" ...] In ice-9/command-line.scm: 174: 16 [# #] In unknown file: ?: 15 [eval (apply (module-ref # #) (cdr #)) #] In ice-9/boot-9.scm: 149: 14 [catch srfi-34 # ...] 157: 13 [#] In /usr/local/bin/guix-package: 438: 12 [#] 323: 11 [process-actions (# # #)] In srfi/srfi-1.scm: 664: 10 [filter-map # ...] In guix/packages.scm: 295: 9 [package-derivation # # "x86_64-linux"] In srfi/srfi-1.scm: 578: 8 [map # (("gawk" #))] In guix/packages.scm: 247: 7 [expand-input ("gawk" #)] 295: 6 [package-derivation # # "x86_64-linux"] In srfi/srfi-1.scm: 578: 5 [map # (# #)] In guix/packages.scm: 247: 4 [expand-input ("libsigsegv" #)] 301: 3 [package-derivation # # "x86_64-linux"] In guix/derivations.scm: 606: 2 [build-expression->derivation # "libsigsegv-2.10.tar.gz" "x86_64- linux" ...] In guix/store.scm: 408: 1 [add-text-to-store # "libsigsegv-2.10.tar.gz-guile-builder" ...] In unknown file: ?: 0 [put-bytevector # #vu8(8 0 0 0 0 0 0 0) ...] ERROR: In procedure put-bytevector: ERROR: In procedure fport_write: Bad file descriptor the following derivations would be built: /nix/store/ry0il2rwcxl053y01ffddghl9s7mvkck-hello-2.8.drv etc. After that, things seem to proceed well for the moment; $ guix-package -i hello starts by downloading things and compiling them. Concerning the downloads, would it be possible to easily add a progress bar? In particular since the first download was gcc, quite some time passed without any hint as to whether the program was still working. Andreas