* installing *source* package ‘cpp11bigwig’ ...
** this is package ‘cpp11bigwig’ version ‘0.3.1’
** package ‘cpp11bigwig’ successfully unpacked and MD5 sums checked
** using staged installation
* libcurl found: remote file access ENABLED
** libs
using C++ compiler: ‘clang version 22.1.8’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/cpp11bigwig/src'
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/cpp11/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 cpp11.cpp -o cpp11.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/cpp11/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 cpp11bigwig.cpp -o cpp11bigwig.o
(cd libBigWig; make CC="clang-22 -std=gnu23" CFLAGS="-O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -fpic  ")
make[2]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/cpp11bigwig/src/libBigWig'
clang-22 -std=gnu23 -c -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -fpic   bwRead.c -o bwRead.o
clang-22 -std=gnu23 -c -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -fpic   bwStats.c -o bwStats.o
clang-22 -std=gnu23 -c -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -fpic   bwValues.c -o bwValues.o
clang-22 -std=gnu23 -c -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -fpic   bwWrite.c -o bwWrite.o
clang-22 -std=gnu23 -c -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -fpic   io.c -o io.o
io.c:17:8: warning: call to 'Wcurl_easy_getinfo_err_curl_off_t' declared with 'warning' attribute: curl_easy_getinfo expects a pointer to curl_off_t [-Wattribute-warning]
   17 |     if(curl_easy_getinfo(URL->x.curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD_T, &size) != CURLE_OK) {
      |        ^
/usr/include/curl/typecheck-gcc.h:190:15: note: expanded from macro 'curl_easy_getinfo'
  190 |               Wcurl_easy_getinfo_err_curl_off_t();                      \
      |               ^
io.c:238:16: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning]
  238 |             if(curl_easy_setopt(URL->x.curl, CURLOPT_SSL_VERIFYPEER, 0) != CURLE_OK) {
      |                ^
/usr/include/curl/typecheck-gcc.h:50:15: note: expanded from macro 'curl_easy_setopt'
   50 |               Wcurl_easy_setopt_err_long();                             \
      |               ^
io.c:242:16: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning]
  242 |             if(curl_easy_setopt(URL->x.curl, CURLOPT_SSL_VERIFYHOST, 0) != CURLE_OK) {
      |                ^
/usr/include/curl/typecheck-gcc.h:50:15: note: expanded from macro 'curl_easy_setopt'
   50 |               Wcurl_easy_setopt_err_long();                             \
      |               ^
3 warnings generated.
ar rcs libBigWig.a bwRead.o bwStats.o bwValues.o bwWrite.o io.o
make[2]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/cpp11bigwig/src/libBigWig'
clang++-22 -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22me/lib -L/usr/local/clang22me/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o cpp11bigwig.so cpp11.o cpp11bigwig.o -L./libBigWig -lBigWig -lcurl -lz
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/cpp11bigwig/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/cpp11bigwig/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/cpp11bigwig/src'
installing to /data/localhost/ripley/R/packages/tests-clang/cpp11bigwig.Rcheck/00LOCK-cpp11bigwig/00new/cpp11bigwig/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cpp11bigwig)