------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- 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 Installing /packages/All/cvm-0.97.txz SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> twoftpd-1.43_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> twoftpd-1.43_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by twoftpd-1.43_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> twoftpd-1.43_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by twoftpd-1.43_1 for building => SHA256 Checksum OK for twoftpd-1.43.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> twoftpd-1.43_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by twoftpd-1.43_1 for building ===> Extracting for twoftpd-1.43_1 => SHA256 Checksum OK for twoftpd-1.43.tar.gz. Extracted Memory Use: 0.55M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for twoftpd-1.43_1 ===> Applying ports patches for twoftpd-1.43_1 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> twoftpd-1.43_1 depends on file: /usr/local/bin/bg-installer - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> twoftpd-1.43_1 depends on shared library: libcvm-v2client.so - found (/usr/local/lib/libcvm-v2client.so) ===> twoftpd-1.43_1 depends on shared library: libbg.so.2 - found (/usr/local/lib/bglibs/libbg.so.2) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> twoftpd-1.43_1 depends on file: /usr/local/bin/bg-installer - found ===> twoftpd-1.43_1 depends on shared library: libcvm-v2client.so - found (/usr/local/lib/libcvm-v2client.so) ===> twoftpd-1.43_1 depends on shared library: libbg.so.2 - found (/usr/local/lib/bglibs/libbg.so.2) ===> Configuring for twoftpd-1.43_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for twoftpd-1.43_1 --- makelib --- --- compile --- --- conf_bin.c --- --- load --- --- conf_bin.c --- head -n 1 conf-bin | sed -e 's/"/\\"/g' -e 's/^/const char conf_bin[] = "/' -e 's/$/";/' >conf_bin.c --- 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}'" '-o ${base}.o -c $source ${1+"$@"}'; ) >compile chmod 755 compile --- makelib --- ( echo '#!/bin/sh'; echo 'lib="$1"; shift'; echo 'rm -f "$lib"'; echo 'ar cr "$lib" ${1+"$@"}'; echo 'ranlib "$lib"'; ) >makelib chmod 755 makelib --- backend.o --- --- banner.o --- --- conf.o --- --- copy.o --- --- list.o --- --- log.o --- --- main.o --- --- messagefile.o --- --- path.o --- --- 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 chmod 755 load --- backend.o --- ./compile backend.c --- banner.o --- ./compile banner.c --- conf.o --- ./compile conf.c --- copy.o --- ./compile copy.c --- list.o --- ./compile list.c --- log.o --- ./compile log.c --- main.o --- ./compile main.c --- respond.o --- --- messagefile.o --- ./compile messagefile.c --- path.o --- ./compile path.c --- respond.o --- ./compile respond.c --- log.o --- In file included from log.c:22: log.h:12:13: warning: conflicting types for built-in function 'log2' [-Wbuiltin-declaration-mismatch] extern void log2(const char*, const char*); ^~~~ --- responses.o --- ./compile responses.c --- retr.o --- ./compile retr.c --- respond.o --- In file included from respond.c:23: log.h:12:13: warning: conflicting types for built-in function 'log2' [-Wbuiltin-declaration-mismatch] extern void log2(const char*, const char*); ^~~~ --- socket.o --- ./compile socket.c --- stat.o --- ./compile stat.c --- state.o --- ./compile state.c --- main.o --- In file included from main.c:24: log.h:12:13: warning: conflicting types for built-in function 'log2' [-Wbuiltin-declaration-mismatch] extern void log2(const char*, const char*); ^~~~ --- statmod.o --- ./compile statmod.c --- store.o --- ./compile store.c --- strtou.o --- ./compile strtou.c --- twoftpd-anon-conf.o --- ./compile twoftpd-anon-conf.c --- twoftpd-anon.o --- ./compile twoftpd-anon.c --- twoftpd-auth.o --- ./compile twoftpd-auth.c --- twoftpd-bind-port.o --- --- twoftpd-conf.o --- ./compile twoftpd-conf.c --- twoftpd-drop.o --- ./compile twoftpd-drop.c --- twoftpd-switch.o --- ./compile twoftpd-switch.c --- twoftpd-bind-port.o --- ./compile twoftpd-bind-port.c --- twoftpd-xfer.o --- ./compile twoftpd-xfer.c --- socket.lib --- --- backend.a --- ./makelib backend.a backend.o copy.o list.o messagefile.o path.o retr.o socket.o stat.o statmod.o state.o store.o --- main.a --- ./makelib main.a banner.o log.o main.o respond.o responses.o strtou.o --- twoftpd-conf --- --- twoftpd-anon-conf --- --- twoftpd-conf --- ./load twoftpd-conf conf.o -lbg --- twoftpd-anon-conf --- ./load twoftpd-anon-conf conf.o -lbg --- socket.lib --- Checking for socket libraries: no --- twoftpd-anon --- --- twoftpd-auth --- --- twoftpd-drop --- --- twoftpd-xfer --- --- twoftpd-switch --- --- twoftpd-auth --- ./load twoftpd-auth main.a -lcvm-v2client -lbg `cat socket.lib` --- twoftpd-drop --- ./load twoftpd-drop backend.a main.a -lbg `cat socket.lib` --- twoftpd-xfer --- ./load twoftpd-xfer backend.a main.a -lbg `cat socket.lib` --- twoftpd-switch --- ./load twoftpd-switch respond.o log.o -lbg --- twoftpd-anon --- ./load twoftpd-anon backend.a main.a -lbg `cat socket.lib` --- twoftpd-bind-port --- ./load twoftpd-bind-port respond.o log.o -lbg SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for twoftpd-1.43_1 ===> Generating temporary packing list install -s -m 555 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-anon /construction/ftp/twoftpd/stage/usr/local/bin/ install -s -m 555 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-anon-conf /construction/ftp/twoftpd/stage/usr/local/bin/ install -s -m 555 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-auth /construction/ftp/twoftpd/stage/usr/local/bin/ install -s -m 555 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-bind-port /construction/ftp/twoftpd/stage/usr/local/bin/ install -s -m 555 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-conf /construction/ftp/twoftpd/stage/usr/local/bin/ install -s -m 555 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-drop /construction/ftp/twoftpd/stage/usr/local/bin/ install -s -m 555 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-switch /construction/ftp/twoftpd/stage/usr/local/bin/ install -s -m 555 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-xfer /construction/ftp/twoftpd/stage/usr/local/bin/ install -m 444 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-auth.1 /construction/ftp/twoftpd/stage/usr/local/man/man1/ install -m 444 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-switch.1 /construction/ftp/twoftpd/stage/usr/local/man/man1/ install -m 444 /construction/ftp/twoftpd/twoftpd-1.43/twoftpd-xfer.1 /construction/ftp/twoftpd/stage/usr/local/man/man1/ (cd /construction/ftp/twoftpd/twoftpd-1.43 && install -m 0644 NEWS /construction/ftp/twoftpd/stage/usr/local/share/doc/twoftpd) (cd /construction/ftp/twoftpd/twoftpd-1.43 && install -m 0644 README /construction/ftp/twoftpd/stage/usr/local/share/doc/twoftpd) (cd /construction/ftp/twoftpd/twoftpd-1.43 && install -m 0644 TODO /construction/ftp/twoftpd/stage/usr/local/share/doc/twoftpd) ====> Compressing man pages (compress-man) ===> Installing ldconfig configuration file ====> 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 twoftpd-1.43_1 file sizes/checksums [15]: 0% file sizes/checksums [15]: 100% packing files [15]: 0% packing files [15]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:15