Nikita Karetnikov <nik...@karetnikov.org> skribis: > starting phase `build' > rm -f mksyntax > make: > /nix/store/qn9m4cjncna9mcac98fynialsv2l28jm-glibc-intermediate-2.17/bin/sh: > Command not found > make: *** [mksyntax] Error 127
The obvious thing to do here is to check whether that binary works correctly. It’s supposed to be the statically-linked bootstrap Bash, see base.scm. Oh, but in your case you used a dynamically-linked binary in ‘%bootstrap-inputs’. This is tricky. You could try to restart the daemon with /bin and anything else needed added to the chroot, and keep building from there, hoping that there won’t be impurities again. HTH, Ludo’.