D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Net-SSLeay-1.880.0-4.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xLwRLs + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Net-SSLeay-1.88 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Net-SSLeay-1.88.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-SSLeay-1.88 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/chmod 755 examples + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7P4cFq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-SSLeay-1.88 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + echo + /usr/bin/perl Makefile.PL /usr INSTALLDIRS=vendor Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [n] *** Found OpenSSL-1.1.1g installed in /usr *** Be sure to use the same compiler and options to compile your OpenSSL, perl, and Net::SSLeay. Mixing and matching compilers is not supported. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSLeay Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Net/SSLeay: do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Net-SSLeay-1.88/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c x86_64-mageia-linux-gnu-gcc -c -I"/usr/include" -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"1.88\" -DXS_VERSION=\"1.88\" -fPIC "-I/usr/lib64/perl5/CORE" SSLeay.c SSLeay.xs: In function 'XS_Net__SSLeay_CTX_v3_new': SSLeay.xs:1874:6: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations] 1874 | RETVAL = SSL_CTX_new (SSLv3_method()); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1867:1: note: declared here 1867 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_new': SSLeay.xs:1890:6: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 1890 | RETVAL = SSL_CTX_new (TLSv1_method()); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1882:1: note: declared here 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_1_new': SSLeay.xs:1899:6: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] 1899 | RETVAL = SSL_CTX_new (TLSv1_1_method()); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1888:1: note: declared here 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_2_new': SSLeay.xs:1910:6: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] 1910 | RETVAL = SSL_CTX_new (TLSv1_2_method()); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1894:1: note: declared here 1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_RAND_pseudo_bytes': SSLeay.xs:3064:9: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations] 3064 | rc = RAND_pseudo_bytes(random, num); | ^~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/rand.h:44:1: note: declared here 44 | DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_X509_CRL_get_lastUpdate': SSLeay.c:7021:2: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] 7021 | RETVAL = X509_CRL_get_lastUpdate(x); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/x509.h:727:1: note: declared here 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_X509_CRL_get_nextUpdate': SSLeay.c:7040:2: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] 7040 | RETVAL = X509_CRL_get_nextUpdate(x); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/x509.h:728:1: note: declared here 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_X509_get_subjectAltNames': SSLeay.xs:3774:26: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 3774 | PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.otherName->value->value.utf8string), ASN1_STRING_length(subjAltNameDN->d.otherName->value->value.utf8string)))); | ^~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs:3783:26: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 3783 | PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.ia5), ASN1_STRING_length(subjAltNameDN->d.ia5)))); | ^~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_crl_distribution_points': SSLeay.xs:3834:25: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 3834 | XPUSHs(sv_2mortal(newSVpv((char*)ASN1_STRING_data(gn->d.ia5),ASN1_STRING_length(gn->d.ia5)))); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_ocsp_uri': SSLeay.xs:3875:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 3875 | XPUSHs(sv_2mortal(newSVpv( | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_ASN1_STRING_get': SSLeay.xs:4225:9: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 4225 | u8 = newSVpv((const char*)ASN1_STRING_data(s), ASN1_STRING_length(s)); | ^~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_SSLv3_method': SSLeay.c:10128:2: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations] 10128 | RETVAL = SSLv3_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1867:1: note: declared here 1867 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_method': SSLeay.c:10197:2: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 10197 | RETVAL = TLSv1_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1882:1: note: declared here 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_server_method': SSLeay.c:10214:2: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] 10214 | RETVAL = TLSv1_server_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1883:1: note: declared here 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_client_method': SSLeay.c:10231:2: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] 10231 | RETVAL = TLSv1_client_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1884:1: note: declared here 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_method': SSLeay.c:10251:2: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] 10251 | RETVAL = TLSv1_1_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1888:1: note: declared here 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_server_method': SSLeay.c:10268:2: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] 10268 | RETVAL = TLSv1_1_server_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_client_method': SSLeay.c:10285:2: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] 10285 | RETVAL = TLSv1_1_client_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1890:1: note: declared here 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_method': SSLeay.c:10306:2: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] 10306 | RETVAL = TLSv1_2_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1894:1: note: declared here 1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_server_method': SSLeay.c:10323:2: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] 10323 | RETVAL = TLSv1_2_server_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_client_method': SSLeay.c:10340:2: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] 10340 | RETVAL = TLSv1_2_client_method(); | ^~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1896:1: note: declared here 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_OCSP_response_results': SSLeay.xs:7305:33: warning: passing argument 1 of 'i2d_OCSP_CERTID' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 7305 | int len = i2d_OCSP_CERTID(OCSP_SINGLERESP_get0_id(sir),NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/objects.h:15, from /usr/include/openssl/evp.h:28, from /usr/include/openssl/x509.h:18, from /usr/include/openssl/ssl.h:20, from SSLeay.xs:167: /usr/include/openssl/ocsp.h:330:1: note: expected 'OCSP_CERTID *' {aka 'struct ocsp_cert_id_st *'} but argument is of type 'const OCSP_CERTID *' {aka 'const struct ocsp_cert_id_st *'} 330 | DECLARE_ASN1_FUNCTIONS(OCSP_CERTID) | ^ SSLeay.xs:7314:23: warning: passing argument 1 of 'i2d_OCSP_CERTID' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 7314 | i2d_OCSP_CERTID(OCSP_SINGLERESP_get0_id(sir),&pi); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/objects.h:15, from /usr/include/openssl/evp.h:28, from /usr/include/openssl/x509.h:18, from /usr/include/openssl/ssl.h:20, from SSLeay.xs:167: /usr/include/openssl/ocsp.h:330:1: note: expected 'OCSP_CERTID *' {aka 'struct ocsp_cert_id_st *'} but argument is of type 'const OCSP_CERTID *' {aka 'const struct ocsp_cert_id_st *'} 330 | DECLARE_ASN1_FUNCTIONS(OCSP_CERTID) | ^ rm -f blib/arch/auto/Net/SSLeay/SSLeay.so LD_RUN_PATH="/usr/lib64" x86_64-mageia-linux-gnu-gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr -L/usr/lib64 -L/usr/lib -L/usr/local/lib64 -fstack-protector-strong SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so \ -L/usr -L/usr/lib64 -L/usr/lib -lssl -lcrypto -lz -lperl \ /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.so Manifying 2 pod documents + perl -p -i -e 's|/usr/local/bin|/usr/bin|g;' '*.pm' examples/bio.pl examples/bulk.pl examples/callback.pl examples/cb-testi.pl examples/cli-cert.pl examples/ephemeral.pl examples/get_authenticated_page.pl examples/get_page.pl examples/get_page_cert.pl examples/https-proxy-snif.pl examples/makecert.pl examples/minicli.pl examples/passwd-cb.pl examples/req.conf examples/server_key.pem examples/ssl-inetd-serv.pl examples/ssl_diff.pl examples/sslcat.pl examples/sslecho.pl examples/stdio_bulk.pl examples/tcpcat.pl examples/tcpecho.pl examples/x509_cert_details.pl Can't open *.pm: No such file or directory. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pHJr3t + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64 + cd Net-SSLeay-1.88 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/SSLeay.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/SSLeay.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/SSLeay/Handle.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_http3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/http_cat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/make_headers.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/make_form.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_until.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_httpx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/set_cert_and_key.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_all.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/set_proxy.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_http4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/open_tcp_connection.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_X509_lookup.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/open_proxy_tcp_connection.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_http4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/initialize.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/new_x_ctx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https2.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_http3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_write_CRLF.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_httpx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_httpx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_write.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_http4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/dump_peer_certificate.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_nothing.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/debug_read.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_http.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_write_all.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_write_CRLF.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/set_server_cert_and_key.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/https_cat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_httpx2.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_CRLF.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_http4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_http.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcpxcat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_read.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/sslcat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/randomize.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcpcat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_http.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/autosplit.ix Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_all.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_until.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_CRLF.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_http3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_httpx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_http.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_http3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/httpx_cat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_write_all.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/man/man3/Net::SSLeay::Handle.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/man/man3/Net::SSLeay.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.880.0-4.mga8 --unique-debug-suffix -1.880.0-4.mga8.x86_64 --unique-debug-src-base perl-Net-SSLeay-1.880.0-4.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Net-SSLeay-1.88 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so'; reason: Permission denied original debug info size: 1728kB, size after compression: 1680kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1646 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2PNy7s + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-SSLeay-1.88 + '[' 1 -eq 1 ']' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Net-SSLeay-1.880.0-4.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.triGHr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-SSLeay-1.88 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/doc/perl-Net-SSLeay + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/doc/perl-Net-SSLeay + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/doc/perl-Net-SSLeay + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/doc/perl-Net-SSLeay + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/doc/perl-Net-SSLeay + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/doc/perl-Net-SSLeay + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/doc/perl-Net-SSLeay + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/doc/perl-Net-SSLeay + cp -pr examples /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64/usr/share/doc/perl-Net-SSLeay + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Net::SSLeay) = 1.880.0 perl(Net::SSLeay::Handle) = 1.880.0 perl-Net-SSLeay = 1.880.0-4.mga8 perl-Net-SSLeay(x86-64) = 1.880.0-4.mga8 perl-Net_SSLeay = 1.880.0-4.mga8 perl-Net_SSLeay.pm = 1.880.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcrypto.so.1.1(OPENSSL_1_1_1)(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1(OPENSSL_1_1_1)(64bit) perl(AutoLoader) perl(Carp) perl(Errno) perl(Exporter) perl(MIME::Base64) perl(Net::SSLeay) perl(Socket) perl(strict) perl(vars) perl-base >= 2:5.32.0 Processing files: perl-Net-SSLeay-debugsource-1.880.0-4.mga8.x86_64 Provides: perl-Net-SSLeay-debugsource = 1.880.0-4.mga8 perl-Net-SSLeay-debugsource(x86-64) = 1.880.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Net-SSLeay-debuginfo-1.880.0-4.mga8.x86_64 Provides: debuginfo(build-id) = e765aa21d2bc484d7893884a50ac6dc1129050cb perl-Net-SSLeay-debuginfo = 1.880.0-4.mga8 perl-Net-SSLeay-debuginfo(x86-64) = 1.880.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Net-SSLeay-debugsource(x86-64) = 1.880.0-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Net-SSLeay-debuginfo-1.880.0-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Net-SSLeay-1.880.0-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Net-SSLeay-debugsource-1.880.0-4.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zTroas + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-SSLeay-1.88 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.880.0-4.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.c0kcvq + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Net-SSLeay-1.88 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!