Unknown option: default Warning (mostly harmless): No library found for -lssl32 Warning (mostly harmless): No library found for -lssleay32 Warning (mostly harmless): No library found for -leay32 100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Crypt-SSLeay-0.64/ Crypt-SSLeay-0.64/certs/ Crypt-SSLeay-0.64/Changes Crypt-SSLeay-0.64/eg/ Crypt-SSLeay-0.64/lib/ Crypt-SSLeay-0.64/Makefile.PL Crypt-SSLeay-0.64/MANIFEST Crypt-SSLeay-0.64/MANIFEST.SKIP Crypt-SSLeay-0.64/META.json Crypt-SSLeay-0.64/META.yml Crypt-SSLeay-0.64/README.md Crypt-SSLeay-0.64/SSLeay.pm Crypt-SSLeay-0.64/SSLeay.xs Crypt-SSLeay-0.64/t/ Crypt-SSLeay-0.64/TODO Crypt-SSLeay-0.64/typemap Crypt-SSLeay-0.64/t/00-basic.t Crypt-SSLeay-0.64/t/01-connect.t Crypt-SSLeay-0.64/t/02-live.t Crypt-SSLeay-0.64/lib/Crypt/ Crypt-SSLeay-0.64/lib/Net/ Crypt-SSLeay-0.64/lib/Net/SSL.pm Crypt-SSLeay-0.64/lib/Crypt/SSLeay/ Crypt-SSLeay-0.64/lib/Crypt/SSLeay/Conn.pm Crypt-SSLeay-0.64/lib/Crypt/SSLeay/CTX.pm Crypt-SSLeay-0.64/lib/Crypt/SSLeay/Err.pm Crypt-SSLeay-0.64/lib/Crypt/SSLeay/MainContext.pm Crypt-SSLeay-0.64/lib/Crypt/SSLeay/X509.pm Crypt-SSLeay-0.64/eg/lwp-ssl-test Crypt-SSLeay-0.64/eg/net-ssl-test Crypt-SSLeay-0.64/certs/ca-bundle.crt Crypt-SSLeay-0.64/certs/notacacert.pem Crypt-SSLeay-0.64/certs/notacakeynopass.pem The test suite can attempt to connect to public servers to ensure that the code is working properly. If you are behind a strict firewall or have no network connectivity, these tests may fail (through no fault of the code). Do you want to run the live tests (y/N)? [N] Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::SSLeay Writing MYMETA.yml and MYMETA.json cp lib/Crypt/SSLeay/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm cp SSLeay.pm blib/lib/Crypt/SSLeay.pm cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm cp lib/Crypt/SSLeay/Conn.pm blib/lib/Crypt/SSLeay/Conn.pm cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm cp lib/Net/SSL.pm blib/lib/Net/SSL.pm Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/slapt-src/libraries/Crypt-SSLeay/Crypt-SSLeay-0.64/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -march=i486 -mtune=i686 -DVERSION=\"0.64\" -DXS_VERSION=\"0.64\" -fPIC "-I/usr/lib/perl5/CORE" SSLeay.c SSLeay.xs: In function ‘XS_Crypt__SSLeay__CTX_new’: SSLeay.xs:120:13: warning: implicit declaration of function ‘SSLeay_add_all_algorithms’; did you mean ‘SSLeay_add_ssl_algorithms’? [-Wimplicit-function-declaration] 120 | SSLeay_add_all_algorithms(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | SSLeay_add_ssl_algorithms SSLeay.xs:141:13: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] 141 | ctx = SSL_CTX_new(SSLv3_client_method()); | ^~~ In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/ssl.h:15, from SSLeay.xs:35: /usr/include/openssl/ssl.h:1864:1: note: declared here 1864 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs:146:31: warning: implicit declaration of function ‘SSLv2_client_method’; did you mean ‘SSLv3_client_method’? [-Wimplicit-function-declaration] 146 | ctx = SSL_CTX_new(SSLv2_client_method()); | ^~~~~~~~~~~~~~~~~~~ | SSLv3_client_method SSLeay.xs:146:31: warning: passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a cast [-Wint-conversion] 146 | ctx = SSL_CTX_new(SSLv2_client_method()); | ^~~~~~~~~~~~~~~~~~~~~ | | | int In file included from SSLeay.xs:35: /usr/include/openssl/ssl.h:1503:47: note: expected ‘const SSL_METHOD *’ {aka ‘const struct ssl_method_st *’} but argument is of type ‘int’ 1503 | __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); | ~~~~~~~~~~~~~~~~~~^~~~ rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.so LD_RUN_PATH="/usr/lib" cc -shared -O2 -march=i586 -mtune=i686 -L/usr/local/lib -fstack-protector-strong SSLeay.o -o blib/arch/auto/Crypt/SSLeay/SSLeay.so \ -lz -lssl -lcrypto \ chmod 755 blib/arch/auto/Crypt/SSLeay/SSLeay.so Manifying 2 pod documents "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/lib/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/lib/perl5/vendor_perl/Crypt/SSLeay.pm Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/lib/perl5/vendor_perl/Crypt/SSLeay/CTX.pm Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/lib/perl5/vendor_perl/Crypt/SSLeay/MainContext.pm Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/lib/perl5/vendor_perl/Crypt/SSLeay/X509.pm Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/lib/perl5/vendor_perl/Crypt/SSLeay/Conn.pm Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/lib/perl5/vendor_perl/Crypt/SSLeay/Err.pm Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/lib/perl5/vendor_perl/Net/SSL.pm Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/man/man3/Crypt::SSLeay.3 Installing /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/man/man3/Net::SSL.3 Appending installation info to /usr/src/slapt-src/libraries/Crypt-SSLeay/package-Crypt-SSLeay/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/libraries/Crypt-SSLeay/Crypt-SSLeay-0.64-i486-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/Crypt-SSLeay-0.64/ usr/doc/Crypt-SSLeay-0.64/Changes usr/doc/Crypt-SSLeay-0.64/Crypt-SSLeay.SlackBuild usr/doc/Crypt-SSLeay-0.64/README.md usr/doc/Crypt-SSLeay-0.64/TODO usr/lib/ usr/lib/perl5/ usr/lib/perl5/vendor_perl/ usr/lib/perl5/vendor_perl/Crypt/ usr/lib/perl5/vendor_perl/Crypt/SSLeay/ usr/lib/perl5/vendor_perl/Crypt/SSLeay.pm usr/lib/perl5/vendor_perl/Crypt/SSLeay/CTX.pm usr/lib/perl5/vendor_perl/Crypt/SSLeay/Conn.pm usr/lib/perl5/vendor_perl/Crypt/SSLeay/Err.pm usr/lib/perl5/vendor_perl/Crypt/SSLeay/MainContext.pm usr/lib/perl5/vendor_perl/Crypt/SSLeay/X509.pm usr/lib/perl5/vendor_perl/Net/ usr/lib/perl5/vendor_perl/Net/SSL.pm usr/lib/perl5/vendor_perl/auto/ usr/lib/perl5/vendor_perl/auto/Crypt/ usr/lib/perl5/vendor_perl/auto/Crypt/SSLeay/ usr/lib/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so usr/man/ usr/man/man3/ usr/man/man3/Crypt::SSLeay.3.gz usr/man/man3/Net::SSL.3.gz Slackware package /usr/src/slapt-src/libraries/Crypt-SSLeay/Crypt-SSLeay-0.64-i486-1salix15.0.txz created. Installing package Crypt-SSLeay-0.64-i486-1salix15.0... | Crypt-SSLeay (perl module) | | This module provides support for the https protocol under LWP | | | | | | | | | |