------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/libtool-2.4.6_1.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- 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 SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-proxy-1.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-proxy-1.1 for building => SHA256 Checksum OK for ucspi-proxy-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-proxy-1.1 for building ===> Extracting for ucspi-proxy-1.1 => SHA256 Checksum OK for ucspi-proxy-1.1.tar.gz. Extracted Memory Use: 0.23M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ucspi-proxy-1.1 ===> Applying ports patches for ucspi-proxy-1.1 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on executable: libtool - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on shared library: libbg.so - found (/usr/local/lib/bglibs/libbg.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on executable: libtool - found ===> ucspi-proxy-1.1 depends on shared library: libbg.so - found (/usr/local/lib/bglibs/libbg.so) ===> Configuring for ucspi-proxy-1.1 echo "/construction/sysutils/ucspi-proxy/stage/usr/local/bin" > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-bin echo "/construction/sysutils/ucspi-proxy/stage/usr/local/man" > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-man echo "cc -pipe -O2 -fno-strict-aliasing " > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-cc echo "cc -s " > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-ld echo "/usr/local/include/bglibs" > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-bgincs echo "/usr/local/lib/bglibs" > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-bglibs SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ucspi-proxy-1.1 --- makelib --- --- compile --- --- load --- --- makelib --- ( echo '#!/bin/sh'; echo 'lib="$1"; shift'; echo 'rm -f "$lib"'; echo 'ar cr "$lib" ${1+"$@"}'; echo 'ranlib "$lib"'; ) >makelib --- load --- ( bglibs=`head -n 1 conf-bglibs`; echo '#!/bin/sh'; echo 'main="$1"; shift'; echo exec `head -n 1 conf-ld` -L. "-L'${bglibs}'" "-Wl,-R'${bglibs}'" '-o "$main" "$main.o" ${1+"$@"}'; ) >load --- makelib --- chmod 755 makelib --- compile --- ( bgincs=`head -n 1 conf-bgincs`; echo '#!/bin/sh'; echo 'source=$1; shift'; echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; echo exec `head -n 1 conf-cc` -I. "-I'${bgincs}'" "-I /usr/local/include/" '-o ${base}.o -c $source ${1+"$@"}'; ) >compile --- load --- chmod 755 load --- compile --- chmod 755 compile --- auth-lib.o --- --- base64.o --- --- http-xlate-filter.o --- --- imap-filter.o --- --- log-filter.o --- --- null-filter.o --- --- pop3-filter.o --- --- relay-filter.o --- --- tcp-connect.o --- --- ucspi-proxy-http-xlate.o --- --- http-xlate-filter.o --- ./compile http-xlate-filter.c --- log-filter.o --- ./compile log-filter.c --- null-filter.o --- ./compile null-filter.c --- pop3-filter.o --- ./compile pop3-filter.c --- relay-filter.o --- ./compile relay-filter.c --- tcp-connect.o --- ./compile tcp-connect.c --- ucspi-proxy-http-xlate.o --- ./compile ucspi-proxy-http-xlate.c --- auth-lib.o --- ./compile auth-lib.c --- base64.o --- ./compile base64.c --- imap-filter.o --- ./compile imap-filter.c --- ucspi-proxy-imap.o --- ./compile ucspi-proxy-imap.c --- tcp-connect.o --- In file included from tcp-connect.c:7: /usr/local/include/bglibs/bglibs/resolve.h:30:48: warning: 'struct dns_transmit' declared inside parameter list will not be visible outside of this definition or declaration extern int resolve_qualdns(int (*dnsfn)(struct dns_transmit*, struct dns_result* out, const char*), ^~~~~~~~~~~~ tcp-connect.c: In function 'tcp_connect': tcp-connect.c:53:12: warning: implicit declaration of function 'ntohs' [-Wimplicit-function-declaration] port = ntohs(se->s_port); ^~~~~ --- ucspi-proxy-log.o --- ./compile ucspi-proxy-log.c --- ucspi-proxy-pop3.o --- ./compile ucspi-proxy-pop3.c --- ucspi-proxy.o --- ./compile ucspi-proxy.c --- ucspi-proxy.a --- ./makelib ucspi-proxy.a base64.o tcp-connect.o ucspi-proxy.o --- ucspi-proxy --- --- ucspi-proxy-imap --- --- ucspi-proxy-log --- --- ucspi-proxy-pop3 --- --- ucspi-proxy --- ./load ucspi-proxy null-filter.o ucspi-proxy.a -lbg --- ucspi-proxy-pop3 --- ./load ucspi-proxy-pop3 pop3-filter.o relay-filter.o auth-lib.o ucspi-proxy.a -lbg --- ucspi-proxy-imap --- ./load ucspi-proxy-imap imap-filter.o relay-filter.o auth-lib.o ucspi-proxy.a -lbg --- ucspi-proxy-log --- ./load ucspi-proxy-log log-filter.o ucspi-proxy.a -lbg --- ucspi-proxy-http-xlate --- ./load ucspi-proxy-http-xlate http-xlate-filter.o ucspi-proxy.a -lbg SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ucspi-proxy-1.1 ===> Generating temporary packing list bg-installer -v 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-proxy-1.1 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:12