* installing *source* package ‘mixAK’ ... ** package ‘mixAK’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/mixAK/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c 00mixAK_init.cpp -o 00mixAK_init.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c AK_BLAS.cpp -o AK_BLAS.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c AK_BSTAT.cpp -o AK_BSTAT.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c AK_LAPACK.cpp -o AK_LAPACK.o AK_LAPACK.cpp: In function 'void AK_LAPACK::logDetGE(double*, int*, double*, int*, int*, const int*)': AK_LAPACK.cpp:31:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 31 | warning("AK_LAPACK::logDetGE: LU decomposition failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp: In function 'void AK_LAPACK::DetSignGE(int*, double*, int*, int*, const int*)': AK_LAPACK.cpp:81:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 81 | warning("AK_LAPACK::logDetGE: LU decomposition failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp: In function 'void AK_LAPACK::correctMatGE(double*, double*, int*, int*, const int*)': AK_LAPACK.cpp:180:7: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 180 | warning("AK_LAPACK::correctMatGE: DetSignGE routine failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp: In function 'void AK_LAPACK::spevGE(double*, int*, double*, double*, double*, double*, int*, const int*)': AK_LAPACK.cpp:219:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 219 | warning("AK_LAPACK::spevGE: LAPACK dgeev failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp:230:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 230 | warning("AK_LAPACK::spevGE: LAPACK dgeev failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp: In function 'void AK_LAPACK::spevGE_RL(double*, int*, double*, double*, double*, double*, double*, double*, int*, const int*)': AK_LAPACK.cpp:316:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 316 | warning("AK_LAPACK::spevGE: LAPACK dgeev failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp:327:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 327 | warning("AK_LAPACK::spevGE: LAPACK dgeev failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp: In function 'void AK_LAPACK::spevGE2GE(double*, double*, double*, double*, int*, double*, int*, int*, const double*, const double*, const double*, const double*, const int*)': AK_LAPACK.cpp:433:7: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 433 | warning("AK_LAPACK::spevGE2GE: invComplexGE subroutine failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp:517:7: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 517 | warning("AK_LAPACK::spevGE2GE: invGE subroutine failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp: In function 'void AK_LAPACK::invGE(double*, double*, int*, int*, const int*)': AK_LAPACK.cpp:739:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 739 | warning("AK_LAPACK::invGE: LAPACK dgesv failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp: In function 'void AK_LAPACK::invComplexGE(double*, double*, int*, int*, const double*, const double*, const int*)': AK_LAPACK.cpp:780:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 780 | warning("AK_LAPACK::iinvComplexGE: LAPACK zgesv failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp: In function 'void AK_LAPACK::sqrtGE(double*, double*, double*, double*, int*, double*, double*, double*, double*, double*, int*, int*, const int*)': AK_LAPACK.cpp:892:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 892 | warning("AK_LAPACK::sqrtGE: Spectral decomposition failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp:938:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 938 | warning("AK_LAPACK::sqrtGE: spevGE2GE subroutine failed.\n"); | ^~~~~~~ | Rf_warning AK_LAPACK.cpp: In function 'void AK_LAPACK::MPpinvSP(double*, double*, int*, const int*)': AK_LAPACK.cpp:1022:5: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 1022 | warning("AK_LAPACK::MPpinvSP: Spectral decomposition failed.\n"); | ^~~~~~~ | Rf_warning make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: AK_LAPACK.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/mixAK/src' ERROR: compilation failed for package ‘mixAK’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/mixAK-lib/mixAK’ Command exited with non-zero status 1 Time 0:05.93, 5.04 + 0.57