packages icon indicating copy to clipboard operation
packages copied to clipboard

unzip: Will not build

Open Jaredy899 opened this issue 3 weeks ago • 0 comments

Please confirm there isn't an open report for this package

  • [x] I have searched through packaging problem reports

Name

unzip

Version

6.0

Summary of the problem

Will not build

More information

There's 1000 lines of code I could paste. Here's a snippet.

unix/unxcfg.h:120:15: error: conflicting types for ‘gmtime’; have ‘struct tm *(void)’
  120 |    struct tm *gmtime(), *localtime();
      |               ^~~~~~
unix/unxcfg.h:120:26: error: conflicting types for ‘localtime’; have ‘struct tm *(void)’
  120 |    struct tm *gmtime(), *localtime();
      |                          ^~~~~~~~~

Jaredy899 avatar Nov 16 '25 13:11 Jaredy899