=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for nntpclnt-1.6.1nb6 --- version.o --- --- uname.o --- --- inews.o --- --- nntpclnt.o --- --- uname.o --- cc -O -DNNTPSRC -c uname.c --- nntpclnt.o --- cc -O -DNNTPSRC -c nntpclnt.c --- inews.o --- cc -O -DNNTPSRC -c inews.c --- version.o --- cc -O -DNNTPSRC -c version.c --- nntpclnt.o --- In file included from nntpclnt.c:33:0: config.h:55:0: warning: "bcopy" redefined #define bcopy(s,d,n) memcpy((char*)d,(char*)s,(int)n) /* Different */ In file included from /usr/include/strings.h:72:0, from nntpclnt.c:30: /usr/include/ssp/strings.h:38:0: note: this is the location of the previous definition #define bcopy(src, dst, len) \ In file included from nntpclnt.c:33:0: config.h:56:0: warning: "bzero" redefined #define bzero(d,n) memset((char*)d,0,(int)n) /* flavors. */ In file included from /usr/include/strings.h:72:0, from nntpclnt.c:30: /usr/include/ssp/strings.h:42:0: note: this is the location of the previous definition #define bzero(dst, len) \ --- uname.o --- In file included from uname.c:19:0: config.h:55:0: warning: "bcopy" redefined #define bcopy(s,d,n) memcpy((char*)d,(char*)s,(int)n) /* Different */ In file included from /usr/include/strings.h:72:0, from uname.c:18: /usr/include/ssp/strings.h:38:0: note: this is the location of the previous definition #define bcopy(src, dst, len) \ In file included from uname.c:19:0: config.h:56:0: warning: "bzero" redefined #define bzero(d,n) memset((char*)d,0,(int)n) /* flavors. */ In file included from /usr/include/strings.h:72:0, from uname.c:18: /usr/include/ssp/strings.h:42:0: note: this is the location of the previous definition #define bzero(dst, len) \ uname.c:66:1: warning: return type defaults to 'int' [-Wimplicit-int] uname(uptr) ^~~~~ uname.c: In function 'uname': uname.c:74:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ uname.c:74:2: warning: incompatible implicit declaration of built-in function 'exit' uname.c:74:2: note: include '' or provide a declaration of 'exit' --- postauth.o --- cc -O -DNNTPSRC -c postauth.c --- nntpclnt.o --- nntpclnt.c:201:1: warning: return type defaults to 'int' [-Wimplicit-int] server_init(machine) ^~~~~~~~~~~ nntpclnt.c: In function 'server_init': nntpclnt.c:230:13: warning: implicit declaration of function 'dup' [-Wimplicit-function-declaration] sockt_wr = dup(sockt_rd); ^~~ --- inews.o --- In file included from inews.c:27:0: config.h:55:0: warning: "bcopy" redefined #define bcopy(s,d,n) memcpy((char*)d,(char*)s,(int)n) /* Different */ In file included from /usr/include/strings.h:72:0, from inews.c:25: /usr/include/ssp/strings.h:38:0: note: this is the location of the previous definition #define bcopy(src, dst, len) \ In file included from inews.c:27:0: config.h:56:0: warning: "bzero" redefined #define bzero(d,n) memset((char*)d,0,(int)n) /* flavors. */ In file included from /usr/include/strings.h:72:0, from inews.c:25: /usr/include/ssp/strings.h:42:0: note: this is the location of the previous definition #define bzero(dst, len) \ --- nntpclnt.o --- nntpclnt.c:253:14: warning: implicit declaration of function 'atoi'; did you mean 'strtoi'? [-Wimplicit-function-declaration] result[0] = atoi(line); ^~~~ strtoi nntpclnt.c: In function 'get_tcp_socket': nntpclnt.c:418:10: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] (void) close(s); ^~~~~ pclose nntpclnt.c: At top level: nntpclnt.c:600:1: warning: return type defaults to 'int' [-Wimplicit-int] handle_server_response(response, nntpserver) ^~~~~~~~~~~~~~~~~~~~~~ nntpclnt.c:751:1: warning: return type defaults to 'int' [-Wimplicit-int] get_server(string, size) ^~~~~~~~~~ --- postauth.o --- postauth.c: In function 'postauth': postauth.c:37:7: warning: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration] if (!strcasecmp(authtype,"SIMPLE")) ^~~~~~~~~~ postauth.c:38:10: warning: implicit declaration of function 'authsimple' [-Wimplicit-function-declaration] return(authsimple(host)); ^~~~~~~~~~ postauth.c:41:10: warning: implicit declaration of function 'authold' [-Wimplicit-function-declaration] return (authold(host)); ^~~~~~~ postauth.c: In function 'authsimple': postauth.c:91:6: warning: implicit declaration of function 'converse' [-Wimplicit-function-declaration] if (converse(buf, sizeof(buf)) != CONT_AUTH) ^~~~~~~~ postauth.c: At top level: postauth.c:110:1: warning: return type defaults to 'int' [-Wimplicit-int] authold(host) ^~~~~~~ postauth.c: In function 'converse': postauth.c:165:2: warning: implicit declaration of function 'put_server' [-Wimplicit-function-declaration] put_server(buf); ^~~~~~~~~~ postauth.c:166:2: warning: implicit declaration of function 'get_server' [-Wimplicit-function-declaration] get_server(buf,buflen); ^~~~~~~~~~ postauth.c:167:9: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] return(atoi(buf)); ^~~~ --- inews --- cc -O -DNNTPSRC inews.o uname.o postauth.o nntpclnt.o version.o -o inews cd /tmp/news/nntpclnt/work/nntpclnt-1.6.1 && ar clq libnntpclnt.a nntpclnt.o && ranlib libnntpclnt.a