* installing *source* package ‘Rserve’ ... ** 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... clang -arch x86_64 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 clang -arch x86_64 accepts -g... yes checking for clang -arch x86_64 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... yes checking for library containing crypt... none required checking for crypt.h... no 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-apple-darwin22.4.0 checking host system type... x86_64-apple-darwin22.4.0 checking if compiler needs -Werror to reject unknown flags... yes checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE 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: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using SDK: ‘MacOSX11.3.sdk’ clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RSserver.c -o RSserver.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Rserv.c -o Rserv.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c base64.c -o base64.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c date.c -o date.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c http.c -o http.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ioc.c -o ioc.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c md5.c -o md5.o Rserv.c:2439:7: warning: variable 'ctrl_flag' set but not used [-Wunused-but-set-variable] int ctrl_flag = 0, u_uid = 0, u_gid = 0; ^ clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c oc.c -o oc.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c qap_decode.c -o qap_decode.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c qap_encode.c -o qap_encode.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c session.c -o session.o Rserv.c:3304:11: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] int rn, cmd; ^ Rserv.c:3460:8: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] int cmd; ^ clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c sha1.c -o sha1.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c standalone.c -o standalone.o Rserv.c:3907:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable] int unaligned=0; ^ clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c tls.c -o tls.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ulog.c -o ulog.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c utils.c -o utils.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c websockets.c -o websockets.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c winembed.c -o winembed.o clang -arch x86_64 -DSTANDALONE_RSERVE -DDAEMON -I. -Iinclude -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -I/opt/R/x86_64/include -falign-functions=64 -Wall -g -O2 -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/Library/Frameworks/R.framework/Resources/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 -L/opt/R/x86_64/lib -lssl -lcrypto -ldl -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation -lssl -lcrypto -ldl In file included from standalone.c:6: ./Rserv.c:2439:7: warning: variable 'ctrl_flag' set but not used [-Wunused-but-set-variable] int ctrl_flag = 0, u_uid = 0, u_gid = 0; ^ ./Rserv.c:3304:11: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] int rn, cmd; ^ ./Rserv.c:3460:8: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] int cmd; ^ ./Rserv.c:3907:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable] int unaligned=0; ^ 4 warnings generated. clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -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 -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation 4 warnings generated. clang -arch x86_64 -DSTANDALONE_RSERVE -DRSERV_DEBUG -DNODAEMON -I. -Iinclude -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -I/Library/Frameworks/R.framework/Resources/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 -L/opt/R/x86_64/lib -lssl -lcrypto -ldl -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation -lssl -lcrypto -ldl In file included from standalone.c:6: ./Rserv.c:2439:7: warning: variable 'ctrl_flag' set but not used [-Wunused-but-set-variable] int ctrl_flag = 0, u_uid = 0, u_gid = 0; ^ ./Rserv.c:3304:11: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] int rn, cmd; ^ ./Rserv.c:3460:8: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] int cmd; ^ ./Rserv.c:3907:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable] int unaligned=0; ^ standalone.c:37:9: warning: variable 'rs_silent' set but not used [-Wunused-but-set-variable] int rs_silent = 0; ^ 5 warnings generated. ./mergefat Rserve "/Library/Frameworks/R.framework/Resources/bin/Rserve" ./mergefat Rserve.dbg "/Library/Frameworks/R.framework/Resources/bin/Rserve.dbg" make -C proxy 'CC=clang -arch x86_64' 'CPPFLAGS=-I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread' CFLAGS='-falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread' 'LDFLAGS=-L/opt/R/x86_64/lib' 'LIBS=-lssl -lcrypto -ldl ' && cp -p proxy/forward . ln -sfn ../ulog.h ulog.h clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o http.o http.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o http_tools.o http_tools.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o server.o server.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o tls.o tls.c ln -sfn ../md5.h md5.h ln -sfn ../sha1.h sha1.h ln -sfn ../base64.c base64.c ln -sfn ../md5.c md5.c ln -sfn ../sha1.c sha1.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o base64.o base64.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o date.o date.c ln -sfn ../ulog.c ulog.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o chandler.o chandler.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o rscript.o rscript.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o forward.o forward.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o websockets.o websockets.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o md5.o md5.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o sha1.o sha1.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -I.. -DFORKED -I/opt/R/x86_64/include -DRSERVE_PKG -I. -Iinclude -I/opt/R/x86_64/include -I/opt/R/x86_64/include -D_THREAD_SAFE -pthread -c -o ulog.o ulog.c clang -arch x86_64 -falign-functions=64 -Wall -g -O2 -D_THREAD_SAFE -pthread -L/opt/R/x86_64/lib -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 /Volumes/Builds/packages/big-sur-x86_64/results/4.3/Rserve.Rcheck/00_pkg_src/Rserve/src/standalone.o: no symbols /Volumes/Builds/packages/big-sur-x86_64/results/4.3/Rserve.Rcheck/00_pkg_src/Rserve/src/winembed.o: no symbols installing via 'install.libs.R' to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/Rserve.Rcheck/00LOCK-Rserve/00new/Rserve generating debug symbols (dSYM) ** 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)