+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PGSQL_VERSION_REQD=16 LUA_VERSION_REQD=54 WRKLOG=/tmp/bulklog/lua54-dbi-postgresql-0.7.2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PGSQL_VERSION_REQD=16 LUA_VERSION_REQD=54 WRKLOG=/tmp/bulklog/lua54-dbi-postgresql-0.7.2/work.log ===> Building for lua54-dbi-postgresql-0.7.2 mkdir -p build gcc -c -o build/dbd_common.o dbd/common.c -pedantic -Wall -shared -fPIC -DPIC -std=c99 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/lua-5.4 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. gcc -c -o build/dbd_postgresql_main.o dbd/postgresql/main.c -pedantic -Wall -shared -fPIC -DPIC -std=c99 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/lua-5.4 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lnsl -lsocket -lintl -liconv -lpq gcc -c -o build/dbd_postgresql_connection.o dbd/postgresql/connection.c -pedantic -Wall -shared -fPIC -DPIC -std=c99 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/lua-5.4 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lnsl -lsocket -lintl -liconv -lpq Assembler messages: Fatal error: can't create build/dbd_common.o: No such file or directory gcc -c -o build/dbd_postgresql_statement.o dbd/postgresql/statement.c -pedantic -Wall -shared -fPIC -DPIC -std=c99 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/lua-5.4 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -shared -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lnsl -lsocket -lintl -liconv -lpq dbd/postgresql/statement.c: In function 'statement_execute': dbd/postgresql/statement.c:205:9: warning: dangling pointer 'errstr' to 'err' may be used [-Wdangling-pointer=] 205 | lua_pushfstring(L, DBI_ERR_BINDING_PARAMS, errstr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbd/postgresql/statement.c:163:14: note: 'err' declared here 163 | char err[64]; | ^~~ gmake: *** [Makefile:68: build/dbd_common.o] Error 2 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/lua-dbi-postgresql *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/lua-dbi-postgresql