=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for pound-2.8nb3 --- dh512.h --- --- dh2048.h --- --- pound.o --- --- dh512.h --- openssl dhparam -5 -C -noout 512 > dh512.h --- dh2048.h --- openssl dhparam -5 -C -noout 2048 > dh2048.h --- pound.o --- clang -DF_CONF=\"/opt/pkg/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"/opt/pkg\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -pipe -Os -I/opt/pkg/include -D_REENTRANT -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -D_REENTRANT -DDH_LEN=2048 -I/opt/pkg/include -I/opt/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/opt/pkg/include -c pound.c --- dh512.h --- dhparam: Unknown option: -C dhparam: Use -help for summary. --- dh2048.h --- dhparam: Unknown option: -C dhparam: Use -help for summary. --- dh512.h --- *** [dh512.h] Error code 1 bmake: stopped in /Users/pbulk/build/www/pound/work/Pound-2.8 --- dh2048.h --- *** [dh2048.h] Error code 1 bmake: stopped in /Users/pbulk/build/www/pound/work/Pound-2.8 --- pound.o --- In file included from pound.c:28: ./pound.h:348:3: warning: 'OPENSSL_LH_node_stats_bio' is deprecated [-Wdeprecated-declarations] DEFINE_LHASH_OF(TABNODE); ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/lhash.h:275:5: note: expanded from macro 'DEFINE_LHASH_OF' DEFINE_LHASH_OF_DEPRECATED(type) \ ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/lhash.h:187:9: note: expanded from macro 'DEFINE_LHASH_OF_DEPRECATED' OPENSSL_LH_node_stats_bio((const OPENSSL_LHASH *)lh, out); \ ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/lhash.h:106:1: note: 'OPENSSL_LH_node_stats_bio' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_1 void OPENSSL_LH_node_stats_bio(const OPENSSL_LHASH *lh, BIO *out); ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_1' # define OSSL_DEPRECATEDIN_3_1 OSSL_DEPRECATED(3.1) ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ In file included from pound.c:28: ./pound.h:348:3: warning: 'OPENSSL_LH_node_usage_stats_bio' is deprecated [-Wdeprecated-declarations] DEFINE_LHASH_OF(TABNODE); ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/lhash.h:275:5: note: expanded from macro 'DEFINE_LHASH_OF' DEFINE_LHASH_OF_DEPRECATED(type) \ ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/lhash.h:192:9: note: expanded from macro 'DEFINE_LHASH_OF_DEPRECATED' OPENSSL_LH_node_usage_stats_bio((const OPENSSL_LHASH *)lh, out); \ ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/lhash.h:107:1: note: 'OPENSSL_LH_node_usage_stats_bio' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_1 void OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out); ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_1' # define OSSL_DEPRECATEDIN_3_1 OSSL_DEPRECATED(3.1) ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ In file included from pound.c:28: ./pound.h:348:3: warning: 'OPENSSL_LH_stats_bio' is deprecated [-Wdeprecated-declarations] DEFINE_LHASH_OF(TABNODE); ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/lhash.h:275:5: note: expanded from macro 'DEFINE_LHASH_OF' DEFINE_LHASH_OF_DEPRECATED(type) \ ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/lhash.h:197:9: note: expanded from macro 'DEFINE_LHASH_OF_DEPRECATED' OPENSSL_LH_stats_bio((const OPENSSL_LHASH *)lh, out); \ ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/lhash.h:105:1: note: 'OPENSSL_LH_stats_bio' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_1 void OPENSSL_LH_stats_bio(const OPENSSL_LHASH *lh, BIO *out); ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_1' # define OSSL_DEPRECATEDIN_3_1 OSSL_DEPRECATED(3.1) ^ /Users/pbulk/build/www/pound/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ pound.c:93:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(ret_val = pthread_mutex_lock(&l_array[n])) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pound.c:93:20: note: place parentheses around the assignment to silence this warning if(ret_val = pthread_mutex_lock(&l_array[n])) ^ ( ) pound.c:93:20: note: use '==' to turn this assignment into an equality comparison if(ret_val = pthread_mutex_lock(&l_array[n])) ^ == pound.c:96:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(ret_val = pthread_mutex_unlock(&l_array[n])) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pound.c:96:20: note: place parentheses around the assignment to silence this warning if(ret_val = pthread_mutex_unlock(&l_array[n])) ^ ( ) pound.c:96:20: note: use '==' to turn this assignment into an equality comparison if(ret_val = pthread_mutex_unlock(&l_array[n])) ^ == 5 warnings generated. 2 errors bmake: stopped in /Users/pbulk/build/www/pound/work/Pound-2.8 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/www/pound *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/www/pound