+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/putty-0.81/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/putty-0.81/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for putty-0.81
[  0%] Building C object CMakeFiles/logging.dir/logging.c.o
[  0%] Checking current git commit
[  0%] Built target check_git_commit
[  0%] Building C object CMakeFiles/eventloop.dir/callback.c.o
[  1%] Building C object CMakeFiles/eventloop.dir/timing.c.o
[  1%] Built target logging
[  2%] Building C object CMakeFiles/console.dir/clicons.c.o
[  2%] Building C object CMakeFiles/eventloop.dir/unix/cliloop.c.o
[  2%] Building C object CMakeFiles/console.dir/console.c.o
[  2%] Building C object CMakeFiles/eventloop.dir/unix/uxsel.c.o
[  2%] Building C object CMakeFiles/console.dir/unix/console.c.o
/home/pbulk/build/security/putty/work/putty-0.81/unix/console.c: In function 'console_open':
/home/pbulk/build/security/putty/work/putty-0.81/unix/console.c:464:18: warning: implicit declaration of function 'fdopen'; did you mean 'f_open'? [-Wimplicit-function-declaration]
  464 |         *outfp = fdopen(*infd, "w");
      |                  ^~~~~~
      |                  f_open
/home/pbulk/build/security/putty/work/putty-0.81/unix/console.c:464:16: warning: assignment to 'FILE *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  464 |         *outfp = fdopen(*infd, "w");
      |                ^
[  2%] Linking C static library libeventloop.a
[  2%] Linking C static library libconsole.a
[  2%] Built target eventloop
[  2%] Building C object CMakeFiles/settings.dir/cmdline.c.o
[  2%] Built target console
[  2%] Building C object crypto/CMakeFiles/object_lib_HAVE_AES_NI.dir/aes-ni.c.o
[  2%] Built target object_lib_HAVE_AES_NI
[  2%] Building C object crypto/CMakeFiles/object_lib_HAVE_SHA_NI.dir/sha256-ni.c.o
[  2%] Building C object CMakeFiles/settings.dir/settings.c.o
[  3%] Building C object crypto/CMakeFiles/object_lib_HAVE_SHA_NI.dir/sha1-ni.c.o
[  4%] Building C object CMakeFiles/settings.dir/unix/storage.c.o
[  4%] Linking C static library libsettings.a
[  4%] Built target settings
[  4%] Building C object crypto/CMakeFiles/object_lib_HAVE_CLMUL.dir/aesgcm-clmul.c.o
[  4%] Built target object_lib_HAVE_SHA_NI
[  4%] Building C object CMakeFiles/network.dir/errsock.c.o
[  4%] Building C object CMakeFiles/network.dir/logging.c.o
[  4%] Built target object_lib_HAVE_CLMUL
[  4%] Building C object CMakeFiles/keygen.dir/import.c.o
[  5%] Building C object CMakeFiles/network.dir/x11disp.c.o
[  5%] Building C object CMakeFiles/network.dir/proxy/proxy.c.o
In file included from /home/pbulk/build/security/putty/work/putty-0.81/putty.h:8,
                 from /home/pbulk/build/security/putty/work/putty-0.81/proxy/proxy.c:12:
/home/pbulk/build/security/putty/work/putty-0.81/proxy/proxy.c: In function 'proxy_for_destination':
/home/pbulk/build/security/putty/work/putty-0.81/unix/platform.h:336:18: warning: implicit declaration of function 'strncasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  336 | #define strnicmp strncasecmp
      |                  ^~~~~~~~~~~
/home/pbulk/build/security/putty/work/putty-0.81/proxy/proxy.c:348:26: note: in expansion of macro 'strnicmp'
  348 |             if ((addr && strnicmp(hostip + hostip_len - (e - s - 1),
      |                          ^~~~~~~~
[  6%] Building C object CMakeFiles/keygen.dir/keygen/dsa.c.o
[  6%] Building C object CMakeFiles/network.dir/proxy/http.c.o
In file included from /home/pbulk/build/security/putty/work/putty-0.81/putty.h:8,
                 from /home/pbulk/build/security/putty/work/putty-0.81/proxy/http.c:5:
/home/pbulk/build/security/putty/work/putty-0.81/proxy/http.c: In function 'parse_http_auth_header':
/home/pbulk/build/security/putty/work/putty-0.81/unix/platform.h:337:17: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  337 | #define stricmp strcasecmp
      |                 ^~~~~~~~~~
/home/pbulk/build/security/putty/work/putty-0.81/proxy/http.c:280:10: note: in expansion of macro 'stricmp'
  280 |     if (!stricmp(s->token->s, "Basic")) {
      |          ^~~~~~~
[  6%] Building C object CMakeFiles/keygen.dir/keygen/ecdsa.c.o
[  6%] Building C object CMakeFiles/keygen.dir/keygen/millerrabin.c.o
[  6%] Building C object CMakeFiles/keygen.dir/keygen/mpunsafe.c.o
[  6%] Building C object CMakeFiles/network.dir/proxy/socks4.c.o
[  7%] Building C object CMakeFiles/keygen.dir/keygen/pockle.c.o
[  8%] Building C object CMakeFiles/network.dir/proxy/socks5.c.o
[  8%] Building C object CMakeFiles/network.dir/proxy/telnet.c.o
In file included from /home/pbulk/build/security/putty/work/putty-0.81/putty.h:8,
                 from /home/pbulk/build/security/putty/work/putty-0.81/proxy/telnet.c:10:
/home/pbulk/build/security/putty/work/putty-0.81/proxy/telnet.c: In function 'format_telnet_command':
/home/pbulk/build/security/putty/work/putty-0.81/unix/platform.h:336:18: warning: implicit declaration of function 'strncasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  336 | #define strnicmp strncasecmp
      |                  ^~~~~~~~~~~
/home/pbulk/build/security/putty/work/putty-0.81/proxy/telnet.c:133:22: note: in expansion of macro 'strnicmp'
  133 |             else if (strnicmp(fmt + eo, "host", 4) == 0) {
      |                      ^~~~~~~~
[  8%] Building C object CMakeFiles/keygen.dir/keygen/prime.c.o
[  8%] Building C object CMakeFiles/network.dir/proxy/local.c.o
[  8%] Building C object CMakeFiles/network.dir/proxy/interactor.c.o
[  8%] Building C object CMakeFiles/keygen.dir/keygen/primecandidate.c.o
[  9%] Building C object CMakeFiles/network.dir/unix/network.c.o
/home/pbulk/build/security/putty/work/putty-0.81/unix/network.c:28:10: fatal error: sys/sockio.h: No such file or directory
   28 | #include <sys/sockio.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
--- CMakeFiles/network.dir/unix/network.c.o ---
*** [CMakeFiles/network.dir/unix/network.c.o] Error code 1

bmake[2]: stopped making "CMakeFiles/network.dir/build" in /home/pbulk/build/security/putty/work/putty-0.81
bmake[2]: 1 error

bmake[2]: stopped making "CMakeFiles/network.dir/build" in /home/pbulk/build/security/putty/work/putty-0.81
--- CMakeFiles/network.dir/all ---
*** [CMakeFiles/network.dir/all] Error code 2

bmake[1]: stopped making "all" in /home/pbulk/build/security/putty/work/putty-0.81
--- CMakeFiles/keygen.dir/all ---
*** [CMakeFiles/keygen.dir/all] Error code 6

bmake[1]: stopped making "all" in /home/pbulk/build/security/putty/work/putty-0.81
bmake[1]: 2 errors

bmake[1]: stopped making "all" in /home/pbulk/build/security/putty/work/putty-0.81
*** [all] Error code 2

bmake: stopped making "all" in /home/pbulk/build/security/putty/work/putty-0.81
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/security/putty/work/putty-0.81
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/security/putty
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/security/putty