* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘zip’ ...
** this is package ‘zip’ version ‘2.3.3’
** package ‘zip’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-7) 15.2.0’
make[1]: Entering directory '/tmp/RtmpblorzX/R.INSTALL2f2b67369f6859/zip/src'
gcc-15 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native miniz.c zip.c unixutils.c tools/cmdzip.c -o tools/cmdzip
gcc-15 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native miniz.c zip.c unixutils.c tools/cmdunzip.c -o tools/cmdunzip
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c miniz.c -o miniz.o
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c rzip.c -o rzip.o
rzip.c:19:9: warning: ‘S_IFLNK’ redefined
19 | #define S_IFLNK 0120000 /* [XSI] symbolic link */
| ^~~~~~~
In file included from rzip.c:5:
/usr/include/x86_64-linux-gnu/sys/stat.h:113:11: note: this is the location of the previous definition
113 | # define S_IFLNK __S_IFLNK
| ^~~~~~~
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c zip.c -o zip.o
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c unixutils.c -o unixutils.o
gcc-15 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o zip.so init.o miniz.o rzip.o zip.o unixutils.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpblorzX/R.INSTALL2f2b67369f6859/zip/src'
make[1]: Entering directory '/tmp/RtmpblorzX/R.INSTALL2f2b67369f6859/zip/src'
make[1]: Leaving directory '/tmp/RtmpblorzX/R.INSTALL2f2b67369f6859/zip/src'
installing via 'install.libs.R' to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-zip/00new/zip
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (zip)