From https://github.com/archlinux/svntogit-community * branch packages/perl-crypt-openssl-dsa -> FETCH_HEAD * [new branch] packages/perl-crypt-openssl-dsa -> community/packages/perl-crypt-openssl-dsa Cloning into 'perl-crypt-openssl-dsa'... done. :: Synchronizing package databases... % 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 130k 100 130k 0 0 383k 0 --:--:-- --:--:-- --:--:-- 383k 100 130k 100 130k 0 0 383k 0 --:--:-- --:--:-- --:--:-- 383k % 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 8487k 100 8487k 0 0 21.6M 0 --:--:-- --:--:-- --:--:-- 21.7M % 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 143k 100 143k 0 0 421k 0 --:--:-- --:--:-- --:--:-- 422k :: Starting full system upgrade... there is nothing to do ==> Making package: perl-crypt-openssl-dsa 0.20-4 (Wed Aug 9 04:55:54 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading 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 5 100 5 0 0 120 0 --:--:-- --:--:-- --:--:-- 121 100 9870 100 9870 0 0 164k 0 --:--:-- --:--:-- --:--:-- 164k ==> Validating source files with sha512sums... Crypt-OpenSSL-DSA-0.20.tar.gz ... Passed ==> Extracting sources... -> Extracting Crypt-OpenSSL-DSA-0.20.tar.gz with bsdtar ==> Starting build()... 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 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/tmp/archlinux-ci/perl-crypt-openssl-dsa-archlinuxrb-build-sDkDHrM0/perl-crypt-openssl-dsa/trunk/src/Crypt-OpenSSL-DSA-0.20/typemap' DSA.xs > DSA.xsc Running Mkbootstrap for DSA () 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 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/perl/src=/usr/src/debug/perl -flto=auto -DVERSION=\"0.20\" -DXS_VERSION=\"0.20\" -fPIC "-I/usr/lib/perl5/5.38/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:130:28: note: declared here 130 | 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:132:28: note: declared here 132 | 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:130:28: note: declared here 130 | 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:172:27: note: declared here 172 | 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:179:27: note: declared here 179 | 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:135:27: note: declared here 135 | 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:118:32: note: declared here 118 | 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:135:27: note: declared here 135 | 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:141:27: note: declared here 141 | 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:144:27: note: declared here 144 | 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:120:27: note: declared here 120 | 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:458:1: note: declared here 458 | 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:458:1: note: declared here 458 | 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:456:1: note: declared here 456 | 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:457:1: note: declared here 457 | 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:457:1: note: declared here 457 | 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:457:1: note: declared here 457 | 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:456:1: note: declared here 456 | 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:456:1: note: declared here 456 | 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:206:28: note: declared here 206 | 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:206:28: note: declared here 206 | 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:206:28: note: declared here 206 | 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:209:28: note: declared here 209 | 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:209:28: note: declared here 209 | 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:206:28: note: declared here 206 | 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:208:27: note: declared here 208 | 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:206:28: note: declared here 206 | 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:208:27: note: declared here 208 | 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:206:28: note: declared here 206 | 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:208:27: note: declared here 208 | 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:211:27: note: declared here 211 | 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:209:28: note: declared here 209 | 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:211:27: note: declared here 211 | 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:211:27: note: declared here 211 | 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 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -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 ==> Entering fakeroot environment... ==> Starting package()... "/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 /tmp/archlinux-ci/perl-crypt-openssl-dsa-archlinuxrb-build-sDkDHrM0/perl-crypt-openssl-dsa/trunk/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/5.38/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/archlinux-ci/perl-crypt-openssl-dsa-archlinuxrb-build-sDkDHrM0/perl-crypt-openssl-dsa/trunk/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/5.38/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so Installing /tmp/archlinux-ci/perl-crypt-openssl-dsa-archlinuxrb-build-sDkDHrM0/perl-crypt-openssl-dsa/trunk/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/5.38/vendor_perl/Crypt/OpenSSL/DSA.pm Installing /tmp/archlinux-ci/perl-crypt-openssl-dsa-archlinuxrb-build-sDkDHrM0/perl-crypt-openssl-dsa/trunk/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/5.38/vendor_perl/Crypt/OpenSSL/DSA/Signature.pod Installing /tmp/archlinux-ci/perl-crypt-openssl-dsa-archlinuxrb-build-sDkDHrM0/perl-crypt-openssl-dsa/trunk/pkg/perl-crypt-openssl-dsa/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm Installing /tmp/archlinux-ci/perl-crypt-openssl-dsa-archlinuxrb-build-sDkDHrM0/perl-crypt-openssl-dsa/trunk/pkg/perl-crypt-openssl-dsa/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm ==> Tidying install... -> Removing empty directories... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> WARNING: Package contains reference to $srcdir usr/lib/perl5/5.38/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so ==> Creating package "perl-crypt-openssl-dsa"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: perl-crypt-openssl-dsa 0.20-4 (Wed Aug 9 04:55:58 2023)