>>> Building on exopi-4 under net/p5-Net-SSH2 BDEPENDS = [security/libssh2] DIST = [net/p5-Net-SSH2:Net-SSH2-0.74.tar.gz] FULLPKGNAME = p5-Net-SSH2-0.74 RDEPENDS = [security/libssh2] (Junk lock obtained for exopi-4 at 1773346584.32) >>> Running depends in net/p5-Net-SSH2 at 1773346584.37 last junk was in mail/exmh2 /usr/sbin/pkg_add -aI -Drepair libssh2-1.11.1 was: /usr/sbin/pkg_add -aI -Drepair libssh2-1.11.1 /usr/sbin/pkg_add -aI -Drepair libssh2-1.11.1 >>> Running show-prepare-results in net/p5-Net-SSH2 at 1773346587.67 ===> net/p5-Net-SSH2 ===> Building from scratch p5-Net-SSH2-0.74 ===> p5-Net-SSH2-0.74 depends on: libssh2-* -> libssh2-1.11.1 ===> Verifying specs: c crypto perl ssl z ssh2 ===> found c.102.2 crypto.57.2 perl.27.0 ssl.60.2 z.7.1 ssh2.10.2 libssh2-1.11.1 (Junk lock released for exopi-4 at 1773346588.34) distfiles size=146354 >>> Running build in net/p5-Net-SSH2 at 1773346588.39 ===> net/p5-Net-SSH2 ===> Checking files for p5-Net-SSH2-0.74 `/exopi-cvs/ports/distfiles/Net-SSH2-0.74.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-SSH2-0.74 ===> Patching for p5-Net-SSH2-0.74 ===> 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 p5-Net-SSH2-0.74 Regenerating ppport.h ===> Configuring for p5-Net-SSH2-0.74 WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. The libssh2 library is required by this module. If you don't have it, you can download it from http://www.libssh2.org; you may also need OpenSSL, which can be obtained from http://www.openssl.org , or libgcrypt, which can be obtained from http://www.gnupg.org . Debian: sudo aptitude install libssh2-1-dev OpenSUSE: sudo zypper in libssh2-1 libssh2-devel You can pass your libssh2 lib and include dirs (and extra link args) on the command line. E.g.: perl Makefile.PL lib=$HOME/libssh2/lib inc=$HOME/libssh2/include \ ldargs="-lz" These can also be set through the LIBSSH2_LIB/LIBSSH2_INCLUDE/LIBSSH2_LDARGS environment variables. To build with libgcrypt instead of OpenSSL, use the crypto_backend option when calling Makefile.PL, e.g.: perl Makefile.PL crypto_backend=gcrypt Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSH2 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-SSH2-0.74 cp lib/Net/SSH2/Dir.pm blib/lib/Net/SSH2/Dir.pm cp lib/Net/SSH2.pm blib/lib/Net/SSH2.pm cp lib/Net/SSH2/Listener.pm blib/lib/Net/SSH2/Listener.pm cp lib/Net/SSH2/Constants.pm blib/lib/Net/SSH2/Constants.pm cp lib/Net/SSH2/Channel.pm blib/lib/Net/SSH2/Channel.pm cp lib/Net/SSH2/SFTP.pm blib/lib/Net/SSH2/SFTP.pm cp lib/Net/SSH2/File.pm blib/lib/Net/SSH2/File.pm cp lib/Net/SSH2/PublicKey.pm blib/lib/Net/SSH2/PublicKey.pm cp lib/Net/SSH2/KnownHosts.pm blib/lib/Net/SSH2/KnownHosts.pm Running Mkbootstrap for SSH2 () chmod 644 "SSH2.bs" "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSH2.bs blib/arch/auto/Net/SSH2/SSH2.bs 644 "/usr/bin/perl" "-Iinc" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/exopi-obj/pobj/p5-Net-SSH2-0.74/Net-SSH2-0.74/typemap' SSH2.xs > SSH2.xsc mv SSH2.xsc SSH2.c cc -c -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DNO_LOCALE_MONETARY -DNO_LOCALE_TIME -DNO_LOCALE_MESSAGES -DLIBC_HANDLES_MISMATCHED_CTYPE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" SSH2.c SSH2.xs:1010:14: warning: 'libssh2_banner_set' is deprecated: since libssh2 1.4.0. Use libssh2_session_banner_set() [-Wdeprecated-declarations] 1010 | RETVAL = libssh2_banner_set(ss->session, SvPVbyte_nolen(full_banner)); | ^ /usr/local/include/libssh2.h:665:1: note: 'libssh2_banner_set' has been explicitly marked deprecated here 665 | LIBSSH2_DEPRECATED(1.4.0, "Use libssh2_session_banner_set()") | ^ /usr/local/include/libssh2.h:167:25: note: expanded from macro 'LIBSSH2_DEPRECATED' 167 | __attribute__((deprecated("since libssh2 " # version ". " message))) | ^ SSH2.xs:1092:5: warning: 'libssh2_session_callback_set' is deprecated: since libssh2 1.11.1. Use libssh2_session_callback_set2() [-Wdeprecated-declarations] 1092 | libssh2_session_callback_set(ss->session, | ^ /usr/local/include/libssh2.h:659:1: note: 'libssh2_session_callback_set' has been explicitly marked deprecated here 659 | LIBSSH2_DEPRECATED(1.11.1, "Use libssh2_session_callback_set2()") | ^ /usr/local/include/libssh2.h:167:25: note: expanded from macro 'LIBSSH2_DEPRECATED' 167 | __attribute__((deprecated("since libssh2 " # version ". " message))) | ^ SSH2.xs:1103:14: warning: 'libssh2_session_startup' is deprecated: since libssh2 1.2.8. Use libssh2_session_handshake() [-Wdeprecated-declarations] 1103 | RETVAL = libssh2_session_startup(ss->session, fd); | ^ /usr/local/include/libssh2.h:669:1: note: 'libssh2_session_startup' has been explicitly marked deprecated here 669 | LIBSSH2_DEPRECATED(1.2.8, "Use libssh2_session_handshake()") | ^ /usr/local/include/libssh2.h:167:25: note: expanded from macro 'LIBSSH2_DEPRECATED' 167 | __attribute__((deprecated("since libssh2 " # version ". " message))) | ^ SSH2.xs:1850:5: warning: 'libssh2_channel_handle_extended_data' is deprecated: since libssh2 1.1.0. libssh2_channel_handle_extended_data2() [-Wdeprecated-declarations] 1850 | libssh2_channel_handle_extended_data(ch->channel, (int)mode); | ^ /usr/local/include/libssh2.h:1004:1: note: 'libssh2_channel_handle_extended_data' has been explicitly marked deprecated here 1004 | LIBSSH2_DEPRECATED(1.1.0, "libssh2_channel_handle_extended_data2()") | ^ /usr/local/include/libssh2.h:167:25: note: expanded from macro 'LIBSSH2_DEPRECATED' 167 | __attribute__((deprecated("since libssh2 " # version ". " message))) | ^ 4 warnings generated. rm -f blib/arch/auto/Net/SSH2/SSH2.so LD_RUN_PATH="/usr/local/lib:/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib SSH2.o -o blib/arch/auto/Net/SSH2/SSH2.so -L/usr/local/lib -lssh2 -lz -lssl -lcrypto chmod 755 blib/arch/auto/Net/SSH2/SSH2.so Manifying 8 pod documents >>> Running package in net/p5-Net-SSH2 at 1773346593.24 ===> net/p5-Net-SSH2 ===> Faking installation for p5-Net-SSH2-0.74 "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSH2.bs blib/arch/auto/Net/SSH2/SSH2.bs 644 Manifying 8 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Net/SSH2/SSH2.so Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/SSH2.pm Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/SSH2/Dir.pm Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/SSH2/Listener.pm Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/SSH2/Constants.pm Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/SSH2/Channel.pm Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/SSH2/SFTP.pm Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/SSH2/File.pm Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/SSH2/PublicKey.pm Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/SSH2/KnownHosts.pm Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/man/man3p/Net::SSH2.3p Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/man/man3p/Net::SSH2::Channel.3p Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/man/man3p/Net::SSH2::Dir.3p Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/man/man3p/Net::SSH2::File.3p Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/man/man3p/Net::SSH2::KnownHosts.3p Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/man/man3p/Net::SSH2::Listener.3p Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/man/man3p/Net::SSH2::PublicKey.3p Installing /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/local/man/man3p/Net::SSH2::SFTP.3p Appending installation info to /exopi-obj/pobj/p5-Net-SSH2-0.74/fake-amd64/usr/./libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for p5-Net-SSH2-0.74 Create /exopi-cvs/ports/packages/amd64/all/p5-Net-SSH2-0.74.tgz Creating package p5-Net-SSH2-0.74 reading plist| checking dependencies| checking dependencies|security/libssh2 checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|****** | 11% checksumming|******** | 13% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************* | 21% checksumming|************** | 24% checksumming|**************** | 26% checksumming|****************** | 29% checksumming|******************* | 32% checksumming|********************* | 34% checksumming|********************** | 37% checksumming|************************ | 39% checksumming|************************** | 42% checksumming|*************************** | 45% checksumming|***************************** | 47% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 55% checksumming|*********************************** | 58% checksumming|************************************* | 61% checksumming|*************************************** | 63% checksumming|**************************************** | 66% checksumming|****************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 76% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|***************************************************** | 87% checksumming|******************************************************* | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************** | 50% archiving|************************************** | 60% archiving|***************************************** | 64% archiving|****************************************** | 66% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 72% archiving|******************************************************* | 87% archiving|*********************************************************** | 92% archiving|************************************************************* | 95% archiving|************************************************************** | 96% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/p5-Net-SSH2-0.74.tgz >>> Running clean in net/p5-Net-SSH2 at 1773346595.48 ===> net/p5-Net-SSH2 ===> Cleaning for p5-Net-SSH2-0.74 >>> Ended at 1773346595.75 max_stuck=2.02/depends=3.31/show-prepare-results=0.70/build=4.86/package=2.23/clean=0.32