* installing *source* package ‘GIGrvg’ ...
** this is package ‘GIGrvg’ version ‘0.8’
** package ‘GIGrvg’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/GIGrvg/src'
gcc -I"/data/localhost/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 GIGrvg.c -o GIGrvg.o
GIGrvg.c: In function ‘_rgig_ROU_noshift’:
GIGrvg.c:339:7: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=]
339 | int count = 0; /* counter for total number of iterations */
| ^~~~~
GIGrvg.c: In function ‘_rgig_newapproach1’:
GIGrvg.c:418:7: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=]
418 | int count = 0; /* counter for total number of iterations */
| ^~~~~
GIGrvg.c: In function ‘_rgig_ROU_shift_alt’:
GIGrvg.c:534:7: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=]
534 | int count = 0; /* counter for total number of iterations */
| ^~~~~
gcc -I"/data/localhost/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 GIGrvg_init.c -o GIGrvg_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 GIGrvg.so GIGrvg.o GIGrvg_init.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/GIGrvg/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/GIGrvg/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/GIGrvg/src'
installing to /data/localhost/ripley/R/packages/tests-devel/GIGrvg.Rcheck/00LOCK-GIGrvg/00new/GIGrvg/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
* DONE (GIGrvg)