* using log directory 'd:/Rcompile/CRANpkg/local/4.2/longclust.Rcheck' * using R version 4.2.3 (2023-03-15 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: UTF-8 * checking for file 'longclust/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'longclust' version '1.4' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'longclust' can be installed ... ERROR Installation failed. See 'd:/Rcompile/CRANpkg/local/4.2/longclust.Rcheck/00install.out' for details. * DONE The installation logfile: * installing *source* package 'longclust' ... ** package 'longclust' successfully unpacked and MD5 sums checked ** using staged installation ** libs make[1]: Entering directory '/d/temp/Rtmp8U2mbe/R.INSTALL1fde843d3341/longclust/src' gcc -I"D:/RCompile/recent/R-4.2.3/include" -DNDEBUG -I"d:/rtools42/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o gcc -I"D:/RCompile/recent/R-4.2.3/include" -DNDEBUG -I"d:/rtools42/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c t_chol.c -o t_chol.o t_chol.c: In function 'rcond': t_chol.c:92:10: error: too many arguments to function 'dlange_' 92 | anorm = dlange_(&norm, &k, &k, C, &k, work,1); | ^~~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/Lapack.h:1903:10: note: declared here 1903 | F77_NAME(dlange)(const char* norm, const int* m, const int* n, | ^~~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/Lapack.h:1903:1: note: in expansion of macro 'F77_NAME' 1903 | F77_NAME(dlange)(const char* norm, const int* m, const int* n, | ^~~~~~~~ t_chol.c:98:4: error: too many arguments to function 'dgecon_' 98 | dgecon_(&norm, &k, C, &k, &anorm, &result, work, iwork, &info,1); | ^~~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/Lapack.h:204:10: note: declared here 204 | F77_NAME(dgecon)(const char* norm, const int* n, | ^~~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/Lapack.h:204:1: note: in expansion of macro 'F77_NAME' 204 | F77_NAME(dgecon)(const char* norm, const int* n, | ^~~~~~~~ t_chol.c: In function 'cholest': t_chol.c:224:3: error: too many arguments to function 'dgemm_' 224 | dgemm_(¬rans, ¬rans, &M, &M, &M, &alpha, That, &M, Sig, &M, &bt, B, &M,1,1); // B = That * Sig. | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:225:3: error: too many arguments to function 'dgemm_' 225 | dgemm_(¬rans, &trans, &M, &M, &M, &alpha, B, &M, That, &M, &bt, Dhat, &M,1,1); // Dhat = B *t(That). | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:252:3: error: too many arguments to function 'dgemm_' 252 | dgemm_(&trans, ¬rans, &M, &M, &M, &alpha, That, &M, B, &M, &bt, Sig, &M,1,1); | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:253:3: error: too many arguments to function 'dgemm_' 253 | dgemm_(¬rans, ¬rans, &M, &M, &M, &alpha, Sig, &M, That, &M, &bt, B, &M,1,1); | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c: In function 'cholest2': t_chol.c:306:3: error: too many arguments to function 'dgemm_' 306 | dgemm_(¬rans, ¬rans, &M, &M, &M, &alpha, That, &M, Sig, &M, &bt, B, &M,1,1); // B = That * Sig. | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:307:3: error: too many arguments to function 'dgemm_' 307 | dgemm_(¬rans, &trans, &M, &M, &M, &alpha, B, &M, That, &M, &bt, Dhat, &M,1,1); // Dhat = B *t(That). | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:333:3: error: too many arguments to function 'dgemm_' 333 | dgemm_(&trans, ¬rans, &M, &M, &M, &alpha, That, &M, B, &M, &bt, Sig, &M,1,1); | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:334:3: error: too many arguments to function 'dgemm_' 334 | dgemm_(¬rans, ¬rans, &M, &M, &M, &alpha, Sig, &M, That, &M, &bt, B, &M,1,1); | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c: In function 't_common': t_chol.c:702:15: error: too many arguments to function 'dgemm_' 702 | dgemm_(&trans, ¬rans, &k, &k, &p, &alpha, time1, &p, time1, &p, &bt, dummy1, &k,1,1); | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:708:15: error: too many arguments to function 'dgemm_' 708 | dgemm_(¬rans, &trans, &k, &p, &k, &alpha, dummy2, &k, time1, &p, &bt, time2, &k,1,1); | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:822:15: error: too many arguments to function 'dgemm_' 822 | dgemm_(&trans, ¬rans, &p, &p, &p, &alpha, T[g], &p, dummy, &p, &bt, avg, &p,1,1); // avg = t(T[g])*dummy. | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:823:15: error: too many arguments to function 'dgemm_' 823 | dgemm_(¬rans, ¬rans, &p, &p, &p, &alpha, avg, &p, T[g], &p, &bt, dummy, &p,1,1); // dummy = avg*T[g]. | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:1138:15: error: too many arguments to function 'dgemm_' 1138 | dgemm_(&trans, ¬rans, &k, &k, &p, &alpha, time1, &p, time1, &p, &bt, dummy1, &k,1,1); | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ t_chol.c:1144:15: error: too many arguments to function 'dgemm_' 1144 | dgemm_(¬rans, &trans, &k, &p, &k, &alpha, dummy2, &k, time1, &p, &bt, time2, &k,1,1); | ^~~~~~ In file included from D:/RCompile/recent/R-4.2.3/include/R.h:80, from t_chol.c:3: D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ D:/RCompile/recent/R-4.2.3/include/R_ext/RS.h:77:22: note: in definition of macro 'F77_CALL' 77 | # define F77_CALL(x) x ## _ | ^ D:/RCompile/recent/R-4.2.3/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME' 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ make[1]: *** [D:/RCompile/recent/R-4.2.3/etc/x64/Makeconf:253: t_chol.o] Error 1 make[1]: Leaving directory '/d/temp/Rtmp8U2mbe/R.INSTALL1fde843d3341/longclust/src' ERROR: compilation failed for package 'longclust' * removing 'd:/Rcompile/CRANpkg/lib/4.2/longclust'