* installing *source* package ‘ManlyMix’ ... ** package ‘ManlyMix’ 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/ManlyMix/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 crosen.c -o crosen.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 crosenk.c -o crosenk.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 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 libManly.c -o libManly.o crosen.c:50:7: warning: variable 'k' set but not used [-Wunused-but-set-variable] int k; /* track the number of function evaluations */ ^ libManly.c:19:37: warning: variable 'ind' set but not used [-Wunused-but-set-variable] int sch, i, j, v, w, finish, flag, ind, v1; ^ crosenk.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 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 /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 liblambda.c -o liblambda.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 registerDynamicSymbol.c -o registerDynamicSymbol.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 run_Manly.c -o run_Manly.o 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/ManlyMix/src' ERROR: compilation failed for package ‘ManlyMix’ * removing ‘/data/gannet/ripley/R/packages/tests-clang/ManlyMix.Rcheck/ManlyMix’