* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* 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: ‘Debian clang version 22.1.8 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmph0DjB6/R.INSTALL252fed45505131/cpp11bigwig/src'
clang++-22 -std=gnu++20 -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/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c cpp11.cpp -o cpp11.o
clang++-22 -std=gnu++20 -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/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c cpp11bigwig.cpp -o cpp11bigwig.o
(cd libBigWig; make CC="clang-22 -std=gnu23" CFLAGS="-g -O3 -Wall -pedantic -fpic ")
make[2]: Entering directory '/home/hornik/tmp/scratch/Rtmph0DjB6/R.INSTALL252fed45505131/cpp11bigwig/src/libBigWig'
clang-22 -std=gnu23 -c -g -O3 -Wall -pedantic -fpic bwRead.c -o bwRead.o
clang-22 -std=gnu23 -c -g -O3 -Wall -pedantic -fpic bwStats.c -o bwStats.o
clang-22 -std=gnu23 -c -g -O3 -Wall -pedantic -fpic bwValues.c -o bwValues.o
clang-22 -std=gnu23 -c -g -O3 -Wall -pedantic -fpic bwWrite.c -o bwWrite.o
clang-22 -std=gnu23 -c -g -O3 -Wall -pedantic -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/x86_64-linux-gnu/curl/typecheck-gcc.h:190:13: 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/x86_64-linux-gnu/curl/typecheck-gcc.h:50:13: 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/x86_64-linux-gnu/curl/typecheck-gcc.h:50:13: 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 '/home/hornik/tmp/scratch/Rtmph0DjB6/R.INSTALL252fed45505131/cpp11bigwig/src/libBigWig'
clang++-22 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o cpp11bigwig.so cpp11.o cpp11bigwig.o -L./libBigWig -lBigWig -lcurl -lz -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmph0DjB6/R.INSTALL252fed45505131/cpp11bigwig/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmph0DjB6/R.INSTALL252fed45505131/cpp11bigwig/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmph0DjB6/R.INSTALL252fed45505131/cpp11bigwig/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)