packages
packages copied to clipboard
unzip: Will not build
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();
| ^~~~~~~~~