* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘rmatio’ ... ** package ‘rmatio’ successfully unpacked and MD5 sums checked ** using staged installation checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking inttypes.h... yes checking stdlib.h... yes checking stdint.h... yes checking strings.h... yes checking string.h... yes checking sys/stat.h... yes checking sys/types.h... yes checking unistd.h... checking for zlib... yes checking size of char... 1 checking size of short... 2 checking size of double... 8 checking size of float... 4 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of size_t... 8 checking size of void *... 8 checking for mat_int8_t... int8_t checking for mat_int16_t... int16_t checking for mat_int32_t... int32_t checking for mat_int64_t... int64_t checking for mat_uint8_t... uint8_t checking for mat_uint16_t... uint16_t checking for mat_uint32_t... uint32_t checking for mat_uint64_t... uint64_t configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/matio/config.h config.status: src/matio/config.h is unchanged ** libs using C compiler: ‘Debian clang version 18.1.4 (1)’ make[1]: Entering directory '/tmp/RtmpBhG3Ul/R.INSTALL3cde0d73819f09/rmatio/src' clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matio/endian.c -o matio/endian.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matio/inflate.c -o matio/inflate.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matio/mat4.c -o matio/mat4.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matio/mat5.c -o matio/mat5.o matio/mat5.c:3436:61: warning: variable 'nmemb' set but not used [-Wunused-but-set-variable] 3436 | int array_flags_size = 8, pad4 = 0, nBytes, i, nmemb = 1; | ^ matio/mat5.c:3519:20: warning: variable 'nmemb' set but not used [-Wunused-but-set-variable] 3519 | int nBytes, i, nmemb = 1; | ^ matio/mat5.c:3667:16: warning: variable 'bytesread' set but not used [-Wunused-but-set-variable] 3667 | size_t bytesread = fread(tag,4,1,(FILE*)mat->fp); | ^ matio/mat5.c:3811:12: warning: variable 'bytesread' set but not used [-Wunused-but-set-variable] 3811 | size_t bytesread = 0; | ^ matio/mat5.c:6599:12: warning: variable 'bytesread' set but not used [-Wunused-but-set-variable] 6599 | size_t bytesread = 0; | ^ matio/mat5.c:6872:12: warning: variable 'bytesread' set but not used [-Wunused-but-set-variable] 6872 | size_t bytesread = 0; | ^ matio/mat5.c:7308:16: warning: variable 'byteswritten' set but not used [-Wunused-but-set-variable] 7308 | size_t byteswritten = 0; | ^ matio/mat5.c:8110:20: warning: variable 'bytesread' set but not used [-Wunused-but-set-variable] 8110 | size_t bytesread = 0; | ^ 8 warnings generated. clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matio/mat.c -o matio/mat.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matio/matvar_cell.c -o matio/matvar_cell.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matio/matvar_struct.c -o matio/matvar_struct.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matio/read_data.c -o matio/read_data.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c rmatio.c -o rmatio.o clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o rmatio.so matio/endian.o matio/inflate.o matio/mat4.o matio/mat5.o matio/mat.o matio/matvar_cell.o matio/matvar_struct.o matio/read_data.o rmatio.o -lz -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpBhG3Ul/R.INSTALL3cde0d73819f09/rmatio/src' make[1]: Entering directory '/tmp/RtmpBhG3Ul/R.INSTALL3cde0d73819f09/rmatio/src' make[1]: Leaving directory '/tmp/RtmpBhG3Ul/R.INSTALL3cde0d73819f09/rmatio/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-rmatio/00new/rmatio/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 ** 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 * creating tarball packaged installation of ‘rmatio’ as ‘rmatio_0.19.0_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (rmatio)