* installing *source* package ‘RMVL’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.5 (1)’ using C++ compiler: ‘Debian clang version 17.0.5 (1)’ clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRMVL_PACKAGE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RlibMVL.c -o RlibMVL.o RlibMVL.c:1631:56: warning: format specifies type 'void *' but the argument has type 'char *' [-Wformat-pedantic] 1631 | Rprintf("offset=%lld data=%p length=%lld\n", offset, libraries[idx].data, libraries[idx].length); | ~~ ^~~~~~~~~~~~~~~~~~~ | %s RlibMVL.c:1693:18: warning: unused variable 'strvec' [-Wunused-variable] 1693 | LIBMVL_OFFSET64 *strvec; | ^~~~~~ RlibMVL.c:1933:19: warning: unused variable 'strvec2' [-Wunused-variable] 1933 | const char *ch, **strvec2; | ^~~~~~~ RlibMVL.c:1934:18: warning: unused variable 'strvec' [-Wunused-variable] 1934 | LIBMVL_OFFSET64 *strvec; | ^~~~~~ RlibMVL.c:2182:19: warning: unused variable 'strvec2' [-Wunused-variable] 2182 | const char *ch, **strvec2; | ^~~~~~~ RlibMVL.c:2183:18: warning: unused variable 'strvec' [-Wunused-variable] 2183 | LIBMVL_OFFSET64 *strvec; | ^~~~~~ RlibMVL.c:3419:6: warning: unused variable 'data' [-Wunused-variable] 3419 | SEXP data; | ^~~~ RlibMVL.c:23:20: warning: unused function 'mkCharU' [-Wunused-function] 23 | static inline SEXP mkCharU(unsigned char *s) | ^~~~~~~ 8 warnings generated. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRMVL_PACKAGE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c libMVL.c -o libMVL.o libMVL.c:30:5: warning: variable 'i' set but not used [-Wunused-but-set-variable] 30 | int i=0; | ^ libMVL.c:765:36: warning: variable 'len1' set but not used [-Wunused-but-set-variable] 765 | LIBMVL_OFFSET64 *ofsv, ofs1, ofs2, len1; | ^ libMVL.c:860:18: warning: unused variable 'p' [-Wunused-variable] 860 | LIBMVL_OFFSET64 *p; | ^ libMVL.c:862:7: warning: unused variable 'cur' [-Wunused-variable] 862 | off_t cur; | ^~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRMVL_PACKAGE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c libMVL_sort.cc -o libMVL_sort.o clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o RMVL.so RlibMVL.o libMVL.o libMVL_sort.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/RMVL.Rcheck/00LOCK-RMVL/00new/RMVL/libs ** R ** 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 (RMVL)