* installing *source* package ‘rgeolocate’ ... ** package ‘rgeolocate’ successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gcc option to accept ISO C99... none needed checking whether compiler accepts "-fms-extensions"... yes checking for C/C++ restrict keyword... __restrict checking how to run the C preprocessor... gcc -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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for boolean... no checking for open_memstream... yes checking for library containing getaddrinfo... none required checking for shm_open in -lrt... yes configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/config.h ** libs make[2]: Entering directory '/data/gannet/ripley/R/packages/tests/rgeolocate/src' /usr/bin/gcc -I"/data/gannet/ripley/R/R-patched/include" -DNDEBUG -I'/data/gannet/ripley/R/test-pat/Rcpp/include' -I/usr/local/include -fms-extensions -fpic -O2 -Wall -pedantic -mtune=native -c IP2Loc_DBInterface.c -o IP2Loc_DBInterface.o IP2Loc_DBInterface.c: In function ‘IP2Location_read32’: IP2Loc_DBInterface.c:268:10: warning: variable ‘temp’ set but not used [-Wunused-but-set-variable] 268 | size_t temp; | ^~~~ IP2Loc_DBInterface.c: In function ‘IP2Location_read8’: IP2Loc_DBInterface.c:290:10: warning: variable ‘temp’ set but not used [-Wunused-but-set-variable] 290 | size_t temp; | ^~~~ IP2Loc_DBInterface.c: In function ‘IP2Location_readStr’: IP2Loc_DBInterface.c:305:10: warning: variable ‘temp’ set but not used [-Wunused-but-set-variable] 305 | size_t temp; | ^~~~ IP2Loc_DBInterface.c: In function ‘IP2Location_readFloat’: IP2Loc_DBInterface.c:325:10: warning: variable ‘temp’ set but not used [-Wunused-but-set-variable] 325 | size_t temp; | ^~~~ /usr/bin/gcc -I"/data/gannet/ripley/R/R-patched/include" -DNDEBUG -I'/data/gannet/ripley/R/test-pat/Rcpp/include' -I/usr/local/include -fms-extensions -fpic -O2 -Wall -pedantic -mtune=native -c IP2Location.c -o IP2Location.o /usr/bin/g++ -std=gnu++14 -I"/data/gannet/ripley/R/R-patched/include" -DNDEBUG -I'/data/gannet/ripley/R/test-pat/Rcpp/include' -I/usr/local/include -fpic -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -c RcppExports.cpp -o RcppExports.o /usr/bin/g++ -std=gnu++14 -I"/data/gannet/ripley/R/R-patched/include" -DNDEBUG -I'/data/gannet/ripley/R/test-pat/Rcpp/include' -I/usr/local/include -fpic -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -c ip2.cpp -o ip2.o /usr/bin/g++ -std=gnu++14 -I"/data/gannet/ripley/R/R-patched/include" -DNDEBUG -I'/data/gannet/ripley/R/test-pat/Rcpp/include' -I/usr/local/include -fpic -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -c ip_to_df.cpp -o ip_to_df.o /usr/bin/g++ -std=gnu++14 -I"/data/gannet/ripley/R/R-patched/include" -DNDEBUG -I'/data/gannet/ripley/R/test-pat/Rcpp/include' -I/usr/local/include -fpic -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -c maxmind.cpp -o maxmind.o /usr/bin/gcc -I"/data/gannet/ripley/R/R-patched/include" -DNDEBUG -I'/data/gannet/ripley/R/test-pat/Rcpp/include' -I/usr/local/include -fms-extensions -fpic -O2 -Wall -pedantic -mtune=native -c maxminddb.c -o maxminddb.o /usr/bin/g++ -std=gnu++14 -I"/data/gannet/ripley/R/R-patched/include" -DNDEBUG -I'/data/gannet/ripley/R/test-pat/Rcpp/include' -I/usr/local/include -fpic -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -c rgeolocate.cpp -o rgeolocate.o /usr/bin/g++ -std=gnu++14 -shared -L/usr/local/lib64 -o rgeolocate.so IP2Loc_DBInterface.o IP2Location.o RcppExports.o ip2.o ip_to_df.o maxmind.o maxminddb.o rgeolocate.o -lrt make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests/rgeolocate/src' make[2]: Entering directory '/data/gannet/ripley/R/packages/tests/rgeolocate/src' make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests/rgeolocate/src' installing to /data/gannet/ripley/R/packages/tests/rgeolocate.Rcheck/00LOCK-rgeolocate/00new/rgeolocate/libs ** R ** 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 (rgeolocate)