+ 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/i3lock-2.8nb7/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/i3lock-2.8nb7/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for i3lock-2.8nb7
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ev -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 -std=c99 -pipe -Wall -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/libpng16 -I/opt/pkg/include/pixman-1 -Du_int32_t=uint32_t -I/opt/pkg/include/ev -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 -D_GNU_SOURCE -DVERSION=\""2.8 (2016-06-04)"\"  -c -o i3lock.o i3lock.c
i3lock.c: In function 'input_done':
i3lock.c:282:17: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration]
  282 |             if (asprintf(&tmp, "%s", mod_name) != -1)
      |                 ^~~~~~~~
      |                 vsprintf
i3lock.c: In function 'conv_callback':
i3lock.c:604:30: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
  604 |         if ((resp[c]->resp = strdup(password)) == NULL) {
      |                              ^~~~~~
      |                              strcmp
i3lock.c:604:28: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  604 |         if ((resp[c]->resp = strdup(password)) == NULL) {
      |                            ^
i3lock.c: In function 'main':
i3lock.c:768:29: warning: initialization of 'int (*)(int,  struct pam_message **, struct pam_response **, void *)' from incompatible pointer type 'int (*)(int,  const struct pam_message **, struct pam_response **, void *)' [-Wincompatible-pointer-types]
  768 |     struct pam_conv conv = {conv_callback, NULL};
      |                             ^~~~~~~~~~~~~
i3lock.c:768:29: note: (near initialization for 'conv.conv')
i3lock.c:831:28: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  831 |                 image_path = strdup(optarg);
      |                            ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ev -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 -std=c99 -pipe -Wall -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/libpng16 -I/opt/pkg/include/pixman-1 -Du_int32_t=uint32_t -I/opt/pkg/include/ev -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 -D_GNU_SOURCE -DVERSION=\""2.8 (2016-06-04)"\"  -c -o unlock_indicator.o unlock_indicator.c
unlock_indicator.c: In function 'draw_image':
unlock_indicator.c:153:23: error: 'M_PI' undeclared (first use in this function)
  153 |                   2 * M_PI /* end */);
      |                       ^~~~
unlock_indicator.c:153:23: note: each undeclared identifier is reported only once for each function it appears in
gmake: *** [<builtin>: unlock_indicator.o] Error 1
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/i3lock