Sree Harsha Totakura <sreehar...@totakura.in> writes: > On 02/21/2014 07:22 AM, Mark H Weaver wrote: >> Any idea what's going on here? In case it's helpful, I've also attached >> the entire build log. > > Can you go into the build directory > '/tmp/nix-build-gnunet-0.10.0.drv-1/gnunet-0.10.0/src/revocation' and > run 'make check' and see if you get the same output?
That failed immediately. The reason is that apparently GNUnet's test suite only works if GNUnet has already been installed. In this case, since the build failed, the guix-daemon deleted the /nix/store/* directory where it had been installed :-( I think it's going to hard to reproduce the build environment outside of guix-daemon. I think it would be better to try a modified recipe that only runs a subset of the tests. Mark