* 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 (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/xxhashlite/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c R-xxhash-file.c -o R-xxhash-file.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c R-xxhash-raw.c -o R-xxhash-raw.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -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 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c R-xxhash-utils.c -o R-xxhash-utils.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c init.c -o init.o
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o xxhashlite.so R-xxhash-file.o R-xxhash-raw.o R-xxhash-serialize.o R-xxhash-utils.o init.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/xxhashlite/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/xxhashlite/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/xxhashlite/src'
installing to /data/gannet/ripley/R/packages/tests-devel/xxhashlite.Rcheck/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)