downloading reverse dependencies ... downloading acumos_0.4-4.tar.gz ... ok downloading factset.protobuf.stach.v2_1.0.6.tar.gz ... ok downloading proffer_0.2.2.tar.gz ... ok downloading traveltimeR_1.2.1.tar.gz ... ok downloading jmvcore_2.6.3.tar.gz ... ok downloading jmvReadWrite_0.4.8.tar.gz ... ok downloading profile_1.0.3.tar.gz ... ok installing dependencies ‘jmv’, ‘profile’, ‘RestRserve’, ‘RProtoBuf’, ‘Rserve’ also installing the dependencies ‘PMCMR’, ‘vcdExtra’, ‘mvnormtest’ begin installing package ‘PMCMR’ begin installing package ‘vcdExtra’ begin installing package ‘mvnormtest’ begin installing package ‘Rserve’ begin installing package ‘RProtoBuf’ begin installing package ‘profile’ * installing *source* package ‘mvnormtest’ ... ** this is package ‘mvnormtest’ version ‘0.1-9-3’ ** package ‘mvnormtest’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (mvnormtest) * installing *source* package ‘PMCMR’ ... ** this is package ‘PMCMR’ version ‘4.4’ ** package ‘PMCMR’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (PMCMR) * installing *source* package ‘profile’ ... ** this is package ‘profile’ version ‘1.0.3’ ** package ‘profile’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (profile) * installing *source* package ‘vcdExtra’ ... ** this is package ‘vcdExtra’ version ‘0.8-5’ ** package ‘vcdExtra’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** demo ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (vcdExtra) begin installing package ‘jmv’ * installing *source* package ‘Rserve’ ... ** this is package ‘Rserve’ version ‘1.8-15’ ** package ‘Rserve’ successfully unpacked and MD5 sums checked ** using staged installation checking whether to compile the server... yes checking whether to compile the client... no checking for gcc... gcc-14 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc-14 accepts -g... yes checking for gcc-14 option to enable C11 features... none needed checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for limits.h... yes checking for string.h... (cached) yes checking for memory.h... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/socket.h... yes checking for sys/un.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... no checking size of size_t... 8 checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking return type of signal handlers... void checking for memset... yes checking for mkdir... yes checking for rmdir... yes checking for select... yes checking for socket... yes checking for srandomdev... no checking for library containing crypt... -lcrypt checking for crypt.h... yes checking for socklen_t... yes checking for connect... yes checking whether to enable IPv6... no checking for dlopen in -ldl... yes checking for openssl/rsa.h... yes checking for library containing RSA_generate_key... -lcrypto checking for openssl/ssl.h... yes checking for library containing SSL_CTX_load_verify_locations... -lssl checking whether threads are desired... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for working threads support... yes configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/client/cxx/Makefile config.status: creating src/config.h ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-12) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpoDCi6p/R.INSTALL18014b3fc6af15/Rserve/src' gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c RSserver.c -o RSserver.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c Rserv.c -o Rserv.o Rserv.c: In function ‘auth_user’: Rserv.c:2447:21: warning: variable ‘ctrl_flag’ set but not used [-Wunused-but-set-variable] 2447 | int ctrl_flag = 0, u_uid = 0, u_gid = 0; | ^~~~~~~~~ Rserv.c: In function ‘Rserve_fork_compute’: Rserv.c:3312:25: warning: variable ‘cmd’ set but not used [-Wunused-but-set-variable] 3312 | int rn, cmd; | ^~~ Rserv.c: In function ‘OCAP_iteration’: Rserv.c:3468:29: warning: variable ‘cmd’ set but not used [-Wunused-but-set-variable] 3468 | int cmd; | ^~~ Rserv.c: In function ‘Rserve_QAP1_connected’: Rserv.c:3915:9: warning: variable ‘unaligned’ set but not used [-Wunused-but-set-variable] 3915 | int unaligned=0; | ^~~~~~~~~ Rserv.c: In function ‘handle_server_event’: Rserv.c:5030:13: warning: unused variable ‘succ’ [-Wunused-variable] 5030 | int succ = 0; | ^~~~ gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c base64.c -o base64.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c date.c -o date.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c http.c -o http.o In file included from http.c:10: bsdcmpt.h:17:20: warning: ‘strnstr’ defined but not used [-Wunused-function] 17 | static const char *strnstr(const char *haystack, const char *needle, size_t len) { | ^~~~~~~ gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ioc.c -o ioc.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c md5.c -o md5.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c oc.c -o oc.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c qap_decode.c -o qap_decode.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c qap_encode.c -o qap_encode.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c session.c -o session.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c sha1.c -o sha1.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c standalone.c -o standalone.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c tls.c -o tls.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ulog.c -o ulog.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c utils.c -o utils.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c websockets.c -o websockets.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c winembed.c -o winembed.o gcc-14 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o Rserve.so RSserver.o Rserv.o base64.o date.o http.o ioc.o md5.o oc.o qap_decode.o qap_encode.o session.o sha1.o standalone.o tls.o ulog.o utils.o websockets.o winembed.o -lssl -lcrypto -ldl -lcrypt -L/home/hornik/tmp/R/lib -lR gcc-14 -DSTANDALONE_RSERVE -DDAEMON -I. -Iinclude -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I/usr/local/include -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/home/hornik/tmp/R/include -o Rserve standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c ulog.c ioc.c utils.c date.c -Wl,-O1 -lssl -lcrypto -ldl -lcrypt -L"/home/hornik/tmp/R/lib" -lR -lssl -lcrypto -ldl -lcrypt In file included from standalone.c:6: Rserv.c: In function ‘auth_user’: Rserv.c:2447:21: warning: variable ‘ctrl_flag’ set but not used [-Wunused-but-set-variable] 2447 | int ctrl_flag = 0, u_uid = 0, u_gid = 0; | ^~~~~~~~~ Rserv.c: In function ‘Rserve_fork_compute’: Rserv.c:3312:25: warning: variable ‘cmd’ set but not used [-Wunused-but-set-variable] 3312 | int rn, cmd; | ^~~ Rserv.c: In function ‘OCAP_iteration’: Rserv.c:3468:29: warning: variable ‘cmd’ set but not used [-Wunused-but-set-variable] 3468 | int cmd; | ^~~ Rserv.c: In function ‘Rserve_QAP1_connected’: Rserv.c:3915:9: warning: variable ‘unaligned’ set but not used [-Wunused-but-set-variable] 3915 | int unaligned=0; | ^~~~~~~~~ Rserv.c: In function ‘handle_server_event’: Rserv.c:5030:13: warning: unused variable ‘succ’ [-Wunused-variable] 5030 | int succ = 0; | ^~~~ In file included from http.c:10: bsdcmpt.h:17:20: warning: ‘strnstr’ defined but not used [-Wunused-function] 17 | static const char *strnstr(const char *haystack, const char *needle, size_t len) { | ^~~~~~~ gcc-14 -DSTANDALONE_RSERVE -DRSERV_DEBUG -DNODAEMON -I. -Iinclude -I"/home/hornik/tmp/R/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/home/hornik/tmp/R/include -o Rserve.dbg standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c ulog.c ioc.c utils.c date.c -Wl,-O1 -lssl -lcrypto -ldl -lcrypt -L"/home/hornik/tmp/R/lib" -lR -lssl -lcrypto -ldl -lcrypt In file included from standalone.c:6: Rserv.c: In function ‘auth_user’: Rserv.c:2447:21: warning: variable ‘ctrl_flag’ set but not used [-Wunused-but-set-variable] 2447 | int ctrl_flag = 0, u_uid = 0, u_gid = 0; | ^~~~~~~~~ Rserv.c: In function ‘Rserve_fork_compute’: Rserv.c:3312:25: warning: variable ‘cmd’ set but not used [-Wunused-but-set-variable] 3312 | int rn, cmd; | ^~~ Rserv.c: In function ‘OCAP_iteration’: Rserv.c:3468:29: warning: variable ‘cmd’ set but not used [-Wunused-but-set-variable] 3468 | int cmd; | ^~~ Rserv.c: In function ‘Rserve_QAP1_connected’: Rserv.c:3915:9: warning: variable ‘unaligned’ set but not used [-Wunused-but-set-variable] 3915 | int unaligned=0; | ^~~~~~~~~ Rserv.c: In function ‘handle_server_event’: Rserv.c:5030:13: warning: unused variable ‘succ’ [-Wunused-variable] 5030 | int succ = 0; | ^~~~ standalone.c: In function ‘main’: standalone.c:38:16: warning: variable ‘rs_silent’ set but not used [-Wunused-but-set-variable] 38 | int rs_silent = 0; | ^~~~~~~~~ In file included from http.c:10: bsdcmpt.h:17:20: warning: ‘strnstr’ defined but not used [-Wunused-function] 17 | static const char *strnstr(const char *haystack, const char *needle, size_t len) { | ^~~~~~~ ./mergefat Rserve "/home/hornik/tmp/R/bin/Rserve" ./mergefat Rserve.dbg "/home/hornik/tmp/R/bin/Rserve.dbg" make -C proxy 'CC=gcc-14 ' 'CPPFLAGS=-I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include ' CFLAGS='-g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native ' 'LDFLAGS=-Wl,-O1' 'LIBS=-lssl -lcrypto -ldl -lcrypt ' && cp -p proxy/forward . make[2]: Entering directory '/home/hornik/tmp/scratch/RtmpoDCi6p/R.INSTALL18014b3fc6af15/Rserve/src/proxy' ln -sfn ../ulog.h ulog.h gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o forward.o forward.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o http.o http.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o http_tools.o http_tools.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o server.o server.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o tls.o tls.c ln -sfn ../md5.h md5.h ln -sfn ../sha1.h sha1.h ln -sfn ../base64.c base64.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o websockets.o websockets.c websockets.c: In function ‘WS_connected’: websockets.c:343:47: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 343 | ws_connected_fn_t connected = (ws_connected_fn_t) arg->srv->aux; | ^ websockets.c: In function ‘WS13_upgrade’: websockets.c:378:34: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 378 | srv->aux = (void*) connected; | ^ websockets.c:411:47: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 411 | ws_connected_fn_t connected = (ws_connected_fn_t) srv->aux; | ^ websockets.c: In function ‘create_WS_server’: websockets.c:868:34: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 868 | srv->aux = (void*) connected; | ^ ln -sfn ../md5.c md5.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o md5.o md5.c ln -sfn ../sha1.c sha1.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o sha1.o sha1.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o base64.o base64.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o date.o date.c ln -sfn ../ulog.c ulog.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o ulog.o ulog.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o chandler.o chandler.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o rscript.o rscript.c gcc-14 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -Wl,-O1 -o forward forward.o http.o http_tools.o server.o tls.o websockets.o md5.o sha1.o base64.o date.o ulog.o chandler.o rscript.o -lssl -lcrypto -ldl -lcrypt make[2]: Leaving directory '/home/hornik/tmp/scratch/RtmpoDCi6p/R.INSTALL18014b3fc6af15/Rserve/src/proxy' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpoDCi6p/R.INSTALL18014b3fc6af15/Rserve/src' installing via 'install.libs.R' to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-Rserve/00new/Rserve ** 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 (Rserve) begin installing package ‘RestRserve’ * installing *source* package ‘RestRserve’ ... ** this is package ‘RestRserve’ version ‘1.2.3’ ** package ‘RestRserve’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-12) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpn46BOP/R.INSTALL180af43f3da7ad/RestRserve/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c format_cookies.cpp -o format_cookies.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c format_headers.cpp -o format_headers.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c parse_cookies.cpp -o parse_cookies.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c parse_headers.cpp -o parse_headers.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c parse_multipart.cpp -o parse_multipart.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c url_decode.cpp -o url_decode.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c url_encode.cpp -o url_encode.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c utils.cpp -o utils.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o RestRserve.so RcppExports.o format_cookies.o format_headers.o parse_cookies.o parse_headers.o parse_multipart.o url_decode.o url_encode.o utils.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpn46BOP/R.INSTALL180af43f3da7ad/RestRserve/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-RestRserve/00new/RestRserve/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (RestRserve) * installing *source* package ‘jmv’ ... ** this is package ‘jmv’ version ‘2.5.6’ ** package ‘jmv’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (jmv) * installing *source* package ‘RProtoBuf’ ... ** this is package ‘RProtoBuf’ version ‘0.4.23’ ** using staged installation checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether g++-14 -std=gnu++17 accepts -g... yes checking for g++-14 -std=gnu++17 option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++-14 -std=gnu++17 -E checking for gcc... gcc-14 checking whether the compiler supports GNU C... yes checking whether gcc-14 accepts -g... yes checking for gcc-14 option to enable C11 features... none needed checking whether the compiler supports GNU C++... (cached) yes checking whether g++-14 -std=gnu++17 accepts -g... (cached) yes checking for g++-14 -std=gnu++17 option to enable C++11 features... (cached) none needed checking for pkg-config... yes checking for protoc... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for google/protobuf/stubs/common.h... yes checking for google/protobuf/compiler/code_generator.h... yes checking if ProtoBuf version >= 2.2.0... yes checking for R... yes configure: creating ./config.status config.status: creating src/Makevars RProtoBuf 0.4.23 ================ cflags: -g -O2 -Wall -pedantic -mtune=native libs: -lprotobuf ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-12) 14.2.0’ using C++ compiler: ‘g++-14 (Debian 14.2.0-12) 14.2.0’ using C++17 make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpCipFqX/R.INSTALL180148530ee35b/RProtoBuf/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c ConnectionCopyingInputStream.cpp -o ConnectionCopyingInputStream.o In file included from ConnectionCopyingInputStream.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c ConnectionCopyingOutputStream.cpp -o ConnectionCopyingOutputStream.o In file included from ConnectionCopyingOutputStream.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c ConnectionInputStream.cpp -o ConnectionInputStream.o In file included from ConnectionInputStream.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c ConnectionOutputStream.cpp -o ConnectionOutputStream.o In file included from ConnectionOutputStream.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c DescriptorPoolLookup.cpp -o DescriptorPoolLookup.o In file included from DescriptorPoolLookup.cpp:21: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c RSourceTree.cpp -o RSourceTree.o In file included from RSourceTree.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c RWarningErrorCollector.cpp -o RWarningErrorCollector.o In file included from RWarningErrorCollector.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c RconnectionCopyingInputStream.cpp -o RconnectionCopyingInputStream.o In file included from RconnectionCopyingInputStream.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c ZeroCopyInputStreamWrapper.cpp -o ZeroCopyInputStreamWrapper.o In file included from ZeroCopyInputStreamWrapper.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c ZeroCopyOutputStreamWrapper.cpp -o ZeroCopyOutputStreamWrapper.o In file included from ZeroCopyOutputStreamWrapper.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c extensions.cpp -o extensions.o In file included from extensions.cpp:22: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c extractors.cpp -o extractors.o In file included from extractors.cpp:19: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c lookup.cpp -o lookup.o In file included from lookup.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c mutators.cpp -o mutators.o In file included from mutators.cpp:19: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c rprotobuf.cpp -o rprotobuf.o In file included from rprotobuf.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c streams.cpp -o streams.o In file included from streams.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_ArrayInputStream.cpp -o wrapper_ArrayInputStream.o In file included from wrapper_ArrayInputStream.cpp:3: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_ArrayOutputStream.cpp -o wrapper_ArrayOutputStream.o In file included from wrapper_ArrayOutputStream.cpp:3: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_Descriptor.cpp -o wrapper_Descriptor.o In file included from wrapper_Descriptor.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_EnumDescriptor.cpp -o wrapper_EnumDescriptor.o In file included from wrapper_EnumDescriptor.cpp:21: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_EnumValueDescriptor.cpp -o wrapper_EnumValueDescriptor.o In file included from wrapper_EnumValueDescriptor.cpp:21: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_FieldDescriptor.cpp -o wrapper_FieldDescriptor.o In file included from wrapper_FieldDescriptor.cpp:19: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_FileDescriptor.cpp -o wrapper_FileDescriptor.o In file included from wrapper_FileDescriptor.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_Message.cpp -o wrapper_Message.o In file included from wrapper_Message.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_MethodDescriptor.cpp -o wrapper_MethodDescriptor.o In file included from wrapper_MethodDescriptor.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_ServiceDescriptor.cpp -o wrapper_ServiceDescriptor.o In file included from wrapper_ServiceDescriptor.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -g -O2 -Wall -pedantic -mtune=native -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c wrapper_ZeroCopyInputStream.cpp -o wrapper_ZeroCopyInputStream.o In file included from wrapper_ZeroCopyInputStream.cpp:2: rprotobuf.h:54:9: warning: "R_NO_REMAP" redefined 54 | #define R_NO_REMAP | ^~~~~~~~~~ : note: this is the location of the previous definition g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o RProtoBuf.so ConnectionCopyingInputStream.o ConnectionCopyingOutputStream.o ConnectionInputStream.o ConnectionOutputStream.o DescriptorPoolLookup.o RSourceTree.o RWarningErrorCollector.o RconnectionCopyingInputStream.o ZeroCopyInputStreamWrapper.o ZeroCopyOutputStreamWrapper.o extensions.o extractors.o init.o lookup.o mutators.o rprotobuf.o streams.o wrapper_ArrayInputStream.o wrapper_ArrayOutputStream.o wrapper_Descriptor.o wrapper_EnumDescriptor.o wrapper_EnumValueDescriptor.o wrapper_FieldDescriptor.o wrapper_FileDescriptor.o wrapper_Message.o wrapper_MethodDescriptor.o wrapper_ServiceDescriptor.o wrapper_ZeroCopyInputStream.o -lprotobuf -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpCipFqX/R.INSTALL180148530ee35b/RProtoBuf/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-RProtoBuf/00new/RProtoBuf/libs ** R ** 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 (RProtoBuf) checking RProtoBuf_0.4.23.tar.gz ... checking acumos_0.4-4.tar.gz ... checking factset.protobuf.stach.v2_1.0.6.tar.gz ... checking proffer_0.2.2.tar.gz ... checking traveltimeR_1.2.1.tar.gz ... checking jmvcore_2.6.3.tar.gz ... checking jmvReadWrite_0.4.8.tar.gz ... checking profile_1.0.3.tar.gz ... Depends: Package: RProtoBuf Depends: R (>= 3.0.0), methods Imports: utils, stats, tools, Rcpp LinkingTo: Rcpp Timings: user system elapsed RProtoBuf 129.528 11.202 145.523 Results: Check status summary: NOTE OK Source packages 0 1 Reverse depends 1 6 Check results summary: RProtoBuf ... OK rdepends_acumos ... OK rdepends_factset.protobuf.stach.v2 ... OK rdepends_jmvcore ... OK rdepends_jmvReadWrite ... OK rdepends_proffer ... OK rdepends_profile ... NOTE * checking Rd cross-references ... NOTE rdepends_traveltimeR ... OK