* installing *source* package ‘fastdigest’ ... ** package ‘fastdigest’ 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/fastdigest/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 SpookyV2.cpp -o SpookyV2.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 serialize2.cpp -o serialize2.o serialize2.cpp: In function 'SEXPREC* CallHook(SEXP, SEXP)': serialize2.cpp:41:11: error: 'eval' was not declared in this scope; did you mean 'val'? 41 | val = eval(call, R_GlobalEnv); | ^~~~ | val In file included from serialize2.cpp:7: serialize2.cpp: In function 'SEXPREC* R_spookydigest(SEXP, SEXP)': serialize2.cpp:65:19: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 65 | PROTECT(ans = allocVector(RAWSXP, 16)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ serialize2.cpp:52:9: warning: unused variable 'dummy' [-Wunused-variable] 52 | int dummy; | ^~~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: serialize2.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/fastdigest/src' ERROR: compilation failed for package ‘fastdigest’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/fastdigest-lib/fastdigest’ Command exited with non-zero status 1 Time 0:02.33, 1.73 + 0.25