* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* 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-16 (Debian 16.2.0-3) 16.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpfJaXu2/R.INSTALL1189ed710e7cd3/uqsa/src'
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 `pkg-config --cflags gsl` -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c concise.c -o concise.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 `pkg-config --cflags gsl` -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c gillespie.c -o gillespie.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 `pkg-config --cflags gsl` -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 `pkg-config --cflags gsl` -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c lstrtod.c -o lstrtod.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 `pkg-config --cflags gsl` -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c match_pow.c -o match_pow.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 `pkg-config --cflags gsl` -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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-16 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o uqsa.so concise.o gillespie.o init.o lstrtod.o match_pow.o odeiv2.o -lgsl -lgslcblas -lm -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpfJaXu2/R.INSTALL1189ed710e7cd3/uqsa/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpfJaXu2/R.INSTALL1189ed710e7cd3/uqsa/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpfJaXu2/R.INSTALL1189ed710e7cd3/uqsa/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)