On Sat, Aug 19, 2023 at 11:51:05PM +0200, Bruno Haible wrote: > Gavin Smith wrote: > > > On CentOS 8 and CentOS 8-stream, the build now succeeds, but there is 1 > > > test > > > failure: > > > > > > FAIL: different_encodings.sh > > > > > > Find attached the tp/tests/many_input_files/test-suite.log. > > > > > > > Can you please send the contents of the file > > 'diffs/different_encodings.diff' > > which should be present after this test? > > Here it is. It's the same in CentOS 8 and CentOS 8-stream, except for time > stamps. > > Bruno
These results show a difference in index sorting. Even though there is a stub for Unicode::Collate, the tests will not all pass without it. "configure" prints a warning about index sorting so users should not be too surprised if the tests fail. configure: WARNING: Perl module Unicode::Collate was not found. configure: WARNING: texi2any may sort document indices incorrectly. More tests would have failed under tp/t if the modules had been installed to run these tests (Test::More, Data::Compare, Test::Deep).