Guix, David, Commit 3e0c036 (‘import: Add importer for rust crates’) reliably breaks all calls to ‘guix refresh’ for me: nckx@ubuntu$ ~/guix/pre-inst-env guix refresh --help ;;; note: source file /home/nckx/guix/guix/utils.scm ;;; newer than compiled /home/nckx/guix/guix/utils.go ;;; note: source file /home/nckx/guix/guix/store.scm ;;; newer than compiled /home/nckx/guix/guix/store.go warning: failed to install locale: Invalid argument ;;; note: source file /home/nckx/guix/guix/scripts/refresh.scm ;;; newer than compiled /home/nckx/guix/guix/scripts/refresh.go ;;; note: source file /home/nckx/guix/guix/upstream.scm ;;; newer than compiled /home/nckx/guix/guix/upstream.go ;;; note: source file /home/nckx/guix/guix/gnu-maintenance.scm ;;; newer than compiled /home/nckx/guix/guix/gnu-maintenance.go ;;; note: source file /home/nckx/guix/guix/import/utils.scm ;;; newer than compiled /home/nckx/guix/guix/import/utils.go ;;; note: source file /home/nckx/guix/guix/import/json.scm ;;; newer than compiled /home/nckx/guix/guix/import/json.go guix: refresh: command not found Try `guix --help' for more information. Running the same command one commit earlier spews a lot more ‘note’s before showing the help message, suggesting that one of the above files is to blame. I'm not sure how to coax more information out of Guile, though. Can anyone reproduce this, or suggest a way Forward? Kind regards, T G-R