bug#77640: [platform-testers] new snapshot available: gzip-1.13.56-e549

2025-04-08 Thread Nelson H. F. Beebe
Yesterday, I reported this failure for gzip-1.13.56-e549 on DragonFlyBSD 6.4.0: write-error. Here is the tests/write-error.log file: + initial_cwd_=/local/build/cc/gzip-1.13.56-e549/tests + testdir_prefix_ + printf gt + pfx_=gt + mktempd_ /local/build/cc/gzip-1.13.56-e549/tests gt-write-error.XXX

bug#77641: [platform-testers] new snapshot available: gzip-1.13.56-e549

2025-04-08 Thread Nelson H. F. Beebe
Yesterday, I reported that the zdiff test for gzip-1.13.56-e549 failed on NetBSD 10.0. Here is the tests/zdiff.log file: + initial_cwd_=/local/build/cc/gzip-1.13.56-e549/tests + testdir_prefix_ + printf gt + pfx_=gt + mktempd_ /local/build/cc/gzip-1.13.56-e549/tests gt-zdiff. + destdir_=/loca

bug#77641: [platform-testers] new snapshot available: gzip-1.13.56-e549

2025-04-08 Thread Paul Eggert
On 2025-04-08 06:12, Nelson H. F. Beebe wrote: + returns_ 1 zdiff a.gz b.gz >out 2>err + fail=1 To help debug that, could you please run the following commands in the gzip source directory and tell us the output? echo a>a echo b>b ./gzip a b /bin/bash -x ./zdiff a.gz b.gz I am assuming "zdi

bug#77640: [platform-testers] new snapshot available: gzip-1.13.56-e549

2025-04-08 Thread Paul Eggert
On 2025-04-08 06:07, Nelson H. F. Beebe wrote: + mkdir d + echo + chmod a-w d + test -w d + id -u + test 887 '=' 0 + returns_ 1 gzip d/f + fail=1 To help debug this problem on DragonFlyBSD 6.4.0, please run the following commands in the gzip source directory and tell us what the ./gzip does:

bug#75924: maint: fix s390 buffer flushes

2025-04-08 Thread Paul Eggert
On 2025-02-20 03:33, Eduard Stefes wrote: I think we are at a solid state here, as both implementations run with the same test suit. Investing more time to get a 100% error message overlap looks like a bigger effort. We know that the hardware state machine does not simply map the software, so I f

bug#77640: [platform-testers] new snapshot available: gzip-1.13.56-e549

2025-04-08 Thread Paul Eggert
On 4/8/25 14:16, Nelson H. F. Beebe wrote: Thanks for this analysis of the gzip-1.13.56-e549 test failures on DragonFlyBSD 6.4.0: If you can concoct a small C program that is likely to be runnable across a range of systems, then I'll be happy to configurize it, and then do tests builds on our tes

bug#77641: [platform-testers] new snapshot available: gzip-1.13.56-e549

2025-04-08 Thread Paul Eggert
On 2025-04-08 11:25, Nelson H. F. Beebe wrote: Here is the output on NetBSD 10.0 for the test script for zdiff behavior: Thanks. I'm quoting it below. Apparently the equivalent of the following crashed: echo b >b gzip b gzip_status=$(gzip -cdfq -- b.gz) whereas the same thing succeeded if o