* installing *source* package ‘LiblineaR’ ...
** this is package ‘LiblineaR’ version ‘2.10-24’
** package ‘LiblineaR’ 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)’
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/LiblineaR/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 init.c -o init.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c linear.cpp -o linear.o
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 predictLinear.c -o predictLinear.o
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 trainLinear.c -o trainLinear.o
trainLinear.c: In function ‘do_cross_validation’:
trainLinear.c:143:66: warning: variable ‘sumvy’ set but not used [-Wunused-but-set-variable=]
  143 |                 double sumv = 0, sumy = 0, sumvv = 0, sumyy = 0, sumvy = 0;
      |                                                                  ^~~~~
trainLinear.c:143:55: warning: variable ‘sumyy’ set but not used [-Wunused-but-set-variable=]
  143 |                 double sumv = 0, sumy = 0, sumvv = 0, sumyy = 0, sumvy = 0;
      |                                                       ^~~~~
trainLinear.c:143:44: warning: variable ‘sumvv’ set but not used [-Wunused-but-set-variable=]
  143 |                 double sumv = 0, sumy = 0, sumvv = 0, sumyy = 0, sumvy = 0;
      |                                            ^~~~~
trainLinear.c:143:34: warning: variable ‘sumy’ set but not used [-Wunused-but-set-variable=]
  143 |                 double sumv = 0, sumy = 0, sumvv = 0, sumyy = 0, sumvy = 0;
      |                                  ^~~~
trainLinear.c:143:24: warning: variable ‘sumv’ set but not used [-Wunused-but-set-variable=]
  143 |                 double sumv = 0, sumy = 0, sumvv = 0, sumyy = 0, sumvy = 0;
      |                        ^~~~
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c tron.cpp -o tron.o
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o LiblineaR.so init.o linear.o predictLinear.o trainLinear.o tron.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/LiblineaR/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/LiblineaR/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/LiblineaR/src'
installing to /data/localhost/ripley/R/packages/tests-devel/LiblineaR.Rcheck/00LOCK-LiblineaR/00new/LiblineaR/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 (LiblineaR)