=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for pound-2.7fnb1 cc -DF_CONF=\"/usr/pkg/etc/pound.cfg\" -DVERSION=\"2.7f\" -DC_SSL=\"/usr\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_REENTRANT -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -D_REENTRANT -DDH_LEN=2048 -I/usr/include -I/usr/pkg/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -I/usr/include -c pound.c In file included from pound.c:28: ./pound.h:490:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern get_thr_qlen(void); ~~~~~~ ^ 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])) ^ == pound.c:173:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] get_thr_qlen(void) ^ pound.c:236:25: error: variable has incomplete type 'struct sched_param' struct sched_param sp; ^ /usr/pkgsrc/work/www/pound/work/.buildlink/include/pthread.h:280:8: note: forward declaration of 'struct sched_param' struct sched_param; ^ 4 warnings and 1 error generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/www/pound/work/Pound-2.7f *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/www/pound *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/www/pound