[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoconf-2.72d on CentOS 8: testsuite: 11 failed
From: |
Bruno Haible |
Subject: |
Re: autoconf-2.72d on CentOS 8: testsuite: 11 failed |
Date: |
Fri, 01 Dec 2023 17:18:25 +0100 |
Zack Weinberg wrote:
> Ugh, this is probably a cache timestamps issue.
Ouch, another one? The first cache timestamp issue is supposed to be fixed.
<https://lists.gnu.org/archive/html/bug-automake/2023-07/msg00020.html>
> 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
$ find . -printf '%T+\t%P\n' | sort
2023-12-01+06:44:01.1092978040 configure.ac
2023-12-01+06:44:01.1152978320 .autom4te.cfg
2023-12-01+06:44:03.2803078610 autom4te.cache
2023-12-01+06:44:03.2803078610 autom4te.cache/output.0
2023-12-01+06:44:03.2803078610 autom4te.cache/traces.0
2023-12-01+06:44:03.2863078890 configure~
2023-12-01+06:44:03.2893079030 stderr-raw
2023-12-01+06:44:05.4383178570 configure
2023-12-01+06:44:05.4393178610 autom4te.cache/requests
2023-12-01+06:44:05.4423178750 stderr
2023-12-01+06:44:05.4453178890
2023-12-01+06:44:05.4453178890 run
2023-12-01+06:44:05.4453178890 testsuite.log
$ stat -f .
File: "."
ID: 6fae53cfbfa55de7 Namelen: 255 Type: ext2/ext3
Block size: 4096 Fundamental block size: 4096
Blocks: Total: 2589588 Free: 660900 Available: 524427
Inodes: Total: 662256 Free: 419686
$ mount | grep /dev/sda1
/dev/sda1 on / type ext4 (rw,relatime,seclabel)
Bruno