I did a "make distclean", "./bootstrap", "./configure" and "make" on my mips machine. It fails with the following message: CXX nix/libstore/libstore_a-build.o nix/libstore/build.cc: In member function ‘void nix::DerivationGoal::startBuilder()’: nix/libstore/build.cc:1808:91: error: ‘DEFAULT_CHROOT_DIRS’ was not declared in this scope PathSet dirs = tokenizeString<StringSet>(settings.get("build-chroot-dirs", string(DEFAULT_CHROOT_DIRS))); ^ nix/libstore/build.cc: In member function ‘void nix::Worker::waitForInput()’: nix/libstore/build.cc:3324:74: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (!waitingForAWhile.empty() && lastWokenUp + settings.pollInterval <= after) { ^ Makefile:2630: recipe for target 'nix/libstore/libstore_a-build.o' failed
Andreas