* installing *source* package ‘glmtlp’ ... ** this is package ‘glmtlp’ version ‘2.0.2’ ** package ‘glmtlp’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 23.1.0-rc2’ make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang-trunk/glmtlp/src' /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c algo.cc -o algo.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c glmtlp_r_init.cc -o glmtlp_r_init.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c init.cc -o init.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c linreg_l0.cc -o linreg_l0.o linreg_l0.cc:80:10: error: no member named 'fill' in namespace 'std' 80 | std::fill(b_working, b_working + p, 0.0); | ^~~~ linreg_l0.cc:225:18: error: no member named 'fill' in namespace 'std' 225 | std::fill(is_working, is_working + p, 0); | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c linreg_l1.cc -o linreg_l1.o 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:195: linreg_l0.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c linreg_tlp.cc -o linreg_tlp.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c logistic_l0.cc -o logistic_l0.o logistic_l0.cc:83:10: error: no member named 'fill' in namespace 'std' 83 | std::fill(b_working, b_working + p, 0.0); | ^~~~ logistic_l0.cc:125:22: error: no member named 'fill' in namespace 'std' 125 | std::fill(dev + k + 1, dev + ns, NAN); | ^~~~ logistic_l0.cc:126:22: error: no member named 'fill' in namespace 'std' 126 | std::fill(b0 + k + 1, b0 + ns, NAN); | ^~~~ logistic_l0.cc:127:22: error: no member named 'fill' in namespace 'std' 127 | std::fill(b + k * p + p, b + ns * p, NAN); | ^~~~ logistic_l0.cc:235:18: error: no member named 'fill' in namespace 'std' 235 | std::fill(is_working, is_working + p, 0); | ^~~~ 5 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:195: logistic_l0.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c logistic_l1.cc -o logistic_l1.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c logistic_tlp.cc -o logistic_tlp.o make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/glmtlp/src' ERROR: compilation failed for package ‘glmtlp’ * removing ‘/data/localhost/ripley/R/packages/tests-clang-trunk/glmtlp.Rcheck/glmtlp’