On 1/19/21 9:19 AM, Richard Purdie wrote:
Hi,
In bash 5.1 we're seeing a parallel make race during build, as found a
couple of times in our automated CI for Yocto Project:
Thanks for the report. Interesting. I haven't seen this one either.
The issue is around pipesize.h which in 5.1 can be built by two
different triggers, builtins/ulimit.o or redir.o.
They can race against each other and rewrite files causing the above
failure.
I suppose that workaround will do, since it should only be built one time,
no matter how many times you run make.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/