=> Bootstrap dependency digest>=20211023: found digest-20220214
===> 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 ucspi-ipc-0.67nb3
cd /tmp/pkgbuild/net/ucspi-ipc/work.alpha/host/superscript.com/net/ucspi-ipc-0.67 && /usr/bin/env USETOOLS=no CC=gcc CFLAGS=-O2\ -mieee CPPFLAGS= CXX=c++ CXXFLAGS=-O2\ -mieee COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O\ -mieee LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.cwrapper/bin:/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.buildlink/bin:/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.gcc/bin:/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.tools/bin:/usr/pkg/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.home CWRAPPERS_CONFIG_DIR=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.tools/bin/itstool GDBUS_CODEGEN=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.buildlink/lib/pkgconfig:/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/pkgbuild/net/ucspi-ipc/work.alpha/.cwrapper/config package/compile 
sh find-systype.sh > systype
rm -f load
sh print-ld.sh > load
chmod 755 load
rm -f compile
sh print-cc.sh > compile
chmod 755 compile
./compile tryipcpath.c
./compile fmt_ulong.c
./load tryipcpath fmt_ulong.o
rm -f ipcpath.h
sh print-ipcpath.sh > ipcpath.h
./compile ipcclient.c
rm -f makelib
sh print-ar.sh > makelib
chmod 755 makelib
./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_copy.c
./compile buffer_read.c
./compile buffer_write.c
./compile env.c
./compile error.c
./compile error_str.c
./compile fd_copy.c
./compile fd_move.c
./compile scan_ulong.c
./compile scan_uint.c
./compile getln.c
./compile getln2.c
./compile ipc_accept.c
./compile ipc_bind.c
./compile ipc_conn.c
./compile ipc_listen.c
./compile ipc_local.c
./compile ipc_eid.c
./compile ipc_stream.c
./compile ndelay_on.c
./compile ndelay_off.c
./compile open_read.c
./compile open_trunc.c
./compile open_append.c
./compile pathexec_env.c
./compile pathexec_run.c
rm -f choose
cat warn-auto.sh choose.sh  | sed s}HOME}"`head -1 home`"}g  > choose
chmod 755 choose
./compile chkshsgr.c
chkshsgr.c: In function 'main':
chkshsgr.c:12: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:4:0:
/usr/include/unistd.h:119:6: note: expected '__gid_t * {aka unsigned int *}' but argument is of type 'short int *'
 int  getgroups(int, gid_t []);
      ^~~~~~~~~
chkshsgr.c:12: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:4:0:
/usr/include/unistd.h:377:6: 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
./compile prot.c
./compile seek_set.c
./compile sgetopt.c
./compile sig.c
./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h
./compile sig_block.c
./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h
./compile sig_catch.c
./compile sig_pause.c
./compile str_chr.c
./compile str_diff.c
./compile str_len.c
./compile str_start.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
./choose cl trywaitp haswaitp.h1 haswaitp.h2 >haswaitp.h
./compile wait_nohang.c
./compile wait_pid.c
./choose c trysysel select.h1 select.h2 > select.h
./choose clr trypoll iopause.h1 iopause.h2 >iopause.h
./choose clr tryulong64 uint64.h1 uint64.h2 >uint64.h
./compile iopause.c
./compile tai_pack.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
rm -f choosing
cat warn-auto.sh choosing.sh  | sed s}HOME}"`head -1 home`"}g  > choosing
chmod 755 choosing
./choosing c trysopc getpeereid.so_peercred >getpeereid.c  || ./choosing cl trygpid getpeereid.syscall >getpeereid.c  || cat getpeereid.oops > getpeereid.c
./compile getpeereid.c
./choose clr tryulong32 uint32.h1 uint32.h2 >uint32.h
./compile cdb.c
./compile cdb_hash.c
./compile cdb_make.c
./compile byte_zero.c
./compile byte_copy.c
./compile byte_chr.c
./compile byte_diff.c
./compile byte_cr.c
./compile rules.c
./compile uint32_pack.c
./compile uint32_unpack.c
./compile generic-conf.c
./choose cl tryflock hasflock.h1 hasflock.h2 > hasflock.h
./compile lock_ex.c
./compile lock_un.c
./compile coe.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_copy.o buffer_read.o  buffer_write.o env.o error.o error_str.o fd_copy.o fd_move.o fmt_ulong.o  scan_ulong.o scan_uint.o getln.o getln2.o ipc_accept.o ipc_bind.o  ipc_conn.o ipc_listen.o ipc_local.o ipc_eid.o ipc_stream.o ndelay_on.o  ndelay_off.o open_read.o open_trunc.o open_append.o pathexec_env.o  pathexec_run.o prot.o seek_set.o sgetopt.o sig.o sig_block.o sig_catch.o  sig_pause.o str_chr.o str_diff.o str_len.o str_start.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 iopause.o tai_pack.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 getpeereid.o cdb.o cdb_hash.o cdb_make.o  byte_zero.o byte_copy.o byte_chr.o byte_diff.o byte_cr.o rules.o  uint32_pack.o uint32_unpack.o generic-conf.o lock_ex.o lock_un.o coe.o
( ( ./compile trylsock.c &&  ./load trylsock -lsocket -lnsl ) >/dev/null 2>&1  && echo -lsocket -lnsl || exit 0 ) > socket.lib
rm -f trylsock.o trylsock
./load ipcclient unix.a  `cat socket.lib`
./compile ipcserver.c
./load ipcserver unix.a  `cat socket.lib`
rm -f ipccat
cat warn-auto.sh ipccat.sh  | sed s}HOME}"`head -1 home`"}g  > ipccat
chmod 755 ipccat
rm -f ipcconnect
cat warn-auto.sh ipcconnect.sh  | sed s}HOME}"`head -1 home`"}g  > ipcconnect
chmod 755 ipcconnect
./choose cl tryvfork fork.h1 fork.h2 >fork.h
./compile ipcconnect-io.c
./load ipcconnect-io unix.a
./compile ipcrules.c
ipcrules.c: In function 'main':
ipcrules.c:166:7: warning: implicit declaration of function 'rename'; did you mean 'renameat'? [-Wimplicit-function-declaration]
   if (rename(fntemp,fn))
       ^~~~~~
       renameat
./load ipcrules unix.a
./compile ipcrulescheck.c
./load ipcrulescheck unix.a
./compile ipcexecrules.c
ipcexecrules.c: In function 'main':
ipcexecrules.c:180:7: warning: implicit declaration of function 'rename'; did you mean 'renameat'? [-Wimplicit-function-declaration]
   if (rename(fntemp,fn))
       ^~~~~~
       renameat
./load ipcexecrules unix.a
./compile ipcexecrulescheck.c
./load ipcexecrulescheck unix.a
cat warn-auto.sh ipcdo.sh  | sed s}HOME}"`head -1 home`"}g  | sed s}IPCEXEC}"`head -1 conf-ipcexec`"}g  > ipcdo
chmod 755 ipcdo
./compile ipccommand.c
./load ipccommand unix.a
./compile ipcexec.c
./load ipcexec unix.a
cat warn-auto.sh ipcrun.sh  | sed s}HOME}"`head -1 home`"}g  | sed s}IPCEXEC}"`head -1 conf-ipcexec`"}g  > ipcrun
chmod 755 ipcrun
./compile ipcexec-config.c
./compile auto-str.c
auto-str.c:7:6: warning: conflicting types for built-in function 'puts' [-Wbuiltin-declaration-mismatch]
 void puts(const char *s)
      ^~~~
./load auto-str unix.a
./auto-str auto_home "`head -1 home`" > auto_home.c
./compile auto_home.c
./load ipcexec-config unix.a auto_home.o
./compile ipcprint.c
./compile ipchandle.c
./load ipcprint ipchandle.o unix.a  `cat socket.lib`
rm -f sysdeps
cat systype compile load >> sysdeps
grep sysdep fork.h >> sysdeps
grep sysdep hasflock.h >> sysdeps
grep sysdep hassgact.h >> sysdeps
grep sysdep hassgprm.h >> sysdeps
grep sysdep hasshsgr.h >> sysdeps
grep sysdep haswaitp.h >> sysdeps
grep sysdep iopause.h >> sysdeps
grep sysdep select.h >> sysdeps
grep sysdep uint64.h >> sysdeps