------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- 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. Installing /packages/All/openssl-1.1.1g,1.txz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-HTTP-MHTTP-0.15_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-HTTP-MHTTP-0.15_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-HTTP-MHTTP-0.15_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-HTTP-MHTTP-0.15_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-HTTP-MHTTP-0.15_1 for building => SHA256 Checksum OK for HTTP-MHTTP-0.15.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-HTTP-MHTTP-0.15_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-HTTP-MHTTP-0.15_1 for building ===> Extracting for p5-HTTP-MHTTP-0.15_1 => SHA256 Checksum OK for HTTP-MHTTP-0.15.tar.gz. Extracted Memory Use: 0.08M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- ===> p5-HTTP-MHTTP-0.15_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-HTTP-MHTTP-0.15_1 ===> p5-HTTP-MHTTP-0.15_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-HTTP-MHTTP-0.15_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> p5-HTTP-MHTTP-0.15_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-HTTP-MHTTP-0.15_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> p5-HTTP-MHTTP-0.15_1 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-HTTP-MHTTP-0.15_1 Found OpenSSL (version ) installed at /usr/local Using --default OpenSSL candidate found at /usr/local ================================================ BUILD INFORMATION ================================================ ssl dir: /usr/local libraries: -lssl -lcrypto -lgcc include dir: /usr/local/include ssl header: openssl/ssl.h ssl candidate: /usr/local; /usr/local/include/openssl; ================================================ Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -lgcc Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for HTTP::MHTTP Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-HTTP-MHTTP-0.15_1 cp MHTTP.pm blib/lib/HTTP/MHTTP.pm cd mhttp && make cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -DOPENSSL_NO_KRB5 -DGOTSSL -DSUMITELSE mhttp.c mhttp.c: In function 'mhttp_call': mhttp.c:145:30: warning: implicit declaration of function 'SSLv3_client_method'; did you mean 'SSLv23_client_method'? [-Wimplicit-function-declaration] mhttp_connection->meth = SSLv3_client_method(); ^~~~~~~~~~~~~~~~~~~ SSLv23_client_method mhttp.c:145:28: warning: assignment to 'SSL_METHOD *' {aka 'struct ssl_method_st *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] mhttp_connection->meth = SSLv3_client_method(); ^ ar cr libmhttp.a mhttp.o : libmhttp.a Running Mkbootstrap for MHTTP () chmod 644 "MHTTP.bs" "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MHTTP.bs blib/arch/auto/HTTP/MHTTP/MHTTP.bs 644 "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' MHTTP.xs > MHTTP.xsc mv MHTTP.xsc MHTTP.c cc -c -Imhttp -I/usr/local/include -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -DOPENSSL_NO_KRB5 -DGOTSSL MHTTP.c rm -f blib/arch/auto/HTTP/MHTTP/MHTTP.so LD_RUN_PATH="/usr/local/lib" cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong MHTTP.o -o blib/arch/auto/HTTP/MHTTP/MHTTP.so mhttp/libmhttp.a -L/usr/local/lib -lssl -lcrypto chmod 755 blib/arch/auto/HTTP/MHTTP/MHTTP.so Manifying 1 pod document SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-HTTP-MHTTP-0.15_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> p5-HTTP-MHTTP-0.15_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-HTTP-MHTTP-0.15_1 ===> p5-HTTP-MHTTP-0.15_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> p5-HTTP-MHTTP-0.15_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' -- MHTTP.bs blib/arch/auto/HTTP/MHTTP/MHTTP.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/www/p5-HTTP-MHTTP/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/HTTP/MHTTP/MHTTP.so Installing /construction/www/p5-HTTP-MHTTP/stage/usr/local/lib/perl5/site_perl/mach/5.30/HTTP/MHTTP.pm Installing /construction/www/p5-HTTP-MHTTP/stage/usr/local/lib/perl5/site_perl/man/man3/HTTP::MHTTP.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.30/auto/HTTP/MHTTP/MHTTP.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-HTTP-MHTTP-0.15_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:12