That gives me this: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build -s i586-gnu hello -d --no-grafts ;;; ("x86_64-linux") In ice-9/boot-9.scm: 1736:10 30 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _) In unknown file: 29 (apply-smob/0 #) In ice-9/boot-9.scm: 718:2 28 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 27 (_ #(#(#))) In guix/ui.scm: 1953:12 26 (run-guix-command _ . _) 663:2 25 (call-with-error-handling _) In ice-9/boot-9.scm: 1736:10 24 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _) 1731:15 23 (with-exception-handler # _ #:unwind? _ # _) In guix/status.scm: 776:4 22 (call-with-status-report _ _) In ice-9/boot-9.scm: 1736:10 21 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _) In guix/store.scm: 631:22 20 (thunk) 1299:8 19 (call-with-build-handler # …) In guix/scripts/build.scm: 925:2 18 (_) In ice-9/boot-9.scm: 1731:15 17 (with-exception-handler # _ #:unwind? _ # _) 1736:10 16 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _) In guix/ui.scm: 440:6 15 (_) In guix/scripts/build.scm: 927:5 14 (_) In srfi/srfi-1.scm: 673:15 13 (append-map # ("i586-gnu")) 586:17 12 (map1 ("i586-gnu")) In guix/scripts/build.scm: 929:20 11 (_ _) In guix/store.scm: 1340:2 10 (map/accumulate-builds # _ _) In srfi/srfi-1.scm: 586:17 9 (map1 (#)) In guix/store.scm: 1299:8 8 (call-with-build-handler # _) In guix/scripts/build.scm: 888:18 7 (_ _) In guix/packages.scm: 1075:16 6 (package-derivation _ # _ #:graft? _) 1393:22 5 (thunk) 927:4 4 (bag->derivation # #< name: "hello-2.10" system: "i586-…> …) 812:23 3 (transitive-inputs _) In gnu/packages/commencement.scm: 3304:44 2 (propagated-inputs #) 3121:23 1 (kernel-headers-boot0 _) In unknown file: 0 (make-stack #t) --8<---------------cut here---------------end--------------->8--- At that point, it looks like a déjà-vu to me. :-) Should be fixed with efb10f175fa6323024aa471c58ea1da445085298. Thanks, Ludo’.