* installing *source* package ‘ipaddress’ ... ** this is package ‘ipaddress’ version ‘1.0.3’ ** package ‘ipaddress’ 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/ipaddress/src' /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o In file included from RcppExports.cpp:4: In file included from ./../inst/include/ipaddress.h:4: ../inst/include/ipaddress/IpAddress.h:41:5: error: no member named 'copy' in namespace 'std'; did you mean 'bcopy'? 41 | std::copy(bytes.begin(), bytes.end(), more_bytes.begin()); | ^~~~~~~~~ | bcopy /usr/include/bits/strings_fortified.h:23:8: note: 'bcopy' declared here 23 | __NTH (bcopy (const void *__src, void *__dest, size_t __len)) | ^ In file included from RcppExports.cpp:4: In file included from ./../inst/include/ipaddress.h:4: ../inst/include/ipaddress/IpAddress.h:41:30: error: cannot initialize a parameter of type 'void *' with an rvalue of type 'const_iterator' (aka 'const unsigned char *') 41 | std::copy(bytes.begin(), bytes.end(), more_bytes.begin()); | ^~~~~~~~~~~ /usr/include/bits/strings_fortified.h:23:40: note: passing argument to parameter '__dest' here 23 | __NTH (bcopy (const void *__src, void *__dest, size_t __len)) | ^ In file included from RcppExports.cpp:4: In file included from ./../inst/include/ipaddress.h:4: ../inst/include/ipaddress/IpAddress.h:80:5: error: no member named 'copy' in namespace 'std'; did you mean 'bcopy'? 80 | std::copy(bytes.begin(), bytes.begin() + 4, less_bytes.begin()); | ^~~~~~~~~ | bcopy /usr/include/bits/strings_fortified.h:23:8: note: 'bcopy' declared here 23 | __NTH (bcopy (const void *__src, void *__dest, size_t __len)) | ^ In file included from RcppExports.cpp:4: In file included from ./../inst/include/ipaddress.h:4: ../inst/include/ipaddress/IpAddress.h:80:30: error: cannot initialize a parameter of type 'void *' with an rvalue of type 'const_iterator' (aka 'const unsigned char *') 80 | std::copy(bytes.begin(), bytes.begin() + 4, less_bytes.begin()); | ^~~~~~~~~~~~~~~~~ /usr/include/bits/strings_fortified.h:23:40: note: passing argument to parameter '__dest' here 23 | __NTH (bcopy (const void *__src, void *__dest, size_t __len)) | ^ 4 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: RcppExports.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c address_ranges.cpp -o address_ranges.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ip_address.cpp -o ip_address.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ip_network.cpp -o ip_network.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ip_to_binary.cpp -o ip_to_binary.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ip_to_bytes.cpp -o ip_to_bytes.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ip_to_hex.cpp -o ip_to_hex.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ip_to_hostname.cpp -o ip_to_hostname.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c masking.cpp -o masking.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c networks.cpp -o networks.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c operators.cpp -o operators.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c reserved.cpp -o reserved.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c reverse_pointer.cpp -o reverse_pointer.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c sample.cpp -o sample.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include/ -DASIO_STANDALONE -DASIO_NO_DEPRECATED -I'/data/localhost/ripley/R/test-clang/AsioHeaders/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c sequence.cpp -o sequence.o make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/ipaddress/src' ERROR: compilation failed for package ‘ipaddress’ * removing ‘/data/localhost/ripley/R/packages/tests-clang-trunk/ipaddress.Rcheck/ipaddress’