* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘bcv’ ...
** package ‘bcv’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.0 (rc4-1)’
make[1]: Entering directory '/tmp/RtmptfJDXs/R.INSTALL27e98f5adfc2bb/bcv/src'
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c bcv-matrix-private.c -o bcv-matrix-private.o
bcv-matrix-private.c:126:31: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  126 |     bcv_index_t idx, i, j, m, n, lda;
      |                               ^
bcv-matrix-private.c:315:26: warning: variable 'k2' set but not used [-Wunused-but-set-variable]
  315 |     bcv_index_t m, n, k, k2;
      |                          ^
2 warnings generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c bcv-partition.c -o bcv-partition.o
bcv-partition.c:76:30: warning: variable 'k' set but not used [-Wunused-but-set-variable]
   76 |     bcv_index_t i, m, mc, n, k, *sets;
      |                              ^
bcv-partition.c:142:30: warning: variable 'k' set but not used [-Wunused-but-set-variable]
  142 |     bcv_index_t size = 0, n, k;
      |                              ^
2 warnings generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c bcv-svd-gabriel-rep.c -o bcv-svd-gabriel-rep.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c bcv-svd-gabriel.c -o bcv-svd-gabriel.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c bcv-svd-impute.c -o bcv-svd-impute.o
bcv-svd-impute.c:262:23: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  262 |     bcv_index_t m, n, i, j, idx, incmu;
      |                       ^
1 warning generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c bcv-svd-wold-rep.c -o bcv-svd-wold-rep.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c bcv-svd-wold.c -o bcv-svd-wold.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c bcv-vector-private.c -o bcv-vector-private.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c bcv_init.c -o bcv_init.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c r-cv-svd-gabriel.c -o r-cv-svd-gabriel.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c r-cv-svd-wold.c -o r-cv-svd-wold.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -g -O3 -Wall -pedantic -fpic  -g -O3 -Wall -pedantic -c r-impute-svd.c -o r-impute-svd.o
r-impute-svd.c:86:26: warning: variable 'lda' set but not used [-Wunused-but-set-variable]
   86 |     bcv_index_t i, m, n, lda, result = 0;
      |                          ^
r-impute-svd.c:112:26: warning: variable 'lda' set but not used [-Wunused-but-set-variable]
  112 |     bcv_index_t i, m, n, lda;
      |                          ^
2 warnings generated.
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o bcv.so bcv-matrix-private.o bcv-partition.o bcv-svd-gabriel-rep.o bcv-svd-gabriel.o bcv-svd-impute.o bcv-svd-wold-rep.o bcv-svd-wold.o bcv-vector-private.o bcv_init.o r-cv-svd-gabriel.o r-cv-svd-wold.o r-impute-svd.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmptfJDXs/R.INSTALL27e98f5adfc2bb/bcv/src'
make[1]: Entering directory '/tmp/RtmptfJDXs/R.INSTALL27e98f5adfc2bb/bcv/src'
make[1]: Leaving directory '/tmp/RtmptfJDXs/R.INSTALL27e98f5adfc2bb/bcv/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-bcv/00new/bcv/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 (bcv)