* installing *source* package ‘cxreg’ ... ** this is package ‘cxreg’ version ‘1.0.2’ ** using staged installation ** libs using Fortran compiler: ‘Debian flang-new version 19.1.7 (3+b2)’ using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’ flang-new-19 -fpic -g -O2 -c cglassocd_noscale.f -o cglassocd_noscale.o flang-new-19 -fpic -g -O2 -c cglassocd_scaled.f -o cglassocd_scaled.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c classo_init.cpp -o classo_init.o classo_init.cpp:12:64: warning: '_Complex' is a C99 extension [-Wc99-extensions] 12 | static inline void Rcomplex_to_C99(const Rcomplex* src, double _Complex* dst, int n) { | ^ classo_init.cpp:19:49: warning: '_Complex' is a C99 extension [-Wc99-extensions] 19 | static inline void C99_to_Rcomplex(const double _Complex* src, Rcomplex* dst, int n) { | ^ classo_init.cpp:39:45: warning: '_Complex' is a C99 extension [-Wc99-extensions] 39 | void F77_NAME(cglassocd_noscale)(double _Complex* s, int* p, double* lambda, | ^ classo_init.cpp:40:16: warning: '_Complex' is a C99 extension [-Wc99-extensions] 40 | double _Complex* theta, double _Complex* w, | ^ classo_init.cpp:40:40: warning: '_Complex' is a C99 extension [-Wc99-extensions] 40 | double _Complex* theta, double _Complex* w, | ^ classo_init.cpp:41:16: warning: '_Complex' is a C99 extension [-Wc99-extensions] 41 | double _Complex* w0, int* w_init, | ^ classo_init.cpp:45:44: warning: '_Complex' is a C99 extension [-Wc99-extensions] 45 | void F77_NAME(cglassocd_scaled)(double _Complex* s, int* p, double* lambda, | ^ classo_init.cpp:46:16: warning: '_Complex' is a C99 extension [-Wc99-extensions] 46 | double _Complex* theta, double _Complex* w, | ^ classo_init.cpp:46:40: warning: '_Complex' is a C99 extension [-Wc99-extensions] 46 | double _Complex* theta, double _Complex* w, | ^ classo_init.cpp:47:16: warning: '_Complex' is a C99 extension [-Wc99-extensions] 47 | double _Complex* w0, int* w_init, | ^ classo_init.cpp:65:12: warning: '_Complex' is a C99 extension [-Wc99-extensions] 65 | double _Complex* s_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:65:36: warning: '_Complex' is a C99 extension [-Wc99-extensions] 65 | double _Complex* s_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:65:80: warning: '_Complex' is a C99 extension [-Wc99-extensions] 65 | double _Complex* s_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:66:12: warning: '_Complex' is a C99 extension [-Wc99-extensions] 66 | double _Complex* theta_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:66:40: warning: '_Complex' is a C99 extension [-Wc99-extensions] 66 | double _Complex* theta_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:66:84: warning: '_Complex' is a C99 extension [-Wc99-extensions] 66 | double _Complex* theta_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:67:12: warning: '_Complex' is a C99 extension [-Wc99-extensions] 67 | double _Complex* w_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:67:36: warning: '_Complex' is a C99 extension [-Wc99-extensions] 67 | double _Complex* w_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:67:80: warning: '_Complex' is a C99 extension [-Wc99-extensions] 67 | double _Complex* w_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:68:12: warning: '_Complex' is a C99 extension [-Wc99-extensions] 68 | double _Complex* w0_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:68:37: warning: '_Complex' is a C99 extension [-Wc99-extensions] 68 | double _Complex* w0_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:68:81: warning: '_Complex' is a C99 extension [-Wc99-extensions] 68 | double _Complex* w0_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:93:12: warning: '_Complex' is a C99 extension [-Wc99-extensions] 93 | double _Complex* s_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:93:36: warning: '_Complex' is a C99 extension [-Wc99-extensions] 93 | double _Complex* s_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:93:80: warning: '_Complex' is a C99 extension [-Wc99-extensions] 93 | double _Complex* s_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:94:12: warning: '_Complex' is a C99 extension [-Wc99-extensions] 94 | double _Complex* theta_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:94:40: warning: '_Complex' is a C99 extension [-Wc99-extensions] 94 | double _Complex* theta_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:94:84: warning: '_Complex' is a C99 extension [-Wc99-extensions] 94 | double _Complex* theta_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:95:12: warning: '_Complex' is a C99 extension [-Wc99-extensions] 95 | double _Complex* w_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:95:36: warning: '_Complex' is a C99 extension [-Wc99-extensions] 95 | double _Complex* w_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:95:80: warning: '_Complex' is a C99 extension [-Wc99-extensions] 95 | double _Complex* w_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:96:12: warning: '_Complex' is a C99 extension [-Wc99-extensions] 96 | double _Complex* w0_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:96:37: warning: '_Complex' is a C99 extension [-Wc99-extensions] 96 | double _Complex* w0_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ classo_init.cpp:96:81: warning: '_Complex' is a C99 extension [-Wc99-extensions] 96 | double _Complex* w0_c = (double _Complex*) R_alloc((size_t)n, sizeof(double _Complex)); | ^ 34 warnings generated. flang-new-19 -fpic -g -O2 -c classocd_cov.f -o classocd_cov.o flang-new-19 -fpic -g -O2 -c classocd_cov_noscale.f -o classocd_cov_noscale.o flang-new-19 -fpic -g -O2 -c classocd_warm.f -o classocd_warm.o flang-new-19 -fpic -g -O2 -c classocd_warm_screen.f -o classocd_warm_screen.o flang-new-19 -fpic -g -O2 -c soft_threshold.f -o soft_threshold.o flang-new-19 -fpic -g -O2 -c soft_threshold_cov.f -o soft_threshold_cov.o clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o cxreg.so cglassocd_noscale.o cglassocd_scaled.o classo_init.o classocd_cov.o classocd_cov_noscale.o classocd_warm.o classocd_warm_screen.o soft_threshold.o soft_threshold_cov.o -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/cxreg.Rcheck/00LOCK-cxreg/00new/cxreg/libs ** R ** data ** 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 (cxreg)