[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25636: new snapshot available: gzip-1.8.18-00e6
From: |
Assaf Gordon |
Subject: |
bug#25636: new snapshot available: gzip-1.8.18-00e6 |
Date: |
Mon, 6 Feb 2017 19:55:26 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Mon, Feb 06, 2017 at 10:38:52AM -0800, Jim Meyering wrote:
http://meyering.net/gzip/gzip-1.8.18-00e6.tar.xz
One more failure:
On Cygwin/2.6.0 with mingw:
===
make[2]: Entering directory '/tmp/gzip-1.8.18-00e6.bHRTJN/gzip-1.8.18-00e6'
CC version.o
AR libver.a
CC bits.o
CC deflate.o
CC gzip.o
gzip.c:1900:37: error: unknown type name 'uid_t'
do_chown (int fd, char const *name, uid_t uid, gid_t gid)
^
gzip.c:1900:48: error: unknown type name 'gid_t'
do_chown (int fd, char const *name, uid_t uid, gid_t gid)
^
gzip.c: In function 'copy_stat':
gzip.c:1956:5: warning: implicit declaration of function 'do_chown'
[-Wimplicit-function-declaration]
do_chown (ofd, ofname, -1, ifstat->st_gid);
^
make[2]: *** [Makefile:1638: gzip.o] Error 1
make[2]: Leaving directory '/tmp/gzip-1.8.18-00e6.bHRTJN/gzip-1.8.18-00e6'
===
regards,
- assaf