* installing *source* package ‘FastRWeb’ ... ** package ‘FastRWeb’ successfully unpacked and MD5 sums checked ** using staged installation R was not built as a library checking for gcc... /usr/local/clang18/bin/clang 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 /usr/local/clang18/bin/clang accepts -g... yes checking for /usr/local/clang18/bin/clang option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/local/clang18/bin/clang++ -std=gnu++17 accepts -g... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking how to run the C++ preprocessor... /usr/local/clang18/bin/clang++ -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... 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... -lcrypt checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes 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 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/FastRWeb/src' compiling Rcgi make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/FastRWeb/src/Rcgi' /usr/local/clang18/bin/clang++ -std=gnu++17 -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -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] 83 | Rsize_t plen=hp[0]>>8; | ^ Rconnection.cc:242:13: warning: variable 'plen' set but not used [-Wunused-but-set-variable] 242 | Rsize_t plen=hp[0]>>8; | ^ /usr/local/clang18/bin/clang++ -std=gnu++17 -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -DHAVE_CONFIG_H -I. -c -o Rcgi.o Rcgi.cc 2 warnings generated. /usr/local/clang18/bin/clang++ -std=gnu++17 Rconnection.o Rcgi.o -o Rcgi -lcrypt make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/FastRWeb/src/Rcgi' rm -rf ../inst/Rcgi cp -r Rcgi ../inst mkdir ../inst/cgi-bin touch null.so null.dll # to make R CMD SHLIB happy make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/FastRWeb/src' installing to /data/gannet/ripley/R/packages/tests-clang/FastRWeb.Rcheck/00LOCK-FastRWeb/00new/FastRWeb/libs ** 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)