+ 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/traceroute-nanog-6.4.2nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/traceroute-nanog-6.4.2nb1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for traceroute-nanog-6.4.2nb1 cd /home/pbulk/build/net/traceroute-nanog/work/traceroute-nanog-6.4.2.orig && gcc -DSOLARIS -pipe -O2 -msave-args -fno-aggressive-loop-optimizations traceroute.c -o traceroute-nanog -Wl,-R/opt/pkg/lib -lm -lresolv -lsocket -lnsl traceroute.c:935:1: error: return type defaults to 'int' [-Wimplicit-int] 935 | main(argc, argv) | ^~~~ traceroute.c: In function 'main': traceroute.c:994:9: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 994 | bzero(optlist, sizeof(optlist)); | ^~~~~ traceroute.c:994:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] traceroute.c:1036:37: error: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] 1036 | bcopy(&gw, oix, sizeof(u_long)); | ^~~~~ traceroute.c:1036:37: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] traceroute.c:1044:37: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 1044 | bcopy(hp->h_addr, oix, sizeof(u_long)); | ^~~~~ traceroute.c:1232:25: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 1232 | bcopy(hp->h_addr, (caddr_t)&to->sin_addr, hp->h_length); | ^~~~~ traceroute.c:750:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 750 | #define NOERR(val,msg) {if (((int)(val)) < 0) {perror(msg);exit(1);}} | ^ traceroute.c:1312:9: note: in expansion of macro 'NOERR' 1312 | NOERR(signal(SIGINT,halt),"signal SIGINT"); | ^~~~~ traceroute.c:1318:11: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 1318 | bcopy((caddr_t)&to->sin_addr, oix, sizeof(u_long)); | ^~~~~ traceroute.c:750:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 750 | #define NOERR(val,msg) {if (((int)(val)) < 0) {perror(msg);exit(1);}} | ^ traceroute.c:1504:19: note: in expansion of macro 'NOERR' 1504 | NOERR(signal(SIGINT,halt), "signal SIGINT"); | ^~~~~ traceroute.c: At top level: traceroute.c:1741:1: error: return type defaults to 'int' [-Wimplicit-int] 1741 | wait_for_reply(sock, from, deadline) | ^~~~~~~~~~~~~~ traceroute.c: In function 'wait_for_reply': traceroute.c:1759:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1759 | (now.tv_usec > deadline->tv_usec) ) ) return (int)NULL; | ^ traceroute.c: At top level: traceroute.c:1778:1: error: return type defaults to 'int' [-Wimplicit-int] 1778 | send_probe(seq, ttl, proto) | ^~~~~~~~~~ traceroute.c: In function 'send_probe': traceroute.c:1970:12: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 1970 | bcopy(&op->ip_payload.udp_probe.tv, &spray[seq].out, sizeof(struct timeval)); | ^~~~~ traceroute.c: At top level: traceroute.c:2154:1: error: return type defaults to 'int' [-Wimplicit-int] 2154 | packet_ok(buf, cc, from, seq, proto) | ^~~~~~~~~ traceroute.c: In function 'packet_ok': traceroute.c:2254:23: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 2254 | bcopy(&from->sin_addr, | ^~~~~ traceroute.c: At top level: traceroute.c:2345:1: error: return type defaults to 'int' [-Wimplicit-int] 2345 | print(buf, cc, from) | ^~~~~ traceroute.c:2377:1: error: return type defaults to 'int' [-Wimplicit-int] 2377 | tvsub(out, in) | ^~~~~ traceroute.c: In function 'halt': traceroute.c:750:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 750 | #define NOERR(val,msg) {if (((int)(val)) < 0) {perror(msg);exit(1);}} | ^ traceroute.c:2447:3: note: in expansion of macro 'NOERR' 2447 | NOERR(signal(SIGINT,0), "signal SIGINT,0"); | ^~~~~ traceroute.c: In function 'get_origin': traceroute.c:2714:9: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 2714 | bcopy(hp->h_addr, (caddr_t)&sin.sin_addr, hp->h_length); | ^~~~~ traceroute.c: At top level: traceroute.c:2930:1: error: return type defaults to 'int' [-Wimplicit-int] 2930 | doqd(ans,off) | ^~~~ traceroute.c:2943:1: error: return type defaults to 'int' [-Wimplicit-int] 2943 | dorr(ans,off,contact_ptr) | ^~~~ traceroute.c:2962:1: error: return type defaults to 'int' [-Wimplicit-int] 2962 | doname(ans,off,name) | ^~~~~~ traceroute.c:2991:1: error: return type defaults to 'int' [-Wimplicit-int] 2991 | dotype(ans,off) | ^~~~~~ traceroute.c:2998:1: error: return type defaults to 'int' [-Wimplicit-int] 2998 | doclass(ans,off) | ^~~~~~~ traceroute.c:3005:1: error: return type defaults to 'int' [-Wimplicit-int] 3005 | dottl(ans,off) | ^~~~~ traceroute.c:3012:1: error: return type defaults to 'int' [-Wimplicit-int] 3012 | dordata(ans,off,class,typ,fname,contact_ptr) | ^~~~~~~ *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/traceroute-nanog *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/traceroute-nanog