On Fri, Dec 1, 2023, at 1:21 AM, Bruno Haible wrote:
> On CentOS 8/x86_64, "make check" gives 1 test failure: test #11 fails.

Ugh, this is probably a cache timestamps issue.  Can you please post the output
of

find . -printf '%T+\t%P\n' | sort
stat -f .

executed from the subdirectory tests/testsuite.dir/011 of your build directory?
This is the output I get, on a machine where this test reliably passes:

$ find . -printf '%T+\t%P\n' | sort
2023-12-01+08:27:35.5911556670  configure.ac
2023-12-01+08:27:35.5921556740  .autom4te.cfg
2023-12-01+08:27:37.7141689360  autom4te.cache/output.0
2023-12-01+08:27:37.7141689360  autom4te.cache/traces.0
2023-12-01+08:27:37.7151689420  autom4te.cache
2023-12-01+08:27:37.7201689730  configure
2023-12-01+08:27:39.8531823020  autom4te.cache/requests
2023-12-01+08:27:39.8561823210  stderr-raw
2023-12-01+08:27:39.8641823710  
2023-12-01+08:27:39.8641823710  run
2023-12-01+08:27:39.8641823710  testsuite.log

$ stat -f .
  File: "."
    ID: fd0b00000000 Namelen: 255     Type: xfs
Block size: 4096       Fundamental block size: 4096
Blocks: Total: 976136003  Free: 363784939  Available: 363784939
Inodes: Total: 390645120  Free: 385383287

zw

Reply via email to