Ludovic Courtès <l...@gnu.org> skribis: > $ guix time-machine --commit=6298c3ffd9654d3231a6f25390b056483e8f407c -- > describe > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > ;;; WARNING: loading compiled file > /gnu/store/g29fabc57fkzimrf6gsb72fr7fq069yf-module-import-compiled/guix/store.go > failed: > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind > ;;; WARNING: loading compiled file > /gnu/store/g29fabc57fkzimrf6gsb72fr7fq069yf-module-import-compiled/guix/store.go > failed: > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind > ;;; WARNING: loading compiled file > /gnu/store/g29fabc57fkzimrf6gsb72fr7fq069yf-module-import-compiled/guix/utils.go > failed: > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind > ;;; WARNING: loading compiled file > /gnu/store/g29fabc57fkzimrf6gsb72fr7fq069yf-module-import-compiled/guix/utils.go > failed: > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind > ;;; WARNING: loading compiled file > /gnu/store/g29fabc57fkzimrf6gsb72fr7fq069yf-module-import-compiled/guix/config.go > failed: > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind > ;;; WARNING: loading compiled file > /gnu/store/g29fabc57fkzimrf6gsb72fr7fq069yf-module-import-compiled/guix/config.go > failed: > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind > […] > In unknown file: > 5 (primitive-load-path "guix/build/compile" #<procedure 7?>) > In ice-9/eval.scm: > 626:19 4 (_ #<directory (guix build compile) 7f5d72139280>) > 159:9 3 (_ #<directory (guix build compile) 7f5d72139280>) > 182:19 2 (proc #<directory (guix build compile) 7f5d72139280>) > 142:16 1 (compile-top-call #<directory (guix build compile) 7f5?> ?) > In unknown file: > 0 (%resolve-variable (7 . #) #<directory (guix build comp?>) > > ERROR: In procedure %resolve-variable: > Unbound variable: tree-il-default-optimization-options
Fixed in 9b57b6350798ffc69e6570197ecf244a0f1fc1ca. Ludo’.