DEBUG: Executing shell function do_compile
NOTE: cmake --build TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build --target all --
[1/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/endpoint_definition.cpp.o
[2/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/credentials.cpp.o
[3/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_client_endpoint_impl.cpp.o
FAILED: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_client_endpoint_impl.cpp.o
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native/usr/bin/riscv64-yoe-linux/riscv64-yoe-linux-clang++ --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DVSOMEIP_INTERNAL_SUPPRESS_DEPRECATED -DVSOMEIP_VERSION=\"3.4.10\" -D_GTHREAD_USE_MUTEX_INIT_FUNC -D_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC -Dvsomeip3_EXPORTS -ITMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/interface -isystem TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/dlt -target riscv64-yoe-linux -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DVSOMEIP_BOOST_VERSION=108700 -DUSE_DLT -D_GLIBCXX_USE_NANOSLEEP -pthread -O -Wall -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wpedantic -g -O2 -g -DNDEBUG -std=gnu++17 -fPIC -MD -MT CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_client_endpoint_impl.cpp.o -MF CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_client_endpoint_impl.cpp.o.d -o CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_client_endpoint_impl.cpp.o -c TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_client_endpoint_impl.cpp
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_client_endpoint_impl.cpp:86:31: error: too many arguments to function call, expected 0, have 1
86 | connect_timer_.cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_client_endpoint_impl.cpp:149:21: error: no matching member function for call to 'post'
149 | strand_.post(
| ~~~~~~~~^~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:189:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
189 | void post(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_client_endpoint_impl.cpp:329:30: error: too many arguments to function call, expected 0, have 1; did you mean 'boost_swap_impl::to_string'?
329 | return remote_.address().to_string(ec) + ":"
| ^~~~~~~~~
| boost_swap_impl::to_string
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/c++/v1/string:4187:34: note: 'boost_swap_impl::to_string' declared here
4187 | _LIBCPP_EXPORTED_FROM_ABI string to_string(int __val);
| ^
3 errors generated.
[4/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/endpoint_impl.cpp.o
[5/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/client_endpoint_impl.cpp.o
FAILED: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/client_endpoint_impl.cpp.o
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native/usr/bin/riscv64-yoe-linux/riscv64-yoe-linux-clang++ --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DVSOMEIP_INTERNAL_SUPPRESS_DEPRECATED -DVSOMEIP_VERSION=\"3.4.10\" -D_GTHREAD_USE_MUTEX_INIT_FUNC -D_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC -Dvsomeip3_EXPORTS -ITMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/interface -isystem TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/dlt -target riscv64-yoe-linux -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DVSOMEIP_BOOST_VERSION=108700 -DUSE_DLT -D_GLIBCXX_USE_NANOSLEEP -pthread -O -Wall -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wpedantic -g -O2 -g -DNDEBUG -std=gnu++17 -fPIC -MD -MT CMakeFiles/vsomeip3.dir/implementation/endpoints/src/client_endpoint_impl.cpp.o -MF CMakeFiles/vsomeip3.dir/implementation/endpoints/src/client_endpoint_impl.cpp.o.d -o CMakeFiles/vsomeip3.dir/implementation/endpoints/src/client_endpoint_impl.cpp.o -c TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:130:31: error: too many arguments to function call, expected 0, have 1
130 | connect_timer_.cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:701:20: error: no member named 'expires_from_now' in 'boost::asio::basic_waitable_timer<std::chrono::steady_clock>'
701 | connect_timer_.expires_from_now(
| ~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:712:23: error: no member named 'expires_from_now' in 'boost::asio::basic_waitable_timer<std::chrono::steady_clock>'
712 | connecting_timer_.expires_from_now(
| ~~~~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:846:21: error: no member named 'expires_from_now' in 'boost::asio::basic_waitable_timer<std::chrono::steady_clock>'
846 | dispatch_timer_.expires_from_now(its_offset);
| ~~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:861:28: error: too many arguments to function call, expected 0, have 1
861 | dispatch_timer_.cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:135:13: error: no matching member function for call to 'dispatch'
135 | strand_.dispatch(std::bind(&client_endpoint_impl::shutdown_and_close_socket,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:873:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::local::stream_protocol>::stop' requested here
873 | template class client_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:452:29: error: no matching member function for call to 'dispatch'
452 | strand_.dispatch(std::bind(&client_endpoint_impl::send_queued,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:873:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::local::stream_protocol>::connect_cbk' requested here
873 | template class client_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:487:17: error: no matching member function for call to 'dispatch'
487 | strand_.dispatch(std::bind(&client_endpoint_impl::connect,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:873:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::local::stream_protocol>::wait_connect_cbk' requested here
873 | template class client_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:571:17: error: no matching member function for call to 'dispatch'
571 | strand_.dispatch(std::bind(&client_endpoint_impl::connect,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:873:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::local::stream_protocol>::send_cbk' requested here
873 | template class client_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:587:17: error: no matching member function for call to 'dispatch'
587 | strand_.dispatch(std::bind(&client_endpoint_impl::connect,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:807:21: error: no matching member function for call to 'dispatch'
807 | strand_.dispatch(std::bind(&client_endpoint_impl::send_queued,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:873:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::local::stream_protocol>::queue_train' requested here
873 | template class client_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:339:21: error: no matching member function for call to 'dispatch'
339 | strand_.dispatch(std::bind(&client_endpoint_impl::send_queued,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:873:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::local::stream_protocol>::send_segments' requested here
873 | template class client_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:135:13: error: no matching member function for call to 'dispatch'
135 | strand_.dispatch(std::bind(&client_endpoint_impl::shutdown_and_close_socket,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:875:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::ip::tcp>::stop' requested here
875 | template class client_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:452:29: error: no matching member function for call to 'dispatch'
452 | strand_.dispatch(std::bind(&client_endpoint_impl::send_queued,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:875:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::ip::tcp>::connect_cbk' requested here
875 | template class client_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:487:17: error: no matching member function for call to 'dispatch'
487 | strand_.dispatch(std::bind(&client_endpoint_impl::connect,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:875:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::ip::tcp>::wait_connect_cbk' requested here
875 | template class client_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:571:17: error: no matching member function for call to 'dispatch'
571 | strand_.dispatch(std::bind(&client_endpoint_impl::connect,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:875:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::ip::tcp>::send_cbk' requested here
875 | template class client_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:587:17: error: no matching member function for call to 'dispatch'
587 | strand_.dispatch(std::bind(&client_endpoint_impl::connect,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:807:21: error: no matching member function for call to 'dispatch'
807 | strand_.dispatch(std::bind(&client_endpoint_impl::send_queued,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:875:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::ip::tcp>::queue_train' requested here
875 | template class client_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:339:21: error: no matching member function for call to 'dispatch'
339 | strand_.dispatch(std::bind(&client_endpoint_impl::send_queued,
| ~~~~~~~~^~~~~~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/client_endpoint_impl.cpp:875:16: note: in instantiation of member function 'vsomeip_v3::client_endpoint_impl<boost::asio::ip::tcp>::send_segments' requested here
875 | template class client_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:168:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
168 | void dispatch(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[6/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/netlink_connector.cpp.o
FAILED: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/netlink_connector.cpp.o
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native/usr/bin/riscv64-yoe-linux/riscv64-yoe-linux-clang++ --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DVSOMEIP_INTERNAL_SUPPRESS_DEPRECATED -DVSOMEIP_VERSION=\"3.4.10\" -D_GTHREAD_USE_MUTEX_INIT_FUNC -D_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC -Dvsomeip3_EXPORTS -ITMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/interface -isystem TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/dlt -target riscv64-yoe-linux -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DVSOMEIP_BOOST_VERSION=108700 -DUSE_DLT -D_GLIBCXX_USE_NANOSLEEP -pthread -O -Wall -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wpedantic -g -O2 -g -DNDEBUG -std=gnu++17 -fPIC -MD -MT CMakeFiles/vsomeip3.dir/implementation/endpoints/src/netlink_connector.cpp.o -MF CMakeFiles/vsomeip3.dir/implementation/endpoints/src/netlink_connector.cpp.o.d -o CMakeFiles/vsomeip3.dir/implementation/endpoints/src/netlink_connector.cpp.o -c TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/netlink_connector.cpp
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/netlink_connector.cpp:377:101: error: no member named 'to_ulong' in 'boost::asio::ip::address_v4'
377 | const std::uint32_t sd_addr = static_cast<std::uint32_t>(multicast_address_.to_v4().to_ulong());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
1 error generated.
[7/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_client_endpoint_impl.cpp.o
FAILED: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_client_endpoint_impl.cpp.o
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native/usr/bin/riscv64-yoe-linux/riscv64-yoe-linux-clang++ --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DVSOMEIP_INTERNAL_SUPPRESS_DEPRECATED -DVSOMEIP_VERSION=\"3.4.10\" -D_GTHREAD_USE_MUTEX_INIT_FUNC -D_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC -Dvsomeip3_EXPORTS -ITMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/interface -isystem TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/dlt -target riscv64-yoe-linux -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DVSOMEIP_BOOST_VERSION=108700 -DUSE_DLT -D_GLIBCXX_USE_NANOSLEEP -pthread -O -Wall -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wpedantic -g -O2 -g -DNDEBUG -std=gnu++17 -fPIC -MD -MT CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_client_endpoint_impl.cpp.o -MF CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_client_endpoint_impl.cpp.o.d -o CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_client_endpoint_impl.cpp.o -c TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_uds_client_endpoint_impl.cpp
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_uds_client_endpoint_impl.cpp:80:31: error: too many arguments to function call, expected 0, have 1
80 | connect_timer_.cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_uds_client_endpoint_impl.cpp:155:21: error: no matching member function for call to 'post'
155 | strand_.post(
| ~~~~~~~~^~~~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/io_context_strand.hpp:189:8: note: candidate function template not viable: requires 2 arguments, but 1 was provided
189 | void post(Function&& f, const Allocator& a) const
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/server_endpoint_impl.cpp.o
FAILED: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/server_endpoint_impl.cpp.o
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native/usr/bin/riscv64-yoe-linux/riscv64-yoe-linux-clang++ --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DVSOMEIP_INTERNAL_SUPPRESS_DEPRECATED -DVSOMEIP_VERSION=\"3.4.10\" -D_GTHREAD_USE_MUTEX_INIT_FUNC -D_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC -Dvsomeip3_EXPORTS -ITMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/interface -isystem TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/dlt -target riscv64-yoe-linux -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DVSOMEIP_BOOST_VERSION=108700 -DUSE_DLT -D_GLIBCXX_USE_NANOSLEEP -pthread -O -Wall -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wpedantic -g -O2 -g -DNDEBUG -std=gnu++17 -fPIC -MD -MT CMakeFiles/vsomeip3.dir/implementation/endpoints/src/server_endpoint_impl.cpp.o -MF CMakeFiles/vsomeip3.dir/implementation/endpoints/src/server_endpoint_impl.cpp.o.d -o CMakeFiles/vsomeip3.dir/implementation/endpoints/src/server_endpoint_impl.cpp.o -c TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:64:47: error: too many arguments to function call, expected 0, have 1
64 | t->second.dispatch_timer_->cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:884:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::local::stream_protocol>::prepare_stop' requested here
884 | template class server_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:77:55: error: too many arguments to function call, expected 0, have 1
77 | t->second.dispatch_timer_->cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:98:46: error: no member named 'post' in 'boost::asio::io_context'
98 | endpoint_impl<Protocol>::io_.post([ptr, _handler, _service](){
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:647:46: error: no member named 'post' in 'boost::asio::io_context'
647 | endpoint_impl<Protocol>::io_.post([ptr, handler, its_stopped_service](){
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:618:65: note: while substituting into a lambda expression here
618 | auto check_if_all_msgs_for_stopped_service_are_sent = [&]() {
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:884:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::local::stream_protocol>::send_cbk' requested here
884 | template class server_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:669:46: error: no member named 'post' in 'boost::asio::io_context'
669 | endpoint_impl<Protocol>::io_.post([ptr, handler](){
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:655:47: note: while substituting into a lambda expression here
655 | auto check_if_all_queues_are_empty = [&](){
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:884:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::local::stream_protocol>::send_cbk' requested here
884 | template class server_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:687:33: error: too many arguments to function call, expected 0, have 1
687 | its_data.sent_timer_.cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:884:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::local::stream_protocol>::send_cbk' requested here
884 | template class server_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:852:31: error: no member named 'expires_from_now' in 'boost::asio::basic_waitable_timer<std::chrono::steady_clock>'
852 | its_data.dispatch_timer_->expires_from_now(its_offset);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:884:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::local::stream_protocol>::start_dispatch_timer' requested here
884 | template class server_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:868:41: error: too many arguments to function call, expected 0, have 1
868 | _it->second.dispatch_timer_->cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:884:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::local::stream_protocol>::cancel_dispatch_timer' requested here
884 | template class server_endpoint_impl<boost::asio::local::stream_protocol>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:64:47: error: too many arguments to function call, expected 0, have 1
64 | t->second.dispatch_timer_->cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:892:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::ip::tcp>::prepare_stop' requested here
892 | template class server_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:77:55: error: too many arguments to function call, expected 0, have 1
77 | t->second.dispatch_timer_->cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:98:46: error: no member named 'post' in 'boost::asio::io_context'
98 | endpoint_impl<Protocol>::io_.post([ptr, _handler, _service](){
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:647:46: error: no member named 'post' in 'boost::asio::io_context'
647 | endpoint_impl<Protocol>::io_.post([ptr, handler, its_stopped_service](){
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:618:65: note: while substituting into a lambda expression here
618 | auto check_if_all_msgs_for_stopped_service_are_sent = [&]() {
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:892:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::ip::tcp>::send_cbk' requested here
892 | template class server_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:669:46: error: no member named 'post' in 'boost::asio::io_context'
669 | endpoint_impl<Protocol>::io_.post([ptr, handler](){
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:655:47: note: while substituting into a lambda expression here
655 | auto check_if_all_queues_are_empty = [&](){
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:892:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::ip::tcp>::send_cbk' requested here
892 | template class server_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:687:33: error: too many arguments to function call, expected 0, have 1
687 | its_data.sent_timer_.cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:892:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::ip::tcp>::send_cbk' requested here
892 | template class server_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:852:31: error: no member named 'expires_from_now' in 'boost::asio::basic_waitable_timer<std::chrono::steady_clock>'
852 | its_data.dispatch_timer_->expires_from_now(its_offset);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:892:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::ip::tcp>::start_dispatch_timer' requested here
892 | template class server_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:868:41: error: too many arguments to function call, expected 0, have 1
868 | _it->second.dispatch_timer_->cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:892:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::ip::tcp>::cancel_dispatch_timer' requested here
892 | template class server_endpoint_impl<boost::asio::ip::tcp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:64:47: error: too many arguments to function call, expected 0, have 1
64 | t->second.dispatch_timer_->cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:893:16: note: in instantiation of member function 'vsomeip_v3::server_endpoint_impl<boost::asio::ip::udp>::prepare_stop' requested here
893 | template class server_endpoint_impl<boost::asio::ip::udp>;
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:77:55: error: too many arguments to function call, expected 0, have 1
77 | t->second.dispatch_timer_->cancel(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/basic_waitable_timer.hpp:407:15: note: 'cancel' declared here
407 | std::size_t cancel()
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/server_endpoint_impl.cpp:98:46: error: no member named 'post' in 'boost::asio::io_context'
98 | endpoint_impl<Protocol>::io_.post([ptr, _handler, _service](){
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[9/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/endpoint_manager_base.cpp.o
[10/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp.o
FAILED: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp.o
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native/usr/bin/riscv64-yoe-linux/riscv64-yoe-linux-clang++ --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DVSOMEIP_INTERNAL_SUPPRESS_DEPRECATED -DVSOMEIP_VERSION=\"3.4.10\" -D_GTHREAD_USE_MUTEX_INIT_FUNC -D_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC -Dvsomeip3_EXPORTS -ITMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/interface -isystem TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/dlt -target riscv64-yoe-linux -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DVSOMEIP_BOOST_VERSION=108700 -DUSE_DLT -D_GLIBCXX_USE_NANOSLEEP -pthread -O -Wall -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wpedantic -g -O2 -g -DNDEBUG -std=gnu++17 -fPIC -MD -MT CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp.o -MF CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp.o.d -o CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp.o -c TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp:58:48: error: no member named 'max_connections' in 'boost::asio::socket_base'
58 | acceptor_.listen(boost::asio::socket_base::max_connections, ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp:81:52: error: no member named 'max_connections' in 'boost::asio::socket_base'
81 | acceptor_.listen(boost::asio::socket_base::max_connections, ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp:652:70: error: no member named 'to_ulong' in 'boost::asio::ip::address_v4'
652 | = htonl(uint32_t(its_address.to_v4().to_ulong()));
| ~~~~~~~~~~~~~~~~~~~ ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/netinet/in.h:428:33: note: expanded from macro 'htonl'
428 | # define htonl(x) __bswap_32 (x)
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp:750:70: error: too many arguments to function call, expected 0, have 1
750 | its_local_path += its_local_endpoint.address().to_string(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/ip/impl/address.ipp:174:22: note: 'to_string' declared here
174 | std::string address::to_string() const
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp:764:72: error: too many arguments to function call, expected 0, have 1
764 | its_remote_path += its_remote_endpoint.address().to_string(ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/ip/impl/address.ipp:174:22: note: 'to_string' declared here
174 | std::string address::to_string() const
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp:846:43: error: too many arguments to function call, expected 0, have 1
846 | return _it->first.address().to_string(ec) + ":"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/ip/impl/address.ipp:174:22: note: 'to_string' declared here
174 | std::string address::to_string() const
| ^
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp:854:40: error: too many arguments to function call, expected 0, have 1
854 | return _remote.address().to_string(ec) + ":"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/boost/asio/ip/impl/address.ipp:174:22: note: 'to_string' declared here
174 | std::string address::to_string() const
| ^
7 errors generated.
[11/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_server_endpoint_impl.cpp.o
FAILED: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_server_endpoint_impl.cpp.o
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native/usr/bin/riscv64-yoe-linux/riscv64-yoe-linux-clang++ --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DVSOMEIP_INTERNAL_SUPPRESS_DEPRECATED -DVSOMEIP_VERSION=\"3.4.10\" -D_GTHREAD_USE_MUTEX_INIT_FUNC -D_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC -Dvsomeip3_EXPORTS -ITMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/interface -isystem TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/dlt -target riscv64-yoe-linux -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DVSOMEIP_BOOST_VERSION=108700 -DUSE_DLT -D_GLIBCXX_USE_NANOSLEEP -pthread -O -Wall -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wpedantic -g -O2 -g -DNDEBUG -std=gnu++17 -fPIC -MD -MT CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_server_endpoint_impl.cpp.o -MF CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_server_endpoint_impl.cpp.o.d -o CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_uds_server_endpoint_impl.cpp.o -c TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_uds_server_endpoint_impl.cpp
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/local_uds_server_endpoint_impl.cpp:63:48: error: no member named 'max_connections' in 'boost::asio::socket_base'
63 | acceptor_.listen(boost::asio::socket_base::max_connections, ec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^
1 error generated.
[12/141] Building CXX object CMakeFiles/vsomeip3.dir/implementation/endpoints/src/endpoint_manager_impl.cpp.o
FAILED: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/endpoint_manager_impl.cpp.o
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native/usr/bin/riscv64-yoe-linux/riscv64-yoe-linux-clang++ --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DVSOMEIP_INTERNAL_SUPPRESS_DEPRECATED -DVSOMEIP_VERSION=\"3.4.10\" -D_GTHREAD_USE_MUTEX_INIT_FUNC -D_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC -Dvsomeip3_EXPORTS -ITMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/interface -isystem TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/dlt -target riscv64-yoe-linux -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git=/usr/src/debug/vsomeip/3.4.10 -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build=/usr/src/debug/vsomeip/3.4.10 -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DVSOMEIP_BOOST_VERSION=108700 -DUSE_DLT -D_GLIBCXX_USE_NANOSLEEP -pthread -O -Wall -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wpedantic -g -O2 -g -DNDEBUG -std=gnu++17 -fPIC -MD -MT CMakeFiles/vsomeip3.dir/implementation/endpoints/src/endpoint_manager_impl.cpp.o -MF CMakeFiles/vsomeip3.dir/implementation/endpoints/src/endpoint_manager_impl.cpp.o.d -o CMakeFiles/vsomeip3.dir/implementation/endpoints/src/endpoint_manager_impl.cpp.o -c TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/endpoint_manager_impl.cpp
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/git/implementation/endpoints/src/endpoint_manager_impl.cpp:1139:60: error: too many arguments to function call, expected 0, have 1; did you mean 'boost_swap_impl::to_string'?
1139 | << its_endpoint_def->get_address().to_string(ec)
| ^~~~~~~~~
| boost_swap_impl::to_string
TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/recipe-sysroot/usr/include/c++/v1/string:4187:34: note: 'boost_swap_impl::to_string' declared here
4187 | _LIBCPP_EXPORTED_FROM_ABI string to_string(int __val);
| ^
1 error generated.
ninja: build stopped: subcommand failed.
WARNING: TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/temp/run.do_compile.2692610:155 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script):
#1: cmake_runcmake_build, TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/temp/run.do_compile.2692610, line 155
#2: cmake_do_compile, TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/temp/run.do_compile.2692610, line 149
#3: do_compile, TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/temp/run.do_compile.2692610, line 142
#4: main, TMPDIR/work/riscv64-yoe-linux/vsomeip/3.4.10/temp/run.do_compile.2692610, line 168