* installing *source* package ‘bindrcpp’ ... ** this is package ‘bindrcpp’ version ‘0.2.3’ ** package ‘bindrcpp’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-C++20/bindrcpp/src' g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I../inst/include -I. -I'/data/gannet/ripley/R/test-dev/plogr/include' -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 -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I../inst/include -I. -I'/data/gannet/ripley/R/test-dev/plogr/include' -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 -c create.cpp -o create.o g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I../inst/include -I. -I'/data/gannet/ripley/R/test-dev/plogr/include' -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 -c plogr.cpp -o plogr.o g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I../inst/include -I. -I'/data/gannet/ripley/R/test-dev/plogr/include' -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 -c test.cpp -o test.o In file included from /data/gannet/ripley/R/test-dev/plogr/include/plog/Log.h:7, from /data/gannet/ripley/R/test-dev/plogr/include/plogr.h:4, from plogr.cpp:1: /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h: In instantiation of ‘plog::Record& plog::Record::operator<<(const T&) [with T = wchar_t [2]]’: /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:30:22: required from here 30 | *this << str; | ^~~ /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:37:23: error: use of deleted function ‘std::basic_ostream& std::operator<<(basic_ostream&, const wchar_t*) [with _Traits = char_traits]’ 37 | m_message << data; | ~~~~~~~~~~^~~~~~~ In file included from /usr/include/c++/15/ostream:42, from /usr/include/c++/15/istream:43, from /usr/include/c++/15/sstream:42, from /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:2: /usr/include/c++/15/bits/ostream.h:761:5: note: declared here 761 | operator<<(basic_ostream&, const wchar_t*) = delete; | ^~~~~~~~ /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:37:23: note: use ‘-fdiagnostics-all-candidates’ to display considered candidates 37 | m_message << data; | ~~~~~~~~~~^~~~~~~ make[1]: *** [/data/gannet/ripley/R/cxx20/etc/Makeconf:201: plogr.o] Error 1 In file included from /data/gannet/ripley/R/test-dev/plogr/include/plog/Log.h:7, from /data/gannet/ripley/R/test-dev/plogr/include/plogr.h:4, from test.cpp:5: /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h: In instantiation of ‘plog::Record& plog::Record::operator<<(const T&) [with T = wchar_t [2]]’: /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:30:22: required from here 30 | *this << str; | ^~~ /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:37:23: error: use of deleted function ‘std::basic_ostream& std::operator<<(basic_ostream&, const wchar_t*) [with _Traits = char_traits]’ 37 | m_message << data; | ~~~~~~~~~~^~~~~~~ In file included from /usr/include/c++/15/ostream:42, from /usr/include/c++/15/iostream:43, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:54, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from test.cpp:1: /usr/include/c++/15/bits/ostream.h:761:5: note: declared here 761 | operator<<(basic_ostream&, const wchar_t*) = delete; | ^~~~~~~~ /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:37:23: note: use ‘-fdiagnostics-all-candidates’ to display considered candidates 37 | m_message << data; | ~~~~~~~~~~^~~~~~~ make[1]: *** [/data/gannet/ripley/R/cxx20/etc/Makeconf:201: test.o] Error 1 In file included from /data/gannet/ripley/R/test-dev/plogr/include/plog/Log.h:7, from /data/gannet/ripley/R/test-dev/plogr/include/plogr.h:4, from create.cpp:5: /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h: In instantiation of ‘plog::Record& plog::Record::operator<<(const T&) [with T = wchar_t [2]]’: /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:30:22: required from here 30 | *this << str; | ^~~ /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:37:23: error: use of deleted function ‘std::basic_ostream& std::operator<<(basic_ostream&, const wchar_t*) [with _Traits = char_traits]’ 37 | m_message << data; | ~~~~~~~~~~^~~~~~~ In file included from /usr/include/c++/15/ostream:42, from /usr/include/c++/15/iostream:43, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:54, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from create.cpp:1: /usr/include/c++/15/bits/ostream.h:761:5: note: declared here 761 | operator<<(basic_ostream&, const wchar_t*) = delete; | ^~~~~~~~ /data/gannet/ripley/R/test-dev/plogr/include/plog/Record.h:37:23: note: use ‘-fdiagnostics-all-candidates’ to display considered candidates 37 | m_message << data; | ~~~~~~~~~~^~~~~~~ make[1]: *** [/data/gannet/ripley/R/cxx20/etc/Makeconf:201: create.o] Error 1 make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-C++20/bindrcpp/src' ERROR: compilation failed for package ‘bindrcpp’ * removing ‘/data/gannet/ripley/R/packages/tests-C++20/bindrcpp.Rcheck/bindrcpp’