+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PGSQL_VERSION_REQD=17 WRKLOG=/tmp/bulklog/postgresql17-wal2json-2.5/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PGSQL_VERSION_REQD=17 WRKLOG=/tmp/bulklog/postgresql17-wal2json-2.5/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for postgresql17-wal2json-2.5 cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -DLDAP_DEPRECATED -fPIC -fvisibility=hidden -I. -I./ -I/usr/pkg/include/postgresql/server -I/usr/pkg/include/postgresql/internal -I/usr/pkg/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -DLDAP_DEPRECATED -D_GNU_SOURCE -I/usr/pkg/include/libxml2 -I/usr/pkg/include -c -o wal2json.o wal2json.c wal2json.c: In function 'tuple_to_stringinfo': wal2json.c:1192:65: warning: declaration of 'isnull' shadows a previous local [-Wshadow=compatible-local] 1192 | bool isnull; | ^~~~~~ wal2json.c:1054:49: note: shadowed declaration is here 1054 | bool isnull; /* column is null? */ | ^~~~~~ wal2json.c: In function 'pg_decode_change_v1': wal2json.c:1780:94: error: 'HeapTupleData' has no member named 'tuple' 1780 | columns_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, true, relation); | ^~ wal2json.c:1781:89: error: 'HeapTupleData' has no member named 'tuple' 1781 | pk_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, pkbs, false); | ^~ wal2json.c:1785:94: error: 'HeapTupleData' has no member named 'tuple' 1785 | columns_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, false, relation); | ^~ wal2json.c:1790:86: error: 'HeapTupleData' has no member named 'tuple' 1790 | columns_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, true, relation); | ^~ wal2json.c:1793:89: error: 'HeapTupleData' has no member named 'tuple' 1793 | pk_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, pkbs, true); | ^~ wal2json.c:1809:95: error: 'HeapTupleData' has no member named 'tuple' 1809 | identity_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, ribs); | ^~ wal2json.c:1814:95: error: 'HeapTupleData' has no member named 'tuple' 1814 | identity_to_stringinfo(ctx, tupdesc, &change->data.tp.oldtuple->tuple, NULL); | ^~ wal2json.c:1820:89: error: 'HeapTupleData' has no member named 'tuple' 1820 | pk_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, pkbs, true); | ^~ wal2json.c:1823:87: error: 'HeapTupleData' has no member named 'tuple' 1823 | identity_to_stringinfo(ctx, tupdesc, &change->data.tp.oldtuple->tuple, ribs); | ^~ wal2json.c: In function 'pg_decode_write_change': wal2json.c:2262:79: error: 'HeapTupleData' has no member named 'tuple' 2262 | pg_decode_write_tuple(ctx, relation, &change->data.tp.newtuple->tuple, PGOUTPUTJSON_CHANGE); | ^~ wal2json.c:2282:79: error: 'HeapTupleData' has no member named 'tuple' 2282 | pg_decode_write_tuple(ctx, relation, &change->data.tp.oldtuple->tuple, PGOUTPUTJSON_IDENTITY); | ^~ wal2json.c:2307:95: error: 'HeapTupleData' has no member named 'tuple' 2307 | pg_decode_write_tuple(ctx, relation, &change->data.tp.newtuple->tuple, PGOUTPUTJSON_IDENTITY); | ^~ wal2json.c:2334:95: error: 'HeapTupleData' has no member named 'tuple' 2334 | pg_decode_write_tuple(ctx, relation, &change->data.tp.oldtuple->tuple, PGOUTPUTJSON_PK); | ^~ wal2json.c:2336:95: error: 'HeapTupleData' has no member named 'tuple' 2336 | pg_decode_write_tuple(ctx, relation, &change->data.tp.newtuple->tuple, PGOUTPUTJSON_PK); | ^~ make: *** [: wal2json.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/databases/postgresql-wal2json *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/databases/postgresql-wal2json