=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for xipdump-1.5.4nb5 cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_alloc.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_arr.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_arr_char.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_assoc.c mg_assoc.c:54:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (a = assoc_str_ptr_from_left(assoc,left)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mg_assoc.c:54:9: note: place parentheses around the assignment to silence this warning if (a = assoc_str_ptr_from_left(assoc,left)) ^ ( ) mg_assoc.c:54:9: note: use '==' to turn this assignment into an equality comparison if (a = assoc_str_ptr_from_left(assoc,left)) ^ == 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_bit.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_buf.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_dict.c mg_dict.c:26:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (carry = (hash_code & 0xf0000000)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ mg_dict.c:26:17: note: place parentheses around the assignment to silence this warning if (carry = (hash_code & 0xf0000000)) ^ ( ) mg_dict.c:26:17: note: use '==' to turn this assignment into an equality comparison if (carry = (hash_code & 0xf0000000)) ^ == mg_dict.c:183:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = dict_get(dict,key)) ~~~^~~~~~~~~~~~~~~~~~~~ mg_dict.c:183:10: note: place parentheses around the assignment to silence this warning if (he = dict_get(dict,key)) ^ ( ) mg_dict.c:183:10: note: use '==' to turn this assignment into an equality comparison if (he = dict_get(dict,key)) ^ == mg_dict.c:214:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = dict_get(dict,key)) ~~~^~~~~~~~~~~~~~~~~~~~ mg_dict.c:214:10: note: place parentheses around the assignment to silence this warning if (he = dict_get(dict,key)) ^ ( ) mg_dict.c:214:10: note: use '==' to turn this assignment into an equality comparison if (he = dict_get(dict,key)) ^ == mg_dict.c:484:50: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] fprintf(stderr,"key=`%s' value=0x%x\n",he->key,he->value); ~~ ^~~~~~~~~ 4 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_dict_int.c mg_dict_int.c:74:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s = index(str,'=')) ~~^~~~~~~~~~~~~~~~ mg_dict_int.c:74:13: note: place parentheses around the assignment to silence this warning if (s = index(str,'=')) ^ ( ) mg_dict_int.c:74:13: note: use '==' to turn this assignment into an equality comparison if (s = index(str,'=')) ^ == 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_dict_str.c mg_dict_str.c:31:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = dict_get(dict,key)) ~~~^~~~~~~~~~~~~~~~~~~~ mg_dict_str.c:31:10: note: place parentheses around the assignment to silence this warning if (he = dict_get(dict,key)) ^ ( ) mg_dict_str.c:31:10: note: use '==' to turn this assignment into an equality comparison if (he = dict_get(dict,key)) ^ == mg_dict_str.c:71:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = dict_get(dict,key)) ~~~^~~~~~~~~~~~~~~~~~~~ mg_dict_str.c:71:10: note: place parentheses around the assignment to silence this warning if (he = dict_get(dict,key)) ^ ( ) mg_dict_str.c:71:10: note: use '==' to turn this assignment into an equality comparison if (he = dict_get(dict,key)) ^ == mg_dict_str.c:102:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = dict_get(dict,key)) ~~~^~~~~~~~~~~~~~~~~~~~ mg_dict_str.c:102:10: note: place parentheses around the assignment to silence this warning if (he = dict_get(dict,key)) ^ ( ) mg_dict_str.c:102:10: note: use '==' to turn this assignment into an equality comparison if (he = dict_get(dict,key)) ^ == mg_dict_str.c:222:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 4 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_dm.c mg_dm.c:43:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = id_get(dm->id,ptr)) ~~~^~~~~~~~~~~~~~~~~~~~ mg_dm.c:43:10: note: place parentheses around the assignment to silence this warning if (he = id_get(dm->id,ptr)) ^ ( ) mg_dm.c:43:10: note: use '==' to turn this assignment into an equality comparison if (he = id_get(dm->id,ptr)) ^ == mg_dm.c:118:8: warning: implicit declaration of function 'gmatch' is invalid in C99 [-Wimplicit-function-declaration] if (!gmatch(dme->comment2,comment2)) ^ mg_dm.c:223:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (dme = dm_unregister_ptr(dm,ptr,comment1,comment2)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mg_dm.c:223:11: note: place parentheses around the assignment to silence this warning if (dme = dm_unregister_ptr(dm,ptr,comment1,comment2)) ^ ( ) mg_dm.c:223:11: note: use '==' to turn this assignment into an equality comparison if (dme = dm_unregister_ptr(dm,ptr,comment1,comment2)) ^ == 3 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_dyn_str.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_err.c mg_err.c:120:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err = err_msg(errcode)) ~~~~^~~~~~~~~~~~~~~~~~ mg_err.c:120:11: note: place parentheses around the assignment to silence this warning if (err = err_msg(errcode)) ^ ( ) mg_err.c:120:11: note: use '==' to turn this assignment into an equality comparison if (err = err_msg(errcode)) ^ == 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_hash.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_id.c mg_id.c:176:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = id_get(id,key)) ~~~^~~~~~~~~~~~~~~~ mg_id.c:176:10: note: place parentheses around the assignment to silence this warning if (he = id_get(id,key)) ^ ( ) mg_id.c:176:10: note: use '==' to turn this assignment into an equality comparison if (he = id_get(id,key)) ^ == mg_id.c:356:30: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] fprintf(stderr,"0x%x=0x%x",he->key,he->value); ~~ ^~~~~~~ mg_id.c:356:38: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] fprintf(stderr,"0x%x=0x%x",he->key,he->value); ~~ ^~~~~~~~~ mg_id.c:414:28: warning: format specifies type 'int' but the argument has type 'void *' [-Wformat] fprintf(stderr,"%d=%x\n",he->key,he->value); ~~ ^~~~~~~ mg_id.c:414:36: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] fprintf(stderr,"%d=%x\n",he->key,he->value); ~~ ^~~~~~~~~ 5 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_id_ptr.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_id_str.c mg_id_str.c:18:28: warning: format specifies type 'int' but the argument has type 'void *' [-Wformat] fprintf(stderr,"%d=%s\n",he->key,he->value); ~~ ^~~~~~~ 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_int.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_mask.c mg_mask.c:63:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (mask_def = mask_get_def_from_str(defs,str)) ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mg_mask.c:63:17: note: place parentheses around the assignment to silence this warning if (mask_def = mask_get_def_from_str(defs,str)) ^ ( ) mg_mask.c:63:17: note: use '==' to turn this assignment into an equality comparison if (mask_def = mask_get_def_from_str(defs,str)) ^ == 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_misc.c mg_misc.c:80:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_parse.c mg_parse.c:329:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ptr = bindex(bc->buf,bc->len,'\n')) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mg_parse.c:329:15: note: place parentheses around the assignment to silence this warning if (ptr = bindex(bc->buf,bc->len,'\n')) ^ ( ) mg_parse.c:329:15: note: use '==' to turn this assignment into an equality comparison if (ptr = bindex(bc->buf,bc->len,'\n')) ^ == 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_printf.c mg_printf.c:21:7: warning: implicit declaration of function 'iscntrl' is invalid in C99 [-Wimplicit-function-declaration] if (iscntrl(ch) && ch != '\n' && ch != '\t') ^ 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_stack.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_str.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_sysdep.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_vec.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_vec_buf.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_vec_int.c mg_vec_int.c:37:28: warning: format specifies type 'int' but the argument has type 'void *' [-Wformat] fprintf(stderr,"%d ",p); ~~ ^ 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_vec_ptr.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_vec_str.c mg_vec_str.c:37:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tmp = strdup_alloc(s3, ~~~~^~~~~~~~~~~~~~~~~~ mg_vec_str.c:37:12: note: place parentheses around the assignment to silence this warning if (tmp = strdup_alloc(s3, ^ mg_vec_str.c:37:12: note: use '==' to turn this assignment into an equality comparison if (tmp = strdup_alloc(s3, ^ == mg_vec_str.c:51:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tmp = strdup_alloc(s3, ~~~~^~~~~~~~~~~~~~~~~~ mg_vec_str.c:51:15: note: place parentheses around the assignment to silence this warning if (tmp = strdup_alloc(s3, ^ mg_vec_str.c:51:15: note: use '==' to turn this assignment into an equality comparison if (tmp = strdup_alloc(s3, ^ == 2 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c mg_opt.c mg_opt.c:254:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c gdm.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c gmatch.c gmatch.c:42:12: warning: implicit declaration of function 'glob_match' is invalid in C99 [-Wimplicit-function-declaration] return (glob_match(pattern,text,0,GMATCH_SENSITIVE)); ^ 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c snprintf.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_16.c pat_16.c:368:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_int_from_right(assocs,(int)u16)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_16.c:368:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_int_from_right(assocs,(int)u16)) ^ ( ) pat_16.c:368:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_int_from_right(assocs,(int)u16)) ^ == pat_16.c:390:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_ptr_from_left(assocs,value)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_16.c:390:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_ptr_from_left(assocs,value)) ^ ( ) pat_16.c:390:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_ptr_from_left(assocs,value)) ^ == pat_16.c:709:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_int_from_right(bfad->assocs,(int)u16ret)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_16.c:709:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_int_from_right(bfad->assocs,(int)u16ret)) ^ ( ) pat_16.c:709:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_int_from_right(bfad->assocs,(int)u16ret)) ^ == pat_16.c:734:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_ptr_from_left(bfad->assocs,value)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_16.c:734:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_ptr_from_left(bfad->assocs,value)) ^ ( ) pat_16.c:734:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_ptr_from_left(bfad->assocs,value)) ^ == 4 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_32.c pat_32.c:292:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_int_from_right(assocs,(int)u32)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_32.c:292:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_int_from_right(assocs,(int)u32)) ^ ( ) pat_32.c:292:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_int_from_right(assocs,(int)u32)) ^ == pat_32.c:313:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_ptr_from_left(assocs,value)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_32.c:313:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_ptr_from_left(assocs,value)) ^ ( ) pat_32.c:313:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_ptr_from_left(assocs,value)) ^ == pat_32.c:382:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_int_from_right(assocs,(int)u32)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_32.c:382:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_int_from_right(assocs,(int)u32)) ^ ( ) pat_32.c:382:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_int_from_right(assocs,(int)u32)) ^ == pat_32.c:403:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_ptr_from_left(assocs,value)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_32.c:403:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_ptr_from_left(assocs,value)) ^ ( ) pat_32.c:403:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_ptr_from_left(assocs,value)) ^ == 4 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_8.c pat_8.c:158:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_int_from_right(ascii_assocs, ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_8.c:158:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_int_from_right(ascii_assocs, ^ pat_8.c:158:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_int_from_right(ascii_assocs, ^ == pat_8.c:179:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_ptr_from_left(ascii_assocs, ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_8.c:179:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_ptr_from_left(ascii_assocs, ^ pat_8.c:179:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_ptr_from_left(ascii_assocs, ^ == pat_8.c:403:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_int_from_right(assocs,(int)c)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_8.c:403:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_int_from_right(assocs,(int)c)) ^ ( ) pat_8.c:403:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_int_from_right(assocs,(int)c)) ^ == pat_8.c:424:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_ptr_from_left(assocs,value)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_8.c:424:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_ptr_from_left(assocs,value)) ^ ( ) pat_8.c:424:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_ptr_from_left(assocs,value)) ^ == pat_8.c:595:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_int_from_right(bfad->assocs,(int)u8ret)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_8.c:595:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_int_from_right(bfad->assocs,(int)u8ret)) ^ ( ) pat_8.c:595:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_int_from_right(bfad->assocs,(int)u8ret)) ^ == pat_8.c:618:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_ptr_from_left(bfad->assocs,value)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_8.c:618:13: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_ptr_from_left(bfad->assocs,value)) ^ ( ) pat_8.c:618:13: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_ptr_from_left(bfad->assocs,value)) ^ == 6 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_arp.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_boolean.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_bootp.c pat_bootp.c:741:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = id_get(id, ~~~^~~~~~~~~~~~ pat_bootp.c:741:10: note: place parentheses around the assignment to silence this warning if (he = id_get(id, ^ pat_bootp.c:741:10: note: use '==' to turn this assignment into an equality comparison if (he = id_get(id, ^ == 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_buf.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_bytebuf.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_data.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_dns.c pat_dns.c:249:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = id_get(optional_id, ~~~^~~~~~~~~~~~~~~~~~~~~ pat_dns.c:249:14: note: place parentheses around the assignment to silence this warning if (he = id_get(optional_id, ^ pat_dns.c:249:14: note: use '==' to turn this assignment into an equality comparison if (he = id_get(optional_id, ^ == pat_dns.c:717:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = id_get(optional_id, ~~~^~~~~~~~~~~~~~~~~~~~~ pat_dns.c:717:14: note: place parentheses around the assignment to silence this warning if (he = id_get(optional_id, ^ pat_dns.c:717:14: note: use '==' to turn this assignment into an equality comparison if (he = id_get(optional_id, ^ == 2 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_ethaddr.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_ether.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_icmp.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_icmpcode.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_ieee802.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_igmp.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_inaddr.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_ip.c pat_ip.c:594:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = id_get(id, ~~~^~~~~~~~~~~~ pat_ip.c:594:10: note: place parentheses around the assignment to silence this warning if (he = id_get(id, ^ pat_ip.c:594:10: note: use '==' to turn this assignment into an equality comparison if (he = id_get(id, ^ == pat_ip.c:1143:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = id_get(pat_ip_sub_id, ~~~^~~~~~~~~~~~~~~~~~~~~~~ pat_ip.c:1143:14: note: place parentheses around the assignment to silence this warning if (he = id_get(pat_ip_sub_id, ^ pat_ip.c:1143:14: note: use '==' to turn this assignment into an equality comparison if (he = id_get(pat_ip_sub_id, ^ == 2 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_ipproto.c pat_ipproto.c:53:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (protoentry = getprotobyname(str)) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ pat_ipproto.c:53:22: note: place parentheses around the assignment to silence this warning if (protoentry = getprotobyname(str)) ^ ( ) pat_ipproto.c:53:22: note: use '==' to turn this assignment into an equality comparison if (protoentry = getprotobyname(str)) ^ == pat_ipproto.c:62:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_ptr_from_left(ipproto_assocs,str)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_ipproto.c:62:17: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_ptr_from_left(ipproto_assocs,str)) ^ ( ) pat_ipproto.c:62:17: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_ptr_from_left(ipproto_assocs,str)) ^ == pat_ipproto.c:84:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (protoentry = getprotobynumber(proto)) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ pat_ipproto.c:84:22: note: place parentheses around the assignment to silence this warning if (protoentry = getprotobynumber(proto)) ^ ( ) pat_ipproto.c:84:22: note: use '==' to turn this assignment into an equality comparison if (protoentry = getprotobynumber(proto)) ^ == pat_ipproto.c:95:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (assoc = assoc_str_int_from_right(ipproto_assocs,proto)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_ipproto.c:95:17: note: place parentheses around the assignment to silence this warning if (assoc = assoc_str_int_from_right(ipproto_assocs,proto)) ^ ( ) pat_ipproto.c:95:17: note: use '==' to turn this assignment into an equality comparison if (assoc = assoc_str_int_from_right(ipproto_assocs,proto)) ^ == pat_ipproto.c:144:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (protoentry = getprotoent()) ~~~~~~~~~~~^~~~~~~~~~~~~~~ pat_ipproto.c:144:21: note: place parentheses around the assignment to silence this warning while (protoentry = getprotoent()) ^ ( ) pat_ipproto.c:144:21: note: use '==' to turn this assignment into an equality comparison while (protoentry = getprotoent()) ^ == 5 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_mac.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_null.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_pad.c pat_pad.c:93:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = id_get(id, ~~~^~~~~~~~~~~~ pat_pad.c:93:10: note: place parentheses around the assignment to silence this warning if (he = id_get(id, ^ pat_pad.c:93:10: note: use '==' to turn this assignment into an equality comparison if (he = id_get(id, ^ == 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_pat.c pat_pat.c:217:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (he = dict_get(pat_dict,str)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~ pat_pat.c:217:10: note: place parentheses around the assignment to silence this warning if (he = dict_get(pat_dict,str)) ^ ( ) pat_pat.c:217:10: note: use '==' to turn this assignment into an equality comparison if (he = dict_get(pat_dict,str)) ^ == 1 warning generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_port.c pat_port.c:31:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (serventry = getservbyname(str,proto)) ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ pat_port.c:31:21: note: place parentheses around the assignment to silence this warning if (serventry = getservbyname(str,proto)) ^ ( ) pat_port.c:31:21: note: use '==' to turn this assignment into an equality comparison if (serventry = getservbyname(str,proto)) ^ == pat_port.c:60:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (serventry = getservbyport(UNSAFE_HTONS(port),proto)) ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pat_port.c:60:21: note: place parentheses around the assignment to silence this warning if (serventry = getservbyport(UNSAFE_HTONS(port),proto)) ^ ( ) pat_port.c:60:21: note: use '==' to turn this assignment into an equality comparison if (serventry = getservbyport(UNSAFE_HTONS(port),proto)) ^ == pat_port.c:132:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (serventry = getservent()) ~~~~~~~~~~^~~~~~~~~~~~~~ pat_port.c:132:20: note: place parentheses around the assignment to silence this warning while (serventry = getservent()) ^ ( ) pat_port.c:132:20: note: use '==' to turn this assignment into an equality comparison while (serventry = getservent()) ^ == 3 warnings generated. cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_rip.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_rpc.c cc -O2 -I/usr/pkg/include -march=i586 -I/usr/pkg/include/libnet10 -I/usr/X11R7/include -I. -c pat_rpcnum.c pat_rpcnum.c:14:10: fatal error: 'rpc/rpc.h' file not found #include ^ 1 error generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/xipdump/work/xipdump-1.5.4 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/net/xipdump *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/xipdump