* installing *source* package ‘rego’ ... ** package ‘rego’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (GCC) 15.0.0 20241229 (experimental)’ using C++ compiler: ‘g++-15 (GCC) 15.0.0 20241229 (experimental)’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-gcc15/rego/src' gcc-15 -I"/data/gannet/ripley/R/gcc15/include" -DNDEBUG -I../inst/include/armadillo/include -I../inst/include/optim-master/header_only_version -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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++-15 -std=gnu++17 -I"/data/gannet/ripley/R/gcc15/include" -DNDEBUG -I../inst/include/armadillo/include -I../inst/include/optim-master/header_only_version -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 -DR_NO_REMAP -c rego.cpp -o rego.o In file included from ../inst/include/armadillo/include/armadillo:611, from rego.cpp:48: ../inst/include/armadillo/include/armadillo_bits/auxlib_meat.hpp: In static member function 'static bool arma::auxlib::solve_square_fast(arma::Mat&, arma::Mat&, const arma::Base&)': ../inst/include/armadillo/include/armadillo_bits/auxlib_meat.hpp:3388:34: warning: typedef 'eT' locally defined but not used [-Wunused-local-typedefs] 3388 | typedef typename T1::elem_type eT; | ^~ In file included from ../inst/include/armadillo/include/armadillo:617: ../inst/include/armadillo/include/armadillo_bits/Col_meat.hpp: In copy constructor 'arma::Col::fixed::fixed(const arma::Col::fixed&)': ../inst/include/armadillo/include/armadillo_bits/Col_meat.hpp:1127:63: error: 'const class arma::Col::fixed' has no member named 'mem_local' [-Wtemplate-body] 1127 | const eT* src = (use_extra) ? X.mem_local_extra : X.mem_local; | ^~~~~~~~~ ../inst/include/armadillo/include/armadillo_bits/Col_meat.hpp: In constructor 'arma::Col::fixed::fixed(const arma::fill::fill_class&)': ../inst/include/armadillo/include/armadillo_bits/Col_meat.hpp:1158:63: error: 'class arma::Col::fixed' has no member named 'eye' [-Wtemplate-body] 1158 | if(is_same_type::yes) (*this).eye(); | ^~~ ../inst/include/armadillo/include/armadillo_bits/Col_meat.hpp:1159:63: error: 'class arma::Col::fixed' has no member named 'randu' [-Wtemplate-body] 1159 | if(is_same_type::yes) (*this).randu(); | ^~~~~ ../inst/include/armadillo/include/armadillo_bits/Col_meat.hpp:1160:63: error: 'class arma::Col::fixed' has no member named 'randn' [-Wtemplate-body] 1160 | if(is_same_type::yes) (*this).randn(); | ^~~~~ ../inst/include/armadillo/include/armadillo_bits/Col_meat.hpp: In member function 'arma::Col& arma::Col::fixed::operator=(const arma::Col::fixed&)': ../inst/include/armadillo/include/armadillo_bits/Col_meat.hpp:1356:65: error: 'const class arma::Col::fixed' has no member named 'mem_local' [-Wtemplate-body] 1356 | const eT* src = (use_extra) ? X.mem_local_extra : X.mem_local; | ^~~~~~~~~ In file included from ../inst/include/armadillo/include/armadillo:618: ../inst/include/armadillo/include/armadillo_bits/Row_meat.hpp: In copy constructor 'arma::Row::fixed::fixed(const arma::Row::fixed&)': ../inst/include/armadillo/include/armadillo_bits/Row_meat.hpp:1127:63: error: 'const class arma::Row::fixed' has no member named 'mem_local' [-Wtemplate-body] 1127 | const eT* src = (use_extra) ? X.mem_local_extra : X.mem_local; | ^~~~~~~~~ ../inst/include/armadillo/include/armadillo_bits/Row_meat.hpp: In constructor 'arma::Row::fixed::fixed(const arma::fill::fill_class&)': ../inst/include/armadillo/include/armadillo_bits/Row_meat.hpp:1158:63: error: 'class arma::Row::fixed' has no member named 'eye' [-Wtemplate-body] 1158 | if(is_same_type::yes) (*this).eye(); | ^~~ ../inst/include/armadillo/include/armadillo_bits/Row_meat.hpp:1159:63: error: 'class arma::Row::fixed' has no member named 'randu' [-Wtemplate-body] 1159 | if(is_same_type::yes) (*this).randu(); | ^~~~~ ../inst/include/armadillo/include/armadillo_bits/Row_meat.hpp:1160:63: error: 'class arma::Row::fixed' has no member named 'randn' [-Wtemplate-body] 1160 | if(is_same_type::yes) (*this).randn(); | ^~~~~ ../inst/include/armadillo/include/armadillo_bits/Row_meat.hpp: In member function 'arma::Row& arma::Row::fixed::operator=(const arma::Row::fixed&)': ../inst/include/armadillo/include/armadillo_bits/Row_meat.hpp:1356:65: error: 'const class arma::Row::fixed' has no member named 'mem_local' [-Wtemplate-body] 1356 | const eT* src = (use_extra) ? X.mem_local_extra : X.mem_local; | ^~~~~~~~~ rego.cpp: In function 'str_out_uni_select model_univariate_selection(arma::mat*, double, double, bool, double)': rego.cpp:1102:14: warning: unused variable 'n_tot_mod_c' [-Wunused-variable] 1102 | double n_tot_mod_c=nvars*100; | ^~~~~~~~~~~ rego.cpp:1103:14: warning: unused variable 'C_c' [-Wunused-variable] 1103 | double C_c=0.01; | ^~~ rego.cpp:1109:14: warning: unused variable 'nc' [-Wunused-variable] 1109 | uli nr,nc,nvar_max; | ^~ rego.cpp:1111:12: warning: unused variable 'univariate' [-Wunused-variable] 1111 | bool univariate=1; | ^~~~~~~~~~ rego.cpp:1134:14: warning: unused variable 'log_FBF' [-Wunused-variable] 1134 | double log_FBF; | ^~~~~~~ make[2]: *** [/data/gannet/ripley/R/gcc15/etc/Makeconf:202: rego.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-gcc15/rego/src' ERROR: compilation failed for package ‘rego’ * removing ‘/data/gannet/ripley/R/packages/tests-strict/Libs/rego-lib/rego’ Command exited with non-zero status 1 Time 0:17.07, 14.40 + 1.06