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