=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/comms/conserver8", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for conserver8-8.2.4nb3 --- all --- for n in conserver console conserver.cf; do ( cd $n && /opt/pkg/bin/bmake all ) || exit 1; done --- access.o --- --- client.o --- --- consent.o --- --- group.o --- --- access.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -c -o access.o access.c --- consent.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -c -o consent.o consent.c --- group.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -c -o group.o group.c --- client.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -c -o client.o client.c --- group.o --- group.c: In function 'Spawn': group.c:5040:9: error: expected identifier or '(' before 'true' 5040 | int true = 1; | ^~~~ group.c:5067:53: error: lvalue required as unary '&' operand 5067 | (sfd, SOL_SOCKET, SO_REUSEADDR, (char *)&true, | ^ --- main.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -c -o main.o main.c --- group.o --- *** [group.o] Error code 1 bmake[1]: stopped making "all" in /tmp/work/comms/conserver8/work/conserver-8.2.4/conserver --- main.o --- main.c: In function 'DHFromArray': main.c:143:5: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 143 | if ((dh = DH_new()) == NULL) { | ^~ In file included from /tmp/work/comms/conserver8/work/.buildlink/include/openssl/dsa.h:31, from /tmp/work/comms/conserver8/work/.buildlink/include/openssl/x509.h:39, from /tmp/work/comms/conserver8/work/.buildlink/include/openssl/ssl.h:34, from ./cutil.h:9, from main.c:32: /tmp/work/comms/conserver8/work/.buildlink/include/openssl/dh.h:210:27: note: declared here 210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ main.c:149:5: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 149 | if (!DH_set0_pqg(dh, p, NULL, g)) { | ^~ /tmp/work/comms/conserver8/work/.buildlink/include/openssl/dh.h:266:27: note: declared here 266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ main.c:152:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 152 | DH_free(dh); | ^~~~~~~ /tmp/work/comms/conserver8/work/.buildlink/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ main.c: In function 'SetupSSL': main.c:406:9: warning: 'SSL_CTX_set_tmp_dh_callback' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 406 | SSL_CTX_set_tmp_dh_callback(ctx, TmpDHCallback); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/conserver8/work/.buildlink/include/openssl/ssl.h:2282:6: note: declared here 2282 | void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'DestroyDataStructures': main.c:775:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 775 | DH_free(dh512); | ^~~~~~~ /tmp/work/comms/conserver8/work/.buildlink/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ main.c:777:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 777 | DH_free(dh1024); | ^~~~~~~ /tmp/work/comms/conserver8/work/.buildlink/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ main.c:779:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 779 | DH_free(dh2048); | ^~~~~~~ /tmp/work/comms/conserver8/work/.buildlink/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ main.c:781:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 781 | DH_free(dh4096); | ^~~~~~~ /tmp/work/comms/conserver8/work/.buildlink/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ bmake[1]: 1 error bmake[1]: stopped making "all" in /tmp/work/comms/conserver8/work/conserver-8.2.4/conserver *** [all] Error code 1 bmake: stopped making "all" in /tmp/work/comms/conserver8/work/conserver-8.2.4 bmake: 1 error bmake: stopped making "all" in /tmp/work/comms/conserver8/work/conserver-8.2.4 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/comms/conserver8 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/comms/conserver8