Hello, how are you? Seems that I've found a bug in guix-compute-derivation while running guix pull in a newly installed guix system. Here's the complete output: ``` Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 49f74b6 Computing Guix derivation for 'x86_64-linux'... . .. . Backtrace: 17 (primitive-load "/gnu/store/9an9yfwk5vwvisygdd6q69vw9jk8mf9p-compute-guix-derivation") In ice-9/eval.scm: 155:9 16 (_ _) 159:9 15 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(# ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) In ice-9/boot-9.scm: 152:2 14 (with-fluid* _ _ _) 152:2 13 (with-fluid* _ _ _) In ./guix/store.scm: 2168:24 12 (run-with-store # # ?) 1996:8 11 (_ #) In ./guix/gexp.scm: 299:22 10 (_ #) 1180:2 9 (_ #) 1046:2 8 (_ #) 892:4 7 (_ #) In ./guix/store.scm: 2053:12 6 (_ #) 1401:5 5 (map/accumulate-builds # # ?) 1417:15 4 (_ # ("/gnu/store/00lz8100v86nzcbcl9yp1jfd63ianr2z-guix-daemo?" ?) ?) 1417:15 3 (loop #f) 711: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/9an9yfwk5vwvisygdd6q69vw9jk8mf9p-compute-guix-derivation' failed to compute the derivation for Guix (version: "49f74b67a44882d2af0529abf3e60a9c37512f2c"; system: "x86_64-linux"; host version: "1.4.0"; pull-version: 1). Please report the COMPLETE output above by email to . ``` Thanks in advance, Anemofilia