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

2025-04-11 Thread Paul Eggert
On 2025-04-10 15:13, Nelson H. F. Beebe wrote: I made this change against the original test file: % diff dfly-openat-bug.c dfly-openat-bug-3.c 8c8 < int dirfd = open ("d/", O_SEARCH | O_DIRECTORY); --- > int dirfd = open ("d/", O_RDONLY | O_DIRECTORY)

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

2025-04-10 Thread Paul Eggert
On 4/10/25 09:59, Nelson H. F. Beebe wrote: I tried that, and gcc reported that O_SEARCH is unknown, and suggested ``did you mean 'O_EXCL'?''. Oh, I thought DragonflyBSD was like other BSDs. My mistake; says it has neither O_S

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

2025-04-10 Thread Paul Eggert
On 2025-04-09 05:47, Nelson H. F. Beebe wrote: I ran these tests in the gzip-1.13.56-e549 build directory on DragonFlyBSD 6.4.0: mkdir d echo >d/f chmod a-w d env LC_ALL=C truss -o gzip.truss ./gzip d/f That last command produces this output; gzip: d/f.g

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

2025-04-10 Thread Paul Eggert
On 2025-04-08 11:43, Nelson H. F. Beebe wrote: Here is the requested test on DragonFlyBSD for gzip-1.13.56-e549: % cat foo.sh #! /bin/sh mkdir d echo >d/f chmod a-w d ./gzip d/f % ./foo.sh gzip: d/f.gz already exists; do you wish to overwrite (y or n)? y gzip: d/f.gz: No such file or directory

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#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#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