* installing *source* package ‘listdtr’ ... ** package ‘listdtr’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-BLAS/listdtr/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 R_interface.c -o R_interface.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 clause.c -o clause.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 gaussian_kernel.c -o gaussian_kernel.o In file included from /data/gannet/ripley/R/R-devel/include/R_ext/Lapack.h:40, from gaussian_kernel.c:3: gaussian_kernel.c: In function ‘compute_kernel’: gaussian_kernel.c:106:14: error: too few arguments to function ‘dgemv_’ 106 | F77_NAME(dgemv)(&normal, &nrow_npdx, &p, &one, npdx, &nrow_npdx, | ^~~~~ /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 ## _ | ^ gaussian_kernel.c:106:5: note: in expansion of macro ‘F77_NAME’ 106 | F77_NAME(dgemv)(&normal, &nrow_npdx, &p, &one, npdx, &nrow_npdx, | ^~~~~~~~ /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, | ^~~~~~~~ gaussian_kernel.c:120:14: error: too few arguments to function ‘dpptrf_’ 120 | F77_NAME(dpptrf)(&upper_part, &n, kpinv, &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 ## _ | ^ gaussian_kernel.c:120:5: note: in expansion of macro ‘F77_NAME’ 120 | F77_NAME(dpptrf)(&upper_part, &n, kpinv, &info); | ^~~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/Lapack.h:892:10: note: declared here 892 | F77_NAME(dpptrf)(const char* uplo, const int* n, double* ap, int* info 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:892:1: note: in expansion of macro ‘F77_NAME’ 892 | F77_NAME(dpptrf)(const char* uplo, const int* n, double* ap, int* info FCLEN); | ^~~~~~~~ gaussian_kernel.c:123:14: error: too few arguments to function ‘dpptri_’ 123 | F77_NAME(dpptri)(&upper_part, &n, kpinv, &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 ## _ | ^ gaussian_kernel.c:123:5: note: in expansion of macro ‘F77_NAME’ 123 | F77_NAME(dpptri)(&upper_part, &n, kpinv, &info); | ^~~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/Lapack.h:897:10: note: declared here 897 | F77_NAME(dpptri)(const char* uplo, const int* n, double* ap, int* info 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:897:1: note: in expansion of macro ‘F77_NAME’ 897 | F77_NAME(dpptri)(const char* uplo, const int* n, double* ap, int* info FCLEN); | ^~~~~~~~ gaussian_kernel.c: In function ‘estimate_alpha’: gaussian_kernel.c:150:14: error: too few arguments to function ‘dspmv_’ 150 | F77_NAME(dspmv)(&upper_part, &n, &one, kpinv, y, &inc_one, | ^~~~~ /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 ## _ | ^ gaussian_kernel.c:150:5: note: in expansion of macro ‘F77_NAME’ 150 | F77_NAME(dspmv)(&upper_part, &n, &one, kpinv, y, &inc_one, | ^~~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:121:10: note: declared here 121 | F77_NAME(dspmv)(const char *uplo, 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:121:1: note: in expansion of macro ‘F77_NAME’ 121 | F77_NAME(dspmv)(const char *uplo, const int *n, | ^~~~~~~~ gaussian_kernel.c: In function ‘get_loocv_gradient’: gaussian_kernel.c:236:14: error: too few arguments to function ‘dspmv_’ 236 | F77_NAME(dspmv)(&upper_part, &n, &one, kpinv, y, &inc_one, | ^~~~~ /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 ## _ | ^ gaussian_kernel.c:236:5: note: in expansion of macro ‘F77_NAME’ 236 | F77_NAME(dspmv)(&upper_part, &n, &one, kpinv, y, &inc_one, | ^~~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:121:10: note: declared here 121 | F77_NAME(dspmv)(const char *uplo, 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:121:1: note: in expansion of macro ‘F77_NAME’ 121 | F77_NAME(dspmv)(const char *uplo, const int *n, | ^~~~~~~~ gaussian_kernel.c:238:14: error: too few arguments to function ‘dspmv_’ 238 | F77_NAME(dspmv)(&upper_part, &n, &one, kpinv, vec2, &inc_one, | ^~~~~ /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 ## _ | ^ gaussian_kernel.c:238:5: note: in expansion of macro ‘F77_NAME’ 238 | F77_NAME(dspmv)(&upper_part, &n, &one, kpinv, vec2, &inc_one, | ^~~~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:121:10: note: declared here 121 | F77_NAME(dspmv)(const char *uplo, 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:121:1: note: in expansion of macro ‘F77_NAME’ 121 | F77_NAME(dspmv)(const char *uplo, const int *n, | ^~~~~~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:169: gaussian_kernel.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-BLAS/listdtr/src' ERROR: compilation failed for package ‘listdtr’ * removing ‘/data/gannet/ripley/R/packages/tests-BLAS/Libs/listdtr-lib/listdtr’ Command exited with non-zero status 1 Time 0:02.91, 1.00 + 0.18