=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/devel/R-rlang", "stage-install", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Installing for R-rlang-1.1.6 => Generating pre-install file lists => Creating installation directories * installing *source* package 'rlang' ... ** this is package 'rlang' version '1.1.6' ** package 'rlang' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (GCC) 14.3.0' gcc -std=gnu23 -I"/opt/pkg/lib/R/include" -DNDEBUG -I./rlang/ -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -I/opt/pkg/include/libxml2 -fvisibility=hidden -fPIC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -I/opt/pkg/include/libxml2 -c rlang.c -o rlang.o In file included from ./rlang/rlang.h:44, from rlang/rlang.c:1, from rlang.c:5: ./rlang/obj.h: In function 'r_mark_object': ./rlang/obj.h:60:3: error: implicit declaration of function 'SET_OBJECT' [-Wimplicit-function-declaration] 60 | SET_OBJECT(x, 1); | ^~~~~~~~~~ ./rlang/obj.h: In function 'r_is_object': ./rlang/obj.h:68:10: error: implicit declaration of function 'OBJECT' [-Wimplicit-function-declaration] 68 | return OBJECT(x); | ^~~~~~ ./rlang/obj.h: In function 'r_poke_type': ./rlang/obj.h:95:3: error: implicit declaration of function 'SET_TYPEOF'; did you mean 'TYPEOF'? [-Wimplicit-function-declaration] 95 | SET_TYPEOF(x, type); | ^~~~~~~~~~ | TYPEOF In file included from ./rlang/rlang.h:49: ./rlang/attrib.h: In function 'r_attrib': ./rlang/attrib.h:13:10: error: implicit declaration of function 'ATTRIB' [-Wimplicit-function-declaration] 13 | return ATTRIB(x); | ^~~~~~ ./rlang/attrib.h:13:10: error: returning 'int' from a function with return type 'r_obj *' {aka 'struct SEXPREC *'} makes pointer from integer without a cast [-Wint-conversion] 13 | return ATTRIB(x); | ^~~~~~~~~ ./rlang/attrib.h: In function 'r_poke_attrib': ./rlang/attrib.h:17:3: error: implicit declaration of function 'SET_ATTRIB'; did you mean 'ANY_ATTRIB'? [-Wimplicit-function-declaration] 17 | SET_ATTRIB(x, attrs); | ^~~~~~~~~~ | ANY_ATTRIB In file included from ./rlang/rlang.h:58: ./rlang/env.h: In function 'r_env_parent': ./rlang/env.h:37:10: error: implicit declaration of function 'ENCLOS' [-Wimplicit-function-declaration] 37 | return ENCLOS(env); | ^~~~~~ ./rlang/env.h:37:10: error: returning 'int' from a function with return type 'r_obj *' {aka 'struct SEXPREC *'} makes pointer from integer without a cast [-Wint-conversion] 37 | return ENCLOS(env); | ^~~~~~~~~~~ ./rlang/env.h: In function 'r_env_poke_parent': ./rlang/env.h:41:3: error: implicit declaration of function 'SET_ENCLOS' [-Wimplicit-function-declaration] 41 | SET_ENCLOS(env, new_parent); | ^~~~~~~~~~ ./rlang/env.h: In function 'r_env_find': ./rlang/env.h:55:10: error: implicit declaration of function 'Rf_findVarInFrame3' [-Wimplicit-function-declaration] 55 | return Rf_findVarInFrame3(env, sym, FALSE); | ^~~~~~~~~~~~~~~~~~ ./rlang/env.h:55:10: error: returning 'int' from a function with return type 'r_obj *' {aka 'struct SEXPREC *'} makes pointer from integer without a cast [-Wint-conversion] 55 | return Rf_findVarInFrame3(env, sym, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./rlang/env.h: In function 'r_env_find_anywhere': ./rlang/env.h:59:10: error: implicit declaration of function 'Rf_findVar'; did you mean 'Rf_findFun'? [-Wimplicit-function-declaration] 59 | return Rf_findVar(sym, env); | ^~~~~~~~~~ | Rf_findFun ./rlang/env.h:59:10: error: returning 'int' from a function with return type 'r_obj *' {aka 'struct SEXPREC *'} makes pointer from integer without a cast [-Wint-conversion] 59 | return Rf_findVar(sym, env); | ^~~~~~~~~~~~~~~~~~~~ ./rlang/env.h: In function 'r_alloc_empty_environment': ./rlang/env.h:145:16: error: implicit declaration of function 'Rf_allocSExp'; did you mean 'Rf_allocList'? [-Wimplicit-function-declaration] 145 | r_obj* env = Rf_allocSExp(R_TYPE_environment); | ^~~~~~~~~~~~ | Rf_allocList ./rlang/env.h:145:16: error: initialization of 'r_obj *' {aka 'struct SEXPREC *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] In file included from ./rlang/rlang.h:62: ./rlang/fn.h: In function 'r_fn_poke_body': ./rlang/fn.h:15:3: error: implicit declaration of function 'SET_BODY' [-Wimplicit-function-declaration] 15 | SET_BODY(fn, body); | ^~~~~~~~ ./rlang/fn.h: In function 'r_fn_env': ./rlang/fn.h:20:10: error: implicit declaration of function 'CLOENV' [-Wimplicit-function-declaration] 20 | return CLOENV(fn); | ^~~~~~ ./rlang/fn.h:20:10: error: returning 'int' from a function with return type 'r_obj *' {aka 'struct SEXPREC *'} makes pointer from integer without a cast [-Wint-conversion] 20 | return CLOENV(fn); | ^~~~~~~~~~ ./rlang/fn.h: In function 'r_fn_poke_env': ./rlang/fn.h:24:3: error: implicit declaration of function 'SET_CLOENV' [-Wimplicit-function-declaration] 24 | SET_CLOENV(fn, env); | ^~~~~~~~~~ ./rlang/fn.h: In function 'r_new_function': ./rlang/fn.h:29:13: error: initialization of 'SEXP' {aka 'struct SEXPREC *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 29 | SEXP fn = Rf_allocSExp(R_TYPE_closure); | ^~~~~~~~~~~~ ./rlang/fn.h:30:3: error: implicit declaration of function 'SET_FORMALS' [-Wimplicit-function-declaration] 30 | SET_FORMALS(fn, formals); | ^~~~~~~~~~~ In file included from rlang/rlang.c:14: rlang/env.c: In function 'r_ns_env': rlang/env.c:10:18: error: 'R_NamespaceRegistry' undeclared (first use in this function) 10 | if (!r_env_has(R_NamespaceRegistry, pkg_sym)) { | ^~~~~~~~~~~~~~~~~~~ rlang/env.c:10:18: note: each undeclared identifier is reported only once for each function it appears in In file included from rlang/rlang.c:15: rlang/env-binding.c: In function 'r_env_binding_is_promise': rlang/env-binding.c:7:45: error: implicit declaration of function 'PRVALUE' [-Wimplicit-function-declaration] 7 | return r_typeof(obj) == R_TYPE_promise && PRVALUE(obj) == r_syms.unbound; | ^~~~~~~ rlang/env-binding.c:7:58: warning: comparison between pointer and integer 7 | return r_typeof(obj) == R_TYPE_promise && PRVALUE(obj) == r_syms.unbound; | ^~ In file included from rlang/rlang.c:28: rlang/vec.c: In function 'r_lgl_resize': rlang/vec.c:30:7: error: implicit declaration of function 'SETLENGTH'; did you mean 'XLENGTH'? [-Wimplicit-function-declaration] 30 | SETLENGTH(x, size); \ | ^~~~~~~~~ rlang/vec.c:75:3: note: in expansion of macro 'RESIZE' 75 | RESIZE(R_TYPE_logical, int, r_lgl_cbegin, r_lgl_begin); | ^~~~~~ rlang/vec.c:31:7: error: implicit declaration of function 'SET_TRUELENGTH' [-Wimplicit-function-declaration] 31 | SET_TRUELENGTH(x, x_size); \ | ^~~~~~~~~~~~~~ rlang/vec.c:75:3: note: in expansion of macro 'RESIZE' 75 | RESIZE(R_TYPE_logical, int, r_lgl_cbegin, r_lgl_begin); | ^~~~~~ rlang/vec.c:32:7: error: implicit declaration of function 'SET_GROWABLE_BIT' [-Wimplicit-function-declaration] 32 | SET_GROWABLE_BIT(x); \ | ^~~~~~~~~~~~~~~~ rlang/vec.c:75:3: note: in expansion of macro 'RESIZE' 75 | RESIZE(R_TYPE_logical, int, r_lgl_cbegin, r_lgl_begin); | ^~~~~~ *** Error code 1 Stop. make: stopped making "all" in /tmp/work/devel/R-rlang/work/rlang/src ERROR: compilation failed for package 'rlang' * removing '/tmp/work/devel/R-rlang/work/.destdir/opt/pkg/lib/R/library/rlang' *** Error code 1 Stop. bmake[1]: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/R-rlang *** Error code 1 Stop. bmake: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/R-rlang