* installing *source* package ‘intdag’ ... ** package ‘intdag’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-BLAS/intdag/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 def.c -o def.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 dmatrix.c -o dmatrix.o In file included from /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:38, from dmatrix.c:11: dmatrix.c: In function ‘dmat_yAx’: dmatrix.c:150:14: error: too few arguments to function ‘dgemv_’ 150 | F77_CALL(dgemv)("N", &n, &m, &done, A, &n, x, &ione, &dzero, y, &ione); | ^~~~~ /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:107:10: note: declared here 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~ /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:107:1: note: in expansion of macro ‘F77_NAME’ 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ dmatrix.c: In function ‘dmat_elemprod’: dmatrix.c:312:14: error: too few arguments to function ‘dtbmv_’ 312 | F77_CALL(dtbmv)("U", "N", "N", &n, &izero, x, &ione, z, &ione); | ^~~~~ /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:136:10: note: declared here 136 | F77_NAME(dtbmv)(const char *uplo, const char *trans, | ^~~~~ /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:136:1: note: in expansion of macro ‘F77_NAME’ 136 | F77_NAME(dtbmv)(const char *uplo, const char *trans, | ^~~~~~~~ dmatrix.c: In function ‘dmat_elemdivi’: dmatrix.c:332:14: error: too few arguments to function ‘dtbsv_’ 332 | F77_CALL(dtbsv)("U", "N", "N", &n, &izero, y, &ione, z, &ione); | ^~~~~ /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:155:10: note: declared here 155 | F77_NAME(dtbsv)(const char *uplo, const char *trans, | ^~~~~ /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:155:1: note: in expansion of macro ‘F77_NAME’ 155 | F77_NAME(dtbsv)(const char *uplo, const char *trans, | ^~~~~~~~ dmatrix.c: In function ‘dmat_yATx’: dmatrix.c:368:14: error: too few arguments to function ‘dgemv_’ 368 | F77_CALL(dgemv)("N",&n,&m,&done,A,&n,x,&ione,&dzero,y,&ione); | ^~~~~ /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:107:10: note: declared here 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~ /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:107:1: note: in expansion of macro ‘F77_NAME’ 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ dmatrix.c: In function ‘dmat_xAx’: dmatrix.c:382:14: error: too few arguments to function ‘dgemv_’ 382 | F77_CALL(dgemv)("T",&n,&n,&done,A,&n,x,&ione,&dzero,y,&ione); | ^~~~~ /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:107:10: note: declared here 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~ /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:107:1: note: in expansion of macro ‘F77_NAME’ 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ dmatrix.c: In function ‘dmat_C_AB’: dmatrix.c:397:14: error: too few arguments to function ‘dgemm_’ 397 | F77_CALL(dgemm)("N","N",&n1,&n2,&m,&done,A,&n1,B,&m,&dzero,C,&n1); | ^~~~~ /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, | ^~~~~~~~ dmatrix.c: In function ‘dmat_C_ATB’: dmatrix.c:411:14: error: too few arguments to function ‘dgemm_’ 411 | F77_CALL(dgemm)("T","N",&n1,&n2,&m,&done,A,&m,B,&m,&dzero,C,&n1); | ^~~~~ /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, | ^~~~~~~~ dmatrix.c: In function ‘dmat_C_ABT’: dmatrix.c:424:14: error: too few arguments to function ‘dgemm_’ 424 | F77_CALL(dgemm)("N","T",&n1,&n2,&m,&done,A,&n1,B,&n2,&dzero,C,&n1); | ^~~~~ /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, | ^~~~~~~~ dmatrix.c: In function ‘dmat_C_ATBT’: dmatrix.c:438:14: error: too few arguments to function ‘dgemm_’ 438 | F77_CALL(dgemm)("T","T",&n1,&n2,&m,&done,A,&m,B,&n2,&dzero,C,&n1); | ^~~~~ /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, | ^~~~~~~~ dmatrix.c: In function ‘dmat_B_ATA’: dmatrix.c:451:14: error: too few arguments to function ‘dsyrk_’ 451 | F77_CALL(dsyrk)("L","N",&n,&m,&done,A,&n,&dzero,B,&n); | ^~~~~ /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:242:10: note: declared here 242 | F77_NAME(dsyrk)(const char *uplo, const char *trans, | ^~~~~ /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:242:1: note: in expansion of macro ‘F77_NAME’ 242 | F77_NAME(dsyrk)(const char *uplo, const char *trans, | ^~~~~~~~ dmatrix.c: In function ‘dmat_B_AAT’: dmatrix.c:465:14: error: too few arguments to function ‘dsyrk_’ 465 | F77_CALL(dsyrk)("L","T",&m,&n,&done,A,&n,&dzero,B,&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:242:10: note: declared here 242 | F77_NAME(dsyrk)(const char *uplo, const char *trans, | ^~~~~ /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:242:1: note: in expansion of macro ‘F77_NAME’ 242 | F77_NAME(dsyrk)(const char *uplo, const char *trans, | ^~~~~~~~ dmatrix.c: In function ‘eigen_decomp’: dmatrix.c:487:14: error: too few arguments to function ‘dsyevr_’ 487 | F77_CALL(dsyevr)("V", "A", "L", &n, X, &n, &vl,&vu,&il,&iu, &abstol, &numeig, eigval, eigvec, &n, ISUPPZ, &WORKopt, &sizeWORK, &IWORKopt, &sizeIWORK,&info); | ^~~~~~ /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/Lapack.h:1270:10: note: declared here 1270 | F77_NAME(dsyevr)(const char* jobz, const char* range, const char* uplo, | ^~~~~~ /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/Lapack.h:1270:1: note: in expansion of macro ‘F77_NAME’ 1270 | F77_NAME(dsyevr)(const char* jobz, const char* range, const char* uplo, | ^~~~~~~~ dmatrix.c:493:14: error: too few arguments to function ‘dsyevr_’ 493 | F77_CALL(dsyevr)("V", "A", "L", &n, X, &n, &vl,&vu,&il,&iu, &abstol, &numeig, eigval, eigvec, &n, ISUPPZ, WORK, &sizeWORK, IWORK, &sizeIWORK,&info); | ^~~~~~ /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/Lapack.h:1270:10: note: declared here 1270 | F77_NAME(dsyevr)(const char* jobz, const char* range, const char* uplo, | ^~~~~~ /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/Lapack.h:1270:1: note: in expansion of macro ‘F77_NAME’ 1270 | F77_NAME(dsyevr)(const char* jobz, const char* range, const char* uplo, | ^~~~~~~~ dmatrix.c: In function ‘svd_c’: dmatrix.c:518:14: error: too few arguments to function ‘dgesvd_’ 518 | F77_CALL(dgesvd)("S", "S", &M, &N, X, &lda, D, U, &ldu, VT, &ldvt, &wkopt, &lwork, &info); | ^~~~~~ /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/Lapack.h:348:10: note: declared here 348 | F77_NAME(dgesvd)(const char* jobu, const char* jobvt, 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/Lapack.h:348:1: note: in expansion of macro ‘F77_NAME’ 348 | F77_NAME(dgesvd)(const char* jobu, const char* jobvt, const int* m, | ^~~~~~~~ dmatrix.c:523:14: error: too few arguments to function ‘dgesvd_’ 523 | F77_CALL(dgesvd)("S", "S", &M, &N, X, &lda, D, U, &ldu, VT, &ldvt, work, &lwork, &info); | ^~~~~~ /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/Lapack.h:348:10: note: declared here 348 | F77_NAME(dgesvd)(const char* jobu, const char* jobvt, 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/Lapack.h:348:1: note: in expansion of macro ‘F77_NAME’ 348 | F77_NAME(dgesvd)(const char* jobu, const char* jobvt, const int* m, | ^~~~~~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:169: dmatrix.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-BLAS/intdag/src' ERROR: compilation failed for package ‘intdag’ * removing ‘/data/gannet/ripley/R/packages/tests-BLAS/Libs/intdag-lib/intdag’ Command exited with non-zero status 1 Time 0:02.39, 0.49 + 0.14