l...@gnu.org (Ludovic Courtès) writes: > (BTW, we can test cross-compilation to GNU/Linux with > guix build guile --with-source=guile-2.0.9.xyz.tar.xz > --target=mips64el-linux-gnu.)
I tried this on my x86_64 box with guix master (v0.5-355-g9037ea2), freshly built (autoreconf -vfi, configure, make clean, etc) and got this: --8<---------------cut here---------------start------------->8--- mhw@tines:~/guix$ ./pre-inst-env guix build -K guile --with-source=/home/mhw/guile-2.0.9.239-21a7b-dirty.tar.xz --target=mips64el-linux-gnu guix build: warning: ambiguous package specification `guile' guix build: warning: choosing guile-2.0.9 from gnu/packages/base.scm:1044:33 guix build: error: gnu/packages/bootstrap.scm:201:3: guile-bootstrap-2.0: build system `raw' does not support cross builds --8<---------------cut here---------------end--------------->8--- I also tried --target=mips64el-linux, but that made no difference. Any ideas? Mark