* installing *source* package ‘FastRWeb’ ... ** package ‘FastRWeb’ successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... clang -arch arm64 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 we are using the GNU C compiler... yes checking whether clang -arch arm64 accepts -g... yes checking for clang -arch arm64 option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether clang++ -arch arm64 -std=gnu++17 accepts -g... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking how to run the C++ preprocessor... clang++ -arch arm64 -std=gnu++17 -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... 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 sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... no checking for memset... yes checking for mkdir... yes checking for rmdir... yes checking for select... yes checking for socket... yes checking for library containing crypt... none required checking crypt.h usability... no checking crypt.h presence... no checking for crypt.h... no checking for socklen_t... yes checking for connect... yes configure: creating ./config.status config.status: creating src/Rcgi/Makefile config.status: creating src/Rcgi/config.h ** libs compiling Rcgi clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -DHAVE_CONFIG_H -I. -c -o Rconnection.o Rconnection.cc Rconnection.cc:83:13: warning: variable 'plen' set but not used [-Wunused-but-set-variable] Rsize_t plen=hp[0]>>8; ^ Rconnection.cc:242:13: warning: variable 'plen' set but not used [-Wunused-but-set-variable] Rsize_t plen=hp[0]>>8; ^ 2 warnings generated. clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -DHAVE_CONFIG_H -I. -c -o Rcgi.o Rcgi.cc clang++ -arch arm64 -std=gnu++17 Rconnection.o Rcgi.o -o Rcgi rm -rf ../inst/Rcgi cp -r Rcgi ../inst mkdir ../inst/cgi-bin touch null.so null.dll # to make R CMD SHLIB happy installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/FastRWeb.Rcheck/00LOCK-FastRWeb/00new/FastRWeb/libs ** generating debug symbols (dSYM) error: cannot parse the debug map for '/Volumes/Builds/packages/big-sur-arm64/results/4.3/FastRWeb.Rcheck/00LOCK-FastRWeb/00new/FastRWeb/libs/null.so': The file was not recognized as a valid object file ** 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 (FastRWeb)