Ludovic Courtès writes: > Hello, > > Simon Josefsson skribis: > >> (guix-daemon --disable-chroot --build-users-group=_guixbuild &) >> guix pull --url=https://gitlab.com/debdistutils/guix/mirror.git > > [...] > >> In ./guix/store.scm: >> 2095:12 7 (_ #) >> 1437:13 6 (map/accumulate-builds # # ?) >> 1433:5 5 (map/accumulate-builds # # ?) >> 1449:15 4 (_ # ("/gnu/store/vsv3dax6czpp5xnvks4zm1a2yg694hqv-guix-daemon-1.?" ?) ?) >> 1449:15 3 (loop #f) >> 746:11 2 (process-stderr # _) >> In ./guix/serialization.scm: >> 101:11 1 (read-int #) >> 79:6 0 (get-bytevector-n* # 8) >> ./guix/serialization.scm:79:6: In procedure get-bytevector-n*: >> ERROR: >> 1. &nar-error: >> file: #f >> port: # >> guix pull: error: You found a bug: the program '/gnu/store/y0a6ck768ixr4zwdn3zg2wvwzn1j2kf6-compute-guix-derivation' > > Could it be due to guix-daemon not running in a UTF-8 locale? > > IOW, does it help if you run: > > LC_ALL=C.UTF-8 guix-daemon … > > ? Yes, thank you! I get other backtraces now, but I believe this particular bug can be closed. Although maybe 'guix-daemon' want to set LC_ALL=C.UTF-8 internally if it is known that things won't work with it... /Simon