* installing *source* package ‘dna’ ... ** package ‘dna’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-BLAS/dna/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 dna.c -o dna.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 rcor.c -o rcor.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 rgmd.c -o rgmd.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 rpcnet.c -o rpcnet.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:70, from plslib.h:1, from rpcnet.c:23: rpcnet.c: In function ‘rpcnet’: /data/gannet/ripley/R/R-devel/include/Rconfig.h:21:18: error: expected expression before ‘size_t’ 21 | #define FC_LEN_T size_t | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:43:17: note: in expansion of macro ‘FC_LEN_T’ 43 | # define FCLEN ,FC_LEN_T | ^~~~~~~~ rpcnet.c:130:73: note: in expansion of macro ‘FCLEN’ 130 | F77_CALL(dsyrk)(&uplo,&trans,&pm1,n,&doubleone,X,n,&doublezero,G,&pm1 FCLEN FCLEN); | ^~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from plslib.h:1, from rpcnet.c:23: rpcnet.c:130:12: error: too few arguments to function ‘dsyrk_’ 130 | F77_CALL(dsyrk)(&uplo,&trans,&pm1,n,&doubleone,X,n,&doublezero,G,&pm1 FCLEN FCLEN); | ^~~~~ /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, | ^~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:70, from plslib.h:1, from rpcnet.c:23: /data/gannet/ripley/R/R-devel/include/Rconfig.h:21:18: error: expected expression before ‘size_t’ 21 | #define FC_LEN_T size_t | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:43:17: note: in expansion of macro ‘FC_LEN_T’ 43 | # define FCLEN ,FC_LEN_T | ^~~~~~~~ rpcnet.c:133:155: note: in expansion of macro ‘FCLEN’ 133 | F77_CALL(dsyevr)(&jobz,&range,&uplo,&pm1,G,&pm1,&vl,&vu,&il,&iu,&doublem1,&m,eigenvalues,eigenvectors,&pm1,isuppz,&workin,&lwork,&iworkin,&liwork,&info FCLEN FCLEN FCLEN); | ^~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from plslib.h:1, from rpcnet.c:23: rpcnet.c:133:12: error: too few arguments to function ‘dsyevr_’ 133 | F77_CALL(dsyevr)(&jobz,&range,&uplo,&pm1,G,&pm1,&vl,&vu,&il,&iu,&doublem1,&m,eigenvalues,eigenvectors,&pm1,isuppz,&workin,&lwork,&iworkin,&liwork,&info FCLEN FCLEN FCLEN); | ^~~~~~ /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, | ^~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:70, from plslib.h:1, from rpcnet.c:23: /data/gannet/ripley/R/R-devel/include/Rconfig.h:21:18: error: expected expression before ‘size_t’ 21 | #define FC_LEN_T size_t | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:43:17: note: in expansion of macro ‘FC_LEN_T’ 43 | # define FCLEN ,FC_LEN_T | ^~~~~~~~ rpcnet.c:138:149: note: in expansion of macro ‘FCLEN’ 138 | F77_CALL(dsyevr)(&jobz,&range,&uplo,&pm1,G,&pm1,&vl,&vu,&il,&iu,&doublem1,&m,eigenvalues,eigenvectors,&pm1,isuppz,work,&lwork,iwork,&liwork,&info FCLEN FCLEN FCLEN); | ^~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from plslib.h:1, from rpcnet.c:23: rpcnet.c:138:12: error: too few arguments to function ‘dsyevr_’ 138 | F77_CALL(dsyevr)(&jobz,&range,&uplo,&pm1,G,&pm1,&vl,&vu,&il,&iu,&doublem1,&m,eigenvalues,eigenvectors,&pm1,isuppz,work,&lwork,iwork,&liwork,&info FCLEN FCLEN FCLEN); | ^~~~~~ /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, | ^~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:70, from plslib.h:1, from rpcnet.c:23: /data/gannet/ripley/R/R-devel/include/Rconfig.h:21:18: error: expected expression before ‘size_t’ 21 | #define FC_LEN_T size_t | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:43:17: note: in expansion of macro ‘FC_LEN_T’ 43 | # define FCLEN ,FC_LEN_T | ^~~~~~~~ rpcnet.c:140:84: note: in expansion of macro ‘FCLEN’ 140 | F77_CALL(dgemm)(&trans,&trans,n,ncom,&pm1,&alpha,X,n,eigenvectors,&pm1,&beta,T,n FCLEN FCLEN); | ^~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from plslib.h:1, from rpcnet.c:23: rpcnet.c:140:12: error: too few arguments to function ‘dgemm_’ 140 | F77_CALL(dgemm)(&trans,&trans,n,ncom,&pm1,&alpha,X,n,eigenvectors,&pm1,&beta,T,n FCLEN FCLEN); | ^~~~~ /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, | ^~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:70, from plslib.h:1, from rpcnet.c:23: /data/gannet/ripley/R/R-devel/include/Rconfig.h:21:18: error: expected expression before ‘size_t’ 21 | #define FC_LEN_T size_t | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:43:17: note: in expansion of macro ‘FC_LEN_T’ 43 | # define FCLEN ,FC_LEN_T | ^~~~~~~~ rpcnet.c:154:85: note: in expansion of macro ‘FCLEN’ 154 | F77_CALL(dgemv)(&trans,&pm1,ncom,&alpha,eigenvectors,&pm1,b,&incx,&beta,tsk,&incy FCLEN); | ^~~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:169: rpcnet.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-BLAS/dna/src' ERROR: compilation failed for package ‘dna’ * removing ‘/data/gannet/ripley/R/packages/tests-BLAS/Libs/dna-lib/dna’ Command exited with non-zero status 1 Time 0:03.24, 1.08 + 0.22