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

Previous Next

Package: gzip;

Reported by: "Nelson H. F. Beebe" <beebe <at> math.utah.edu>

Date: Tue, 8 Apr 2025 13:09:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: "Nelson H. F. Beebe" <beebe <at> math.utah.edu>
Cc: platform-testers <at> gnu.org, 77640 <at> debbugs.gnu.org, jim <at> meyering.net
Subject: bug#77640: [platform-testers] new snapshot available: gzip-1.13.56-e549
Date: Tue, 8 Apr 2025 10:51:50 -0700
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:

  mkdir d
  echo >d/f
  chmod a-w d
  ./gzip d/f

Also, does the following patch work around the problem?

diff --git a/tests/write-error b/tests/write-error
index a68043a..8556b28 100755
--- a/tests/write-error
+++ b/tests/write-error
@@ -24,7 +24,7 @@ fail=0
 mkdir d || framework_failure_
 echo > d/f || framework_failure_
 chmod a-w d || framework_failure_
-if test -w d || test `id -u` = 0; then
+if echo > d/e; then
   echo >&2 "$0: being root, skipping this test"
   fail=77
 else





This bug report was last modified 64 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.