Hi Chris, Looking at that log you pasted:
Christopher Baines <m...@cbaines.net> skribis: > guix-data-service: computing the derivation-file-name for mips64el-linux > Computing Guix derivation for 'mips64el-linux'... [...] > @ build-started > /gnu/store/l89jsjd4881jv5pgc06z76vfw02hr7xs-guile-bootstrap-2.0.drv - > mips64el-linux > /var/log/guix/drvs/l8//9jsjd4881jv5pgc06z76vfw02hr7xs-guile-bootstrap-2.0.drv.bz2 > 28674 > @ build-started > /gnu/store/ibk4hi6nxsh2j0v69i5fc55lw923s98z-gcc-4.8.2.tar.xz.drv - > mips64el-linux > /var/log/guix/drvs/ib//k4hi6nxsh2j0v69i5fc55lw923s98z-gcc-4.8.2.tar.xz.drv.bz2 > 28680 > Downloading > https://ci.guix.gnu.org/nar/f2j6pi0d18pbz35ypflp61wzhbfcr8dp-linux-libre-4.14.67-gnu.tar.xz... > .[K linux-libre-4.14.67-gnu.tar.xz 94.7MiB > > 0B/s 00:00 [ > ] 0.0%.[K linux-libre-4.14.67-gnu.tar.xz 94.7MiB > > > 62KiB/s 00:00 [ ] 0.0%@ unsupported-platform > /gnu/store/l89jsjd4881jv5pgc06z76vfw02hr7xs-guile-bootstrap-2.0.drv > mips64el-linux > while setting up the build environment: a `mips64el-linux' is required to > build `/gnu/store/l89jsjd4881jv5pgc06z76vfw02hr7xs-guile-bootstrap-2.0.drv', > but I am a `x86_64-linux' > builder for > `/gnu/store/l89jsjd4881jv5pgc06z76vfw02hr7xs-guile-bootstrap-2.0.drv' failed > with exit code 1 It seems to be working as expected, no? Computing the derivation for mips64el-linux entails building mips64el-linux derivations (due to grafts), and that fails. HTH! Ludo’.