------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ipsvd port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ipsvd-1.0.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ipsvd port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ipsvd-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ipsvd-1.0.0 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ipsvd port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ipsvd-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ipsvd-1.0.0 for building => SHA256 Checksum OK for ipsvd-1.0.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ipsvd port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ipsvd-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ipsvd-1.0.0 for building ===> Extracting for ipsvd-1.0.0 => SHA256 Checksum OK for ipsvd-1.0.0.tar.gz. Extracted Memory Use: 1.14M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ipsvd-1.0.0 ===> Applying dragonfly patches for ipsvd-1.0.0 ===> Cleanly applied dragonfly patch(es) patch-src_pathexec__run.c patch-src_prot.c patch-src_seek.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ipsvd-1.0.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ipsvd-1.0.0 cd /construction/net/ipsvd/net/ipsvd-1.0.0 && package/compile && package/check 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: In function 'main': chkshsgr.c:10:19: warning: passing argument 2 of 'getgroups' from incompatible pointer type [-Wincompatible-pointer-types] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^ In file included from chkshsgr.c:3: /usr/include/unistd.h:385:21: note: expected 'gid_t *' {aka 'unsigned int *'} but argument is of type 'short int *' int getgroups(int, gid_t []); ^~~~~~~~ chkshsgr.c:10:44: warning: passing argument 2 of 'setgroups' from incompatible pointer type [-Wincompatible-pointer-types] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^ In file included from chkshsgr.c:3: /usr/include/unistd.h:593:21: note: expected 'const gid_t *' {aka 'const unsigned int *'} but argument is of type 'short int *' int setgroups(int, const gid_t *); ^~~~~~~~~~~~~ ./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 dragonfly-5.9-unknown-:-:-:genuineintel-000406f1-bfebfbff-:- #!/bin/sh # WARNING: This file was auto-generated. Do not edit! exec cc -pipe -O2 -fno-strict-aliasing -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 ./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 cdb_make.c: In function 'cdb_make_start': cdb_make.c:18:21: warning: passing argument 2 of 'buffer_init' from incompatible pointer type [-Wincompatible-pointer-types] buffer_init(&c->b,write,fd,c->bspace,sizeof c->bspace); ^~~~~ In file included from cdb_make.h:6, from cdb_make.c:8: buffer.h:18:34: note: expected 'int (*)()' but argument is of type 'ssize_t (*)(int, const void *, size_t)' {aka 'long int (*)(int, const void *, long unsigned int)'} extern void buffer_init(buffer *,int (*)(),int,char *,unsigned int); ^~~~~~~~~ ./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 ./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 ./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 ./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 pathexec_run.c: In function 'pathexec_run': pathexec_run.c:19:17: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] execve(file,argv,envp); ^~~~ In file included from pathexec_run.c:3: /usr/include/unistd.h:377:27: note: expected 'char * const*' but argument is of type 'const char * const*' int execve(const char *, char * const *, char * const *); ^~~~~~~~~~~~~~ pathexec_run.c:19:22: warning: passing argument 3 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] execve(file,argv,envp); ^~~~ In file included from pathexec_run.c:3: /usr/include/unistd.h:377:43: note: expected 'char * const*' but argument is of type 'const char * const*' int execve(const char *, char * const *, char * const *); ^~~~~~~~~~~~~~ pathexec_run.c:36:18: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] execve(tmp.s,argv,envp); ^~~~ In file included from pathexec_run.c:3: /usr/include/unistd.h:377:27: note: expected 'char * const*' but argument is of type 'const char * const*' int execve(const char *, char * const *, char * const *); ^~~~~~~~~~~~~~ pathexec_run.c:36:23: warning: passing argument 3 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] execve(tmp.s,argv,envp); ^~~~ In file included from pathexec_run.c:3: /usr/include/unistd.h:377:43: note: expected 'char * const*' but argument is of type 'const char * const*' int execve(const char *, char * const *, char * const *); ^~~~~~~~~~~~~~ ./compile prot.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 ./compile socket_tcp.c ./compile socket_udp.c ./compile stralloc_cat.c ./compile stralloc_catb.c ./compile stralloc_cats.c ./compile stralloc_copy.c ./compile stralloc_eady.c ./compile stralloc_opyb.c ./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 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 ./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 udpsvd.c: In function 'main': udpsvd.c:271:36: warning: passing argument 2 of 'fmt_ulong' makes integer from pointer without a cast [-Wint-conversion] bufnum[fmt_ulong(bufnum, ugid.gid)] =0; ~~~~^~~~ In file included from udpsvd.c:17: fmt.h:16:38: note: expected 'long unsigned int' but argument is of type 'gid_t *' {aka 'unsigned int *'} extern unsigned int fmt_ulong(char *,unsigned long); ^~~~~~~~~~~~~ ./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` make `cat command.ssl` : no ssl library, not making sslio Copying commands into ./command... + : tcpsvd + : udpsvd + : ipsvd-cdb Checking commands in ./command... + cd compile + exec make check ./compile check-tcpsvd.c ./load check-tcpsvd unix.a byte.a `cat socket.lib` ./compile check-udpsvd.c ./load check-udpsvd unix.a byte.a `cat socket.lib` ./compile check-ipsvd-cdb.c ./load check-ipsvd-cdb uint32_unpack.o unix.a byte.a ./check-local tcpsvd udpsvd ipsvd-cdb `grep -v nossl Staging for ipsvd-1.0.0 ===> Generating temporary packing list install -s -m 555 /construction/net/ipsvd/net/ipsvd-1.0.0/command/* /construction/net/ipsvd/stage/usr/local/sbin install -m 444 /construction/net/ipsvd/net/ipsvd-1.0.0/man/*.5 /construction/net/ipsvd/stage/usr/local/man/man5 install -m 444 /construction/net/ipsvd/net/ipsvd-1.0.0/man/*.7 /construction/net/ipsvd/stage/usr/local/man/man7 install -m 444 /construction/net/ipsvd/net/ipsvd-1.0.0/man/*.8 /construction/net/ipsvd/stage/usr/local/man/man8 (cd /construction/net/ipsvd/net/ipsvd-1.0.0 && install -m 0644 package/CHANGES package/COPYING package/README doc/*.html /construction/net/ipsvd/stage/usr/local/share/doc/ipsvd) ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ipsvd-1.0.0 file sizes/checksums [26]: 0% file sizes/checksums [26]: 100% packing files [26]: 0% packing files [26]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:21