On the fuloong mips machine, in the mips64el branch, "make" results in the following: /bin/mkdir -p `dirname "guix/derivations.go"` LC_ALL=C \ ./pre-inst-env \ /usr/bin/guild compile -L "." -L "." \ -Wformat -Wunbound-variable -Warity-mismatch \ --target="mips64el-unknown-linux-gnu" \ -o "guix/derivations.go" "guix/derivations.scm" Backtrace: In ice-9/boot-9.scm: 2580: 19 [resolve-interface (guix store) #:select ...] 2505: 18 [# # ...] 2772: 17 [try-module-autoload (guix store) #f] 2111: 16 [save-module-excursion #] 2783: 15 [#] In unknown file: ?: 14 [primitive-load-path "guix/store" #f] In ice-9/eval.scm: 480: 13 [# (define-module # # ...)] In ice-9/psyntax.scm: 1101: 12 [expand-top-sequence ((define-module (guix store) #:use-module ...)) () ...] 986: 11 [scan ((define-module (guix store) #:use-module ...)) () ...] 270: 10 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...] In ice-9/eval.scm: 392: 9 [eval # ()] In ice-9/boot-9.scm: 2667: 8 [define-module* (guix store) #:filename ...] 2642: 7 [resolve-imports (((guix utils)) ((guix config)) ((rnrs bytevectors)) ...)] 2580: 6 [resolve-interface (guix utils) #:select ...] 2505: 5 [# # ...] 2772: 4 [try-module-autoload (guix utils) #f] 2111: 3 [save-module-excursion #] 2783: 2 [#] In unknown file: ?: 1 [primitive-load-path "guix/utils" #f] In ice-9/boot-9.scm: 106: 0 [# misc-error ...] ice-9/boot-9.scm:106:20: In procedure #: ice-9/boot-9.scm:106:20: In procedure make_objcode_from_file: bad header on object file: "GOOF----LE-8-2.0" make[2]: *** [guix/derivations.go] Error 1 make[2]: Leaving directory `/home/enge/guix-src' Which information would you need to understand the problem? Andreas