bug#66352: parallel make yields "find: ‘./conf*.dir’: No such file or directory" errors

2023-11-03 Thread Karl Berry
When I want to build Automake (current Git version) with a parallel make ("make -j12"): I surmise this one was caused by the same random timing failures as your other reports, 66353 and 66354. A couple days ago we finally installed a patch (thanks Bogdan and Jacob) so that development aut

bug#66352: parallel make yields "find: ���./conf*.dir���: No such file or directory" errors

2023-11-03 Thread Vincent Lefevre
On 2023-11-03 10:28:38 -0600, Karl Berry wrote: > When I want to build Automake (current Git version) with > a parallel make ("make -j12"): > > I surmise this one was caused by the same random timing failures as your > other reports, 66353 and 66354. > > A couple days ago we finally insta