bug#22304: Build for Julia is not reproducible

2021-06-27 Thread Ludovic Courtès
Hi! FWIW Julia 1.5.3 is also not reproducible: --8<---cut here---start->8--- $ guix challenge julia /gnu/store/d077a9ggqlcyhnhcg4ng2ibnlarxq8zf-julia-1.5.3 contents differ: no local build for '/gnu/store/d077a9ggqlcyhnhcg4ng2ibnlarxq8zf-julia-1.5.3' https:

bug#22304: Build for Julia is not reproducible

2016-02-04 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> When building “julia” twice we get different binaries for >> >> $out/lib/julia/sys.so >> >> and >> >> $out/lib/julia/sys-debug.so > > Apparently there’s no __DATE__ and __TIME__ in the C code. > > I would check if the order of object fi

bug#22304: Build for Julia is not reproducible

2016-01-05 Thread Ludovic Courtès
Ricardo Wurmus skribis: > When building “julia” twice we get different binaries for > > $out/lib/julia/sys.so > > and > > $out/lib/julia/sys-debug.so Apparently there’s no __DATE__ and __TIME__ in the C code. I would check if the order of object files on the command line that links those sh

bug#22304: Build for Julia is not reproducible

2016-01-04 Thread Ricardo Wurmus
When building “julia” twice we get different binaries for $out/lib/julia/sys.so and $out/lib/julia/sys-debug.so I could not determine the exact differences, because instead of a diff I just see something like this: --- /gnu/store/6njfyp46b22b0wb0r0ccg2wdzjx7066g-julia-0.4.2/lib/julia/sys.s