>>> perl-crypt-openssl-dsa: Building community/perl-crypt-openssl-dsa 0.20-r4 (using abuild 3.10.0_rc1-r2) started Wed, 02 Nov 2022 04:18:43 +0000 >>> perl-crypt-openssl-dsa: Checking sanity of /home/buildozer/aports/community/perl-crypt-openssl-dsa/APKBUILD... >>> perl-crypt-openssl-dsa: Analyzing dependencies... >>> perl-crypt-openssl-dsa: Installing for build: build-base perl perl-dev openssl-dev>3 (1/9) Installing libbz2 (1.0.8-r3) (2/9) Installing perl (5.36.0-r0) (3/9) Installing perl-utils (5.36.0-r0) (4/9) Installing perl-dev (5.36.0-r0) (5/9) Installing openssl-dev (3.0.7-r0) (6/9) Installing .makedepends-perl-crypt-openssl-dsa (20221102.041849) (7/9) Installing perl-error (0.17029-r1) (8/9) Installing perl-git (2.38.1-r0) (9/9) Installing git-perl (2.38.1-r0) Executing busybox-1.35.0-r27.trigger OK: 316 MiB in 101 packages >>> perl-crypt-openssl-dsa: Cleaning up srcdir >>> perl-crypt-openssl-dsa: Cleaning up pkgdir >>> perl-crypt-openssl-dsa: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/Crypt-OpenSSL-DSA-0.20.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9870 100 9870 0 0 87321 0 --:--:-- --:--:-- --:--:-- 88125 >>> perl-crypt-openssl-dsa: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/Crypt-OpenSSL-DSA-0.20.tar.gz >>> perl-crypt-openssl-dsa: Checking sha512sums... Crypt-OpenSSL-DSA-0.20.tar.gz: OK >>> perl-crypt-openssl-dsa: Unpacking /var/cache/distfiles/v3.17/Crypt-OpenSSL-DSA-0.20.tar.gz... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::DSA Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for DSA () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/community/perl-crypt-openssl-dsa/src/Crypt-OpenSSL-DSA-0.20/typemap' DSA.xs > DSA.xsc chmod 644 "DSA.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 cp lib/Crypt/OpenSSL/DSA/Signature.pod blib/lib/Crypt/OpenSSL/DSA/Signature.pod cp lib/Crypt/OpenSSL/DSA.pm blib/lib/Crypt/OpenSSL/DSA.pm mv DSA.xsc DSA.c cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -DVERSION=\"0.20\" -DXS_VERSION=\"0.20\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL5 DSA.c DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_new': DSA.xs:124:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 124 | RETVAL = DSA_new(); | ^~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_DESTROY': DSA.xs:132:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 132 | DSA_free(dsa); | ^~~~~~~~ /usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_generate_parameters': DSA.xs:152:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 152 | dsa = DSA_new(); | ^~~ /usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ DSA.xs:153:9: warning: 'DSA_generate_parameters_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 153 | if (!DSA_generate_parameters_ex(dsa, bits, seedpv, (int)seed_len, NULL, NULL, NULL)) { | ^~ /usr/include/openssl/dsa.h:167:27: note: declared here 167 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_generate_key': DSA.xs:171:9: warning: 'DSA_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 171 | RETVAL = DSA_generate_key(dsa); | ^~~~~~ /usr/include/openssl/dsa.h:174:27: note: declared here 174 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a); | ^~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_sig_size': DSA.xs:179:9: warning: 'DSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 179 | RETVAL = DSA_size(dsa); | ^~~~~~ /usr/include/openssl/dsa.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *); | ^~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_do_sign': DSA.xs:194:9: warning: 'DSA_do_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 194 | if (!(sig = DSA_do_sign((const unsigned char *) dgst_pv, (int)dgst_len, dsa))) { | ^~ /usr/include/openssl/dsa.h:113:32: note: declared here 113 | OSSL_DEPRECATEDIN_3_0 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, | ^~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_sign': DSA.xs:211:9: warning: 'DSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | siglen = DSA_size(dsa); | ^~~~~~ /usr/include/openssl/dsa.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *); | ^~~~~~~~ DSA.xs:217:9: warning: 'DSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 217 | if (!(DSA_sign(0, (const unsigned char *) dgst_pv, (int)dgst_len, sigret, &siglen, dsa))) { | ^~ /usr/include/openssl/dsa.h:136:27: note: declared here 136 | OSSL_DEPRECATEDIN_3_0 int DSA_sign(int type, const unsigned char *dgst, | ^~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_verify': DSA.xs:238:9: warning: 'DSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 238 | RETVAL = DSA_verify(0, dgst_pv, (int)dgst_len, sig_pv, (int)sig_len, dsa); | ^~~~~~ /usr/include/openssl/dsa.h:139:27: note: declared here 139 | OSSL_DEPRECATEDIN_3_0 int DSA_verify(int type, const unsigned char *dgst, | ^~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_do_verify': DSA.xs:254:9: warning: 'DSA_do_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 254 | RETVAL = DSA_do_verify(dgst_pv, (int)dgst_len, sig, dsa); | ^~~~~~ /usr/include/openssl/dsa.h:115:27: note: declared here 115 | OSSL_DEPRECATEDIN_3_0 int DSA_do_verify(const unsigned char *dgst, int dgst_len, | ^~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_read_params': DSA.xs:269:9: warning: 'PEM_read_DSAparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 269 | RETVAL = PEM_read_DSAparams(f, NULL, NULL, NULL); | ^~~~~~ /usr/include/openssl/pem.h:455:1: note: declared here 455 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_write_params': DSA.xs:283:9: warning: 'PEM_write_DSAparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 283 | RETVAL = PEM_write_DSAparams(f, dsa); | ^~~~~~ /usr/include/openssl/pem.h:455:1: note: declared here 455 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__load_key': DSA.xs:304:13: warning: 'PEM_read_bio_DSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 304 | ? PEM_read_bio_DSAPrivateKey( stringBIO, NULL, NULL, NULL ) | ^ /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) | ^~~~~~~~~~~~~~~~~~~~~~ DSA.xs:305:13: warning: 'PEM_read_bio_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 305 | : PEM_read_bio_DSA_PUBKEY( stringBIO, NULL, NULL, NULL ); | ^ /usr/include/openssl/pem.h:454:1: note: declared here 454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_read_pub_key': DSA.xs:322:9: warning: 'PEM_read_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 322 | RETVAL = PEM_read_DSA_PUBKEY(f, NULL, NULL, NULL); | ^~~~~~ /usr/include/openssl/pem.h:454:1: note: declared here 454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_write_pub_key': DSA.xs:336:9: warning: 'PEM_write_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 336 | RETVAL = PEM_write_DSA_PUBKEY(f, dsa); | ^~~~~~ /usr/include/openssl/pem.h:454:1: note: declared here 454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_read_priv_key': DSA.xs:350:9: warning: 'PEM_read_DSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 350 | RETVAL = PEM_read_DSAPrivateKey(f, NULL, NULL, NULL); | ^~~~~~ /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) | ^~~~~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_write_priv_key': DSA.xs:364:9: warning: 'PEM_write_DSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 364 | RETVAL = PEM_write_DSAPrivateKey(f, dsa, NULL, NULL, 0, NULL, NULL); | ^~~~~~ /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) | ^~~~~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_p': DSA.xs:378:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 378 | DSA_get0_pqg(dsa, &p, NULL, NULL); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_q': DSA.xs:396:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 396 | DSA_get0_pqg(dsa, NULL, &q, NULL); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_g': DSA.xs:414:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 414 | DSA_get0_pqg(dsa, NULL, NULL, &g); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_pub_key': DSA.xs:432:9: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 432 | DSA_get0_key(dsa, &pub_key, NULL); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_priv_key': DSA.xs:450:9: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 450 | DSA_get0_key(dsa, NULL, &priv_key); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_p': DSA.xs:473:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 473 | DSA_get0_pqg(dsa, NULL, &old_q, &old_g); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs:493:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 493 | if (!DSA_set0_pqg(dsa, p, q, g)) { | ^~ /usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_q': DSA.xs:514:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 514 | DSA_get0_pqg(dsa, &old_p, NULL, &old_g); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs:534:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 534 | if (!DSA_set0_pqg(dsa, p, q, g)) { | ^~ /usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_g': DSA.xs:555:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 555 | DSA_get0_pqg(dsa, &old_p, &old_q, NULL); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs:575:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 575 | if (!DSA_set0_pqg(dsa, p, q, g)) { | ^~ /usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_pub_key': DSA.xs:592:17: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 592 | if (!DSA_set0_key(dsa, pub_key, NULL)) { | ^~ /usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_priv_key': DSA.xs:607:9: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 607 | DSA_get0_key(dsa, &old_pub_key, NULL); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ DSA.xs:613:13: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 613 | if (!DSA_set0_key(dsa, pub_key, NULL)) { | ^~ /usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ DSA.xs:620:17: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 620 | if (!DSA_set0_key(dsa, NULL, priv_key)) { | ^~ /usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ rm -f blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so LD_RUN_PATH="/usr/lib" cc -shared -Os -fomit-frame-pointer -L/usr/local/lib -fstack-protector-strong DSA.o -o blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so \ -lcrypto \ chmod 755 blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so Manifying 2 pod documents "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-use.t ............. ok t/10-selftest.t ........ ok t/90-openssl-compat.t .. ok All tests successful. Files=3, Tests=121, 1 wallclock secs ( 0.08 usr 0.00 sys + 0.54 cusr 0.17 csys = 0.79 CPU) Result: PASS >>> perl-crypt-openssl-dsa: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 Manifying 2 pod documents Appending installation info to /home/buildozer/aports/community/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/community/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so Installing /home/buildozer/aports/community/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/DSA.pm Installing /home/buildozer/aports/community/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/DSA/Signature.pod Installing /home/buildozer/aports/community/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm Installing /home/buildozer/aports/community/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm >>> perl-crypt-openssl-dsa-doc*: Running split function doc... >>> perl-crypt-openssl-dsa-doc*: Preparing subpackage perl-crypt-openssl-dsa-doc... >>> perl-crypt-openssl-dsa-doc*: Running postcheck for perl-crypt-openssl-dsa-doc >>> perl-crypt-openssl-dsa*: Running postcheck for perl-crypt-openssl-dsa >>> perl-crypt-openssl-dsa*: Preparing package perl-crypt-openssl-dsa... >>> perl-crypt-openssl-dsa*: Stripping binaries >>> WARNING: perl-crypt-openssl-dsa*: Redundant /usr/lib in rpath found >>> perl-crypt-openssl-dsa-doc*: Scanning shared objects >>> perl-crypt-openssl-dsa*: Scanning shared objects >>> perl-crypt-openssl-dsa-doc*: Tracing dependencies... >>> perl-crypt-openssl-dsa-doc*: Package size: 28.0 KB >>> perl-crypt-openssl-dsa-doc*: Compressing data... >>> perl-crypt-openssl-dsa-doc*: Create checksum... >>> perl-crypt-openssl-dsa-doc*: Create perl-crypt-openssl-dsa-doc-0.20-r4.apk >>> perl-crypt-openssl-dsa*: Tracing dependencies... perl so:libc.musl-x86_64.so.1 so:libcrypto.so.3 >>> perl-crypt-openssl-dsa*: Package size: 104.0 KB >>> perl-crypt-openssl-dsa*: Compressing data... >>> perl-crypt-openssl-dsa*: Create checksum... >>> perl-crypt-openssl-dsa*: Create perl-crypt-openssl-dsa-0.20-r4.apk >>> perl-crypt-openssl-dsa: Build complete at Wed, 02 Nov 2022 04:18:53 +0000 elapsed time 0h 0m 10s >>> perl-crypt-openssl-dsa: Cleaning up srcdir >>> perl-crypt-openssl-dsa: Cleaning up pkgdir >>> perl-crypt-openssl-dsa: Uninstalling dependencies... (1/9) Purging .makedepends-perl-crypt-openssl-dsa (20221102.041849) (2/9) Purging perl-dev (5.36.0-r0) (3/9) Purging perl-utils (5.36.0-r0) (4/9) Purging openssl-dev (3.0.7-r0) (5/9) Purging git-perl (2.38.1-r0) (6/9) Purging perl-git (2.38.1-r0) (7/9) Purging perl-error (0.17029-r1) (8/9) Purging perl (5.36.0-r0) (9/9) Purging libbz2 (1.0.8-r3) Executing busybox-1.35.0-r27.trigger OK: 267 MiB in 92 packages >>> perl-crypt-openssl-dsa: Updating the community/x86_64 repository index... >>> perl-crypt-openssl-dsa: Signing the index...