>>> Building on exopi-4 under net/ipsvd DIST = [net/ipsvd:ipsvd-1.1.1.tar.gz] FULLPKGNAME = ipsvd-1.1.1 distfiles size=72886 >>> Running build in net/ipsvd at 1781283346.87 ===> net/ipsvd ===> Building from scratch ipsvd-1.1.1 ===> Verifying specs: c ===> found c.103.0 ===> Checking files for ipsvd-1.1.1 `/exopi-cvs/ports/distfiles/ipsvd-1.1.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for ipsvd-1.1.1 ===> Patching for ipsvd-1.1.1 ===> 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-1.1.1 ===> Configuring for ipsvd-1.1.1 ===> Building for ipsvd-1.1.1 echo "cc -O2 -pipe " > /exopi-obj/pobj/ipsvd-1.1.1/net/ipsvd-1.1.1/src/conf-cc echo "cc " > /exopi-obj/pobj/ipsvd-1.1.1/net/ipsvd-1.1.1/src/conf-ld cd /exopi-obj/pobj/ipsvd-1.1.1/net/ipsvd-1.1.1 && package/compile Linking ./src/* into ./compile... Compiling everything in ./compile... + cd compile + exec make sh find-systype.sh >systype 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 rm -f load sh print-ld.sh >load chmod 555 load ./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 ./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 cat sysdeps openbsd-7.9-: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 */ ./compile tcpsvd.c ./compile ipsvd_log.c ./compile ipsvd_fmt.c ./compile ipsvd_check.c ./compile ipsvd_hostname.c ./compile ipsvd_phcc.c ./compile ipsvd_scan.c ./compile uidgid.c rm -f makelib sh print-ar.sh >makelib chmod 555 makelib ./compile cdb.c ./compile cdb_hash.c ./compile cdb_make.c ./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 ./compile dns_domain.c dns_domain.c:13:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 13 | while (c = *x++) | ~~^~~~~~ dns_domain.c:13:12: note: place parentheses around the assignment to silence this warning 13 | while (c = *x++) | ^ | ( ) dns_domain.c:13:12: note: use '==' to turn this assignment into an equality comparison 13 | while (c = *x++) | ^ | == dns_domain.c:34:19: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 34 | byte_copy(x,len,in); | ^~ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ 2 warnings generated. ./compile dns_dtda.c ./compile dns_ip.c ./compile dns_ipq.c ./compile dns_mx.c ./compile dns_name.c ./compile dns_nd.c ./compile dns_packet.c ./compile dns_random.c ./compile dns_rcip.c ./compile dns_rcrw.c ./compile dns_resolve.c ./compile dns_sortip.c ./compile dns_transmit.c dns_transmit.c:49:23: warning: passing 'const char[2]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 49 | if (byte_diff(out,2,d->qtype)) return 1; | ^~~~~~~~ ./byte.h:10:48: note: passing argument to parameter here 10 | extern int byte_diff(char *,unsigned int,char *); | ^ dns_transmit.c:106:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 106 | if (byte_diff(ip,4,"\0\0\0\0")) { | ^~ ./byte.h:10:28: note: passing argument to parameter here 10 | extern int byte_diff(char *,unsigned int,char *); | ^ dns_transmit.c:157:19: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 157 | if (byte_diff(ip,4,"\0\0\0\0")) { | ^~ ./byte.h:10:28: note: passing argument to parameter here 10 | extern int byte_diff(char *,unsigned int,char *); | ^ dns_transmit.c:210:31: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 210 | byte_copy(d->query + 14,len,q); | ^ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ dns_transmit.c:211:35: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 211 | byte_copy(d->query + 14 + len,2,qtype); | ^~~~~ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ dns_transmit.c:214:24: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 214 | byte_copy(d->qtype,2,qtype); | ^~~~~ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ dns_transmit.c:216:26: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 216 | byte_copy(d->localip,4,localip); | ^~~~~~~ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ 7 warnings generated. ./compile dns_txt.c ./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 ./compile alloc_re.c ./compile buffer.c ./compile buffer_0.c ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_get.c ./compile buffer_put.c buffer_put.c:13:15: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 13 | w = op(fd,buf,len); | ^~~ buffer_put.c:18:17: warning: if statement has empty body [-Wempty-body] 18 | 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:29: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 40 | byte_copy(s->x + s->p,n,buf); s->p += n; buf += n; len -= n; | ^~~ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ buffer_put.c:44:29: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 44 | byte_copy(s->x + s->p,len,buf); | ^~~ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ buffer_put.c:66:29: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 66 | byte_copy(s->x + s->p,len,buf); | ^~~ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ 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 ./compile pathexec_run.c ./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 ./compile socket_conn.c socket_conn.c:16:37: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 16 | byte_copy((char *) &sa.sin_addr,4,ip); | ^~ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ 1 warning generated. ./compile socket_tcp.c ./compile socket_udp.c ./compile stralloc_cat.c ./compile stralloc_catb.c stralloc_catb.c:10:31: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 10 | byte_copy(sa->s + sa->len,n,s); | ^ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ 1 warning generated. ./compile stralloc_cats.c ./compile stralloc_copy.c ./compile stralloc_eady.c ./compile stralloc_opyb.c stralloc_opyb.c:9:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 9 | byte_copy(sa->s,n,s); | ^ ./byte.h:8:49: note: passing argument to parameter here 8 | extern void byte_copy(char *,unsigned int,char *); | ^ 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 ./compile wait_pid.c ./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 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 ./compile byte_copy.c ./compile byte_cr.c ./compile byte_diff.c ./compile byte_rchr.c ./compile byte_zero.c ./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 ./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` ./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` Copying commands into ./command... + : tcpsvd + : udpsvd + : ipsvd-cdb >>> Running package in net/ipsvd at 1781283364.44 ===> net/ipsvd ===> Faking installation for ipsvd-1.1.1 /exopi-obj/pobj/ipsvd-1.1.1/bin/install -c -s -m 755 /exopi-obj/pobj/ipsvd-1.1.1/net/ipsvd-1.1.1/command/* /exopi-obj/pobj/ipsvd-1.1.1/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/ipsvd-1.1.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-1.1.1/net/ipsvd-1.1.1/man/*.8 /exopi-obj/pobj/ipsvd-1.1.1/fake-amd64/usr/local/man/man8/ /exopi-obj/pobj/ipsvd-1.1.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-1.1.1/net/ipsvd-1.1.1/man/*.7 /exopi-obj/pobj/ipsvd-1.1.1/fake-amd64/usr/local/man/man7/ /exopi-obj/pobj/ipsvd-1.1.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-1.1.1/net/ipsvd-1.1.1/man/*.5 /exopi-obj/pobj/ipsvd-1.1.1/fake-amd64/usr/local/man/man5/ /exopi-obj/pobj/ipsvd-1.1.1/bin/install -d -m 755 /exopi-obj/pobj/ipsvd-1.1.1/fake-amd64/usr/local/share/doc/ipsvd /exopi-obj/pobj/ipsvd-1.1.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-1.1.1/net/ipsvd-1.1.1/doc/*.html /exopi-obj/pobj/ipsvd-1.1.1/fake-amd64/usr/local/share/doc/ipsvd/ /exopi-obj/pobj/ipsvd-1.1.1/bin/install -c -m 644 /exopi-obj/pobj/ipsvd-1.1.1/net/ipsvd-1.1.1/package/[A-Z]* /exopi-obj/pobj/ipsvd-1.1.1/fake-amd64/usr/local/share/doc/ipsvd/ ===> Building package for ipsvd-1.1.1 Create /exopi-cvs/ports/packages/amd64/all/ipsvd-1.1.1.tgz Creating package ipsvd-1.1.1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 6% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 16% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 26% checksumming|****************** | 29% checksumming|******************** | 32% checksumming|********************** | 35% checksumming|************************ | 39% checksumming|************************** | 42% checksumming|**************************** | 45% checksumming|****************************** | 48% checksumming|******************************* | 52% checksumming|********************************* | 55% checksumming|*********************************** | 58% checksumming|************************************* | 61% checksumming|*************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|**** | 6% archiving|***** | 8% archiving|****************** | 29% archiving|*********************************** | 54% archiving|************************************************** | 78% archiving|****************************************************** | 84% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|************************************************************** | 96% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ipsvd-1.1.1.tgz >>> Running clean in net/ipsvd at 1781283367.65 ===> net/ipsvd ===> Cleaning for ipsvd-1.1.1 >>> Ended at 1781283368.12 max_stuck=0.00/build=17.56/package=3.22/clean=0.52