------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- 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. SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Crypt-Twofish2-1.02_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Crypt-Twofish2-1.02_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Crypt-Twofish2-1.02_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Crypt-Twofish2-1.02_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Crypt-Twofish2-1.02_1 for building => SHA256 Checksum OK for Crypt-Twofish2-1.02.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Crypt-Twofish2-1.02_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Crypt-Twofish2-1.02_1 for building ===> Extracting for p5-Crypt-Twofish2-1.02_1 => SHA256 Checksum OK for Crypt-Twofish2-1.02.tar.gz. Extracted Memory Use: 0.12M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Crypt-Twofish2-1.02_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Crypt-Twofish2-1.02_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Crypt-Twofish2-1.02_1 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-Crypt-Twofish2-1.02_1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Twofish2 Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Crypt-Twofish2-1.02_1 --- blib/lib/Crypt/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Crypt/Twofish2/.exists --- --- blib/arch/auto/Crypt/Twofish2/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- Twofish2.c --- --- Twofish2.bs --- --- Twofish2.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' -typemap '/construction/security/p5-Crypt-Twofish2/Crypt-Twofish2-1.02/typemap' Twofish2.xs > Twofish2.xsc --- Twofish2.bs --- Running Mkbootstrap for Twofish2 () --- pm_to_blib --- --- Twofish2.bs --- chmod 644 "Twofish2.bs" --- blib/arch/auto/Crypt/Twofish2/Twofish2.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Twofish2.bs blib/arch/auto/Crypt/Twofish2/Twofish2.bs 644 --- blibdirs --- --- config --- --- pm_to_blib --- cp Twofish2.pm blib/lib/Crypt/Twofish2.pm --- Twofish2.c --- mv Twofish2.xsc Twofish2.c --- Twofish2.o --- cc -c -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.02\" -DXS_VERSION=\"1.02\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" Twofish2.c In file included from Twofish2.xs:15: Twofish2.c: In function 'reKey': twofish.c:138: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:601:33: 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:609:42: note: in expansion of macro 'one256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~~~~ twofish.c:620:13: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ twofish.c:609:19: note: within this loop for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ twofish.c:609:19: note: in definition of macro 'sb256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ twofish.c:138: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:601:33: 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:609:42: note: in expansion of macro 'one256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~~~~ twofish.c:620:23: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ twofish.c:609:19: note: within this loop for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ twofish.c:609:19: note: in definition of macro 'sb256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ twofish.c:138: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:601:33: 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:609:42: note: in expansion of macro 'one256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~~~~ twofish.c:620:33: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ twofish.c:609:19: note: within this loop for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ twofish.c:609:19: note: in definition of macro 'sb256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ twofish.c:138: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:601:33: 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:609:42: note: in expansion of macro 'one256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~~~~ twofish.c:620:43: note: in expansion of macro 'sb256' sb256(0); sb256(1); sb256(2); sb256(3); ^~~~~ twofish.c:609:19: note: within this loop for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ twofish.c:609:19: note: in definition of macro 'sb256' for (i=0;i<256;i+=2) { one256(N,0); one256(N,1); } } } ^~~ twofish.c:138: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:584:33: 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:589:42: note: in expansion of macro 'one192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~~~~ twofish.c:597:13: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ twofish.c:589:19: note: within this loop for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ twofish.c:589:19: note: in definition of macro 'sb192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ twofish.c:138: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:584:33: 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:589:42: note: in expansion of macro 'one192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~~~~ twofish.c:597:23: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ twofish.c:589:19: note: within this loop for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ twofish.c:589:19: note: in definition of macro 'sb192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ twofish.c:138: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:584:33: 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:589:42: note: in expansion of macro 'one192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~~~~ twofish.c:597:33: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ twofish.c:589:19: note: within this loop for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ twofish.c:589:19: note: in definition of macro 'sb192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ twofish.c:138: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:584:33: 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:589:42: note: in expansion of macro 'one192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~~~~ twofish.c:597:43: note: in expansion of macro 'sb192' sb192(0); sb192(1); sb192(2); sb192(3); ^~~~~ twofish.c:589:19: note: within this loop for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ twofish.c:589:19: note: in definition of macro 'sb192' for (i=0;i<256;i+=2) { one192(N,0); one192(N,1); } } } ^~~ twofish.c:138: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:571:33: note: in expansion of macro 'sbSet' #define one128(N,J) sbSet(N,i,J,p8(N##1)[L0[i+J]]^k0) ^~~~~ twofish.c:575:40: note: in expansion of macro 'one128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~~~~ twofish.c:580:13: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ twofish.c:575:17: note: within this loop for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ twofish.c:575:17: note: in definition of macro 'sb128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ twofish.c:138: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:571:33: note: in expansion of macro 'sbSet' #define one128(N,J) sbSet(N,i,J,p8(N##1)[L0[i+J]]^k0) ^~~~~ twofish.c:575:40: note: in expansion of macro 'one128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~~~~ twofish.c:580:23: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ twofish.c:575:17: note: within this loop for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ twofish.c:575:17: note: in definition of macro 'sb128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ twofish.c:138: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:571:33: note: in expansion of macro 'sbSet' #define one128(N,J) sbSet(N,i,J,p8(N##1)[L0[i+J]]^k0) ^~~~~ twofish.c:575:40: note: in expansion of macro 'one128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~~~~ twofish.c:580:33: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ twofish.c:575:17: note: within this loop for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ twofish.c:575:17: note: in definition of macro 'sb128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ twofish.c:138: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:571:33: note: in expansion of macro 'sbSet' #define one128(N,J) sbSet(N,i,J,p8(N##1)[L0[i+J]]^k0) ^~~~~ twofish.c:575:40: note: in expansion of macro 'one128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~~~~ twofish.c:580:43: note: in expansion of macro 'sb128' sb128(0); sb128(1); sb128(2); sb128(3); ^~~~~ twofish.c:575:17: note: within this loop for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ twofish.c:575:17: note: in definition of macro 'sb128' for (i=0;i<256;i+=2) { one128(N,0); one128(N,1); } } } ^~~ --- blib/arch/auto/Crypt/Twofish2/Twofish2.so --- rm -f blib/arch/auto/Crypt/Twofish2/Twofish2.so cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong Twofish2.o -o blib/arch/auto/Crypt/Twofish2/Twofish2.so chmod 755 blib/arch/auto/Crypt/Twofish2/Twofish2.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Crypt-Twofish2-1.02_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Crypt-Twofish2-1.02_1 ===> p5-Crypt-Twofish2-1.02_1 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Twofish2.bs blib/arch/auto/Crypt/Twofish2/Twofish2.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/security/p5-Crypt-Twofish2/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Crypt/Twofish2/Twofish2.so Installing /construction/security/p5-Crypt-Twofish2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Crypt/Twofish2.pm Installing /construction/security/p5-Crypt-Twofish2/stage/usr/local/lib/perl5/site_perl/man/man3/Crypt::Twofish2.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.30/auto/Crypt/Twofish2/Twofish2.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Crypt-Twofish2-1.02_1 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:07