+ 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:13: warning: declaration of 'isnull' shadows a previous local [-Wshadow=compatible-local] bool isnull; ^~~~~~ wal2json.c:1054:11: note: shadowed declaration is here bool isnull; /* column is null? */ ^~~~~~ wal2json.c: In function 'pg_decode_change_v1': wal2json.c:1780:66: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' columns_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, true, relation); ^~ wal2json.c:1781:61: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' pk_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, pkbs, false); ^~ wal2json.c:1785:66: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' columns_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, false, relation); ^~ wal2json.c:1790:65: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' columns_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, true, relation); ^~ wal2json.c:1793:61: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' pk_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, pkbs, true); ^~ wal2json.c:1809:67: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' identity_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, ribs); ^~ wal2json.c:1814:67: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' identity_to_stringinfo(ctx, tupdesc, &change->data.tp.oldtuple->tuple, NULL); ^~ wal2json.c:1820:61: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' pk_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, pkbs, true); ^~ wal2json.c:1823:66: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' identity_to_stringinfo(ctx, tupdesc, &change->data.tp.oldtuple->tuple, ribs); ^~ wal2json.c: In function 'pg_decode_write_change': wal2json.c:2262:65: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' pg_decode_write_tuple(ctx, relation, &change->data.tp.newtuple->tuple, PGOUTPUTJSON_CHANGE); ^~ wal2json.c:2282:65: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' pg_decode_write_tuple(ctx, relation, &change->data.tp.oldtuple->tuple, PGOUTPUTJSON_IDENTITY); ^~ wal2json.c:2307:67: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' pg_decode_write_tuple(ctx, relation, &change->data.tp.newtuple->tuple, PGOUTPUTJSON_IDENTITY); ^~ wal2json.c:2334:67: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' pg_decode_write_tuple(ctx, relation, &change->data.tp.oldtuple->tuple, PGOUTPUTJSON_PK); ^~ wal2json.c:2336:67: error: 'HeapTupleData' {aka 'struct HeapTupleData'} has no member named 'tuple' pg_decode_write_tuple(ctx, relation, &change->data.tp.newtuple->tuple, PGOUTPUTJSON_PK); ^~ gmake: *** [: wal2json.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/postgresql-wal2json *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/postgresql-wal2json