* 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: ‘clang version 23.1.1’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/uqsa/src'
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include `pkg-config --cflags gsl` -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c concise.c -o concise.o
concise.c:42:6: warning: variable 'ptr_e' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
42 | if (numeric(*ptr_u)) {
| ^~~~~~~~~~~~~~~
concise.c:45:9: note: uninitialized use occurs here
45 | while (ptr_e && *ptr_e && !numeric(*ptr_e)) ptr_e++;
| ^~~~~
concise.c:42:2: note: remove the 'if' if its condition is always true
42 | if (numeric(*ptr_u)) {
| ^~~~~~~~~~~~~~~~~~~~
concise.c:34:21: note: initialize the variable 'ptr_e' to silence this warning
34 | char *ptr_u, *ptr_e;
| ^
| = NULL
1 warning generated.
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include `pkg-config --cflags gsl` -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c gillespie.c -o gillespie.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include `pkg-config --cflags gsl` -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c init.c -o init.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include `pkg-config --cflags gsl` -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c lstrtod.c -o lstrtod.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include `pkg-config --cflags gsl` -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c match_pow.c -o match_pow.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include `pkg-config --cflags gsl` -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c odeiv2.c -o odeiv2.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -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-clang/uqsa/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/uqsa/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/uqsa/src'
installing to /data/localhost/ripley/R/packages/tests-clang/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)