Hello,
On Centos Stream 10, after compiling, checking and installing
lzlib-1.15, I try the same with tarlz-0.27.1 and the make check fail
with the following output :
testing tarlz-0.27.1...
testing --list and --extract...
testing --concatenate...
testing --create...foo: Mod time differs
-rw-r--r-- phako/phako 0 2038-01-19 03:14 foo
-rw-r--r--. 1 phako phako 0 Jan 18 2038 foo
803(2038-01-19T03:14:07)foo: Mod time differs
-rw-r--r-- phako/phako 0 2038-01-19 03:14 foo
-rw-r--r--. 1 phako phako 0 Jan 18 2038 foo
803(2038-01-19T03:14:08)foo: Mod time differs
-rw-r--r-- phako/phako 0 2106-02-07 06:28 foo
-rw-r--r--. 1 phako phako 0 Jan 18 2038 foo
803(2106-02-07T06:28:15)foo: Mod time differs
-rw-r--r-- phako/phako 0 2106-02-07 06:28 foo
-rw-r--r--. 1 phako phako 0 Jan 18 2038 foo
803(2106-02-07T06:28:16)foo: Mod time differs
-rw-r--r-- phako/phako 0 2242-03-16 12:56 foo
-rw-r--r--. 1 phako phako 0 Jan 18 2038 foo
803(2242-03-16T12:56:31)foo: Mod time differs
-rw-r--r-- phako/phako 0 2242-03-16 12:56 foo
-rw-r--r--. 1 phako phako 0 Jan 18 2038 foo
803(2242-03-16T12:56:32)foo: Mod time differs
-rw-r--r-- phako/phako 0 2242-03-16 08:56 foo
-rw-r--r--. 1 phako phako 0 Jan 18 2038 foo
803(@8589934591)foo: Mod time differs
-rw-r--r-- phako/phako 0 2242-03-16 08:56 foo
-rw-r--r--. 1 phako phako 0 Jan 18 2038 foo
803(@8589934592)
testing --diff...
testing --delete...
testing --dereference...
testing --append...
testing dirs and links...
testing long names...
testing --compress...
testing bad input...
testing --keep-damaged...
tests failed.
make: *** [Makefile:96: check] Error 1
The same operations on Debian 13 succeed, and I notice that the files
where the test failed have a final dot in the permission fields that
indicates that the files have SELinux context.
Regards