On Tue, Oct 25, 2022 at 10:26 AM Bruno Haible <br...@clisp.org> wrote: > With GNU make 4.3.92, the results are much better: > - On Solaris 11.4 and Solaris 11 OpenIndiana, all tests pass. > - On Solaris 11 OmniOS, there are only 3 test failures. Attached.
These are the same failures that you reported on centos. What i see, is that you run your sun on x86_64. i built make with your config.h and it passes all tests for me on sun on sparc. i had to make one change though. #include <stdbool.h> in findprog.h to compile it with your config.h. 10 s is so long, i suspect there is a deadlock. Can you please tell us how to reproduce (either sun or centos)? Where do you get your vm image, how you run it, any specific env settings, which compiler, any other important details? regards, Dmitry