Here's one (pretty random) guess: your machine's clock is set in the past, before the timestamps that the files in the source archive have, causing the build system to think some files aren't up-to-date. I've even seen configure scripts getting in infinite loop due to clock being in the past...
2015-09-07 12:31 GMT+03:00 Samuel <[email protected]>: > Hi, > > I am curious to know why is jam building cleanly in hydra: > > http://hydra.nixos.org/build/24879066/nixlog/1 > > But failing consistently for me locally: > > Yacc1 jamgram.c jamgram.h > /bin/sh: 2: yacc: not found > > yacc -d jamgram.y > [...] > Makefile:62: recipe for target 'all' failed > > > I have fixed it just by adding yacc as a buildInput, but I suspect I > miss something if this is working for everyone else ... > -- > Samuel > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
