D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.92lsvt + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf Crypt-OpenSSL-EC-1.32 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Crypt-OpenSSL-EC-1.32.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-EC-1.32 + rm -rf /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dxH7Mu + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Crypt-OpenSSL-EC-1.32 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::EC Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j16 V=1 VERBOSE=1 cp lib/Crypt/OpenSSL/EC.pm blib/lib/Crypt/OpenSSL/EC.pm AutoSplitting blib/lib/Crypt/OpenSSL/EC.pm (blib/lib/auto/Crypt/OpenSSL/EC) Running Mkbootstrap for EC () chmod 644 "EC.bs" "/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- EC.bs blib/arch/auto/Crypt/OpenSSL/EC/EC.bs 644 "/usr/bin/perl5.38.2" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32/typemap' EC.xs > EC.xsc mv EC.xsc EC.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I/usr/lib64/perl5/CORE" -DPERL5 -DOPENSSL_NO_KRB5 EC.c EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_GFp_simple_method': EC.c:288:9: warning: 'EC_GFp_simple_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 288 | RETVAL = EC_GFp_simple_method(); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:124:40: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GFp_simple_method(void); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_GFp_mont_method': EC.c:309:9: warning: 'EC_GFp_mont_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 309 | RETVAL = EC_GFp_mont_method(); | ^~~~~~ /usr/include/openssl/ec.h:129:40: note: declared here 129 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GFp_mont_method(void); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_GFp_nist_method': EC.c:330:9: warning: 'EC_GFp_nist_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 330 | RETVAL = EC_GFp_nist_method(); | ^~~~~~ /usr/include/openssl/ec.h:134:40: note: declared here 134 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GFp_nist_method(void); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_ECParameters_print': EC.c:396:9: warning: 'ECParameters_print' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 396 | RETVAL = ECParameters_print(bp, key); | ^~~~~~ /usr/include/openssl/ec.h:1271:27: note: declared here 1271 | OSSL_DEPRECATEDIN_3_0 int ECParameters_print(BIO *bp, const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_KEY_print': EC.c:432:9: warning: 'EC_KEY_print' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 432 | RETVAL = EC_KEY_print(bp, key, off); | ^~~~~~ /usr/include/openssl/ec.h:1279:27: note: declared here 1279 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_print(BIO *bp, const EC_KEY *key, int off); | ^~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_ECParameters_print_fp': EC.c:461:9: warning: 'ECParameters_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 461 | RETVAL = ECParameters_print_fp(fp, key); | ^~~~~~ /usr/include/openssl/ec.h:1287:27: note: declared here 1287 | OSSL_DEPRECATEDIN_3_0 int ECParameters_print_fp(FILE *fp, const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_KEY_print_fp': EC.c:488:9: warning: 'EC_KEY_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 488 | RETVAL = EC_KEY_print_fp(fp, key, off); | ^~~~~~ /usr/include/openssl/ec.h:1295:27: note: declared here 1295 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off); | ^~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_new': EC.xs:75:9: warning: 'EC_GROUP_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 75 | RETVAL = EC_GROUP_new(meth); | ^~~~~~ /usr/include/openssl/ec.h:174:33: note: declared here 174 | OSSL_DEPRECATEDIN_3_0 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth); | ^~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_method_of': EC.c:679:9: warning: 'EC_GROUP_method_of' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 679 | RETVAL = EC_GROUP_method_of(group); | ^~~~~~ /usr/include/openssl/ec.h:185:40: note: declared here 185 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_EC_METHOD_get_field_type': EC.c:706:9: warning: 'EC_METHOD_get_field_type' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 706 | RETVAL = EC_METHOD_get_field_type(meth); | ^~~~~~ /usr/include/openssl/ec.h:191:27: note: declared here 191 | OSSL_DEPRECATEDIN_3_0 int EC_METHOD_get_field_type(const EC_METHOD *meth); | ^~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_set_curve_GFp': EC.c:1106:9: warning: 'EC_GROUP_set_curve_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1106 | RETVAL = EC_GROUP_set_curve_GFp(group, p, a, b, ctx); | ^~~~~~ /usr/include/openssl/ec.h:342:27: note: declared here 342 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_set_curve_GFp(EC_GROUP *group, | ^~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_get_curve_GFp': EC.c:1155:9: warning: 'EC_GROUP_get_curve_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1155 | RETVAL = EC_GROUP_get_curve_GFp(group, p, a, b, ctx); | ^~~~~~ /usr/include/openssl/ec.h:357:27: note: declared here 357 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, | ^~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_precompute_mult': EC.c:1542:9: warning: 'EC_GROUP_precompute_mult' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1542 | RETVAL = EC_GROUP_precompute_mult(group, ctx); | ^~~~~~ /usr/include/openssl/ec.h:902:27: note: declared here 902 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_have_precompute_mult': EC.c:1565:9: warning: 'EC_GROUP_have_precompute_mult' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1565 | RETVAL = EC_GROUP_have_precompute_mult(group); | ^~~~~~ /usr/include/openssl/ec.h:908:27: note: declared here 908 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_have_precompute_mult(const EC_GROUP *group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_method_of': EC.c:1822:9: warning: 'EC_POINT_method_of' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1822 | RETVAL = EC_POINT_method_of(point); | ^~~~~~ /usr/include/openssl/ec.h:602:40: note: declared here 602 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_set_Jprojective_coordinates_GFp': EC.c:1908:9: warning: 'EC_POINT_set_Jprojective_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1908 | RETVAL = EC_POINT_set_Jprojective_coordinates_GFp(group, p, x, y, z, ctx); | ^~~~~~ /usr/include/openssl/ec.h:613:27: note: declared here 613 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_Jprojective_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_get_Jprojective_coordinates_GFp': EC.c:1962:9: warning: 'EC_POINT_get_Jprojective_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1962 | RETVAL = EC_POINT_get_Jprojective_coordinates_GFp(group, p, x, y, z, ctx); | ^~~~~~ /usr/include/openssl/ec.h:627:27: note: declared here 627 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_get_Jprojective_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_set_affine_coordinates_GFp': EC.c:2011:9: warning: 'EC_POINT_set_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2011 | RETVAL = EC_POINT_set_affine_coordinates_GFp(group, p, x, y, ctx); | ^~~~~~ /usr/include/openssl/ec.h:665:27: note: declared here 665 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_get_affine_coordinates_GFp': EC.c:2060:9: warning: 'EC_POINT_get_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2060 | RETVAL = EC_POINT_get_affine_coordinates_GFp(group, p, x, y, ctx); | ^~~~~~ /usr/include/openssl/ec.h:678:27: note: declared here 678 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_get_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_set_compressed_coordinates_GFp': EC.c:2106:9: warning: 'EC_POINT_set_compressed_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2106 | RETVAL = EC_POINT_set_compressed_coordinates_GFp(group, p, x, y_bit, ctx); | ^~~~~~ /usr/include/openssl/ec.h:705:27: note: declared here 705 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_compressed_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_point2bn': EC.c:2394:9: warning: 'EC_POINT_point2bn' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2394 | RETVAL = EC_POINT_point2bn(group, point, theform, bn, ctx); | ^~~~~~ /usr/include/openssl/ec.h:789:31: note: declared here 789 | OSSL_DEPRECATEDIN_3_0 BIGNUM *EC_POINT_point2bn(const EC_GROUP *, | ^~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_bn2point': EC.c:2441:9: warning: 'EC_POINT_bn2point' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2441 | RETVAL = EC_POINT_bn2point(group, bn, point, ctx); | ^~~~~~ /usr/include/openssl/ec.h:793:33: note: declared here 793 | OSSL_DEPRECATEDIN_3_0 EC_POINT *EC_POINT_bn2point(const EC_GROUP *, | ^~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_make_affine': EC.c:2817:9: warning: 'EC_POINT_make_affine' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2817 | RETVAL = EC_POINT_make_affine(group, point, ctx); | ^~~~~~ /usr/include/openssl/ec.h:863:27: note: declared here 863 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_make_affine(const EC_GROUP *group, | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_ECPKParameters_print': EC.c:2996:9: warning: 'ECPKParameters_print' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2996 | RETVAL = ECPKParameters_print(bp, x, off); | ^~~~~~ /usr/include/openssl/ec.h:945:27: note: declared here 945 | OSSL_DEPRECATEDIN_3_0 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_ECPKParameters_print_fp': EC.c:3027:9: warning: 'ECPKParameters_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3027 | RETVAL = ECPKParameters_print_fp(fp, x, off); | ^~~~~~ /usr/include/openssl/ec.h:948:27: note: declared here 948 | OSSL_DEPRECATEDIN_3_0 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, | ^~~~~~~~~~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_new': EC.xs:385:9: warning: 'EC_KEY_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 385 | RETVAL = EC_KEY_new(); | ^~~~~~ /usr/include/openssl/ec.h:987:31: note: declared here 987 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void); | ^~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_new_by_curve_name': EC.xs:392:9: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 392 | RETVAL = EC_KEY_new_by_curve_name(nid); | ^~~~~~ /usr/include/openssl/ec.h:1017:31: note: declared here 1017 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_DESTROY': EC.xs:399:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 399 | EC_KEY_free(key); | ^~~~~~~~~~~ /usr/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_free': EC.c:3115:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3115 | EC_KEY_free(key); | ^~~~~~~~~~~ /usr/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_copy': EC.c:3140:9: warning: 'EC_KEY_copy' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3140 | RETVAL = EC_KEY_copy(dst, src); | ^~~~~~ /usr/include/openssl/ec.h:1029:31: note: declared here 1029 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_copy(EC_KEY *dst, const EC_KEY *src); | ^~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_dup': EC.c:3166:9: warning: 'EC_KEY_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3166 | RETVAL = EC_KEY_dup(src); | ^~~~~~ /usr/include/openssl/ec.h:1035:31: note: declared here 1035 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src); | ^~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_up_ref': EC.c:3193:9: warning: 'EC_KEY_up_ref' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3193 | RETVAL = EC_KEY_up_ref(key); | ^~~~~~ /usr/include/openssl/ec.h:1041:27: note: declared here 1041 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_up_ref(EC_KEY *key); | ^~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get0_group': EC.c:3215:9: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3215 | RETVAL = EC_KEY_get0_group(key); | ^~~~~~ /usr/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_group': EC.c:3247:9: warning: 'EC_KEY_set_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3247 | RETVAL = EC_KEY_set_group(key, group); | ^~~~~~ /usr/include/openssl/ec.h:1061:27: note: declared here 1061 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group); | ^~~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get0_private_key': EC.xs:422:9: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 422 | RETVAL = BN_dup(EC_KEY_get0_private_key(key)); | ^~~~~~ /usr/include/openssl/ec.h:1067:37: note: declared here 1067 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_private_key': EC.c:3302:9: warning: 'EC_KEY_set_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3302 | RETVAL = EC_KEY_set_private_key(key, prv); | ^~~~~~ /usr/include/openssl/ec.h:1075:27: note: declared here 1075 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv); | ^~~~~~~~~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get0_public_key': EC.xs:432:9: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 432 | RETVAL = EC_POINT_dup(EC_KEY_get0_public_key(key), EC_KEY_get0_group(key)); | ^~~~~~ /usr/include/openssl/ec.h:1081:39: note: declared here 1081 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ EC.xs:432:9: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 432 | RETVAL = EC_POINT_dup(EC_KEY_get0_public_key(key), EC_KEY_get0_group(key)); | ^~~~~~ /usr/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_public_key': EC.c:3357:9: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3357 | RETVAL = EC_KEY_set_public_key(key, pub); | ^~~~~~ /usr/include/openssl/ec.h:1089:27: note: declared here 1089 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); | ^~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get_enc_flags': EC.c:3380:9: warning: 'EC_KEY_get_enc_flags' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3380 | RETVAL = EC_KEY_get_enc_flags(key); | ^~~~~~ /usr/include/openssl/ec.h:1091:32: note: declared here 1091 | OSSL_DEPRECATEDIN_3_0 unsigned EC_KEY_get_enc_flags(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_enc_flags': EC.c:3403:9: warning: 'EC_KEY_set_enc_flags' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3403 | EC_KEY_set_enc_flags(key, flags); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/ec.h:1092:28: note: declared here 1092 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_enc_flags(EC_KEY *eckey, unsigned int flags); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get_conv_form': EC.c:3424:9: warning: 'EC_KEY_get_conv_form' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3424 | RETVAL = EC_KEY_get_conv_form(key); | ^~~~~~ /usr/include/openssl/ec.h:1093:47: note: declared here 1093 | OSSL_DEPRECATEDIN_3_0 point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_conv_form': EC.c:3447:9: warning: 'EC_KEY_set_conv_form' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3447 | EC_KEY_set_conv_form(key, theform); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/ec.h:1094:28: note: declared here 1094 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_conv_form(EC_KEY *eckey, | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_asn1_flag': EC.c:3468:9: warning: 'EC_KEY_set_asn1_flag' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3468 | EC_KEY_set_asn1_flag(key, flag); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/ec.h:1106:28: note: declared here 1106 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_precompute_mult': EC.c:3500:9: warning: 'EC_KEY_precompute_mult' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3500 | RETVAL = EC_KEY_precompute_mult(key, ctx); | ^~~~~~ /usr/include/openssl/ec.h:1114:27: note: declared here 1114 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx); | ^~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_generate_key': EC.c:3523:9: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3523 | RETVAL = EC_KEY_generate_key(key); | ^~~~~~ /usr/include/openssl/ec.h:1120:27: note: declared here 1120 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_check_key': EC.c:3546:9: warning: 'EC_KEY_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3546 | RETVAL = EC_KEY_check_key(key); | ^~~~~~ /usr/include/openssl/ec.h:1126:27: note: declared here 1126 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_check_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~ EC.xs: In function 'boot_Crypt__OpenSSL__EC': EC.xs:20:5: warning: 'ERR_load_EC_strings' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 20 | ERR_load_EC_strings(); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/cryptoerr.h:17, from /usr/include/openssl/crypto.h:38, from /usr/include/openssl/bio.h:30, from /usr/include/openssl/asn1.h:30, from /usr/include/openssl/ec.h:95: /usr/include/openssl/cryptoerr_legacy.h:52:27: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 int ERR_load_EC_strings(void); | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Crypt/OpenSSL/EC/EC.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong EC.o -o blib/arch/auto/Crypt/OpenSSL/EC/EC.so \ -lcrypto -lperl \ chmod 755 blib/arch/auto/Crypt/OpenSSL/EC/EC.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9F7qU0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 + cd Crypt-OpenSSL-EC-1.32 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- EC.bs blib/arch/auto/Crypt/OpenSSL/EC/EC.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/EC.so Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/EC.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/autosplit.ix Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/share/man/man3/Crypt::OpenSSL::EC.3pm Appending installation info to /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.320.0-7.mga10 --unique-debug-suffix -1.320.0-7.mga10.x86_64 --unique-debug-src-base perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/EC.so'; reason: Permission denied objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/EC.so'; reason: Permission denied DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 370 blocks find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.rrIt0Q + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Crypt-OpenSSL-EC-1.32 + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 test "/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- EC.bs blib/arch/auto/Crypt/OpenSSL/EC/EC.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.38.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Crypt-OpenSSL-EC.t .. ok t/prime-field.t ....... ok All tests successful. Files=2, Tests=282, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.12 cusr 0.01 csys = 0.18 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.y5uffC + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Crypt-OpenSSL-EC-1.32 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/share/doc/perl-Crypt-OpenSSL-EC + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32/Changes /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32/META.json /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32/META.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32/MYMETA.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32/README /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64/usr/share/doc/perl-Crypt-OpenSSL-EC + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Crypt::OpenSSL::EC) = 1.320.0 perl-Crypt-OpenSSL-EC = 1.320.0-7.mga10 perl-Crypt-OpenSSL-EC(x86-64) = 1.320.0-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libperl.so.5.38()(64bit) perl >= 0:5.008005 perl(AutoLoader) perl(Carp) perl(Crypt::OpenSSL::Bignum) >= 0.40.0 perl(Exporter) perl(XSLoader) perl(strict) perl(warnings) perl-base >= 2:5.38.2 Processing files: perl-Crypt-OpenSSL-EC-debugsource-1.320.0-7.mga10.x86_64 Provides: perl-Crypt-OpenSSL-EC-debugsource = 1.320.0-7.mga10 perl-Crypt-OpenSSL-EC-debugsource(x86-64) = 1.320.0-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Crypt-OpenSSL-EC-debuginfo-1.320.0-7.mga10.x86_64 Provides: debuginfo(build-id) = bad6889661ed4c0a943b188a0be947ddba850f7d perl-Crypt-OpenSSL-EC-debuginfo = 1.320.0-7.mga10 perl-Crypt-OpenSSL-EC-debuginfo(x86-64) = 1.320.0-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-OpenSSL-EC-debugsource(x86-64) = 1.320.0-7.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Crypt-OpenSSL-EC-debuginfo-1.320.0-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Crypt-OpenSSL-EC-debugsource-1.320.0-7.mga10.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Kw4cUL + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Crypt-OpenSSL-EC-1.32 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-7.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.i2zS2Q + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32-SPECPARTS + rm -rf Crypt-OpenSSL-EC-1.32 Crypt-OpenSSL-EC-1.32.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!