* installing *source* package ‘RMariaDB’ ... ** this is package ‘RMariaDB’ version ‘1.3.4’ ** package ‘RMariaDB’ successfully unpacked and MD5 sums checked ** using staged installation Using mysql_config RMariaDB 1.2.0 will default to use mariadb_config. Set the RMARIADB_FORCE_MYSQLCONFIG environment variable to a nonempty value to force mysql_config. Found mysql_config cflags and libs! Using PKG_CFLAGS=-I/usr/include/mysql -I/usr/include/mysql/mysql Using PKG_LIBS=-L/usr/lib64/ -lmariadb Using PKG_PLOGR= ** 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/RMariaDB/src' g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 DbConnection.cpp -o DbConnection.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 pch.h:4, from DbConnection.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: DbConnection.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 DbResult.cpp -o DbResult.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 pch.h:4, from DbResult.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: DbResult.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 MariaBinding.cpp -o MariaBinding.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 pch.h:4, from MariaBinding.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: MariaBinding.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 MariaResult.cpp -o MariaResult.o g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 MariaResultImpl.cpp -o MariaResultImpl.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 pch.h:4, from MariaResult.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: MariaResult.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 pch.h:4, from MariaResultImpl.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: MariaResultImpl.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 MariaResultPrep.cpp -o MariaResultPrep.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 pch.h:4, from MariaResultPrep.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: MariaResultPrep.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 MariaResultSimple.cpp -o MariaResultSimple.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 pch.h:4, from MariaResultSimple.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: MariaResultSimple.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 MariaRow.cpp -o MariaRow.o g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 MariaTypes.cpp -o MariaTypes.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 pch.h:4, from MariaRow.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: MariaRow.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 pch.h:4, from MariaTypes.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: MariaTypes.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 MariaUtils.cpp -o MariaUtils.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 pch.h:4, from MariaUtils.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: MariaUtils.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 connection.cpp -o connection.o g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 cpp11.cpp -o cpp11.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 pch.h:4, from connection.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: connection.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 driver.cpp -o driver.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 pch.h:4, from driver.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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; | ~~~~~~~~~~^~~~~~~ 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 pch.h:4, from RMariaDB_types.h:1, from cpp11.cpp:4: /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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: driver.o] Error 1 make[1]: *** [/data/gannet/ripley/R/cxx20/etc/Makeconf:201: cpp11.o] Error 1 g++ -std=gnu++20 -I"/data/gannet/ripley/R/cxx20/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql -Ivendor -DBOOST_NO_AUTO_PTR -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/plogr/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 result.cpp -o result.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 pch.h:4, from result.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/bits/unique_ptr.h:43, from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:5, from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5, from pch.h: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: result.o] Error 1 make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-C++20/RMariaDB/src' ERROR: compilation failed for package ‘RMariaDB’ * removing ‘/data/gannet/ripley/R/packages/tests-C++20/RMariaDB.Rcheck/RMariaDB’