https://bugs.freedesktop.org/show_bug.cgi?id=109443
--- Comment #3 from William Deegan <b...@baddogconsulting.com> ---
If you comment out line 311 in mesascons/gallium.py
# env.Decider('MD5-timestamp')
You can use SCons 3.0.4.
3.0.4 had a bugfix for a longstanding issue where it was possible that
md5-timestamp in conjunction with changing the number of implicit dependencies
(think header files) could yield (infrequently) corrupted content signatures in
the sconsign file.
By defaulting the decider to MD5, you'll have a temporary workaround and be
able to use SCons 3.0.4
I'm investigating this further currently.
It looks like with the bugfix in 3.0.4 api_exec.obj somehow doesn't have
nir_opcodes.h (which is a generated file) as an implicit dependency, thus
nir_opcodes.h isn't being generated before api_exec.c is compiled.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev