* installing *source* package ‘sp’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.5 (1)’ clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c Rcentroid.c -o Rcentroid.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c gcdist.c -o gcdist.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c pip.c -o pip.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c pip2.c -o pip2.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sp_xports.c -o sp_xports.o sp_xports.c:141:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 141 | error(CHAR(STRING_ELT(valid, 0))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/tmp/R/include/Rinternals.h:198:17: note: expanded from macro 'CHAR' 198 | #define CHAR(x) R_CHAR(x) | ^~~~~~~~~ sp_xports.c:141:10: note: treat the string as an argument to avoid this 141 | error(CHAR(STRING_ELT(valid, 0))); | ^ | "%s", /home/hornik/tmp/R/include/Rinternals.h:198:17: note: expanded from macro 'CHAR' 198 | #define CHAR(x) R_CHAR(x) | ^ sp_xports.c:268:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 268 | error(CHAR(STRING_ELT(valid, 0))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/hornik/tmp/R/include/Rinternals.h:198:17: note: expanded from macro 'CHAR' 198 | #define CHAR(x) R_CHAR(x) | ^~~~~~~~~ sp_xports.c:268:10: note: treat the string as an argument to avoid this 268 | error(CHAR(STRING_ELT(valid, 0))); | ^ | "%s", /home/hornik/tmp/R/include/Rinternals.h:198:17: note: expanded from macro 'CHAR' 198 | #define CHAR(x) R_CHAR(x) | ^ 2 warnings generated. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c surfaceArea.c -o surfaceArea.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c zerodist.c -o zerodist.o clang-17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o sp.so Rcentroid.o gcdist.o init.o pip.o pip2.o sp_xports.o surfaceArea.o zerodist.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/sp.Rcheck/00LOCK-sp/00new/sp/libs ** R ** data ** demo ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (sp)