Nikita Karetnikov <[email protected]> skribis: > 'tests/builders.scm' fails in the 'core-updates' branch. > > "Most likely my search path commit broke something." [1]
Who wrote that? :-) [...] > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... configure: error: in > `/tmp/nix-build-hello-2.8.drv-1/hello-2.8': > configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. > See `config.log' for more details ‘config.log’ says: --8<---------------cut here---------------start------------->8--- configure:3908: gcc -o conftest conftest.c >&5 conftest.c:11:19: fatal error: stdio.h: No such file or directory --8<---------------cut here---------------end--------------->8--- ... which means ‘CPATH’ is not set. Fixed in 7a88ad6, thanks! Ludo’.
