* installing *source* package ‘cpp11bigwig’ ...
** package ‘cpp11bigwig’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/cpp11bigwig/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -c cpp11.cpp -o cpp11.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -c cpp11bigwig.cpp -o cpp11bigwig.o
(cd libBigWig; make)
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/cpp11bigwig/src/libBigWig'
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
gcc -c -Wall -O3 -DNOCURL -fpic bwRead.c -o bwRead.o
gcc -c -Wall -O3 -DNOCURL -fpic bwStats.c -o bwStats.o
gcc -c -Wall -O3 -DNOCURL -fpic bwValues.c -o bwValues.o
gcc -c -Wall -O3 -DNOCURL -fpic bwWrite.c -o bwWrite.o
gcc -c -Wall -O3 -DNOCURL -fpic io.c -o io.o
ar rcs libBigWig.a bwRead.o bwStats.o bwValues.o bwWrite.o io.o
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/cpp11bigwig/src/libBigWig'
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o cpp11bigwig.so cpp11.o cpp11bigwig.o -L./libBigWig -lBigWig
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/cpp11bigwig/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/cpp11bigwig/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/cpp11bigwig/src'
installing to /data/gannet/ripley/R/packages/tests-devel/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)