+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tweak-3.02nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tweak-3.02nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for tweak-3.02nb1
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include/ncurses -c -Wall  main.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include/ncurses -c -Wall  keytab.c
keytab.c: In function 'bind_key':
keytab.c:57:20: warning: array subscript 'keytab[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds]
   57 |         (*table)[k]->type = ACTION;
      |                    ^~
keytab.c:56:23: note: object of size 16 allocated by 'malloc'
   56 |         (*table)[k] = malloc(sizeof(base[0]->a));
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include/ncurses -c -Wall  actions.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include/ncurses -c -Wall  search.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include/ncurses -c -Wall  rcfile.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include/ncurses -c -Wall  buffer.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include/ncurses -c -Wall  btree.c
btree.c: In function 'bt_xform':
btree.c:778:21: warning: 'ret2' may be used uninitialized [-Wmaybe-uninitialized]
  778 |     if (out2) *out2 = ret2;
      |               ~~~~~~^~~~~~
btree.c:691:19: note: 'ret2' was declared here
  691 |     nodeptr ret1, ret2;
      |                   ^~~~
btree.c: In function 'bt_join_internal':
btree.c:1586:57: warning: 'childposns' may be used uninitialized [-Wmaybe-uninitialized]
 1586 |             bt_set_child(bt, nodes[nnodes-1], childposns[nnodes-1], la);
      |                                                         ^
btree.c:1527:10: note: 'childposns' was declared here
 1527 |     int *childposns;
      |          ^~~~~~~~~~
btree.c:1586:35: warning: 'nodes' may be used uninitialized [-Wmaybe-uninitialized]
 1586 |             bt_set_child(bt, nodes[nnodes-1], childposns[nnodes-1], la);
      |                                   ^
btree.c:1526:14: note: 'nodes' was declared here
 1526 |     nodeptr *nodes;
      |              ^~~~~
In function 'bt_element',
    inlined from 'bt_delpos' at btree.c:1462:13:
btree.c:209:28: warning: 'saved_pos' may be used uninitialized [-Wmaybe-uninitialized]
  209 |     return n[bt->maxdegree + index].ep;
      |              ~~~~~~~~~~~~~~^~~~~~~
btree.c: In function 'bt_delpos':
btree.c:1325:59: note: 'saved_pos' was declared here
 1325 |     int nnodes, child, nroot, pos2, ends, st, splitpoint, saved_pos;
      |                                                           ^~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include/ncurses -c -Wall  curses.c
gcc -o tweak main.o keytab.o actions.o search.o rcfile.o buffer.o btree.o curses.o -lcurses
ld: fatal: library -lncurses: not found
ld: fatal: file processing errors. No output written to tweak
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:47: tweak] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/tweak
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/tweak