=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Installing for R-dplyr-1.1.4nb1 => Generating pre-install file lists => Creating installation directories * installing *source* package 'dplyr' ... ** this is package 'dplyr' version '1.1.4' ** package 'dplyr' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (nb4 20200810) 7.5.0' c++ -std=gnu++17 -I"/usr/pkg/lib/R/include" -DNDEBUG -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -Dz_off_t=long -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fpic -O2 -pthread -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -Dz_off_t=long -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -c chop.cpp -o chop.o In file included from dplyr.h:6:0, from chop.cpp:1: chop.cpp: In function 'void dplyr_lazy_vec_chop_grouped(SEXP, SEXP, SEXP, bool)': chop.cpp:17:25: error: 'Rf_allocSExp' was not declared in this scope SEXP prom = PROTECT(Rf_allocSExp(PROMSXP)); ^ /tmp/math/R-dplyr/work/.buildlink/lib/R/include/Rinternals.h:357:31: note: in definition of macro 'PROTECT' #define PROTECT(s) Rf_protect(s) ^ chop.cpp:17:25: note: suggested alternative: 'Rf_allocList' SEXP prom = PROTECT(Rf_allocSExp(PROMSXP)); ^ /tmp/math/R-dplyr/work/.buildlink/lib/R/include/Rinternals.h:357:31: note: in definition of macro 'PROTECT' #define PROTECT(s) Rf_protect(s) ^ chop.cpp:18:5: error: 'SET_PRENV' was not declared in this scope SET_PRENV(prom, R_EmptyEnv); ^~~~~~~~~ chop.cpp:18:5: note: suggested alternative: 'SEXPREC' SET_PRENV(prom, R_EmptyEnv); ^~~~~~~~~ SEXPREC chop.cpp:31:9: error: 'SET_PRCODE' was not declared in this scope SET_PRCODE(prom, column); ^~~~~~~~~~ chop.cpp:31:9: note: suggested alternative: 'SETCADR' SET_PRCODE(prom, column); ^~~~~~~~~~ SETCADR chop.cpp:34:9: error: 'SET_PRCODE' was not declared in this scope SET_PRCODE(prom, column); ^~~~~~~~~~ chop.cpp:34:9: note: suggested alternative: 'SETCADR' SET_PRCODE(prom, column); ^~~~~~~~~~ SETCADR chop.cpp:37:7: error: 'SET_PRCODE' was not declared in this scope SET_PRCODE(prom, Rf_lang3(dplyr::functions::vec_chop, column, rows)); ^~~~~~~~~~ chop.cpp:37:7: note: suggested alternative: 'SETCADR' SET_PRCODE(prom, Rf_lang3(dplyr::functions::vec_chop, column, rows)); ^~~~~~~~~~ SETCADR chop.cpp:40:5: error: 'SET_PRVALUE' was not declared in this scope SET_PRVALUE(prom, R_UnboundValue); ^~~~~~~~~~~ chop.cpp:40:5: note: suggested alternative: 'SET_REAL_ELT' SET_PRVALUE(prom, R_UnboundValue); ^~~~~~~~~~~ SET_REAL_ELT In file included from dplyr.h:6:0, from chop.cpp:1: chop.cpp: In function 'void dplyr_lazy_vec_chop_ungrouped(SEXP, SEXP)': chop.cpp:56:25: error: 'Rf_allocSExp' was not declared in this scope SEXP prom = PROTECT(Rf_allocSExp(PROMSXP)); ^ /tmp/math/R-dplyr/work/.buildlink/lib/R/include/Rinternals.h:357:31: note: in definition of macro 'PROTECT' #define PROTECT(s) Rf_protect(s) ^ chop.cpp:56:25: note: suggested alternative: 'Rf_allocList' SEXP prom = PROTECT(Rf_allocSExp(PROMSXP)); ^ /tmp/math/R-dplyr/work/.buildlink/lib/R/include/Rinternals.h:357:31: note: in definition of macro 'PROTECT' #define PROTECT(s) Rf_protect(s) ^ chop.cpp:57:5: error: 'SET_PRENV' was not declared in this scope SET_PRENV(prom, R_EmptyEnv); ^~~~~~~~~ chop.cpp:57:5: note: suggested alternative: 'SEXPREC' SET_PRENV(prom, R_EmptyEnv); ^~~~~~~~~ SEXPREC chop.cpp:58:5: error: 'SET_PRCODE' was not declared in this scope SET_PRCODE(prom, Rf_lang2(dplyr::functions::list, p_data[i])); ^~~~~~~~~~ chop.cpp:58:5: note: suggested alternative: 'SETCADR' SET_PRCODE(prom, Rf_lang2(dplyr::functions::list, p_data[i])); ^~~~~~~~~~ SETCADR chop.cpp:59:5: error: 'SET_PRVALUE' was not declared in this scope SET_PRVALUE(prom, R_UnboundValue); ^~~~~~~~~~~ chop.cpp:59:5: note: suggested alternative: 'SET_REAL_ELT' SET_PRVALUE(prom, R_UnboundValue); ^~~~~~~~~~~ SET_REAL_ELT In file included from dplyr.h:6:0, from chop.cpp:1: chop.cpp: In function 'SEXPREC* env_resolved(SEXP, SEXP)': chop.cpp:133:25: error: 'Rf_findVarInFrame' was not declared in this scope SEXP prom = PROTECT(Rf_findVarInFrame(env, name)); ^ /tmp/math/R-dplyr/work/.buildlink/lib/R/include/Rinternals.h:357:31: note: in definition of macro 'PROTECT' #define PROTECT(s) Rf_protect(s) ^ chop.cpp:133:25: note: suggested alternative: 'R_existsVarInFrame' SEXP prom = PROTECT(Rf_findVarInFrame(env, name)); ^ /tmp/math/R-dplyr/work/.buildlink/lib/R/include/Rinternals.h:357:31: note: in definition of macro 'PROTECT' #define PROTECT(s) Rf_protect(s) ^ chop.cpp:134:42: error: 'PRVALUE' was not declared in this scope SEXP val = TYPEOF(prom) == PROMSXP ? PRVALUE(prom) : prom; ^~~~~~~ *** Error code 1 Stop. make: stopped in /tmp/math/R-dplyr/work/dplyr/src ERROR: compilation failed for package 'dplyr' * removing '/tmp/math/R-dplyr/work/.destdir/usr/pkg/lib/R/library/dplyr' *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/math/R-dplyr *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/math/R-dplyr