* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘RcppUUID’ ... ** package ‘RcppUUID’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.5 (1)’ using C++11 make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpfOutbJ/R.INSTALL2dcfb0d7462a3/RcppUUID/src' clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DRCPP_NO_MODULES -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -DR_NO_REMAP -c uuid_name.cpp -o uuid_name.o In file included from uuid_name.cpp:1: In file included from ./wrap.h:3: In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:65: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/algorithm:61: /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_algo.h:4219:14: error: no matching function for call to object of type 'boost::uuids::name_generator_sha1' 4219 | *__result = __unary_op(*__first); | ^~~~~~~~~~ uuid_name.cpp:54:8: note: in instantiation of function template specialization 'std::transform<Rcpp::internal::Proxy_Iterator<Rcpp::internal::string_proxy<16>>, __gnu_cxx::__normal_iterator<boost::uuids::uuid *, std::vector<boost::uuids::uuid>>, boost::uuids::name_generator_sha1>' requested here 54 | std::transform(x.begin(), x.end(), res.begin(), gen); | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/uuid/detail/basic_name_generator.hpp:44:29: note: candidate template ignored: could not match 'const Ch *' against 'Rcpp::internal::string_proxy<16>' 44 | template<class Ch> uuid operator()( Ch const* name ) const noexcept | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/uuid/detail/basic_name_generator.hpp:55:10: note: candidate template ignored: could not match 'basic_string' against 'Rcpp::internal::string_proxy' 55 | uuid operator()( std::basic_string<Ch, Traits, Alloc> const& name ) const noexcept | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/uuid/detail/basic_name_generator.hpp:65:10: note: candidate function not viable: requires 2 arguments, but 1 was provided 65 | uuid operator()( void const* buffer, std::size_t byte_count ) const noexcept | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [/home/hornik/tmp/R.check/r-devel-clang/Work/build/etc/Makeconf:202: uuid_name.o] Error 1 make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpfOutbJ/R.INSTALL2dcfb0d7462a3/RcppUUID/src' ERROR: compilation failed for package ‘RcppUUID’ * removing ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppUUID’