>>> Building on exopi-2 under net/ipsvd DIST = [net/ipsvd:ipsvd-0.12.1.tar.gz] FULLPKGNAME = ipsvd-0.12.1p0 distfiles size=76516 >>> Running build in net/ipsvd at 1713379658.32 ===> net/ipsvd ===> Building from scratch ipsvd-0.12.1p0 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for ipsvd-0.12.1p0 `/exopi-cvs/ports/distfiles/ipsvd-0.12.1.tar.gz' is up to date. >> (SHA256) ipsvd-0.12.1.tar.gz: OK ===> Extracting for ipsvd-0.12.1p0 ===> Patching for ipsvd-0.12.1p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for ipsvd-0.12.1p0 ===> Configuring for ipsvd-0.12.1p0 ===> Building for ipsvd-0.12.1p0 echo "cc -O2 -pipe " > /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/src/conf-cc echo "cc " > /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/src/conf-ld cd /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1 && package/compile Linking ./src/* into ./compile... Compiling everything in ./compile... + cd compile + exec make ( (test ! -r matrixssl.tar.gz && echo nossl) || echo sslio sslsvd) >command.sslcheck mv -f command.sslcheck command.ssl sh find-systype.sh >systype rm -f load sh print-ld.sh >load chmod 555 load rm -f compile sh print-cc.sh >compile chmod 555 compile rm -f choose cat warn-auto.sh choose.sh >choose chmod 555 choose ./choose c trydrent direntry.h1 direntry.h2 >direntry.h ./choose cl tryflock hasflock.h1 hasflock.h2 >hasflock.h ./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 >hasmkffo.h ./choose cl trysgact hassgact.h1 hassgact.h2 >hassgact.h ./choose cl trysgprm hassgprm.h1 hassgprm.h2 >hassgprm.h ./compile chkshsgr.c chkshsgr.c:10:19: warning: incompatible pointer types passing 'short[4]' to parameter of type 'gid_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^ /usr/include/unistd.h:350:28: note: passing argument to parameter here int getgroups(int, gid_t *); ^ chkshsgr.c:10:44: warning: incompatible pointer types passing 'short[4]' to parameter of type 'const gid_t *' (aka 'const unsigned int *') [-Wincompatible-pointer-types] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^ /usr/include/unistd.h:513:34: note: passing argument to parameter here int setgroups(int, const gid_t *); ^ 2 warnings generated. ./load chkshsgr ./chkshsgr || (cat warn-shsgr; exit 1) ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 >hasshsgr.h ./choose cl trywaitp haswaitp.h1 haswaitp.h2 >haswaitp.h ./choose clr trypoll iopause.h1 iopause.h2 >iopause.h ./choose c trysysel select.h1 select.h2 >select.h ./choose clr tryulong64 uint64.h1 uint64.h2 >uint64.h ( (./compile tryulong32.c && ./load tryulong32 && ./tryulong32) >/dev/null 2>&1 && cat uint32.h2 || cat uint32.h1) >uint32.h rm -f tryulong32.o tryulong32 ./compile trysocketlib.c (./load trysocketlib >/dev/null 2>&1 || (./load trysocketlib -lxnet >/dev/null 2>&1 && echo '-lxnet') || (./load trysocketlib -lsocket -lnsl >/dev/null 2>&1 && echo '-lsocket -lnsl') ) >socket.lib rm -f trysocketlib.o trysocketlib rm -f sysdeps cat systype compile load socket.lib >>sysdeps grep sysdep direntry.h >>sysdeps grep sysdep haswaitp.h >>sysdeps grep sysdep hassgact.h >>sysdeps grep sysdep hassgprm.h >>sysdeps grep sysdep select.h >>sysdeps grep sysdep uint64.h >>sysdeps grep sysdep iopause.h >>sysdeps grep sysdep hasmkffo.h >>sysdeps grep sysdep hasflock.h >>sysdeps grep sysdep hasshsgr.h >>sysdeps cat sysdeps openbsd-7.5-:amd64-:-:intel.xeon.processor.(skylake)-:- #!/bin/sh # WARNING: This file was auto-generated. Do not edit! exec cc -O2 -pipe -c ${1+"$@"} #!/bin/sh # WARNING: This file was auto-generated. Do not edit! main="$1"; shift exec cc -o "$main" "$main".o ${1+"$@"} /* sysdep: +dirent */ /* sysdep: +waitpid */ /* sysdep: +sigaction */ /* sysdep: +sigprocmask */ /* sysdep: +sysselect */ /* sysdep: +ulong64 */ /* sysdep: +poll */ /* sysdep: +mkfifo */ /* sysdep: +flock */ /* sysdep: -shortsetgroups */ ./compile tcpsvd.c tcpsvd.c:139:25: warning: passing arguments to 'wait_nohang' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while ((i =wait_nohang(&wstat)) > 0) { ^ 1 warning generated. ./compile ipsvd_log.c ./compile ipsvd_fmt.c ./compile ipsvd_check.c ipsvd_check.c:45:24: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while ((i =byte_chr(insts, instslen, 0)) < instslen) { ^ ipsvd_check.c:187:24: warning: passing arguments to 'byte_rchr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i =byte_rchr(match->s, match->len, '.')) == match->len) break; ^ ipsvd_check.c:206:23: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i =byte_chr(name, str_len(name), '.')) == str_len(name)) break; ^ ipsvd_check.c:292:22: warning: passing arguments to 'byte_rchr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i =byte_rchr(match->s, match->len, '.')) == match->len) break; ^ ipsvd_check.c:308:23: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i =byte_chr(name, str_len(name), '.')) == str_len(name)) break; ^ 5 warnings generated. ./compile ipsvd_hostname.c ipsvd_hostname.c:19:11: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(ip, 4, sa.s +i)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ 1 warning generated. ./compile ipsvd_phcc.c ipsvd_phcc.c:17:21: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (cc) alloc_free(cc); ^ ipsvd_phcc.c:18:25: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cc =(struct hcc*)alloc(c *sizeof(struct hcc)); ^ ipsvd_phcc.c:36:9: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(cc[i].ip, 4, ip)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ ipsvd_phcc.c:42:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(cc[pos].ip, 4, ip); ^ ipsvd_phcc.c:62:21: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (cc) alloc_free(cc); ^ 5 warnings generated. ./compile ipsvd_scan.c ./compile uidgid.c rm -f makelib sh print-ar.sh >makelib chmod 555 makelib ./compile cdb.c cdb.c:48:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(buf,len,c->map + pos); ^ cdb.c:79:18: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_diff(buf,n,key)) return 0; ^ 2 warnings generated. ./compile cdb_hash.c ./compile cdb_make.c cdb_make.c:18:21: warning: incompatible function pointer types passing 'ssize_t (int, const void *, size_t)' (aka 'long (int, const void *, unsigned long)') to parameter of type 'int (*)()' [-Wincompatible-function-pointer-types] buffer_init(&c->b,write,fd,c->bspace,sizeof c->bspace); ^~~~~ ./buffer.h:18:40: note: passing argument to parameter here extern void buffer_init(buffer *,int (*)(),int,char *,unsigned int); ^ cdb_make.c:36:39: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] head = (struct cdb_hplist *) alloc(sizeof(struct cdb_hplist)); ^ cdb_make.c:106:37: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->split = (struct cdb_hp *) alloc(memsize * sizeof(struct cdb_hp)); ^ 3 warnings generated. ./compile uint32_pack.c ./compile uint32_unpack.c ./makelib cdb.a cdb.o cdb_hash.o cdb_make.o uint32_pack.o uint32_unpack.o ./compile dns_dfd.c dns_dfd.c:24:11: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(name + namelen,labellen,label); ^ dns_dfd.c:54:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(name + namelen,labellen,label); ^ dns_dfd.c:62:12: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] x = alloc(namelen); ^ dns_dfd.c:64:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(x,namelen,name); ^ dns_dfd.c:66:23: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (*out) alloc_free(*out); ^ 5 warnings generated. ./compile dns_domain.c dns_domain.c:13:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = *x++) ~~^~~~~~ dns_domain.c:13:12: note: place parentheses around the assignment to silence this warning while (c = *x++) ^ ( ) dns_domain.c:13:12: note: use '==' to turn this assignment into an equality comparison while (c = *x++) ^ == dns_domain.c:21:15: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alloc_free(*out); ^ dns_domain.c:32:12: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] x = alloc(len); ^ dns_domain.c:34:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(x,len,in); ^ dns_domain.c:35:23: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (*out) alloc_free(*out); ^ 5 warnings generated. ./compile dns_dtda.c ./compile dns_ip.c dns_ip.c:24:9: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(header,2,DNS_T_A)) ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_ip.c:25:11: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(header + 2,2,DNS_C_IN)) ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ 2 warnings generated. ./compile dns_ipq.c dns_ipq.c:23:17: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_chr(work->s,prefixlen,'.') < prefixlen) return 1; ^ dns_ipq.c:24:17: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_chr(work->s,prefixlen,'[') < prefixlen) return 1; ^ dns_ipq.c:25:17: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_chr(work->s,prefixlen,']') < prefixlen) return 1; ^ dns_ipq.c:49:18: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] plus = byte_chr(fqdn->s,fqdnlen,'+'); ^ dns_ipq.c:55:17: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] j = byte_chr(fqdn->s + i,fqdnlen - i,'+'); ^ dns_ipq.c:56:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(fqdn->s + plus,j,fqdn->s + i); ^ 6 warnings generated. ./compile dns_mx.c dns_mx.c:27:9: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(header,2,DNS_T_MX)) ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_mx.c:28:11: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(header + 2,2,DNS_C_IN)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ 2 warnings generated. ./compile dns_name.c dns_name.c:26:9: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(header,2,DNS_T_PTR)) ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_name.c:27:11: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(header + 2,2,DNS_C_IN)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ 2 warnings generated. ./compile dns_nd.c dns_nd.c:23:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(name + namelen,14,"\7in-addr\4arpa\0"); ^ 1 warning generated. ./compile dns_packet.c ./compile dns_random.c ./compile dns_rcip.c dns_rcip.c:38:15: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal("nameserver ",11,data.s + i) || byte_equal("nameserver\t",11,data.s + i)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_rcip.c:38:58: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal("nameserver ",11,data.s + i) || byte_equal("nameserver\t",11,data.s + i)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_rcip.c:44:7: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(ip + iplen,4,"\0\0\0\0")) ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_rcip.c:45:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(ip + iplen,4,"\177\0\0\1"); ^ dns_rcip.c:55:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(ip,4,"\177\0\0\1"); ^ dns_rcip.c:58:12: warning: passing arguments to 'byte_zero' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_zero(ip + iplen,64 - iplen); ^ dns_rcip.c:84:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(s,64,ip); ^ 7 warnings generated. ./compile dns_rcrw.c dns_rcrw.c:72:13: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal("search ",7,data.s + i) || byte_equal("search\t",7,data.s + i) || byte_equal("domain ",7,data.s + i) || byte_equal("domain\t",7,data.s + i)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_rcrw.c:72:51: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal("search ",7,data.s + i) || byte_equal("search\t",7,data.s + i) || byte_equal("domain ",7,data.s + i) || byte_equal("domain\t",7,data.s + i)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_rcrw.c:72:90: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal("search ",7,data.s + i) || byte_equal("search\t",7,data.s + i) || byte_equal("domain ",7,data.s + i) || byte_equal("domain\t",7,data.s + i)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_rcrw.c:72:128: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal("search ",7,data.s + i) || byte_equal("search\t",7,data.s + i) || byte_equal("domain ",7,data.s + i) || byte_equal("domain\t",7,data.s + i)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_rcrw.c:76:25: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] k = byte_chr(data.s + i,j - i,' '); ^ dns_rcrw.c:77:25: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] k = byte_chr(data.s + i,k,'\t'); ^ 6 warnings generated. ./compile dns_resolve.c ./compile dns_sortip.c dns_sortip.c:16:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(tmp,4,s + (i << 2)); ^ dns_sortip.c:17:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(s + (i << 2),4,s + (n << 2)); ^ dns_sortip.c:18:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(s + (n << 2),4,tmp); ^ 3 warnings generated. ./compile dns_transmit.c dns_transmit.c:39:16: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_diff(out,2,d->query + 2)) return 1; ^ dns_transmit.c:45:56: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!dns_domain_equal(dn,d->query + 14)) { alloc_free(dn); return 1; } ^ dns_transmit.c:46:13: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alloc_free(dn); ^ dns_transmit.c:49:16: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_diff(out,2,d->qtype)) return 1; ^ dns_transmit.c:50:16: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_diff(out + 2,2,DNS_C_IN)) return 1; ^ dns_transmit.c:58:13: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alloc_free(d->packet); ^ dns_transmit.c:65:13: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alloc_free(d->query); ^ dns_transmit.c:106:20: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_diff(ip,4,"\0\0\0\0")) { ^ dns_transmit.c:157:18: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_diff(ip,4,"\0\0\0\0")) { ^ dns_transmit.c:205:19: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d->query = alloc(d->querylen); ^ dns_transmit.c:209:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(d->query + 2,12,flagrecursive ? "\0\0\1\0\0\1\0\0\0\0\0\0" : "\0\0\0\0\0\1\0\0\0\0\0\0gcc-bug-workaround"); ^ dns_transmit.c:210:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(d->query + 14,len,q); ^ dns_transmit.c:211:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(d->query + 14 + len,2,qtype); ^ dns_transmit.c:212:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(d->query + 16 + len,2,DNS_C_IN); ^ dns_transmit.c:214:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(d->qtype,2,qtype); ^ dns_transmit.c:216:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(d->localip,4,localip); ^ dns_transmit.c:279:22: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d->packet = alloc(d->packetlen); ^ dns_transmit.c:281:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(d->packet,d->packetlen,udpbuf); ^ dns_transmit.c:339:22: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d->packet = alloc(d->packetlen); ^ 19 warnings generated. ./compile dns_txt.c dns_txt.c:27:9: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(header,2,DNS_T_TXT)) ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ dns_txt.c:28:11: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(header + 2,2,DNS_C_IN)) { ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ 2 warnings generated. ./makelib dns.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o dns_ipq.o dns_mx.o dns_name.o dns_nd.o dns_packet.o dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o dns_sortip.o dns_transmit.o dns_txt.o ./compile alloc.c alloc.c:15:26: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /*@null@*//*@out@*/char *alloc(n) ^ In file included from alloc.c:4: ./alloc.h:6:33: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern /*@null@*//*@out@*/char *alloc(); ^ alloc.c:26:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void alloc_free(x) ^ In file included from alloc.c:4: ./alloc.h:7:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void alloc_free(); ^ 4 warnings generated. ./compile alloc_re.c alloc_re.c:13:12: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] y = alloc(n); ^ alloc_re.c:15:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(y,m,*x); ^ alloc_re.c:16:13: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alloc_free(*x); ^ alloc_re.c:6:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int alloc_re(x,m,n) ^ In file included from alloc_re.c:3: ./alloc.h:8:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int alloc_re(); ^ 5 warnings generated. ./compile buffer.c ./compile buffer_0.c buffer_0.c:5:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int buffer_0_read(fd,buf,len) int fd; char *buf; int len; ^ 1 warning generated. ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_get.c buffer_get.c:12:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] r = op(fd,buf,len); ^ buffer_get.c:22:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(buf,len,s->x + s->n); ^ buffer_get.c:36:27: warning: passing arguments to 'byte_copyr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (s->n > 0) byte_copyr(s->x + s->n,r,s->x); ^ 3 warnings generated. ./compile buffer_put.c buffer_put.c:13:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] w = op(fd,buf,len); ^ buffer_put.c:18:17: warning: if statement has empty body [-Wempty-body] if (w == 0) ; /* luser's fault */ ^ buffer_put.c:18:17: note: put the semicolon on a separate line to silence this warning buffer_put.c:40:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(s->x + s->p,n,buf); s->p += n; buf += n; len -= n; ^ buffer_put.c:44:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(s->x + s->p,len,buf); ^ buffer_put.c:66:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(s->x + s->p,len,buf); ^ 5 warnings generated. ./compile buffer_read.c ./compile buffer_write.c ./compile coe.c ./compile env.c ./compile error.c ./compile error_str.c ./compile fd_copy.c ./compile fd_move.c ./compile fifo.c ./compile lock_ex.c ./compile lock_exnb.c ./compile ndelay_off.c ./compile ndelay_on.c ./compile open_append.c ./compile open_read.c ./compile open_trunc.c ./compile open_write.c ./compile openreadclose.c ./compile pathexec_env.c pathexec_env.c:43:28: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] e = (const char **) alloc((elen + 1) * sizeof(char *)); ^ pathexec_env.c:55:6: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(plus.s + j,split,e[t])) ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ pathexec_env.c:68:13: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alloc_free(e); ^ 3 warnings generated. ./compile pathexec_run.c pathexec_run.c:18:5: warning: call to undeclared function 'execve'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] execve(file,argv,envp); ^ pathexec_run.c:35:5: warning: call to undeclared function 'execve'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] execve(tmp.s,argv,envp); ^ 2 warnings generated. ./compile prot.c prot.c:13:7: warning: call to undeclared function 'setgroups'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (setgroups(1,&gid) == -1) return -1; ^ prot.c:15:10: warning: call to undeclared function 'setgid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return setgid(gid); /* _should_ be redundant, but on some systems it isn't */ ^ prot.c:20:10: warning: call to undeclared function 'setuid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return setuid(uid); ^ 3 warnings generated. ./compile readclose.c ./compile seek_set.c ./compile sgetopt.c ./compile sig.c ./compile sig_block.c ./compile sig_catch.c ./compile sig_pause.c ./compile socket_bind.c socket_bind.c:12:12: warning: passing arguments to 'byte_zero' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_zero(&sa,sizeof sa); ^ socket_bind.c:15:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy((char *) &sa.sin_addr,4,ip); ^ 2 warnings generated. ./compile socket_conn.c socket_conn.c:13:12: warning: passing arguments to 'byte_zero' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_zero(&sa,sizeof sa); ^ socket_conn.c:16:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy((char *) &sa.sin_addr,4,ip); ^ 2 warnings generated. ./compile socket_tcp.c ./compile socket_udp.c ./compile stralloc_cat.c ./compile stralloc_catb.c stralloc_catb.c:10:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(sa->s + sa->len,n,s); ^ 1 warning generated. ./compile stralloc_cats.c ./compile stralloc_copy.c ./compile stralloc_eady.c stralloc_eady.c:7:1: warning: passing arguments to 'alloc_re' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GEN_ALLOC_ready(stralloc,char,s,len,a,i,n,x,30,stralloc_ready) ^ ./gen_allocdefs.h:13:19: note: expanded from macro 'GEN_ALLOC_ready' if (alloc_re(&x->field,i * sizeof(type),x->a * sizeof(type))) return 1; \ ^ stralloc_eady.c:7:1: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./gen_allocdefs.h:17:38: note: expanded from macro 'GEN_ALLOC_ready' return !!(x->field = (type *) alloc((x->a = n) * sizeof(type))); } ^ stralloc_eady.c:8:1: warning: passing arguments to 'alloc_re' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GEN_ALLOC_readyplus(stralloc,char,s,len,a,i,n,x,30,stralloc_readyplus) ^ ./gen_allocdefs.h:26:19: note: expanded from macro 'GEN_ALLOC_readyplus' if (alloc_re(&x->field,i * sizeof(type),x->a * sizeof(type))) return 1; \ ^ stralloc_eady.c:8:1: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./gen_allocdefs.h:30:38: note: expanded from macro 'GEN_ALLOC_readyplus' return !!(x->field = (type *) alloc((x->a = n) * sizeof(type))); } ^ 4 warnings generated. ./compile stralloc_opyb.c stralloc_opyb.c:9:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(sa->s,n,s); ^ 1 warning generated. ./compile stralloc_opys.c ./compile stralloc_pend.c ./compile strerr_die.c ./compile strerr_sys.c ./compile subgetopt.c ./compile wait_nohang.c wait_nohang.c:7:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wait_nohang(wstat) int *wstat; ^ 1 warning generated. ./compile wait_pid.c wait_pid.c:10:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wait_pid(wstat,pid) int *wstat; int pid; ^ 1 warning generated. ./makelib unix.a alloc.o alloc_re.o buffer.o buffer_0.o buffer_1.o buffer_2.o buffer_get.o buffer_put.o buffer_read.o buffer_write.o coe.o env.o error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o lock_exnb.o ndelay_off.o ndelay_on.o open_append.o open_read.o open_trunc.o open_write.o openreadclose.o pathexec_env.o pathexec_run.o prot.o readclose.o seek_set.o sgetopt.o sig.o sig_block.o sig_catch.o sig_pause.o socket_bind.o socket_conn.o socket_tcp.o socket_udp.o stralloc_cat.o stralloc_catb.o stralloc_cats.o stralloc_copy.o stralloc_eady.o stralloc_opyb.o stralloc_opys.o stralloc_pend.o strerr_die.o strerr_sys.o subgetopt.o wait_nohang.o wait_pid.o ./compile byte_chr.c byte_chr.c:5:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned int byte_chr(s,n,c) ^ In file included from byte_chr.c:3: ./byte.h:6:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern unsigned int byte_chr(); ^ 2 warnings generated. ./compile byte_copy.c byte_copy.c:5:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void byte_copy(to,n,from) ^ In file included from byte_copy.c:3: ./byte.h:8:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void byte_copy(); ^ 2 warnings generated. ./compile byte_cr.c byte_cr.c:5:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void byte_copyr(to,n,from) ^ In file included from byte_cr.c:3: ./byte.h:9:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void byte_copyr(); ^ 2 warnings generated. ./compile byte_diff.c byte_diff.c:5:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int byte_diff(s,n,t) ^ In file included from byte_diff.c:3: ./byte.h:10:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int byte_diff(); ^ 2 warnings generated. ./compile byte_rchr.c byte_rchr.c:5:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned int byte_rchr(s,n,c) ^ In file included from byte_rchr.c:3: ./byte.h:7:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern unsigned int byte_rchr(); ^ 2 warnings generated. ./compile byte_zero.c byte_zero.c:3:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void byte_zero(s,n) ^ In file included from byte_zero.c:1: ./byte.h:11:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void byte_zero(); ^ 2 warnings generated. ./compile case_diffb.c ./compile fmt_uint.c ./compile fmt_uint0.c ./compile fmt_ulong.c ./compile ip4_scan.c ./compile scan_ulong.c ./compile str_chr.c ./compile str_diff.c ./compile str_len.c ./compile str_start.c ./compile uint16_pack.c ./compile uint16_unpack.c ./makelib byte.a byte_chr.o byte_copy.o byte_cr.o byte_diff.o byte_rchr.o byte_zero.o case_diffb.o fmt_uint.o fmt_uint0.o fmt_ulong.o ip4_scan.o scan_ulong.o str_chr.o str_diff.o str_len.o str_start.o uint16_pack.o uint16_unpack.o ./compile iopause.c In file included from iopause.c:4: ./select.h:11:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:128:5: note: conflicting prototype is here int select(int, fd_set * __restrict, fd_set * __restrict, ^ 1 warning generated. ./compile tai_now.c ./compile tai_pack.c ./compile tai_sub.c ./compile tai_unpack.c ./compile taia_add.c ./compile taia_approx.c ./compile taia_frac.c ./compile taia_less.c ./compile taia_now.c ./compile taia_pack.c ./compile taia_sub.c ./compile taia_uint.c ./makelib time.a iopause.o tai_now.o tai_pack.o tai_sub.o tai_unpack.o taia_add.o taia_approx.o taia_frac.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_uint.o ./load tcpsvd ipsvd_log.o ipsvd_fmt.o ipsvd_check.o ipsvd_hostname.o ipsvd_phcc.o ipsvd_scan.o uidgid.o cdb.a dns.a unix.a byte.a time.a `cat socket.lib` ./compile udpsvd.c ./load udpsvd ipsvd_log.o ipsvd_fmt.o ipsvd_check.o ipsvd_hostname.o ipsvd_scan.o uidgid.o cdb.a dns.a unix.a byte.a time.a `cat socket.lib` udpsvd.c:296:22: warning: passing arguments to 'wait_pid' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (wait_pid(&wstat, pid) == -1) warn("error waiting for child"); ^ 1 warning generated. ./compile ipsvd-cdb.c ./load ipsvd-cdb ipsvd_fmt.o ipsvd_check.o cdb.a dns.a unix.a byte.a time.a `cat socket.lib` make `cat command.ssl` : no ssl library, not making sslio Copying commands into ./command... + : tcpsvd + : udpsvd + : ipsvd-cdb >>> Running package in net/ipsvd at 1713379688.63 ===> net/ipsvd ===> Faking installation for ipsvd-0.12.1p0 /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -s -m 755 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/command/ipsvd-cdb /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -s -m 755 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/command/tcpsvd /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -s -m 755 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/command/udpsvd /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/man/ipsvd-cdb.8 /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/man/man8/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/man/tcpsvd.8 /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/man/man8/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/man/udpsvd.8 /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/man/man8/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/man/ipsvd.7 /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/man/man7/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/man/ipsvd-instruct.5 /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/man/man5/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -d -m 755 /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/benefits.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/ipsvd-cdb.8.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/tcpsvd.8.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/examples.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/ipsvd-instruct.5.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/udpsvd.8.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/index.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/ipsvd.7.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/upgrade.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/doc/install.html /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/package/CHANGES /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/package/README /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-0.12.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-0.12.1/net/ipsvd-0.12.1/package/COPYING /exopi-obj/pobj/ipsvd-0.12.1/fake-amd64/usr/local/share/doc/ipsvd/ ===> Building package for ipsvd-0.12.1p0 Create /exopi-cvs/ports/packages/amd64/all/ipsvd-0.12.1p0.tgz Creating package ipsvd-0.12.1p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 7% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 47% checksumming|******************************* | 50% checksumming|********************************* | 53% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|*************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************** | 22% archiving|****************************** | 47% archiving|********************************************** | 71% archiving|*********************************************** | 73% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|***************************************************** | 83% archiving|******************************************************* | 85% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ipsvd-0.12.1p0.tgz >>> Running clean in net/ipsvd at 1713379694.18 ===> net/ipsvd ===> Cleaning for ipsvd-0.12.1p0 >>> Ended at 1713379695.20 max_stuck=0.00/build=29.03/package=6.67/clean=1.21