* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘CompQuadForm’ ...
** this is package ‘CompQuadForm’ version ‘1.4.4’
** package ‘CompQuadForm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 23.1.1 (1)’
using C++ compiler: ‘Debian clang version 23.1.1 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpK9FSI5/R.INSTALL1f56822112bf97/CompQuadForm/src'
clang++-23 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c imhof.cpp -o imhof.o
clang++-23 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c qfc.cpp -o qfc.o
qfc.cpp:72:68: warning: variable 'ndtsrt' set but not used [-Wunused-but-set-variable]
72 | extern double *lb; extern int *th; extern int r; extern BOOL ndtsrt;
| ^
qfc.cpp:229:26: warning: variable 'fail' set but not used [-Wunused-but-set-variable]
229 | extern BOOL ndtsrt,fail; extern int *th,*n; extern double *lb,*nc;
| ^
qfc.cpp:28:40: warning: variable 'ndtsrt' set but not used [-Wunused-but-set-global]
28 | static int count, r, lim; static BOOL ndtsrt, fail;
| ^
3 warnings generated.
clang-23 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c registerDynamicSymbol.c -o registerDynamicSymbol.o
clang++-23 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c ruben.cpp -o ruben.o
clang++-23 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o CompQuadForm.so imhof.o qfc.o registerDynamicSymbol.o ruben.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpK9FSI5/R.INSTALL1f56822112bf97/CompQuadForm/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpK9FSI5/R.INSTALL1f56822112bf97/CompQuadForm/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpK9FSI5/R.INSTALL1f56822112bf97/CompQuadForm/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-CompQuadForm/00new/CompQuadForm/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 (CompQuadForm)