* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘xxhashlite’ ...
** this is package ‘xxhashlite’ version ‘0.2.2’
** package ‘xxhashlite’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-7) 15.2.0’
make[1]: Entering directory '/tmp/Rtmpv29Ik1/R.INSTALL69d865bbfc179/xxhashlite/src'
gcc-15 -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-15 -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-15 -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-15 -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-15 -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-15 -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 '/tmp/Rtmpv29Ik1/R.INSTALL69d865bbfc179/xxhashlite/src'
make[1]: Entering directory '/tmp/Rtmpv29Ik1/R.INSTALL69d865bbfc179/xxhashlite/src'
make[1]: Leaving directory '/tmp/Rtmpv29Ik1/R.INSTALL69d865bbfc179/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
* DONE (xxhashlite)