* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘xxhashlite’ ...
** package ‘xxhashlite’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjBhJc0/R.INSTALL13333316b3843a/xxhashlite/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c R-xxhash-file.c -o R-xxhash-file.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c R-xxhash-raw.c -o R-xxhash-raw.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c R-xxhash-serialize.c -o R-xxhash-serialize.o
R-xxhash-serialize.c: In function ‘xxhash_’:
R-xxhash-serialize.c:144:18: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
  144 |     hash_bytes = (void *)xxh3_128bits_hash_bytes;
      |                  ^
R-xxhash-serialize.c:149:18: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
  149 |     hash_bytes = (void *)xxh3_64bits_hash_bytes;
      |                  ^
R-xxhash-serialize.c:154:18: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
  154 |     hash_bytes = (void *)xxh32_hash_bytes;
      |                  ^
R-xxhash-serialize.c:159:18: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
  159 |     hash_bytes = (void *)xxh64_hash_bytes;
      |                  ^
R-xxhash-serialize.c:183:5: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
  183 |     (void (*)(R_outpstream_t, void *, int))hash_bytes,                 // Function for writing multiple bytes to buffer
      |     ^
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c R-xxhash-utils.c -o R-xxhash-utils.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o xxhashlite.so R-xxhash-file.o R-xxhash-raw.o R-xxhash-serialize.o R-xxhash-utils.o init.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjBhJc0/R.INSTALL13333316b3843a/xxhashlite/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjBhJc0/R.INSTALL13333316b3843a/xxhashlite/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjBhJc0/R.INSTALL13333316b3843a/xxhashlite/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-xxhashlite/00new/xxhashlite/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 ‘xxhashlite’ as ‘xxhashlite_0.2.2_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (xxhashlite)