* installing *source* package ‘uqsa’ ...
** this is package ‘uqsa’ version ‘0.8.0’
** package ‘uqsa’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/uqsa/src'
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   `pkg-config --cflags gsl` -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 concise.c -o concise.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   `pkg-config --cflags gsl` -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 gillespie.c -o gillespie.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   `pkg-config --cflags gsl` -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 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   `pkg-config --cflags gsl` -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 lstrtod.c -o lstrtod.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   `pkg-config --cflags gsl` -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 match_pow.c -o match_pow.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   `pkg-config --cflags gsl` -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 odeiv2.c -o odeiv2.o
odeiv2.c: In function ‘r_gsl_odeiv2_outer_fi’:
odeiv2.c:1041:20: warning: ‘status’ may be used uninitialized [-Wmaybe-uninitialized]
 1041 |                 if (status!=GSL_SUCCESS){
      |                    ^
odeiv2.c:870:19: note: ‘status’ was declared here
  870 |         int i,j,k,status;
      |                   ^~~~~~
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 uqsa.so concise.o gillespie.o init.o lstrtod.o match_pow.o odeiv2.o -lgsl -lgslcblas -lm
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/uqsa/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/uqsa/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/uqsa/src'
installing to /data/localhost/ripley/R/packages/tests-devel/uqsa.Rcheck/00LOCK-uqsa/00new/uqsa/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (uqsa)