/t/r/msys2-runtime-3.3/src/msys2-runtime/winsup/cygwin/fhandler_proc.cc: In function 'off_t format_proc_swaps(void*, char*&)':
/t/r/msys2-runtime-3.3/src/msys2-runtime/winsup/cygwin/fhandler_proc.cc:1964:43: error: '%s' directive writing 4 bytes into a region of size between 1 and 2147483606 [-Werror=format-overflow=]
1964 | bufptr += sprintf (bufptr, "%s%s%s\t\t%llu%s\t%llu%s\t%d\n",
| ^~
......
1967 | "file",
| ~~~~~~
/t/r/msys2-runtime-3.3/src/msys2-runtime/winsup/cygwin/fhandler_proc.cc:1964:38: note: directive argument in the range [0, 18014398501093376]
1964 | bufptr += sprintf (bufptr, "%s%s%s\t\t%llu%s\t%llu%s\t%d\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/t/r/msys2-runtime-3.3/src/msys2-runtime/winsup/cygwin/fhandler_proc.cc:1964:38: note: directive argument in the range [0, 18014398501093376]
/t/r/msys2-runtime-3.3/src/msys2-runtime/winsup/cygwin/fhandler_proc.cc:1964:29: note: 'sprintf' output between 54 and 2147483693 bytes into a destination of size 2147483647
1964 | bufptr += sprintf (bufptr, "%s%s%s\t\t%llu%s\t%llu%s\t%d\n",
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1965 | filename,
| ~~~~~~~~~
1966 | tabo < 5 ? "\t\t\t\t\t" + tabo : " ",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1967 | "file",
| ~~~~~~~
1968 | total >> 10,
| ~~~~~~~~~~~~
1969 | total < 10000000000 ? "\t" : "",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1970 | used >> 10,
| ~~~~~~~~~~~~
1971 | used < 10000000000 ? "\t" : "",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1972 | 0);
| ~~
…
MSYS2-packages
Package scripts for MSYS2.
To build these, run msys2_shell.cmd then from the bash prompt. Packages from the base-devel package is an implicit build time dependency. Make sure it is installed before attempting to build any package:
pacman -S --needed base-devel
cd ${package-name}
makepkg
To install the built package(s).
pacman -U ${package-name}*.pkg.tar.xz
License
MSYS2-packages is licensed under BSD 3-Clause "New" or "Revised" License. A full copy of the license is provided in LICENSE.
Description
srcinfo-cache
Latest
Languages
Shell
90.1%
C
4.4%
Python
1.7%
Roff
1.3%
Perl
1.1%
Other
1.3%