>>> Building on exopi-3 under net/vsftpd DIST = [net/vsftpd:vsftpd-3.0.5.tar.gz] FULLPKGNAME = vsftpd-3.0.5p0 distfiles size=197778 >>> Running build in net/vsftpd at 1714025499.88 ===> net/vsftpd ===> Building from scratch vsftpd-3.0.5p0 ===> Verifying specs: c crypto ssl util ===> found c.100.0 crypto.54.0 ssl.57.0 util.18.0 ===> Checking files for vsftpd-3.0.5p0 `/exopi-cvs/ports/distfiles/vsftpd-3.0.5.tar.gz' is up to date. >> (SHA256) vsftpd-3.0.5.tar.gz: OK ===> Extracting for vsftpd-3.0.5p0 ===> Patching for vsftpd-3.0.5p0 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 9. done ===> Applying OpenBSD patch patch-builddefs_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: builddefs.h |--- builddefs.h.orig |+++ builddefs.h -------------------------- Patching file builddefs.h using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-ssl_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: ssl.c |--- ssl.c.orig |+++ ssl.c -------------------------- Patching file ssl.c using Plan A... Hunk #1 succeeded at 93. done ===> Applying OpenBSD patch patch-sysdeputil_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sysdeputil.c |--- sysdeputil.c.orig |+++ sysdeputil.c -------------------------- Patching file sysdeputil.c using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 120. Hunk #3 succeeded at 253. done ===> Applying OpenBSD patch patch-vsftpd_conf Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: vsftpd.conf |--- vsftpd.conf.orig |+++ vsftpd.conf -------------------------- Patching file vsftpd.conf using Plan A... Hunk #1 succeeded at 8. Hunk #2 succeeded at 68. Hunk #3 succeeded at 102. Hunk #4 succeeded at 112. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for vsftpd-3.0.5p0 ===> Configuring for vsftpd-3.0.5p0 ===> Building for vsftpd-3.0.5p0 cc -c main.c -O2 -pipe -idirafter dummyinc cc -c utility.c -O2 -pipe -idirafter dummyinc cc -c prelogin.c -O2 -pipe -idirafter dummyinc cc -c ftpcmdio.c -O2 -pipe -idirafter dummyinc cc -c postlogin.c -O2 -pipe -idirafter dummyinc cc -c privsock.c -O2 -pipe -idirafter dummyinc cc -c tunables.c -O2 -pipe -idirafter dummyinc cc -c ftpdataio.c -O2 -pipe -idirafter dummyinc cc -c secbuf.c -O2 -pipe -idirafter dummyinc cc -c ls.c -O2 -pipe -idirafter dummyinc cc -c postprivparent.c -O2 -pipe -idirafter dummyinc cc -c logging.c -O2 -pipe -idirafter dummyinc cc -c str.c -O2 -pipe -idirafter dummyinc cc -c netstr.c -O2 -pipe -idirafter dummyinc cc -c sysstr.c -O2 -pipe -idirafter dummyinc cc -c strlist.c -O2 -pipe -idirafter dummyinc cc -c banner.c -O2 -pipe -idirafter dummyinc cc -c filestr.c -O2 -pipe -idirafter dummyinc cc -c parseconf.c -O2 -pipe -idirafter dummyinc cc -c secutil.c -O2 -pipe -idirafter dummyinc cc -c ascii.c -O2 -pipe -idirafter dummyinc cc -c oneprocess.c -O2 -pipe -idirafter dummyinc cc -c twoprocess.c -O2 -pipe -idirafter dummyinc cc -c privops.c -O2 -pipe -idirafter dummyinc cc -c standalone.c -O2 -pipe -idirafter dummyinc cc -c hash.c -O2 -pipe -idirafter dummyinc cc -c tcpwrap.c -O2 -pipe -idirafter dummyinc cc -c ipaddrparse.c -O2 -pipe -idirafter dummyinc cc -c access.c -O2 -pipe -idirafter dummyinc cc -c features.c -O2 -pipe -idirafter dummyinc cc -c readwrite.c -O2 -pipe -idirafter dummyinc cc -c opts.c -O2 -pipe -idirafter dummyinc cc -c ssl.c -O2 -pipe -idirafter dummyinc ssl.c:495:22: warning: passing arguments to 'setup_bio_callbacks' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] setup_bio_callbacks(p_ssl); ^ ssl.c:649:22: warning: passing arguments to 'setup_bio_callbacks' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] setup_bio_callbacks(p_ssl); ^ ssl.c:37:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void setup_bio_callbacks(); ^ ssl.c:694:13: note: conflicting prototype is here static void setup_bio_callbacks(SSL* p_ssl) ^ 3 warnings generated. cc -c sslslave.c -O2 -pipe -idirafter dummyinc cc -c ptracesandbox.c -O2 -pipe -idirafter dummyinc cc -c ftppolicy.c -O2 -pipe -idirafter dummyinc cc -c sysutil.c -O2 -pipe -idirafter dummyinc cc -c sysdeputil.c -O2 -pipe -idirafter dummyinc cc -c seccompsandbox.c -O2 -pipe -idirafter dummyinc cc -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o seccompsandbox.o -fPIE -pie -Wl,-z,relro -Wl,-z,now `./vsf_findlibs.sh` sysutil.c(sysutil.o:(vsf_sysutil_get_random_byte)): warning: rand() may return deterministic values, is that what you want? >>> Running package in net/vsftpd at 1714025513.09 ===> net/vsftpd ===> Faking installation for vsftpd-3.0.5p0 /exopi-obj/pobj/vsftpd-3.0.5/bin/install -d -m 755 /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/share/examples/vsftpd /exopi-obj/pobj/vsftpd-3.0.5/bin/install -d -m 755 /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/share/doc/vsftpd /exopi-obj/pobj/vsftpd-3.0.5/bin/install -c -s -m 755 /exopi-obj/pobj/vsftpd-3.0.5/vsftpd-3.0.5/vsftpd /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/vsftpd-3.0.5/bin/install -c -m 644 /exopi-obj/pobj/vsftpd-3.0.5/vsftpd-3.0.5/vsftpd.8 /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/vsftpd-3.0.5/bin/install -c -m 644 /exopi-obj/pobj/vsftpd-3.0.5/vsftpd-3.0.5/vsftpd.conf.5 /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/man/man5 /exopi-obj/pobj/vsftpd-3.0.5/bin/install -c -m 644 /exopi-obj/pobj/vsftpd-3.0.5/vsftpd-3.0.5/vsftpd.conf /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/share/examples/vsftpd /exopi-obj/pobj/vsftpd-3.0.5/bin/install -c -m 644 /exopi-obj/pobj/vsftpd-3.0.5/vsftpd-3.0.5/FAQ /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/share/doc/vsftpd /exopi-obj/pobj/vsftpd-3.0.5/bin/install -c -m 644 /exopi-obj/pobj/vsftpd-3.0.5/vsftpd-3.0.5/INSTALL /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/share/doc/vsftpd /exopi-obj/pobj/vsftpd-3.0.5/bin/install -c -m 644 /exopi-obj/pobj/vsftpd-3.0.5/vsftpd-3.0.5/README /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/share/doc/vsftpd /exopi-obj/pobj/vsftpd-3.0.5/bin/install -c -m 644 /exopi-obj/pobj/vsftpd-3.0.5/vsftpd-3.0.5/README.ssl /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/usr/local/share/doc/vsftpd Installing /exopi-cvs/ports/net/vsftpd/pkg/vsftpd.rc as /exopi-obj/pobj/vsftpd-3.0.5/fake-amd64/etc/rc.d/vsftpd ===> Building package for vsftpd-3.0.5p0 Create /exopi-cvs/ports/packages/amd64/all/vsftpd-3.0.5p0.tgz Creating package vsftpd-3.0.5p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********** | 16% checksumming|************ | 20% checksumming|*************** | 24% checksumming|***************** | 28% checksumming|******************** | 32% checksumming|********************** | 36% checksumming|************************ | 40% checksumming|*************************** | 44% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 56% checksumming|************************************* | 60% checksumming|*************************************** | 64% checksumming|***************************************** | 68% checksumming|******************************************** | 72% checksumming|********************************************** | 76% checksumming|************************************************* | 80% checksumming|*************************************************** | 84% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************************** | 72% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|************************************************************ | 94% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/vsftpd-3.0.5p0.tgz >>> Running clean in net/vsftpd at 1714025517.94 ===> net/vsftpd ===> Cleaning for vsftpd-3.0.5p0 >>> Ended at 1714025519.05 max_stuck=0.86/build=13.23/package=4.80/clean=1.18