* installing *source* package ‘CVarE’ ... ** package ‘CVarE’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-BLAS/CVarE/src' gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FC_LEN_T -fpic -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -c callLogger.c -o callLogger.o gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FC_LEN_T -fpic -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -c cve.c -o cve.o cve.c: In function ‘cve’: cve.c:201:26: warning: ‘loss’ may be used uninitialized in this function [-Wmaybe-uninitialized] 201 | if (attempt == 0 || loss < loss_best) { | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FC_LEN_T -fpic -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -c cve_subroutines.c -o cve_subroutines.o gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FC_LEN_T -fpic -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -c export.c -o export.o gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FC_LEN_T -fpic -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -c init.c -o init.o gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FC_LEN_T -fpic -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -c matrix.c -o matrix.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from cve.h:8, from matrix.c:1: matrix.c: In function ‘matrixprod’: matrix.c:574:14: error: too few arguments to function ‘dgemm_’ 574 | F77_NAME(dgemm)("N", "N", &(A->nrow), &(B->ncol), &(A->ncol), | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ matrix.c:574:5: note: in expansion of macro ‘F77_NAME’ 574 | F77_NAME(dgemm)("N", "N", &(A->nrow), &(B->ncol), &(A->ncol), | ^~~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/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, | ^~~~~~~~ matrix.c: In function ‘crossprod’: matrix.c:619:14: error: too few arguments to function ‘dgemm_’ 619 | F77_NAME(dgemm)("T", "N", &(A->ncol), &(B->ncol), &(A->nrow), | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ matrix.c:619:5: note: in expansion of macro ‘F77_NAME’ 619 | F77_NAME(dgemm)("T", "N", &(A->ncol), &(B->ncol), &(A->nrow), | ^~~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/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, | ^~~~~~~~ matrix.c: In function ‘skew’: matrix.c:700:14: error: too few arguments to function ‘dgemm_’ 700 | F77_NAME(dgemm)("N", "T", | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ matrix.c:700:5: note: in expansion of macro ‘F77_NAME’ 700 | F77_NAME(dgemm)("N", "T", | ^~~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/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, | ^~~~~~~~ matrix.c:707:14: error: too few arguments to function ‘dgemm_’ 707 | F77_NAME(dgemm)("N", "T", | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ matrix.c:707:5: note: in expansion of macro ‘F77_NAME’ 707 | F77_NAME(dgemm)("N", "T", | ^~~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/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, | ^~~~~~~~ matrix.c: In function ‘cayleyTransform’: matrix.c:969:14: error: too few arguments to function ‘dgemm_’ 969 | F77_CALL(dgemm)("N", "N", &(A->nrow), &(B->ncol), &(A->nrow), | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/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[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:169: matrix.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-BLAS/CVarE/src' ERROR: compilation failed for package ‘CVarE’ * removing ‘/data/gannet/ripley/R/packages/tests-BLAS/Libs/CVarE-lib/CVarE’ Command exited with non-zero status 1 Time 0:02.96, 1.33 + 0.29