[Nix-dev] jam passing in hydra but not locally

Tuomas Tynkkynen tuomas.tynkkynen at iki.fi
Mon Sep 7 22:17:17 CEST 2015


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 <samuelrivas at gmail.com>:
> 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
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev


More information about the nix-dev mailing list