Package Details: gzip-git 1.12.r42.g156d0e1-1

Git Clone URL: https://aur.archlinux.org/gzip-git.git (read-only, click to copy)
Package Base: gzip-git
Description: A data compression program
Upstream URL: https://www.gnu.org/software/gzip/
Licenses: GPL3
Conflicts: gzip
Provides: gzip
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 0
Popularity: 0.000000
First Submitted: 2017-08-12 12:46 (UTC)
Last Updated: 2023-04-10 14:18 (UTC)

Dependencies (3)

Required by (296)

Sources (1)

Latest Comments

carlosnewmusic commented on 2021-09-19 21:42 (UTC)

build error https://pastebin.com/xN8MrENq

Chocobo1 commented on 2021-05-24 04:34 (UTC)

I'm getting this error:

Fixed.

lubosz commented on 2021-05-23 20:44 (UTC)

The fix is to disable warnings being treated as errors (-Werror):

./configure --disable-gcc-warnings

lubosz commented on 2021-05-23 20:34 (UTC)

I'm getting this error:

utimens.c: In function 'fdutimens':
utimens.c:382:17: error: 'update_timespec' accessing 16 bytes in a region of size 8 [-Werror=stringop-overflow=]
  382 |       if (ts && update_timespec (&st, &ts))
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
utimens.c:382:17: note: referencing argument 2 of type 'struct timespec **'
utimens.c:133:1: note: in a call to function 'update_timespec'
  133 | update_timespec (struct stat const *statbuf, struct timespec *ts[2])
      | ^~~~~~~~~~~~~~~
utimens.c: In function 'lutimens':
utimens.c:595:17: error: 'update_timespec' accessing 16 bytes in a region of size 8 [-Werror=stringop-overflow=]
  595 |       if (ts && update_timespec (&st, &ts))
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
utimens.c:595:17: note: referencing argument 2 of type 'struct timespec **'
utimens.c:133:1: note: in a call to function 'update_timespec'
  133 | update_timespec (struct stat const *statbuf, struct timespec *ts[2])
      | ^~~~~~~~~~~~~~~