------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/lua51-5.1.5_9.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> lua51-bcrypt-2.1.4_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> lua51-bcrypt-2.1.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua51-bcrypt-2.1.4_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> lua51-bcrypt-2.1.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua51-bcrypt-2.1.4_2 for building => SHA256 Checksum OK for mikejsavage-lua-bcrypt-v2.1-4_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> lua51-bcrypt-2.1.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua51-bcrypt-2.1.4_2 for building ===> Extracting for lua51-bcrypt-2.1.4_2 ===> lua51-bcrypt-2.1.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua51-bcrypt-2.1.4_2 for building => SHA256 Checksum OK for mikejsavage-lua-bcrypt-v2.1-4_GH0.tar.gz. Extracted Memory Use: 0.26M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for lua51-bcrypt-2.1.4_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> lua51-bcrypt-2.1.4_2 depends on package: gmake>=4.3 - found ===> lua51-bcrypt-2.1.4_2 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> lua51-bcrypt-2.1.4_2 depends on shared library: liblua-5.1.so - found (/usr/local/lib/liblua-5.1.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> lua51-bcrypt-2.1.4_2 depends on package: gmake>=4.3 - found ===> lua51-bcrypt-2.1.4_2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> lua51-bcrypt-2.1.4_2 depends on shared library: liblua-5.1.so - found (/usr/local/lib/liblua-5.1.so) ===> Configuring for lua51-bcrypt-2.1.4_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for lua51-bcrypt-2.1.4_2 gmake[2]: Entering directory '/construction/security/lua-bcrypt/lua-bcrypt-2.1-4' cc -pipe -I/usr/local/include -D__FreeBSD__=9 -O2 -fno-strict-aliasing -I/usr/local/include/lua51 -DOPENSSL_cleanse=explicit_bzero -D__BSD_VISIBLE -DHAVE_STRNDUP -Iinclude -Wall -Wno-pointer-sign -O2 -fPIC -DNDEBUG -O0 -c -o compat/safebfuns.o compat/safebfuns.c cc -pipe -I/usr/local/include -D__FreeBSD__=9 -O2 -fno-strict-aliasing -I/usr/local/include/lua51 -DOPENSSL_cleanse=explicit_bzero -D__BSD_VISIBLE -DHAVE_STRNDUP -Iinclude -Wall -Wno-pointer-sign -O2 -fPIC -DNDEBUG -c -o compat/bcrypt/bcrypt.o compat/bcrypt/bcrypt.c cc -pipe -I/usr/local/include -D__FreeBSD__=9 -O2 -fno-strict-aliasing -I/usr/local/include/lua51 -DOPENSSL_cleanse=explicit_bzero -D__BSD_VISIBLE -DHAVE_STRNDUP -Iinclude -Wall -Wno-pointer-sign -O2 -fPIC -DNDEBUG -c -o compat/bcrypt/blowfish.o compat/bcrypt/blowfish.c cc -pipe -I/usr/local/include -D__FreeBSD__=9 -O2 -fno-strict-aliasing -I/usr/local/include/lua51 -DOPENSSL_cleanse=explicit_bzero -D__BSD_VISIBLE -DHAVE_STRNDUP -Iinclude -Wall -Wno-pointer-sign -O2 -fPIC -DNDEBUG -c -o compat/arc4random/arc4random.o compat/arc4random/arc4random.c cc -pipe -I/usr/local/include -D__FreeBSD__=9 -O2 -fno-strict-aliasing -I/usr/local/include/lua51 -DOPENSSL_cleanse=explicit_bzero -D__BSD_VISIBLE -DHAVE_STRNDUP -Iinclude -Wall -Wno-pointer-sign -O2 -fPIC -DNDEBUG -c -o compat/strlcpy.o compat/strlcpy.c cc -pipe -I/usr/local/include -D__FreeBSD__=9 -O2 -fno-strict-aliasing -I/usr/local/include/lua51 -DOPENSSL_cleanse=explicit_bzero -D__BSD_VISIBLE -DHAVE_STRNDUP -Iinclude -Wall -Wno-pointer-sign -O2 -fPIC -DNDEBUG -c -o src/main.o src/main.c compat/bcrypt/bcrypt.c: In function 'bcrypt_hashpass': compat/bcrypt/bcrypt.c:185:37: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(encrypted, 8, "$2%c$%2.2u$", minor, logr); ^ compat/bcrypt/bcrypt.c:185:2: note: 'snprintf' output between 8 and 9 bytes into a destination of size 8 snprintf(encrypted, 8, "$2%c$%2.2u$", minor, logr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -o bcrypt.so compat/safebfuns.o compat/bcrypt/bcrypt.o compat/bcrypt/blowfish.o compat/arc4random/arc4random.o compat/strlcpy.o src/main.o -L/usr/local/lib -Wl,-rpath,/usr/local/lib -shared gmake[2]: Leaving directory '/construction/security/lua-bcrypt/lua-bcrypt-2.1-4' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> lua51-bcrypt-2.1.4_2 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for lua51-bcrypt-2.1.4_2 ===> lua51-bcrypt-2.1.4_2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list install -s -m 0644 /construction/security/lua-bcrypt/lua-bcrypt-2.1-4/bcrypt.so /construction/security/lua-bcrypt/stage/usr/local/lib/lua/5.1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: you may not need USES=ssl Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for lua51-bcrypt-2.1.4_2 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05