------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ucspi-ipc-0.67 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ucspi-ipc-0.67 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-ipc-0.67 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ucspi-ipc-0.67 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-ipc-0.67 for building => SHA256 Checksum OK for ucspi-ipc-0.67.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ucspi-ipc-0.67 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-ipc-0.67 for building ===> Extracting for ucspi-ipc-0.67 => SHA256 Checksum OK for ucspi-ipc-0.67.tar.gz. Extracted Memory Use: 1.09M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ucspi-ipc-0.67 ===> Applying dragonfly patches for ucspi-ipc-0.67 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ucspi-ipc-0.67 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ucspi-ipc-0.67 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for ucspi-ipc-0.67 echo "cc -pipe -O2 -fno-strict-aliasing " > /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/src/conf-cc echo "cc -pipe -O2 -fno-strict-aliasing " > /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/src/conf-ld SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ucspi-ipc-0.67 cd /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67 && /usr/bin/env PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/construction/sysutils/ucspi-ipc XDG_CONFIG_HOME=/construction/sysutils/ucspi-ipc HOME=/construction/sysutils/ucspi-ipc TMPDIR="/tmp" PATH=/construction/sysutils/ucspi-ipc/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" 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 getuid.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 fmt_ulong.c ./compile scan_ulong.c ./compile scan_uint.c ./compile getln.c ./compile getln2.c ./compile ipc_accept.c ./compile tryipcpath.c ./load tryipcpath fmt_ulong.o rm -f ipcpath.h sh print-ipcpath.sh > ipcpath.h ./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: /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: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: /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 ./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 ./load getuid unix.a ./compile getgid.c ./load getgid unix.a ./compile ipcclient.c ( ( ./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 'revoke'? [-Wimplicit-function-declaration] if (rename(fntemp,fn)) ^~~~~~ revoke ./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 'revoke'? [-Wimplicit-function-declaration] if (rename(fntemp,fn)) ^~~~~~ revoke ./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 rm -f ccperl sh print-ccperl.sh > ccperl ./compile `cat ccperl` ipcperl.c In file included from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:5359, from ipcperl.c:2: ipcperl.c: In function 'server': ipcperl.c:96:45: warning: passing argument 4 of 'Perl_call_argv' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if (call_argv(*argv,G_VOID|G_DISCARD,argv + 1)) ~~~~~^~~ /usr/local/lib/perl5/5.30/mach/CORE/embed.h:76:51: note: in definition of macro 'call_argv' #define call_argv(a,b,c) Perl_call_argv(aTHX_ a,b,c) ^ In file included from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:5320, from ipcperl.c:2: /usr/local/lib/perl5/5.30/mach/CORE/proto.h:294:80: note: expected 'char **' but argument is of type 'char * const*' PERL_CALLCONV I32 Perl_call_argv(pTHX_ const char* sub_name, I32 flags, char** argv); ~~~~~~~^~~~ rm -f perlembed.lib sh print-ldperl.sh > perlembed.lib ./load ipcperl ipchandle.o unix.a `cat socket.lib` `cat perlembed.lib` SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ucspi-ipc-0.67 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ucspi-ipc-0.67 ===> ucspi-ipc-0.67 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list install -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipccat /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcconnect /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcdo /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcrun /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcclient /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipccommand /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcconnect-io /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcexec /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcexec-config /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcexecrules /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcexecrulescheck /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcperl /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcrules /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcrulescheck /construction/sysutils/ucspi-ipc/stage/usr/local/bin install -s -m 555 /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/command/ipcserver /construction/sysutils/ucspi-ipc/stage/usr/local/bin cd /construction/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/src && install -m 0644 CHANGES /construction/sysutils/ucspi-ipc/stage/usr/local/share/doc/ucspi-ipc ====> 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 ucspi-ipc-0.67 file sizes/checksums [16]: 0% file sizes/checksums [16]: 100% packing files [16]: 0% packing files [16]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:17