+ 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/sslproxy-1.1.2nb4/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sslproxy-1.1.2nb4/work.log ===> Building for sslproxy-1.1.2nb4 gcc -c -Wall -g3 -DVERSION=\"1.1.2\" ssl_proxy.c -o ssl_proxy.o ssl_proxy.c: In function 'tmp_rsa_cb': ssl_proxy.c:166:9: warning: 'RSA_generate_key' is deprecated: Since OpenSSL 0.9.8 [-Wdeprecated-declarations] 166 | rsa=RSA_generate_key(key_len, RSA_F4, NULL, NULL); | ^~~ In file included from /home/pbulk/build/security/sslproxy/work/.buildlink/include/openssl/x509.h:36, from /home/pbulk/build/security/sslproxy/work/.buildlink/include/openssl/ssl.h:32, from ssl_proxy.c:45: /home/pbulk/build/security/sslproxy/work/.buildlink/include/openssl/rsa.h:264:30: note: declared here 264 | OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long e, void | ^~~~~~~~~~~~~~~~ ssl_proxy.c: In function 'client_init': ssl_proxy.c:231:9: error: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] 231 | bcopy(hp->h_addr, &client_sa_in.sin_addr, hp->h_length); | ^~~~~ ssl_proxy.c:231:9: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] ssl_proxy.c: In function 'conn_accept': ssl_proxy.c:269:5: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 269 | bcopy(&server_sa, &conn[i].server_sa, server_sa_len); | ^~~~~ ssl_proxy.c: In function 'main': ssl_proxy.c:532:5: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 532 | bzero(conn, max_conn*sizeof(Conn)); | ^~~~~ ssl_proxy.c:532:5: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] gmake: *** [Makefile:21: ssl_proxy.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/sslproxy *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/sslproxy