* installing *source* package ‘ggip’ ... ** this is package ‘ggip’ version ‘0.3.2’ ** package ‘ggip’ 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/ggip/src' /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/ipaddress/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/ipaddress/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c address_to_pixel.cpp -o address_to_pixel.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/ipaddress/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c curves.cpp -o curves.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/ipaddress/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mapping.cpp -o mapping.o In file included from mapping.cpp:1: In file included from /data/localhost/ripley/R/test-clang/ipaddress/include/ipaddress.h:4: /data/localhost/ripley/R/test-clang/ipaddress/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 mapping.cpp:1: In file included from /data/localhost/ripley/R/test-clang/ipaddress/include/ipaddress.h:4: /data/localhost/ripley/R/test-clang/ipaddress/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 mapping.cpp:1: In file included from /data/localhost/ripley/R/test-clang/ipaddress/include/ipaddress.h:4: /data/localhost/ripley/R/test-clang/ipaddress/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 mapping.cpp:1: In file included from /data/localhost/ripley/R/test-clang/ipaddress/include/ipaddress.h:4: /data/localhost/ripley/R/test-clang/ipaddress/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)) | ^ /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/ipaddress/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c network_to_bbox.cpp -o network_to_bbox.o 4 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: mapping.o] Error 1 make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/ggip/src' ERROR: compilation failed for package ‘ggip’ * removing ‘/data/localhost/ripley/R/packages/tests-clang-trunk/ggip.Rcheck/ggip’