downloading reverse dependencies ... downloading adea_1.5.2.tar.gz ... ok downloading Benchmarking_0.33.tar.gz ... ok downloading boostingDEA_0.1.0.tar.gz ... ok downloading detectseparation_0.3.tar.gz ... ok downloading DIconvex_1.0.0.tar.gz ... ok downloading DJL_3.9.tar.gz ... ok downloading eat_0.1.4.tar.gz ... ok downloading editrules_2.9.5.tar.gz ... ok downloading ergm_4.8.1.tar.gz ... ok downloading errorlocate_1.1.1.tar.gz ... ok downloading GameTheory_2.7.1.tar.gz ... ok downloading GameTheoryAllocation_1.0.tar.gz ... ok downloading highOrderPortfolios_0.1.1.tar.gz ... ok downloading HonestDiD_0.2.6.tar.gz ... ok downloading hyperbolicDEA_1.0.2.tar.gz ... ok downloading MSCMT_1.4.0.tar.gz ... ok downloading MultiplierDEA_0.1.19.tar.gz ... ok downloading oppr_1.0.4.tar.gz ... ok downloading optimLanduse_1.2.1.tar.gz ... ok downloading pioneeR_0.5.0.tar.gz ... ok downloading productivity_1.1.0.tar.gz ... ok downloading ProjectManagement_2.0.2.tar.gz ... ok downloading Rata_0.0.2.tar.gz ... ok downloading ROI.plugin.lpsolve_1.0-2.tar.gz ... ok downloading Rtropical_1.2.1.tar.gz ... ok downloading TML_2.3.0.tar.gz ... ok downloading validatetools_0.5.2.tar.gz ... ok downloading vrnmf_1.0.2.tar.gz ... ok downloading xxIRT_2.1.2.tar.gz ... ok downloading ivmte_1.4.0.tar.gz ... ok installing dependencies ‘Benchmarking’, ‘bsicons’, ‘cmaes’, ‘cplexAPI’, ‘deaR’, ‘ergm.count’, ‘fitHeavyTail’, ‘ggparty’, ‘glpkAPI’, ‘gurobi’, ‘kappalab’, ‘LowRankQP’, ‘lpSolveAPI’, ‘lpsymphony’, ‘lsei’, ‘NMOF’, ‘ompr’, ‘ompr.roi’, ‘Rirt’, ‘Rmalschains’, ‘ROI.plugin.alabama’, ‘ROI.plugin.ecos’, ‘ROI.plugin.lpsolve’, ‘ROI.plugin.neos’, ‘ROI.plugin.symphony’, ‘soma’, ‘Synth’, ‘TUvalues’ Warning: packages ‘gurobi’, ‘cplexAPI’ are not available for this version of R Versions of these packages for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Installing-packages also installing the dependencies ‘ore’, ‘xmlrpc2’, ‘ghyp’, ‘reportr’, ‘listcomp’ begin installing package ‘ore’ begin installing package ‘xmlrpc2’ begin installing package ‘listcomp’ begin installing package ‘ghyp’ begin installing package ‘ROI.plugin.symphony’ begin installing package ‘ROI.plugin.ecos’ begin installing package ‘ROI.plugin.alabama’ begin installing package ‘ggparty’ begin installing package ‘lpSolveAPI’ begin installing package ‘kappalab’ begin installing package ‘Synth’ begin installing package ‘cmaes’ begin installing package ‘NMOF’ begin installing package ‘Rmalschains’ begin installing package ‘LowRankQP’ begin installing package ‘lpsymphony’ begin installing package ‘bsicons’ begin installing package ‘deaR’ begin installing package ‘TUvalues’ begin installing package ‘glpkAPI’ begin installing package ‘Rirt’ begin installing package ‘lsei’ * installing *source* package ‘listcomp’ ... ** this is package ‘listcomp’ version ‘0.4.1’ ** package ‘listcomp’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (listcomp) begin installing package ‘ompr’ * installing *source* package ‘ROI.plugin.alabama’ ... ** this is package ‘ROI.plugin.alabama’ version ‘1.0-2’ ** package ‘ROI.plugin.alabama’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ROI.plugin.alabama) * installing *source* package ‘cmaes’ ... ** this is package ‘cmaes’ version ‘1.0-12’ ** package ‘cmaes’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (cmaes) * installing *source* package ‘LowRankQP’ ... ** this is package ‘LowRankQP’ version ‘1.0.6’ ** package ‘LowRankQP’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp6VxPae/R.INSTALL37e43a672cca08/LowRankQP/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c LowRankQP.c -o LowRankQP.o LowRankQP.c: In function ‘LowRankQP’: LowRankQP.c:835:9: warning: ‘dbeta’ may be used uninitialized [-Wmaybe-uninitialized] 835 | LRQPCalcStats( n, m, p, Q, c, A, b, u, alpha, beta, xi, zeta, dalpha, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 836 | dbeta, dxi, dzeta, UminusAlpha, XiOnUminusAlpha, ZetaOnAlpha, w, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 837 | r2, D, &prim, &dual, &comp, &gap, &term, &mult, &t ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:745:13: note: ‘dbeta’ was declared here 745 | double *dbeta; | ^~~~~ LowRankQP.c:835:9: warning: ‘r2’ may be used uninitialized [-Wmaybe-uninitialized] 835 | LRQPCalcStats( n, m, p, Q, c, A, b, u, alpha, beta, xi, zeta, dalpha, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 836 | dbeta, dxi, dzeta, UminusAlpha, XiOnUminusAlpha, ZetaOnAlpha, w, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 837 | r2, D, &prim, &dual, &comp, &gap, &term, &mult, &t ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:757:13: note: ‘r2’ was declared here 757 | double *r2; | ^~ LowRankQP.c:857:9: warning: ‘R’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:763:13: note: ‘R’ was declared here 763 | double *R; | ^ LowRankQP.c:857:9: warning: ‘buffMxP’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:766:13: note: ‘buffMxP’ was declared here 766 | double *buffMxP; | ^~~~~~~ LowRankQP.c:857:9: warning: ‘buffPxP’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:767:13: note: ‘buffPxP’ was declared here 767 | double *buffPxP; | ^~~~~~~ LowRankQP.c:857:9: warning: ‘buffPx1’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:768:13: note: ‘buffPx1’ was declared here 768 | double *buffPx1; | ^~~~~~~ LowRankQP.c:857:9: warning: ‘M’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:770:13: note: ‘M’ was declared here 770 | double *M; | ^ LowRankQP.c:857:9: warning: ‘pivN’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:771:13: note: ‘pivN’ was declared here 771 | int *pivN; | ^~~~ LowRankQP.c:846:9: warning: ‘buffNxM’ may be used uninitialized [-Wmaybe-uninitialized] 846 | LRQPFactorize( n, m, method, Q, D, M, pivN, buffNxM, P, Beta, Lambda, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 847 | LambdaTemp, T ); | ~~~~~~~~~~~~~~~ LowRankQP.c:773:13: note: ‘buffNxM’ was declared here 773 | double *buffNxM; | ^~~~~~~ LowRankQP.c:857:9: warning: ‘buffMx1’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:774:13: note: ‘buffMx1’ was declared here 774 | double *buffMx1; | ^~~~~~~ LowRankQP.c:857:9: warning: ‘P’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:776:13: note: ‘P’ was declared here 776 | double *P; | ^ LowRankQP.c:857:9: warning: ‘Beta’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:777:13: note: ‘Beta’ was declared here 777 | double *Beta; | ^~~~ LowRankQP.c:857:9: warning: ‘Lambda’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:778:13: note: ‘Lambda’ was declared here 778 | double *Lambda; | ^~~~~~ LowRankQP.c:857:9: warning: ‘LambdaTemp’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:779:13: note: ‘LambdaTemp’ was declared here 779 | double *LambdaTemp; | ^~~~~~~~~~ LowRankQP.c:857:9: warning: ‘T’ may be used uninitialized [-Wmaybe-uninitialized] 857 | LRQPCalcDx( n, m, p, method, Q, c, A, b, u, alpha, beta, xi, zeta, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 858 | dalpha, dbeta, dxi, dzeta, UminusAlpha, ZetaOnAlpha, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 859 | XiOnUminusAlpha, buffMxP, buffMx1, buffPxP, buffPx1, pivN, R, r, r1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 860 | r2, r3, r4, r5, D, M, &t, P, Beta, Lambda, LambdaTemp, T, &corr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LowRankQP.c:780:13: note: ‘T’ was declared here 780 | double *T; | ^ gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c LowRankQP_init.c -o LowRankQP_init.o gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o LowRankQP.so LowRankQP.o LowRankQP_init.o -llapack -L/home/hornik/tmp/R-d-gcc-14/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp6VxPae/R.INSTALL37e43a672cca08/LowRankQP/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-LowRankQP/00new/LowRankQP/libs ** R ** 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 (LowRankQP) * installing *source* package ‘ROI.plugin.symphony’ ... ** this is package ‘ROI.plugin.symphony’ version ‘1.0-0’ ** package ‘ROI.plugin.symphony’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** byte-compile and prepare package for lazy loading ** help No man pages found in package ‘ROI.plugin.symphony’ *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ROI.plugin.symphony) * installing *source* package ‘TUvalues’ ... ** this is package ‘TUvalues’ version ‘0.1.0’ ** package ‘TUvalues’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (TUvalues) * installing *source* package ‘xmlrpc2’ ... ** this is package ‘xmlrpc2’ version ‘1.1’ ** package ‘xmlrpc2’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (xmlrpc2) begin installing package ‘ROI.plugin.neos’ * installing *source* package ‘bsicons’ ... ** this is package ‘bsicons’ version ‘0.1.2’ ** package ‘bsicons’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (bsicons) * installing *source* package ‘lsei’ ... ** this is package ‘lsei’ version ‘1.3-0’ ** package ‘lsei’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ using Fortran compiler: ‘GNU Fortran (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmprDjvwh/R.INSTALL37e44c4c7ad82/lsei/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c lsei.f -o lsei.o gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c pnnls.f -o pnnls.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c utils.c -o utils.o gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o lsei.so init.o lsei.o pnnls.o utils.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmprDjvwh/R.INSTALL37e44c4c7ad82/lsei/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-lsei/00new/lsei/libs ** R ** 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 (lsei) * installing *source* package ‘Synth’ ... ** this is package ‘Synth’ version ‘1.1-8’ ** package ‘Synth’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (Synth) * installing *source* package ‘NMOF’ ... ** this is package ‘NMOF’ version ‘2.10-1’ ** package ‘NMOF’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (NMOF) * installing *source* package ‘lpsymphony’ ... ** this is package ‘lpsymphony’ version ‘1.35.1’ ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpF0sqKd/R.INSTALL37e44156d463be/lpsymphony/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c lp_symphony.cc -o lp_symphony.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o lpsymphony.so lp_symphony.o -lSym -lCgl -lOsiClp -lClp -lOsi -lCoinUtils -llapack -L/home/hornik/tmp/R-d-gcc-14/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpF0sqKd/R.INSTALL37e44156d463be/lpsymphony/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-lpsymphony/00new/lpsymphony/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (lpsymphony) * installing *source* package ‘ROI.plugin.neos’ ... ** this is package ‘ROI.plugin.neos’ version ‘1.0-2’ ** package ‘ROI.plugin.neos’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ROI.plugin.neos) * installing *source* package ‘ghyp’ ... ** this is package ‘ghyp’ version ‘1.6.5’ ** package ‘ghyp’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmputydrG/R.INSTALL37e40f4b5af858/ghyp/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c rgig.c -o rgig.o gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o ghyp.so init.o rgig.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmputydrG/R.INSTALL37e40f4b5af858/ghyp/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-ghyp/00new/ghyp/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (ghyp) begin installing package ‘fitHeavyTail’ * installing *source* package ‘glpkAPI’ ... ** this is package ‘glpkAPI’ version ‘1.3.4’ ** package ‘glpkAPI’ successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... gcc-14 -std=gnu23 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc-14 -std=gnu23 accepts -g... yes checking for gcc-14 -std=gnu23 option to accept ISO C89... none needed checking how to run the C preprocessor... gcc-14 -std=gnu23 -E checking for prefix by checking for glpsol... no configure: No prefix given, trying /usr and /usr/local checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking glpk.h usability... yes checking glpk.h presence... yes checking for glpk.h... yes checking for library containing glp_create_prob... none required checking for glp_print_ranges... yes configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/config.h ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpwV9ByM/R.INSTALL37e4487f1e6cf5/glpkAPI/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DHAVE_CONFIG_H -I/usr/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c glpkAPI.c -o glpkAPI.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DHAVE_CONFIG_H -I/usr/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c glpkCallback.c -o glpkCallback.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -DHAVE_CONFIG_H -I/usr/include -I/usr/local/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o glpkAPI.so glpkAPI.o glpkCallback.o init.o -L/usr/local/lib -L/usr/lib -L/usr/lib64 -lglpk -lgmp -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpwV9ByM/R.INSTALL37e4487f1e6cf5/glpkAPI/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-glpkAPI/00new/glpkAPI/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (glpkAPI) * installing *source* package ‘ggparty’ ... ** this is package ‘ggparty’ version ‘1.0.0’ ** package ‘ggparty’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ggparty) * installing *source* package ‘ompr’ ... ** this is package ‘ompr’ version ‘1.0.4’ ** package ‘ompr’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ompr) begin installing package ‘ompr.roi’ * installing *source* package ‘kappalab’ ... ** this is package ‘kappalab’ version ‘0.4-12’ ** package ‘kappalab’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpViZy7V/R.INSTALL37e427385d36e/kappalab/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c Mobius.bounds.c -o Mobius.bounds.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c cdf.Choquet.c -o cdf.Choquet.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c constraints.c -o constraints.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c core.c -o core.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c heuristic.ls.c -o heuristic.ls.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c least.squares.c -o least.squares.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c min.dist.c -o min.dist.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c min.var.c -o min.var.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c moments.Choquet.c -o moments.Choquet.o gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o kappalab.so Mobius.bounds.o cdf.Choquet.o constraints.o core.o heuristic.ls.o least.squares.o min.dist.o min.var.o moments.Choquet.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpViZy7V/R.INSTALL37e427385d36e/kappalab/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-kappalab/00new/kappalab/libs ** R ** 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 (kappalab) * installing *source* package ‘ROI.plugin.ecos’ ... ** this is package ‘ROI.plugin.ecos’ version ‘1.0-2’ ** package ‘ROI.plugin.ecos’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ROI.plugin.ecos) * installing *source* package ‘ompr.roi’ ... ** this is package ‘ompr.roi’ version ‘1.0.2’ ** package ‘ompr.roi’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ompr.roi) * installing *source* package ‘deaR’ ... ** this is package ‘deaR’ version ‘1.4.1’ ** package ‘deaR’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (deaR) * installing *source* package ‘fitHeavyTail’ ... ** this is package ‘fitHeavyTail’ version ‘0.2.0’ ** package ‘fitHeavyTail’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (fitHeavyTail) * installing *source* package ‘ore’ ... ** this is package ‘ore’ version ‘1.7.5.1’ ** package ‘ore’ successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... gcc-14 -std=gnu23 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc-14 -std=gnu23 accepts -g... yes checking for gcc-14 -std=gnu23 option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for sys/times.h... yes checking for stdint.h... (cached) yes checking size of int... 4 checking size of short... 2 checking size of long... 8 checking size of void*... 8 checking size of long long... 8 checking for an ANSI C-conforming const... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for working memcmp... yes configure: creating ./config.status config.status: creating src/onig/config.h ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp3pvaGe/R.INSTALL37e40e302e4a42/ore/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c compile.c -o compile.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c escape.c -o escape.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c match.c -o match.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c print.c -o print.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c split.c -o split.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c subst.c -o subst.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c text.c -o text.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c wcwidth.c -o wcwidth.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c zzz.c -o zzz.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regcomp.c -o onig/regcomp.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regenc.c -o onig/regenc.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regerror.c -o onig/regerror.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regexec.c -o onig/regexec.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regext.c -o onig/regext.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/reggnu.c -o onig/reggnu.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regparse.c -o onig/regparse.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regposerr.c -o onig/regposerr.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regposix.c -o onig/regposix.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regsyntax.c -o onig/regsyntax.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regtrav.c -o onig/regtrav.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/regversion.c -o onig/regversion.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/st.c -o onig/st.o onig/st.c:2169:1: warning: ‘st_rehash’ defined but not used [-Wunused-function] 2169 | st_rehash(st_table *tab) | ^~~~~~~~~ onig/st.c:2046:1: warning: ‘st_expand_table’ defined but not used [-Wunused-function] 2046 | st_expand_table(st_table *tab, st_index_t siz) | ^~~~~~~~~~~~~~~ gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/ascii.c -o onig/enc/ascii.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/big5.c -o onig/enc/big5.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/cp949.c -o onig/enc/cp949.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/euc_jp.c -o onig/enc/euc_jp.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/euc_kr.c -o onig/enc/euc_kr.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/euc_tw.c -o onig/enc/euc_tw.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/gb18030.c -o onig/enc/gb18030.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/gbk.c -o onig/enc/gbk.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_1.c -o onig/enc/iso_8859_1.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_10.c -o onig/enc/iso_8859_10.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_11.c -o onig/enc/iso_8859_11.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_13.c -o onig/enc/iso_8859_13.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_14.c -o onig/enc/iso_8859_14.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_15.c -o onig/enc/iso_8859_15.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_16.c -o onig/enc/iso_8859_16.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_2.c -o onig/enc/iso_8859_2.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_3.c -o onig/enc/iso_8859_3.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_4.c -o onig/enc/iso_8859_4.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_5.c -o onig/enc/iso_8859_5.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_6.c -o onig/enc/iso_8859_6.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_7.c -o onig/enc/iso_8859_7.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_8.c -o onig/enc/iso_8859_8.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/iso_8859_9.c -o onig/enc/iso_8859_9.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/koi8_r.c -o onig/enc/koi8_r.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/koi8_u.c -o onig/enc/koi8_u.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/shift_jis.c -o onig/enc/shift_jis.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/unicode.c -o onig/enc/unicode.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/us_ascii.c -o onig/enc/us_ascii.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/utf_16be.c -o onig/enc/utf_16be.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/utf_16le.c -o onig/enc/utf_16le.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/utf_32be.c -o onig/enc/utf_32be.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/utf_32le.c -o onig/enc/utf_32le.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/utf_8.c -o onig/enc/utf_8.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/windows_1250.c -o onig/enc/windows_1250.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/windows_1251.c -o onig/enc/windows_1251.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/windows_1252.c -o onig/enc/windows_1252.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/windows_1253.c -o onig/enc/windows_1253.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/windows_1254.c -o onig/enc/windows_1254.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/windows_1257.c -o onig/enc/windows_1257.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -Ionig -Ionig/enc -Ionig/enc/unicode -DUNALIGNED_WORD_ACCESS=0 -DDISABLE_CONNECTIONS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onig/enc/windows_31j.c -o onig/enc/windows_31j.o gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o ore.so compile.o escape.o match.o print.o split.o subst.o text.o wcwidth.o zzz.o onig/regcomp.o onig/regenc.o onig/regerror.o onig/regexec.o onig/regext.o onig/reggnu.o onig/regparse.o onig/regposerr.o onig/regposix.o onig/regsyntax.o onig/regtrav.o onig/regversion.o onig/st.o onig/enc/ascii.o onig/enc/big5.o onig/enc/cp949.o onig/enc/euc_jp.o onig/enc/euc_kr.o onig/enc/euc_tw.o onig/enc/gb18030.o onig/enc/gbk.o onig/enc/iso_8859_1.o onig/enc/iso_8859_10.o onig/enc/iso_8859_11.o onig/enc/iso_8859_13.o onig/enc/iso_8859_14.o onig/enc/iso_8859_15.o onig/enc/iso_8859_16.o onig/enc/iso_8859_2.o onig/enc/iso_8859_3.o onig/enc/iso_8859_4.o onig/enc/iso_8859_5.o onig/enc/iso_8859_6.o onig/enc/iso_8859_7.o onig/enc/iso_8859_8.o onig/enc/iso_8859_9.o onig/enc/koi8_r.o onig/enc/koi8_u.o onig/enc/shift_jis.o onig/enc/unicode.o onig/enc/us_ascii.o onig/enc/utf_16be.o onig/enc/utf_16le.o onig/enc/utf_32be.o onig/enc/utf_32le.o onig/enc/utf_8.o onig/enc/windows_1250.o onig/enc/windows_1251.o onig/enc/windows_1252.o onig/enc/windows_1253.o onig/enc/windows_1254.o onig/enc/windows_1257.o onig/enc/windows_31j.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp3pvaGe/R.INSTALL37e40e302e4a42/ore/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-ore/00new/ore/libs ** R ** data *** moving datasets to lazyload DB ** 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 (ore) begin installing package ‘reportr’ * installing *source* package ‘reportr’ ... ** this is package ‘reportr’ version ‘1.3.1’ ** package ‘reportr’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (reportr) begin installing package ‘soma’ * installing *source* package ‘soma’ ... ** this is package ‘soma’ version ‘1.2.0’ ** package ‘soma’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** demo ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (soma) * installing *source* package ‘Rirt’ ... ** this is package ‘Rirt’ version ‘0.0.2’ ** package ‘Rirt’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpPAaBM4/R.INSTALL37e44a7ed7362/Rirt/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c model_3pl.cpp -o model_3pl.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c model_gpcm.cpp -o model_gpcm.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c model_grm.cpp -o model_grm.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o Rirt.so RcppExports.o model_3pl.o model_gpcm.o model_grm.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpPAaBM4/R.INSTALL37e44a7ed7362/Rirt/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-Rirt/00new/Rirt/libs ** R ** 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 (Rirt) * installing *source* package ‘lpSolveAPI’ ... ** this is package ‘lpSolveAPI’ version ‘5.5.2.0-17.14’ ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp7nENZz/R.INSTALL37e4202a89dd03/lpSolveAPI/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c RlpSolve.c -o RlpSolve.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I../inst/include -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c RlpSolveLink.c -o RlpSolveLink.o make[2]: Entering directory '/home/hornik/tmp/scratch/Rtmp7nENZz/R.INSTALL37e4202a89dd03/lpSolveAPI/src/lp_solve' gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c colamd.c -o colamd.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_MDO.c -o lp_MDO.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_mipbb.c -o lp_mipbb.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_rlp.c -o lp_rlp.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c mmio.c -o mmio.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c commonlib.c -o commonlib.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_MPS.c -o lp_MPS.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_params.c -o lp_params.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_scale.c -o lp_scale.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_SOS.c -o lp_SOS.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_presolve.c -o lp_presolve.o lp_presolve.c: In function ‘presolve_debugdump’: lp_presolve.c:3656:3: warning: ‘output’ may be used uninitialized [-Wmaybe-uninitialized] 3656 | blockWriteINT(output, "LTmap", psdata->LTmap->map, 0, size*psdata->LTmap->size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lp_presolve.c:3636:11: note: ‘output’ was declared here 3636 | FILE *output; /* = stdout; */ | ^~~~~~ gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_simplex.c -o lp_simplex.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c yacc_read.c -o yacc_read.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c ini.c -o ini.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_crash.c -o lp_crash.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_price.c -o lp_price.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_utils.c -o lp_utils.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_Hash.c -o lp_Hash.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_lib.c -o lp_lib.o lp_lib.c: In function ‘set_outputfile’: lp_lib.c:190:5: warning: ‘output’ may be used uninitialized [-Wmaybe-uninitialized] 190 | set_outputstream(lp, output); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ lp_lib.c:186:11: note: ‘output’ was declared here 186 | FILE *output; /* = stdout; */ | ^~~~~~ gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_pricePSE.c -o lp_pricePSE.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_wlp.c -o lp_wlp.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_LUSOL.c -o lp_LUSOL.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_matrix.c -o lp_matrix.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lp_report.c -o lp_report.o lp_report.c: In function ‘REPORT_debugdump’: lp_report.c:311:3: warning: ‘output’ may be used uninitialized [-Wmaybe-uninitialized] 311 | fprintf(output, "Model size: %d rows (%d equalities, %d Lagrangean), %d columns (%d integers, %d SC, %d SOS, %d GUB)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 312 | lp->rows, lp->equalities, get_Lrows(lp), lp->columns, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 313 | lp->int_vars, lp->sc_vars, SOS_count(lp), GUB_count(lp)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lp_report.c:301:11: note: ‘output’ was declared here 301 | FILE *output; | ^~~~~~ lp_report.c: In function ‘REPORT_mat_mmsave’: lp_report.c:757:3: warning: ‘output’ may be used uninitialized [-Wmaybe-uninitialized] 757 | mm_write_mtx_crd_size(output, n+kk, m, nz+(colndx == lp->var_basic ? 1 : 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lp_report.c:708:16: note: ‘output’ was declared here 708 | FILE *output; /* = stdout; */ | ^~~~~~ gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c lusol.c -o lusol.o gcc-14 -std=gnu23 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -fpic -I/usr/local/include -I../../inst/include -I/home/hornik/tmp/R-d-gcc-14/include -DYY_NO_INPUT -DR_EMBEDDED_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c myblas.c -o myblas.o ar rc liblp_solve.a colamd.o lp_MDO.o lp_mipbb.o lp_rlp.o mmio.o commonlib.o lp_MPS.o lp_params.o lp_scale.o lp_SOS.o lp_presolve.o lp_simplex.o yacc_read.o ini.o lp_crash.o lp_price.o lp_utils.o lp_Hash.o lp_lib.o lp_pricePSE.o lp_wlp.o lp_LUSOL.o lp_matrix.o lp_report.o lusol.o myblas.o && ranlib liblp_solve.a make[2]: Leaving directory '/home/hornik/tmp/scratch/Rtmp7nENZz/R.INSTALL37e4202a89dd03/lpSolveAPI/src/lp_solve' gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o lpSolveAPI.so RlpSolve.o RlpSolveLink.o -Llp_solve -llp_solve -llapack -L/home/hornik/tmp/R-d-gcc-14/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp7nENZz/R.INSTALL37e4202a89dd03/lpSolveAPI/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-lpSolveAPI/00new/lpSolveAPI/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 (lpSolveAPI) begin installing package ‘ergm.count’ begin installing package ‘Benchmarking’ begin installing package ‘ROI.plugin.lpsolve’ * installing *source* package ‘ROI.plugin.lpsolve’ ... ** this is package ‘ROI.plugin.lpsolve’ version ‘1.0-2’ ** package ‘ROI.plugin.lpsolve’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ROI.plugin.lpsolve) * installing *source* package ‘ergm.count’ ... ** this is package ‘ergm.count’ version ‘4.1.2’ ** package ‘ergm.count’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpOMOwpx/R.INSTALL37f2c07fbce505/ergm.count/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/ergm/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c include_stubs.c -o include_stubs.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/ergm/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/ergm/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c wtMHproposals.c -o wtMHproposals.o gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/ergm/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c wtchangestats.c -o wtchangestats.o gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o ergm.count.so include_stubs.o init.o wtMHproposals.o wtchangestats.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpOMOwpx/R.INSTALL37f2c07fbce505/ergm.count/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-ergm.count/00new/ergm.count/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (ergm.count) * installing *source* package ‘Benchmarking’ ... ** this is package ‘Benchmarking’ version ‘0.33’ ** package ‘Benchmarking’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxEyD02/R.INSTALL37f2c21da15073/Benchmarking/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c chol_down.cpp -o chol_down.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c outlier.cpp -o outlier.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o Benchmarking.so RcppExports.o chol_down.o outlier.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxEyD02/R.INSTALL37f2c21da15073/Benchmarking/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-Benchmarking/00new/Benchmarking/libs ** R ** data ** 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 (Benchmarking) * installing *source* package ‘Rmalschains’ ... ** this is package ‘Rmalschains’ version ‘0.2-10’ ** package ‘Rmalschains’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZ8qlAc/R.INSTALL37e4463bb45040/Rmalschains/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c ConfigFile.cc -o ConfigFile.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RmalschainsWrapper.cpp -o RmalschainsWrapper.o In file included from RmalschainsWrapper.cpp:2: /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /home/hornik/tmp/R-d-gcc-14/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion] 85 | #define warning Rf_warning | ^~~~~~~~~~ /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/Rcpp/exceptions.h:180, from /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:130, from /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27, from RmalschainsWrapper.cpp:6: /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c Rmalschains_init.c -o Rmalschains_init.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c bandmat.cpp -o bandmat.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c chc.cc -o chc.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cholesky.cpp -o cholesky.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cmaes.cc -o cmaes.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cmaesb.cc -o cmaesb.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cmaeshan.cc -o cmaeshan.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c config.cc -o config.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cross.cc -o cross.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c de.cc -o de.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c debug.cc -o debug.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c distance.cc -o distance.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c domain.cc -o domain.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c ea.cc -o ea.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c evalue.cpp -o evalue.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c fft.cpp -o fft.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c get_util.cc -o get_util.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c hholder.cpp -o hholder.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c hybrid.cc -o hybrid.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c hybrid2ph.cc -o hybrid2ph.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c iea.cc -o iea.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c individual.cc -o individual.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c initind.cc -o initind.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c jacobi.cpp -o jacobi.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c jade.cc -o jade.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c jdebin.cc -o jdebin.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c jdelsgo.cc -o jdelsgo.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c jdemc.cc -o jdemc.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c jderand.cc -o jderand.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c localsearch.cc -o localsearch.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c lsparammem.cc -o lsparammem.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c malschains.cc -o malschains.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c mts.cc -o mts.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c mts1.cc -o mts1.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c mts2.cc -o mts2.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c mtsi.cc -o mtsi.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c mutation.cc -o mutation.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c myexcept.cpp -o myexcept.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newfft.cpp -o newfft.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmat1.cpp -o newmat1.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmat2.cpp -o newmat2.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmat3.cpp -o newmat3.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmat4.cpp -o newmat4.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmat5.cpp -o newmat5.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmat6.cpp -o newmat6.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmat7.cpp -o newmat7.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmat8.cpp -o newmat8.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmat9.cpp -o newmat9.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmatex.cpp -o newmatex.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmatnl.cpp -o newmatnl.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newmatrm.cpp -o newmatrm.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c newutil.cc -o newutil.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c nm_misc.cpp -o nm_misc.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c orandom.cc -o orandom.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c origcmaes.cc -o origcmaes.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c populationchc.cc -o populationchc.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c populationjde.cc -o populationjde.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c populationjdebin.cc -o populationjdebin.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c populationjdemc.cc -o populationjdemc.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c populationjderand.cc -o populationjderand.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c populationpso.cc -o populationpso.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c populationreal.cc -o populationreal.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c problem.cc -o problem.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c pso.cc -o pso.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c random.cc -o random.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c reducepopulation.cc -o reducepopulation.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c replace.cc -o replace.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c restart.cc -o restart.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c running.cc -o running.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c sade.cc -o sade.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c sadeaf.cc -o sadeaf.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c select.cc -o select.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c selectlsimp.cc -o selectlsimp.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c signal.cc -o signal.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c simplex.cc -o simplex.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c solis.cc -o solis.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c solisn.cc -o solisn.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c solisn2.cc -o solisn2.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c sort.cpp -o sort.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c srandom.cc -o srandom.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c ssga.cc -o ssga.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c statistics.cc -o statistics.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c submat.cpp -o submat.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I. -DNDEBUG -DR_USE_C99_IN_CXX -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c svd.cpp -o svd.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o Rmalschains.so ConfigFile.o RmalschainsWrapper.o Rmalschains_init.o bandmat.o chc.o cholesky.o cmaes.o cmaesb.o cmaeshan.o config.o cross.o de.o debug.o distance.o domain.o ea.o evalue.o fft.o get_util.o hholder.o hybrid.o hybrid2ph.o iea.o individual.o initind.o jacobi.o jade.o jdebin.o jdelsgo.o jdemc.o jderand.o localsearch.o lsparammem.o malschains.o mts.o mts1.o mts2.o mtsi.o mutation.o myexcept.o newfft.o newmat1.o newmat2.o newmat3.o newmat4.o newmat5.o newmat6.o newmat7.o newmat8.o newmat9.o newmatex.o newmatnl.o newmatrm.o newutil.o nm_misc.o orandom.o origcmaes.o populationchc.o populationjde.o populationjdebin.o populationjdemc.o populationjderand.o populationpso.o populationreal.o problem.o pso.o random.o reducepopulation.o replace.o restart.o running.o sade.o sadeaf.o select.o selectlsimp.o signal.o simplex.o solis.o solisn.o solisn2.o sort.o srandom.o ssga.o statistics.o submat.o svd.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZ8qlAc/R.INSTALL37e4463bb45040/Rmalschains/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-Rmalschains/00new/Rmalschains/libs ** R ** demo ** 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 (Rmalschains) checking lpSolveAPI_5.5.2.0-17.14.tar.gz ... checking adea_1.5.2.tar.gz ... checking Benchmarking_0.33.tar.gz ... checking boostingDEA_0.1.0.tar.gz ... checking detectseparation_0.3.tar.gz ... checking DIconvex_1.0.0.tar.gz ... checking DJL_3.9.tar.gz ... checking eat_0.1.4.tar.gz ... checking editrules_2.9.5.tar.gz ... checking ergm_4.8.1.tar.gz ... checking errorlocate_1.1.1.tar.gz ... checking GameTheory_2.7.1.tar.gz ... checking GameTheoryAllocation_1.0.tar.gz ... checking highOrderPortfolios_0.1.1.tar.gz ... checking HonestDiD_0.2.6.tar.gz ... checking hyperbolicDEA_1.0.2.tar.gz ... checking MSCMT_1.4.0.tar.gz ... checking MultiplierDEA_0.1.19.tar.gz ... checking oppr_1.0.4.tar.gz ... checking optimLanduse_1.2.1.tar.gz ... checking pioneeR_0.5.0.tar.gz ... checking productivity_1.1.0.tar.gz ... checking ProjectManagement_2.0.2.tar.gz ... checking Rata_0.0.2.tar.gz ... checking ROI.plugin.lpsolve_1.0-2.tar.gz ... checking Rtropical_1.2.1.tar.gz ... checking TML_2.3.0.tar.gz ... checking validatetools_0.5.2.tar.gz ... checking vrnmf_1.0.2.tar.gz ... checking ivmte_1.4.0.tar.gz ... checking xxIRT_2.1.2.tar.gz ... Depends: Timings: user system elapsed lpSolveAPI 55.567 4.595 61.631 Results: Check status summary: NOTE OK Source packages 0 1 Reverse depends 9 21 Check results summary: lpSolveAPI ... OK rdepends_adea ... OK rdepends_Benchmarking ... OK rdepends_boostingDEA ... OK rdepends_detectseparation ... OK rdepends_DIconvex ... NOTE * checking Rd files ... [0s/0s] NOTE rdepends_DJL ... NOTE * checking Rd files ... [1s/1s] NOTE rdepends_eat ... OK rdepends_editrules ... NOTE * checking Rd cross-references ... NOTE rdepends_ergm ... OK rdepends_errorlocate ... NOTE * checking Rd cross-references ... NOTE rdepends_GameTheory ... OK rdepends_GameTheoryAllocation ... OK rdepends_highOrderPortfolios ... OK rdepends_HonestDiD ... OK rdepends_hyperbolicDEA ... OK rdepends_ivmte ... NOTE * checking Rd files ... [1s/1s] NOTE rdepends_MSCMT ... OK rdepends_MultiplierDEA ... OK rdepends_oppr ... NOTE * checking C++ specification ... NOTE * checking Rd cross-references ... NOTE rdepends_optimLanduse ... OK rdepends_pioneeR ... OK rdepends_productivity ... NOTE * checking Rd files ... [1s/1s] NOTE rdepends_ProjectManagement ... OK rdepends_Rata ... OK rdepends_ROI.plugin.lpsolve ... OK rdepends_Rtropical ... OK rdepends_TML ... OK rdepends_validatetools ... NOTE * checking Rd cross-references ... NOTE rdepends_vrnmf ... OK rdepends_xxIRT ... NOTE * checking Rd files ... [0s/0s] NOTE Check results changes: Package: adea Check: tests Old result: ERROR New result: OK