------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python27-2.7.16_1.tgz Message from python27-2.7.16_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ py27-twofish-0.7_3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The twofish port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ py27-twofish-0.7_3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The twofish port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by py27-twofish-0.7_3 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ py27-twofish-0.7_3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The twofish port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by py27-twofish-0.7_3 for building => SHA256 Checksum OK for twofishmodule-0.7.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ py27-twofish-0.7_3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The twofish port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by py27-twofish-0.7_3 for building ===> Extracting for py27-twofish-0.7_3 => SHA256 Checksum OK for twofishmodule-0.7.tar.gz. Extracted Memory Use: 0.21M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py27-twofish-0.7_3 ===> Applying ports patches for py27-twofish-0.7_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py27-twofish-0.7_3 configure: warning: x86_64-portbld-dragonfly5.7: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for python... /usr/local/bin/python2.7 checking for gcc... cc checking whether the C compiler (cc -pipe -fPIC -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -fPIC -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for headers required to compile python extensions... ok checking for working const... 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 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py27-twofish-0.7_3 --- twofishmodule.o --- --- _twofish.o --- --- twofishmodule.o --- cc -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include/python2.7 twofishmodule.c --- _twofish.o --- cc -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include/python2.7 _twofish.c _twofish.c: In function 'reKey': _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:675:24: note: in expansion of macro 'sbSet' #define one256(N,J) sbSet(N,i,J,p8(N##1)[p8(N##2)[L0[i+J]]^k1]^k0) ^~~~~ _twofish.c:683:30: note: in expansion of macro 'one256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~~~~ _twofish.c:694:4: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ _twofish.c:683:7: note: within this loop for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ _twofish.c:694:4: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:675:24: note: in expansion of macro 'sbSet' #define one256(N,J) sbSet(N,i,J,p8(N##1)[p8(N##2)[L0[i+J]]^k1]^k0) ^~~~~ _twofish.c:683:30: note: in expansion of macro 'one256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~~~~ _twofish.c:694:14: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ _twofish.c:683:7: note: within this loop for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ _twofish.c:694:14: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:675:24: note: in expansion of macro 'sbSet' #define one256(N,J) sbSet(N,i,J,p8(N##1)[p8(N##2)[L0[i+J]]^k1]^k0) ^~~~~ _twofish.c:683:30: note: in expansion of macro 'one256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~~~~ _twofish.c:694:24: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ _twofish.c:683:7: note: within this loop for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ _twofish.c:694:24: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:675:24: note: in expansion of macro 'sbSet' #define one256(N,J) sbSet(N,i,J,p8(N##1)[p8(N##2)[L0[i+J]]^k1]^k0) ^~~~~ _twofish.c:683:30: note: in expansion of macro 'one256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~~~~ _twofish.c:694:34: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ _twofish.c:683:7: note: within this loop for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ _twofish.c:694:34: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:658:24: note: in expansion of macro 'sbSet' #define one192(N,J) sbSet(N,i,J,p8(N##1)[p8(N##2)[L0[i+J]]^k1]^k0) ^~~~~ _twofish.c:663:30: note: in expansion of macro 'one192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~~~~ _twofish.c:671:4: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ _twofish.c:663:7: note: within this loop for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ _twofish.c:671:4: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:658:24: note: in expansion of macro 'sbSet' #define one192(N,J) sbSet(N,i,J,p8(N##1)[p8(N##2)[L0[i+J]]^k1]^k0) ^~~~~ _twofish.c:663:30: note: in expansion of macro 'one192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~~~~ _twofish.c:671:14: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ _twofish.c:663:7: note: within this loop for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ _twofish.c:671:14: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:658:24: note: in expansion of macro 'sbSet' #define one192(N,J) sbSet(N,i,J,p8(N##1)[p8(N##2)[L0[i+J]]^k1]^k0) ^~~~~ _twofish.c:663:30: note: in expansion of macro 'one192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~~~~ _twofish.c:671:24: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ _twofish.c:663:7: note: within this loop for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ _twofish.c:671:24: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:658:24: note: in expansion of macro 'sbSet' #define one192(N,J) sbSet(N,i,J,p8(N##1)[p8(N##2)[L0[i+J]]^k1]^k0) ^~~~~ _twofish.c:663:30: note: in expansion of macro 'one192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~~~~ _twofish.c:671:34: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ _twofish.c:663:7: note: within this loop for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ _twofish.c:671:34: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:645:24: note: in expansion of macro 'sbSet' #define one128(N,J) sbSet(N,i,J,p8(N##1)[L0[i+J]]^k0) ^~~~~ _twofish.c:649:28: note: in expansion of macro 'one128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~~~~ _twofish.c:654:4: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ _twofish.c:649:5: note: within this loop for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ _twofish.c:654:4: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:645:24: note: in expansion of macro 'sbSet' #define one128(N,J) sbSet(N,i,J,p8(N##1)[L0[i+J]]^k0) ^~~~~ _twofish.c:649:28: note: in expansion of macro 'one128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~~~~ _twofish.c:654:14: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ _twofish.c:649:5: note: within this loop for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ _twofish.c:654:14: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:645:24: note: in expansion of macro 'sbSet' #define one128(N,J) sbSet(N,i,J,p8(N##1)[L0[i+J]]^k0) ^~~~~ _twofish.c:649:28: note: in expansion of macro 'one128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~~~~ _twofish.c:654:24: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ _twofish.c:649:5: note: within this loop for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ _twofish.c:654:24: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ _twofish.c:139:52: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] #define sbSet(N,i,J,v) { _sBox_[N&2][2*i+(N&1)+2*J]=MDStab[N][v]; } ^ _twofish.c:645:24: note: in expansion of macro 'sbSet' #define one128(N,J) sbSet(N,i,J,p8(N##1)[L0[i+J]]^k0) ^~~~~ _twofish.c:649:28: note: in expansion of macro 'one128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~~~~ _twofish.c:654:34: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ _twofish.c:649:5: note: within this loop for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ _twofish.c:654:34: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ --- _twofish.so --- ld -E -shared -o _twofish.so twofishmodule.o _twofish.o SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py27-twofish-0.7_3 ===> Generating temporary packing list install -m 0644 /construction/security/py-twofish/twofishmodule-0.7/_twofish.so /construction/security/py-twofish/stage/usr/local/lib/python2.7/site-packages /usr/bin/strip /construction/security/py-twofish/stage/usr/local/lib/python2.7/site-packages/_twofish.so install -m 555 /construction/security/py-twofish/twofishmodule-0.7/*.py /construction/security/py-twofish/stage/usr/local/lib/python2.7/site-packages install -m 0644 /construction/security/py-twofish/twofishmodule-0.7/README /construction/security/py-twofish/stage/usr/local/share/doc/twofish ====> 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:00 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py27-twofish-0.7_3 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:01 TOTAL TIME 00:00:48