* installing *source* package ‘chebpol’ ... ** package ‘chebpol’ successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FFTW... yes checking for GSL... yes checking for working fftw_plan_r2r in R... yes configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/config.h config.status: src/config.h is unchanged ** libs make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-BLAS/chebpol/src' gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FC_LEN_T -fvisibility=hidden -fopenmp -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 chebpol.c -o chebpol.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from chebpol.h:5, from chebpol.c:1: chebpol.c: In function ‘chebcoef’: chebpol.c:119:16: error: too few arguments to function ‘dgemm_’ 119 | F77_CALL(dgemm)("TRANS","TRANS",&N,&stride,&N,&alpha,mat[i],&N,src,&stride,&beta,dest,&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: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, | ^~~~~~~~ chebpol.c: In function ‘findsimplex’: chebpol.c:758:14: error: too few arguments to function ‘dgetrs_’ 758 | F77_CALL(dgetrs)("N", &N, &one, lumat, &N, ipiv, vec, &N, &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:382:10: note: declared here 382 | F77_NAME(dgetrs)(const char* trans, const int* n, const int* nrhs, | ^~~~~~ /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:382:1: note: in expansion of macro ‘F77_NAME’ 382 | F77_NAME(dgetrs)(const char* trans, const int* n, const int* nrhs, | ^~~~~~~~ chebpol.c:797:14: error: too few arguments to function ‘dgetrs_’ 797 | F77_CALL(dgetrs)("N", &N, &one, lumat, &N, ipiv, vec, &N, &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:382:10: note: declared here 382 | F77_NAME(dgetrs)(const char* trans, const int* n, const int* nrhs, | ^~~~~~ /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:382:1: note: in expansion of macro ‘F77_NAME’ 382 | F77_NAME(dgetrs)(const char* trans, const int* n, const int* nrhs, | ^~~~~~~~ make[1]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:169: chebpol.o] Error 1 make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-BLAS/chebpol/src' ERROR: compilation failed for package ‘chebpol’ * removing ‘/data/gannet/ripley/R/packages/tests-BLAS/Libs/chebpol-lib/chebpol’ Command exited with non-zero status 1 Time 0:09.10, 1.88 + 1.02