* installing *source* package ‘cvLM’ ... ** this is package ‘cvLM’ version ‘2.0.0’ ** using staged installation ** libs specified C++17 using C++ compiler: ‘Debian clang version 21.1.8 (1+b1)’ using C++17 clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DARMA_DONT_USE_OPENMP -fpic -g -O3 -Wall -pedantic -c ClosedForm.cpp -o ClosedForm.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DARMA_DONT_USE_OPENMP -fpic -g -O3 -Wall -pedantic -c DataLoader.cpp -o DataLoader.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DARMA_DONT_USE_OPENMP -fpic -g -O3 -Wall -pedantic -c Grid-Generator.cpp -o Grid-Generator.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DARMA_DONT_USE_OPENMP -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DARMA_DONT_USE_OPENMP -fpic -g -O3 -Wall -pedantic -c Utils-Folds.cpp -o Utils-Folds.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DARMA_DONT_USE_OPENMP -fpic -g -O3 -Wall -pedantic -c main.cpp -o main.o In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: In file included from /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:41: /home/hornik/tmp/R-d-clang-21/include/R_ext/BLAS.h:325:5: error: conflicting types for 'zgemm_' 325 | F77_NAME(zgemm)(const char *transa, const char *transb, const BLAS_INT *m, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :313:1: note: expanded from here 313 | zgemm_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_blas.hpp:119:8: note: previous declaration is here 119 | void arma_fortran(arma_zgemm)(const char* transA, const char* transB, const blas_int* m, const blas_int* n, const blas_int* k, const blas_cxd* alpha, const blas_cxd* A, const blas_int* ldA, const blas_cxd* B, const blas_int* ldB, const blas_cxd* beta, blas_cxd* C, const blas_int* ldC, blas_len transA_len, blas_len transB_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :451:1: note: expanded from here 451 | zgemm_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: In file included from /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:41: /home/hornik/tmp/R-d-clang-21/include/R_ext/BLAS.h:332:5: error: conflicting types for 'zgemv_' 332 | F77_NAME(zgemv)(const char *trans, const BLAS_INT *m, const BLAS_INT *n, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :314:1: note: expanded from here 314 | zgemv_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_blas.hpp:114:8: note: previous declaration is here 114 | void arma_fortran(arma_zgemv)(const char* transA, const blas_int* m, const blas_int* n, const blas_cxd* alpha, const blas_cxd* A, const blas_int* ldA, const blas_cxd* x, const blas_int* incx, const blas_cxd* beta, blas_cxd* y, const blas_int* incy, blas_len transA_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :447:1: note: expanded from here 447 | zgemv_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: In file included from /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:41: /home/hornik/tmp/R-d-clang-21/include/R_ext/BLAS.h:375:5: error: conflicting types for 'zherk_' 375 | F77_NAME(zherk)(const char *uplo, const char *trans, const BLAS_INT *n, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :323:1: note: expanded from here 323 | zherk_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_blas.hpp:125:8: note: previous declaration is here 125 | void arma_fortran(arma_zherk)(const char* uplo, const char* transA, const blas_int* n, const blas_int* k, const double* alpha, const blas_cxd* A, const blas_int* ldA, const double* beta, blas_cxd* C, const blas_int* ldC, blas_len uplo_len, blas_len transA_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :455:1: note: expanded from here 455 | zherk_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:148:1: error: conflicting types for 'dgbcon_' 148 | F77_NAME(dgbcon)(const char* norm, const La_INT* n, const La_INT* kl, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :348:1: note: expanded from here 348 | dgbcon_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:874:8: note: previous declaration is here 874 | void arma_fortran(arma_dgbcon)(const char* norm, const blas_int* n, const blas_int* kl, const blas_int* ku, const double* ab, const blas_int* ldab, const blas_int* ipiv, const double* anorm, double* rcond, double* work, blas_int* iwork, blas_int* info, blas_len norm_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :18:1: note: expanded from here 18 | dgbcon_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:179:1: error: conflicting types for 'dgbsvx_' 179 | F77_NAME(dgbsvx)(const La_INT* fact, const char* trans, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :352:1: note: expanded from here 352 | dgbsvx_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:784:8: note: previous declaration is here 784 | void arma_fortran(arma_dgbsvx)(const char* fact, const char* trans, const blas_int* n, const blas_int* kl, const blas_int* ku, const blas_int* nrhs, double* ab, const blas_int* ldab, double* afb, const blas_int* ldafb, blas_int* ipiv, char* equed, double* r, double* c, double* b, const blas_int* ldb, double* x, const blas_int* ldx, double* rcond, double* ferr, double* berr, double* work, blas_int* iwork, blas_int* info, blas_len fact_len, blas_len trans_len, blas_len equed_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :569:1: note: expanded from here 569 | dgbsvx_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:410:1: error: conflicting types for 'dgetri_' 410 | F77_NAME(dgetri)(const La_INT* n, double* a, const La_INT* lda, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :386:1: note: expanded from here 386 | dgetri_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:604:8: note: previous declaration is here 604 | void arma_fortran(arma_dgetri)(const blas_int* n, double* a, const blas_int* lda, const blas_int* ipiv, double* work, const blas_int* lwork, blas_int* info) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :465:1: note: expanded from here 465 | dgetri_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:443:1: error: conflicting types for 'dgges_' 443 | F77_NAME(dgges)(const char* jobvsl, const char* jobvsr, const char* sort, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :390:1: note: expanded from here 390 | dgges_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:820:8: note: previous declaration is here 820 | void arma_fortran(arma_dgges)(const char* jobvsl, const char* jobvsr, const char* sort, fn_select_d3 selctg, const blas_int* n, double* a, const blas_int* lda, double* b, const blas_int* ldb, blas_int* sdim, double* alphar, double* alphai, double* beta, double* vsl, const blas_int* ldvsl, double* vsr, const blas_int* ldvsr, double* work, const blas_int* lwork, blas_int* bwork, blas_int* info, blas_len jobvsl_len, blas_len jobvsr_len, blas_len sort_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :589:1: note: expanded from here 589 | dgges_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:518:1: error: conflicting types for 'dgtsvx_' 518 | F77_NAME(dgtsvx)(const La_INT* fact, const char* trans, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :399:1: note: expanded from here 399 | dgtsvx_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:798:8: note: previous declaration is here 798 | void arma_fortran(arma_dgtsvx)(const char* fact, const char* trans, const blas_int* n, const blas_int* nrhs, const double* dl, const double* d, const double* du, double* dlf, double* df, double* duf, double* du2, blas_int* ipiv, const double* b, const blas_int* ldb, double* x, const blas_int* ldx, double* rcond, double* ferr, double* berr, double* work, blas_int* iwork, blas_int* info, blas_len fact_len, blas_len trans_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :577:1: note: expanded from here 577 | dgtsvx_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:843:1: error: conflicting types for 'dposvx_' 843 | F77_NAME(dposvx)(const La_INT* fact, const char* uplo, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :439:1: note: expanded from here 439 | dposvx_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:738:8: note: previous declaration is here 738 | void arma_fortran(arma_dposvx)(const char* fact, const char* uplo, const blas_int* n, const blas_int* nrhs, double* a, const blas_int* lda, double* af, const blas_int* ldaf, char* equed, double* s, double* b, const blas_int* ldb, double* x, const blas_int* ldx, double* rcond, double* ferr, double* berr, double* work, blas_int* iwork, blas_int* info, blas_len fact_len, blas_len uplo_len, blas_len equed_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :541:1: note: expanded from here 541 | dposvx_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:1581:1: error: conflicting types for 'dtrevc_' 1581 | F77_NAME(dtrevc)(const char* side, const char* howmny, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :52:1: note: expanded from here 52 | dtrevc_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:893:8: note: previous declaration is here 893 | void arma_fortran(arma_dtrevc)(const char* side, const char* howmny, blas_int* select, const blas_int* n, const double* t, const blas_int* ldt, double* vl, const blas_int* ldvl, double* vr, const blas_int* ldvr, const blas_int* mm, blas_int* m, double* work, blas_int* info, blas_len side_len, blas_len howmny_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :27:1: note: expanded from here 27 | dtrevc_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:2343:1: error: conflicting types for 'zgecon_' 2343 | F77_NAME(zgecon)(const char* norm, const La_INT *n, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :149:1: note: expanded from here 149 | zgecon_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:854:8: note: previous declaration is here 854 | void arma_fortran(arma_zgecon)(const char* norm, const blas_int* n, const blas_cxd* a, const blas_int* lda, const double* anorm, double* rcond, blas_cxd* work, double* rwork, blas_int* info, blas_len norm_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :8:1: note: expanded from here 8 | zgecon_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:2350:1: error: conflicting types for 'zgesv_' 2350 | F77_NAME(zgesv)(const La_INT *n, const La_INT *nrhs, La_complex *a, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :150:1: note: expanded from here 150 | zgesv_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:720:8: note: previous declaration is here 720 | void arma_fortran(arma_zgesv)(const blas_int* n, const blas_int* nrhs, blas_cxd* a, const blas_int* lda, blas_int* ipiv, blas_cxd* b, const blas_int* ldb, blas_int* info) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :531:1: note: expanded from here 531 | zgesv_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:2356:1: error: conflicting types for 'zgeqp3_' 2356 | F77_NAME(zgeqp3)(const La_INT *m, const La_INT *n, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :151:1: note: expanded from here 151 | zgeqp3_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:690:8: note: previous declaration is here 690 | void arma_fortran(arma_zgeqp3)(const blas_int* m, const blas_int* n, blas_cxd* a, const blas_int* lda, blas_int* jpvt, blas_cxd* tau, blas_cxd* work, const blas_int* lwork, double* rwork, blas_int* info) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :515:1: note: expanded from here 515 | zgeqp3_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:2373:1: error: conflicting types for 'ztrtrs_' 2373 | F77_NAME(ztrtrs)(const char* uplo, const char* trans, const char* diag, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :153:1: note: expanded from here 153 | ztrtrs_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:762:8: note: previous declaration is here 762 | void arma_fortran(arma_ztrtrs)(const char* uplo, const char* trans, const char* diag, const blas_int* n, const blas_int* nrhs, const blas_cxd* a, const blas_int* lda, blas_cxd* b, const blas_int* ldb, blas_int* info, blas_len uplo_len, blas_len trans_len, blas_len diag_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :555:1: note: expanded from here 555 | ztrtrs_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:2382:1: error: conflicting types for 'zgesvd_' 2382 | F77_NAME(zgesvd)(const char* jobu, const char* jobvt, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :154:1: note: expanded from here 154 | zgesvd_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:706:8: note: previous declaration is here 706 | void arma_fortran(arma_zgesvd)(const char* jobu, const char* jobvt, const blas_int* m, const blas_int* n, blas_cxd* a, const blas_int* lda, double* s, blas_cxd* u, const blas_int* ldu, blas_cxd* vt, const blas_int* ldvt, blas_cxd* work, const blas_int* lwork, double* rwork, blas_int* info, blas_len jobu_len, blas_len jobvt_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :523:1: note: expanded from here 523 | zgesvd_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:2393:1: error: conflicting types for 'zheev_' 2393 | F77_NAME(zheev)(const char* jobz, const char* uplo, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :155:1: note: expanded from here 155 | zheev_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:636:8: note: previous declaration is here 636 | void arma_fortran(arma_zheev)(const char* jobz, const char* uplo, const blas_int* n, blas_cxd* a, const blas_int* lda, double* w, blas_cxd* work, const blas_int* lwork, double* rwork, blas_int* info, blas_len jobz_len, blas_len uplo_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :483:1: note: expanded from here 483 | zheev_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:2401:1: error: conflicting types for 'zgeev_' 2401 | F77_NAME(zgeev)(const char* jobvl, const char* jobvr, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :156:1: note: expanded from here 156 | zgeev_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:620:8: note: previous declaration is here 620 | void arma_fortran(arma_zgeev)(const char* jobvl, const char* jobvr, const blas_int* n, blas_cxd* a, const blas_int* lda, blas_cxd* w, blas_cxd* vl, const blas_int* ldvl, blas_cxd* vr, const blas_int* ldvr, blas_cxd* work, const blas_int* lwork, double* rwork, blas_int* info, blas_len jobvl_len, blas_len jobvr_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :475:1: note: expanded from here 475 | zgeev_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:2425:1: error: conflicting types for 'zlansy_' 2425 | F77_NAME(zlansy)(const char* norm, const char* uplo, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :159:1: note: expanded from here 159 | zlansy_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:836:10: note: previous declaration is here 836 | double arma_fortran(arma_zlansy)(const char* norm, const char* uplo, const blas_int* n, const blas_cxd* a, const blas_int* lda, double* work, blas_len norm_len, blas_len uplo_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :599:1: note: expanded from here 599 | zlansy_ | ^ In file included from main.cpp:6: In file included from ./CV.h:9: In file included from ./CompleteOrthogonalDecomposition.h:4: /home/hornik/tmp/R-d-clang-21/include/R_ext/Lapack.h:2448:1: error: conflicting types for 'zpotrf_' 2448 | F77_NAME(zpotrf)(const char* uplo, const La_INT* n, | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:102:24: note: expanded from macro 'F77_NAME' 102 | #define F77_NAME(x) F77_CALL(x) | ^ /home/hornik/tmp/R-d-clang-21/include/R_ext/RS.h:98:22: note: expanded from macro 'F77_CALL' 98 | # define F77_CALL(x) x ## _ | ^ :162:1: note: expanded from here 162 | zpotrf_ | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/def_lapack.hpp:658:8: note: previous declaration is here 658 | void arma_fortran(arma_zpotrf)(const char* uplo, const blas_int* n, blas_cxd* a, const blas_int* lda, blas_int* info, blas_len uplo_len) ARMA_NOEXCEPT; | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:68:34: note: expanded from macro 'arma_fortran' 68 | #define arma_fortran(function) arma_fortran_sans_prefix_B(function) | ^ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include/current/armadillo_bits/compiler_setup.hpp:44:48: note: expanded from macro 'arma_fortran_sans_prefix_B' 44 | #define arma_fortran_sans_prefix_B(function) function##_ | ^ :495:1: note: expanded from here 495 | zpotrf_ | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make: *** [/home/hornik/tmp/R-d-clang-21/etc/Makeconf:201: main.o] Error 1 ERROR: compilation failed for package ‘cvLM’ * removing ‘/srv/hornik/tmp/CRAN_pretest/cvLM.Rcheck/cvLM’