------------------------------------------------------------------------------- -- 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. Installing /packages/All/bglibs-2.04_1,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libtool-2.4.6_1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ucspi-unix-1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ucspi-unix-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-unix-1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ucspi-unix-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-unix-1.0 for building => SHA256 Checksum OK for ucspi-unix-1.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ucspi-unix-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-unix-1.0 for building ===> Extracting for ucspi-unix-1.0 => SHA256 Checksum OK for ucspi-unix-1.0.tar.gz. Extracted Memory Use: 0.15M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ucspi-unix-1.0 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ucspi-unix-1.0 depends on file: /usr/local/lib/bglibs/libbg.a - found ===> ucspi-unix-1.0 depends on executable: libtool - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ucspi-unix-1.0 depends on file: /usr/local/lib/bglibs/libbg.a - found ===> ucspi-unix-1.0 depends on executable: libtool - found ===> Configuring for ucspi-unix-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ucspi-unix-1.0 ( echo '#!/bin/sh'; echo 'source=$1; shift'; echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; echo exec `head -n 1 conf-cc` -I. '-o ${base}.o -c $source ${1+"$@"}'; ) >compile chmod 755 compile ./compile unixclient.c unixclient.c: In function 'do_connect': unixclient.c:36:39: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] size = sizeof(struct sockaddr_un) + strlen(opt_socket)+1; ^~~~~~ unixclient.c:36:39: warning: incompatible implicit declaration of built-in function 'strlen' unixclient.c:36:39: note: include '' or provide a declaration of 'strlen' unixclient.c:10:1: +#include unixclient.c:36:39: size = sizeof(struct sockaddr_un) + strlen(opt_socket)+1; ^~~~~~ unixclient.c:39:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(saddr->sun_path, opt_socket); ^~~~~~ unixclient.c:39:3: warning: incompatible implicit declaration of built-in function 'strcpy' unixclient.c:39:3: note: include '' or provide a declaration of 'strcpy' ( echo '#!/bin/sh'; echo 'main="$1"; shift'; echo exec `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}'; ) >load chmod 755 load ( ( ./compile trypeercred.c && ./load trypeercred; ) && cat haspeercred.h1 || cat haspeercred.h0 ) > haspeercred.h trypeercred.c: In function 'main': trypeercred.c:7:16: error: storage size of 'peer' isn't known struct ucred peer; ^~~~ trypeercred.c:9:29: error: 'SO_PEERCRED' undeclared (first use in this function); did you mean 'SO_RERROR'? getsockopt(0, SOL_SOCKET, SO_PEERCRED, &peer, &optlen); ^~~~~~~~~~~ SO_RERROR trypeercred.c:9:29: note: each undeclared identifier is reported only once for each function it appears in ./compile env.c ./compile utoa.c Checking for socket libraries: no ./load unixclient env.o utoa.o `cat socket.lib` ( ( ./compile trywaitp.c && ./load trywaitp; ) && cat haswaitp.h1 || cat haswaitp.h0 ) > haswaitp.h ./compile unixserver.c unixserver.c: In function 'parse_options': unixserver.c:155:27: warning: passing argument 2 of 'parseu' from incompatible pointer type [-Wincompatible-pointer-types] if (!parseu(optarg, &opt_perms, 8)) usage("Invalid permissions value."); ^~~~~~~~~~ unixserver.c:95:46: note: expected 'unsigned int *' but argument is of type 'mode_t *' {aka 'short unsigned int *'} static int parseu(const char* str, unsigned* out, int base) ~~~~~~~~~~^~~ unixserver.c:158:27: warning: passing argument 2 of 'parseu' from incompatible pointer type [-Wincompatible-pointer-types] if (!parseu(optarg, &opt_umask, 8)) usage("Invalid mask value."); ^~~~~~~~~~ unixserver.c:95:46: note: expected 'unsigned int *' but argument is of type 'mode_t *' {aka 'short unsigned int *'} static int parseu(const char* str, unsigned* out, int base) ~~~~~~~~~~^~~ unixserver.c: In function 'make_socket': unixserver.c:182:11: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] strlen(opt_socket) + 1); ^~~~~~ unixserver.c:182:11: warning: incompatible implicit declaration of built-in function 'strlen' unixserver.c:182:11: note: include '' or provide a declaration of 'strlen' unixserver.c:11:1: +#include unixserver.c:182:11: strlen(opt_socket) + 1); ^~~~~~ unixserver.c:184:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(saddr->sun_path, opt_socket); ^~~~~~ unixserver.c:184:3: warning: incompatible implicit declaration of built-in function 'strcpy' unixserver.c:184:3: note: include '' or provide a declaration of 'strcpy' unixserver.c: In function 'start_child': unixserver.c:209:19: warning: incompatible implicit declaration of built-in function 'strlen' ssize_t len = strlen(opt_banner); ^~~~~~ unixserver.c:209:19: note: include '' or provide a declaration of 'strlen' ./load unixserver env.o utoa.o `cat socket.lib` cat warn-auto.sh unixcat.sh >unixcat chmod 755 unixcat SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ucspi-unix-1.0 ===> Generating temporary packing list install -m 555 /construction/sysutils/ucspi-unix/ucspi-unix-1.0/unixcat /construction/sysutils/ucspi-unix/stage/usr/local/bin/ install -s -m 555 /construction/sysutils/ucspi-unix/ucspi-unix-1.0/unixclient /construction/sysutils/ucspi-unix/stage/usr/local/bin/ install -s -m 555 /construction/sysutils/ucspi-unix/ucspi-unix-1.0/unixserver /construction/sysutils/ucspi-unix/stage/usr/local/bin/ install -m 444 /construction/sysutils/ucspi-unix/ucspi-unix-1.0/unixclient.1 /construction/sysutils/ucspi-unix/stage/usr/local/man/man1/ install -m 444 /construction/sysutils/ucspi-unix/ucspi-unix-1.0/unixserver.1 /construction/sysutils/ucspi-unix/stage/usr/local/man/man1/ install -m 0644 /construction/sysutils/ucspi-unix/ucspi-unix-1.0/NEWS /construction/sysutils/ucspi-unix/ucspi-unix-1.0/PROTOCOL /construction/sysutils/ucspi-unix/ucspi-unix-1.0/README /construction/sysutils/ucspi-unix/ucspi-unix-1.0/TODO /construction/sysutils/ucspi-unix/stage/usr/local/share/doc/ucspi-unix ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ucspi-unix-1.0 file sizes/checksums [9]: 0% file sizes/checksums [9]: 100% packing files [9]: 0% packing files [9]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05