* installing *source* package ‘RNetCDF’ ... ** package ‘RNetCDF’ successfully unpacked and MD5 sums checked ** using staged installation configure: Find compiler/linker variables from environment: checking CFLAGS... -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 checking CPPFLAGS... -isystem /usr/local/clang18/include -I/usr/local/clang/include checking LDFLAGS... -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 checking LIBS... configure: Select C compiler: checking C compiler from --with-mpicc... checking C compiler from R... /usr/local/clang18/bin/clang configure: Find compiler/linker variables from R: checking R_CFLAGS... -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 checking R_CPPFLAGS... -isystem /usr/local/clang18/include -I/usr/local/clang/include checking R_LDFLAGS... -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 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 the compiler supports GNU C... yes checking whether /usr/local/clang18/bin/clang accepts -g... yes checking for /usr/local/clang18/bin/clang option to enable C11 features... none needed checking for /usr/local/clang18/bin/clang options needed to detect all undeclared functions... none needed 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 whether _WIN32 is declared... no checking whether __APPLE__ is declared... no configure: Operating system is Unix-alike checking for nc-config... yes configure: Check compiler/linker variables from nc-config: checking NC_CC... gcc checking NC_CC matches selected C compiler... no ... specify --with-mpicc if needed checking nc-config --cflags... -I/usr/include -I/usr/include/hdf -DH5_USE_110_API checking nc-config --libs ... -L/usr/lib64 -lnetcdf configure: Check compiler type sizes and language features checking size of int... 4 checking size of long long... 8 checking size of size_t... 8 checking for C/C++ restrict keyword... __restrict__ configure: Check NetCDF features: checking for netcdf.h... yes checking for library containing nc_open... none required checking for nc_rename_grp... yes checking for nc_get_var_chunk_cache... yes checking for nc_inq_var_szip... yes checking for nc_inq_var_endian... yes checking for nc_def_var_filter... yes checking for nc_inq_var_filter_ids... yes checking for nc_inq_var_filter_info... yes checking for nc_reclaim_data... no checking for netcdf_filter.h... yes checking whether NC_64BIT_DATA is declared... yes checking whether NC_FORMAT_64BIT_DATA is declared... yes checking whether NC_DISKLESS is declared... yes checking whether NC_PERSIST is declared... yes configure: Check for parallel NetCDF features: checking for mpi.h... no checking for MPI_Init... no configure: WARNING: MPI not available. Specify --with-mpicc if needed. configure: WARNING: NetCDF parallel I/O requires MPI configure: Check for udunits2 features: checking for library containing XML_ErrorString... -lexpat checking for library containing ut_read_xml... -ludunits2 checking for ut_offset_by_time... yes checking for ut_decode_time... yes checking for ut_encode_time... yes checking for udunits2.h... no checking for udunits2/udunits2.h... yes configure: Final compiler and linker variables for make: CC=/usr/local/clang18/bin/clang PKG_CFLAGS=-I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 PKG_CPPFLAGS=-isystem /usr/local/clang18/include -I/usr/local/clang/include PKG_LDFLAGS=-L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 LIBS=-ludunits2 -lexpat -L/usr/lib64 -lnetcdf configure: creating ./config.status config.status: creating src/Makefile.common config.status: creating R/config.R ** libs make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RNetCDF/src' WINDOWS="FALSE" \ MAKE="make" \ R_HOME="/data/gannet/ripley/R/R-clang" \ R_ARCH="" \ /bin/sh ../tools/make-recursive.sh make -f /data/gannet/ripley/R/R-clang/etc//Makeconf -f /data/gannet/ripley/R/R-clang/share/make/shlib.mk -f Makefile.common OBJECTS= attribute.o common.o convert.o dataset.o dimension.o group.o init.o type.o udunits.o variable.o SHLIB=RNetCDF$(SHLIB_EXT) RNetCDF_all make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RNetCDF/src' /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c attribute.c -o attribute.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c common.c -o common.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c convert.c -o convert.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c dataset.c -o dataset.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c dimension.c -o dimension.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c group.c -o group.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c init.c -o init.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c type.c -o type.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c udunits.c -o udunits.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DPACKAGE_NAME=\"RNetCDF\" -DPACKAGE_TARNAME=\"rnetcdf\" -DPACKAGE_VERSION=\"2.9-2\" -DPACKAGE_STRING=\"RNetCDF\ 2.9-2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DECL__WIN32=0 -DHAVE_DECL___APPLE__=0 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_SIZE_T=8 -Drestrict=__restrict__ -DHAVE_NETCDF_H=1 -DHAVE_NC_RENAME_GRP=1 -DHAVE_NC_GET_VAR_CHUNK_CACHE=1 -DHAVE_NC_INQ_VAR_SZIP=1 -DHAVE_NC_INQ_VAR_ENDIAN=1 -DHAVE_NC_DEF_VAR_FILTER=1 -DHAVE_NC_INQ_VAR_FILTER_IDS=1 -DHAVE_NC_INQ_VAR_FILTER_INFO=1 -DHAVE_NETCDF_FILTER_H=1 -DHAVE_DECL_NC_64BIT_DATA=1 -DHAVE_DECL_NC_FORMAT_64BIT_DATA=1 -DHAVE_DECL_NC_DISKLESS=1 -DHAVE_DECL_NC_PERSIST=1 -DHAVE_UDUNITS2_UDUNITS2_H=1 -DHAVE_LIBUDUNITS2=1 -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DH5_USE_110_API -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c variable.c -o variable.o /usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o RNetCDF.so attribute.o common.o convert.o dataset.o dimension.o group.o init.o type.o udunits.o variable.o -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -ludunits2 -lexpat -L/usr/lib64 -lnetcdf make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/RNetCDF/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/RNetCDF/src' installing to /data/gannet/ripley/R/packages/tests-clang/RNetCDF.Rcheck/00LOCK-RNetCDF/00new/RNetCDF/libs ** R ** demo ** 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 (RNetCDF)