* installing *source* package ‘MatManlyMix’ ... ** package ‘MatManlyMix’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 15.0.6’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/MatManlyMix/src' /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c crosen1.c -o crosen1.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c crosen1Reg.c -o crosen1Reg.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c crosen2.c -o crosen2.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c crosen2Reg.c -o crosen2Reg.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c crosenAR1.c -o crosenAR1.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c crosenAR1Reg.c -o crosenAR1Reg.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c libAR1.c -o libAR1.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c libAR1reg.c -o libAR1reg.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c libCEigen.c -o libCEigen.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c libEVD.c -o libEVD.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c libEVD_LAPACK.c -o libEVD_LAPACK.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c libFull.c -o libFull.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c libFullReg.c -o libFullReg.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c libMatrix.c -o libMatrix.o /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c libRandC.c -o libRandC.o libCEigen.c:76:9: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration] double sqrt(), fabs(); ^ libCEigen.c:76:9: note: 'sqrt' is a builtin with type 'double (double)' libCEigen.c:76:17: warning: incompatible redeclaration of library function 'fabs' [-Wincompatible-library-redeclaration] double sqrt(), fabs(); ^ libCEigen.c:76:17: note: 'fabs' is a builtin with type 'double (double)' libCEigen.c:103:15: error: too many arguments to function call, expected 0, have 1 ANORM = sqrt(ANORM + ANORM); ~~~~ ^~~~~~~~~~~~~ libCEigen.c:76:9: note: 'sqrt' declared here double sqrt(), fabs(); ^ libCEigen.c:119:15: error: too many arguments to function call, expected 0, have 1 if (fabs(ALM) < THR) ~~~~ ^~~ libCEigen.c:76:17: note: 'fabs' declared here double sqrt(), fabs(); ^ libCEigen.c:129:22: error: too many arguments to function call, expected 0, have 1 Y = -ALM / sqrt(ALM * ALM + X * X); ~~~~ ^~~~~~~~~~~~~~~~~ libCEigen.c:76:9: note: 'sqrt' declared here double sqrt(), fabs(); ^ libCEigen.c:132:34: error: too many arguments to function call, expected 0, have 1 SINX = Y/sqrt(2.0*(1.0+sqrt(1.0-Y*Y))); ~~~~ ^~~~~~~ libCEigen.c:76:9: note: 'sqrt' declared here double sqrt(), fabs(); ^ libCEigen.c:134:18: error: too many arguments to function call, expected 0, have 1 COSX = sqrt(1.0 - SINX2); ~~~~ ^~~~~~~~~~~ libCEigen.c:76:9: note: 'sqrt' declared here double sqrt(), fabs(); ^ 2 warnings and 5 errors generated. make[1]: *** [/data/gannet/ripley/R/R-clang/etc/Makeconf:177: libCEigen.o] Error 1 /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c registerDynamicSymbol.c -o registerDynamicSymbol.o crosen2Reg.c:50:7: warning: variable 'k' set but not used [-Wunused-but-set-variable] int k; /* track the number of function evaluations */ ^ /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c runAR.c -o runAR.o crosenAR1.c:50:7: warning: variable 'k' set but not used [-Wunused-but-set-variable] int k; /* track the number of function evaluations */ ^ /usr/local/clang15/bin/clang -std=gnu2x -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -D__HAVE_R_ -fpic -O3 -Wall -pedantic -c runFull.c -o runFull.o crosen1Reg.c:50:7: warning: variable 'k' set but not used [-Wunused-but-set-variable] int k; /* track the number of function evaluations */ ^ crosen2.c:50:7: warning: variable 'k' set but not used [-Wunused-but-set-variable] int k; /* track the number of function evaluations */ ^ crosen1.c:50:7: warning: variable 'k' set but not used [-Wunused-but-set-variable] int k; /* track the number of function evaluations */ ^ crosenAR1Reg.c:50:7: warning: variable 'k' set but not used [-Wunused-but-set-variable] int k; /* track the number of function evaluations */ ^ 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/MatManlyMix/src' ERROR: compilation failed for package ‘MatManlyMix’ * removing ‘/data/gannet/ripley/R/packages/tests-clang/MatManlyMix.Rcheck/MatManlyMix’