* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘FastRWeb’ ...
** package ‘FastRWeb’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... clang-18
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-18 accepts -g... yes
checking for clang-18 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++-18 -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++-18 -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 '/tmp/Rtmp6zJllS/R.INSTALL17a67e2973194e/FastRWeb/src'
compiling Rcgi
make[2]: Entering directory '/tmp/Rtmp6zJllS/R.INSTALL17a67e2973194e/FastRWeb/src/Rcgi'
clang++-18 -std=gnu++17 -g -O3 -Wall -pedantic -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;
      |             ^
2 warnings generated.
clang++-18 -std=gnu++17 -g -O3 -Wall -pedantic -DHAVE_CONFIG_H -I.   -c -o Rcgi.o Rcgi.cc
clang++-18 -std=gnu++17 Rconnection.o Rcgi.o -o Rcgi -lcrypt  
make[2]: Leaving directory '/tmp/Rtmp6zJllS/R.INSTALL17a67e2973194e/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 '/tmp/Rtmp6zJllS/R.INSTALL17a67e2973194e/FastRWeb/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)