>>> Building on exopi-6 under security/aescrypt BDEPENDS = [devel/autoconf/2.13;devel/metaauto] DIST = [security/aescrypt:aescrypt-0.7.tar.gz] FULLPKGNAME = aescrypt-0.7p2 (Junk lock obtained for exopi-6 at 1713349017.85) >>> Running depends in security/aescrypt at 1713349017.96 last junk was in games/xpilot /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 >>> Running show-prepare-results in security/aescrypt at 1713349023.38 ===> security/aescrypt ===> Building from scratch aescrypt-0.7p2 ===> aescrypt-0.7p2 depends on: metaauto-* -> metaauto-1.0p4 ===> aescrypt-0.7p2 depends on: autoconf-2.13 -> autoconf-2.13p4 ===> Verifying specs: c ===> found c.100.0 autoconf-2.13p4 metaauto-1.0p4 (Junk lock released for exopi-6 at 1713349025.11) distfiles size=62455 >>> Running build in security/aescrypt at 1713349025.36 ===> security/aescrypt ===> Checking files for aescrypt-0.7p2 `/exopi-cvs/ports/distfiles/aescrypt-0.7.tar.gz' is up to date. >> (SHA256) aescrypt-0.7.tar.gz: OK ===> Extracting for aescrypt-0.7p2 ===> Patching for aescrypt-0.7p2 ===> Applying OpenBSD patch patch-rijndael_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: rijndael.c |--- rijndael.c.orig |+++ rijndael.c -------------------------- Patching file rijndael.c using Plan A... Hunk #1 succeeded at 19. done ===> Applying OpenBSD patch patch-rijndael_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: rijndael.h |--- rijndael.h.orig |+++ rijndael.h -------------------------- Patching file rijndael.h using Plan A... Hunk #1 succeeded at 14. 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 aescrypt-0.7p2 Running autoconf-2.13 in /exopi-obj/pobj/aescrypt-0.7/aescrypt-0.7 configure.in:20: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:21: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:24: warning: AC_TRY_RUN called without default to allow cross compiling Running autoheader-2.13 in /exopi-obj/pobj/aescrypt-0.7/aescrypt-0.7 configure.in:24: warning: AC_TRY_RUN called without default to allow cross compiling ===> Configuring for aescrypt-0.7p2 Using /exopi-obj/pobj/aescrypt-0.7/config.site (generated) loading site script /exopi-obj/pobj/aescrypt-0.7/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O2 -pipe ) works... yes checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for working const... (cached) yes checking for size_t... (cached) yes checking size of int... 4 checking size of long... 8 checking whether byte ordering is bigendian... no updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for aescrypt-0.7p2 cc -c -O2 -pipe bin2hex.c cc -c -O2 -pipe dorandom.c cc -c -Wall -W -O2 -DSTRICT_ALIGN=0 rijndael.c rijndael.c:627:64: warning: '&' within '|' [-Wbitwise-op-parentheses] iv[3][3] = (iv[3][3] << 1) | (outBuffer[k/8] >> (7-(k&7))) & 1; ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ rijndael.c:627:64: note: place parentheses around the '&' expression to silence this warning iv[3][3] = (iv[3][3] << 1) | (outBuffer[k/8] >> (7-(k&7))) & 1; ^ ( ) rijndael.c:647:29: warning: '&&' within '||' [-Wlogical-op-parentheses] cipher->mode != MODE_CFB1 && key->direction == DIR_ENCRYPT) { ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rijndael.c:647:29: note: place parentheses around the '&&' expression to silence this warning cipher->mode != MODE_CFB1 && key->direction == DIR_ENCRYPT) { ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rijndael.c:734:60: warning: '&' within '|' [-Wbitwise-op-parentheses] iv[3][3] = (iv[3][3] << 1) | (input[k/8] >> (7-(k&7))) & 1; ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ rijndael.c:734:60: note: place parentheses around the '&' expression to silence this warning iv[3][3] = (iv[3][3] << 1) | (input[k/8] >> (7-(k&7))) & 1; ^ ( ) 3 warnings generated. cc -c -O2 -pipe aescrypt.c cc -c -O2 -pipe dstring.c cc -O2 -pipe -o aescrypt aescrypt.o dorandom.o bin2hex.o rijndael.o dstring.o aescrypt.c(aescrypt.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() dstring.c(dstring.o:(d_lpad)): warning: strcat() is almost always misused, please use strlcat() cc -c -O2 -pipe aesget.c cc -O2 -pipe -o aesget aesget.o bin2hex.o rijndael.o dstring.o aesget.c(aesget.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() dstring.c(dstring.o:(d_lpad)): warning: strcat() is almost always misused, please use strlcat() cc -O2 -pipe -o tobin bin2hex.o dstring.o tobin.c dstring.c(dstring.o:(d_getline)): warning: strcpy() is almost always misused, please use strlcpy() dstring.c(dstring.o:(d_lpad)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in security/aescrypt at 1713349032.14 ===> security/aescrypt ===> Faking installation for aescrypt-0.7p2 /exopi-obj/pobj/aescrypt-0.7/bin/install -c -s -m 755 /exopi-obj/pobj/aescrypt-0.7/aescrypt-0.7/aescrypt /exopi-obj/pobj/aescrypt-0.7/fake-amd64/usr/local/bin /exopi-obj/pobj/aescrypt-0.7/bin/install -c -s -m 755 /exopi-obj/pobj/aescrypt-0.7/aescrypt-0.7/aesget /exopi-obj/pobj/aescrypt-0.7/fake-amd64/usr/local/bin /exopi-obj/pobj/aescrypt-0.7/bin/install -d -m 755 /exopi-obj/pobj/aescrypt-0.7/fake-amd64/usr/local/share/doc/aescrypt /exopi-obj/pobj/aescrypt-0.7/bin/install -c -m 644 /exopi-obj/pobj/aescrypt-0.7/aescrypt-0.7/README.html /exopi-obj/pobj/aescrypt-0.7/fake-amd64/usr/local/share/doc/aescrypt ===> Building package for aescrypt-0.7p2 Create /exopi-cvs/ports/packages/amd64/all/aescrypt-0.7p2.tgz Creating package aescrypt-0.7p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************* | 48% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/aescrypt-0.7p2.tgz >>> Running clean in security/aescrypt at 1713349035.85 ===> security/aescrypt ===> Cleaning for aescrypt-0.7p2 >>> Ended at 1713349036.20 max_stuck=0.00/depends=4.56/show-prepare-results=2.70/build=6.87/package=3.68/clean=0.52