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

2015-09-09 Thread Samuel
Mmmm, it might be that this package is detecting something in my computer that changes the way it compiles, yes. I'll try with a chroot later today and see what happens On 7 September 2015 at 22:32, Vladimír Čunát wrote: > Hi. > > On 09/07/2015 11:31 AM, Samuel wrote: >> I

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

2015-09-07 Thread Samuel
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

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

2015-09-07 Thread Tuomas Tynkkynen
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...