bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44223: gzip bug (make)


From: Paul Eggert
Subject: bug#44223: gzip bug (make)
Date: Mon, 26 Oct 2020 16:55:32 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 10/25/20 3:28 PM, Carlos Morales Socorro wrote:
  CC       gzip.o
gzip.c: In function 'copy_stat':
gzip.c:1938:37: error: 'S_IRWXUGO' undeclared (first use in this function); did 
you mean 'S_IRWXO'?
 1938 |     mode_t mode = ifstat->st_mode & S_IRWXUGO;
      |                                     ^~~~~~~~~
      |                                     S_IRWXO

I can't reproduce that problem on my Ubuntu 20.04 system.

My guess is that somehow your build didn't create lib/sys/stat.h as it should. Please try configuring and building again from a fresh copy of the source tarball, and if it fails send the complete 'configure' and 'make' output (you sent just part of the 'make' output). The crucial part will be the creation of lib/sys/stat.h by 'make'. Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]