==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: perl-crypt-openssl-dsa 0.20-7 (Wed Sep  4 21:51:04 2024)
==> Retrieving sources...
  -> Found Crypt-OpenSSL-DSA-0.20.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    Crypt-OpenSSL-DSA-0.20.tar.gz ... Passed
==> Making package: perl-crypt-openssl-dsa 0.20-7 (Wed Sep  4 21:51:27 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Crypt-OpenSSL-DSA-0.20.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> 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
Running Mkbootstrap for DSA ()
"/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/build/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 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/include/db5.3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection   -DVERSION=\"0.20\" -DXS_VERSION=\"0.20\" -fPIC "-I/usr/lib/perl5/5.40/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]
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:58: 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]
/usr/include/openssl/dsa.h:132:58: 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:2: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/dsa.h:130:58: note: declared here
  130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
      |                                                          ^      
DSA.xs:153:2: warning: 'DSA_generate_parameters_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/dsa.h:172:57: 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]
/usr/include/openssl/dsa.h:179:57: 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]
/usr/include/openssl/dsa.h:135:57: 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]
/usr/include/openssl/dsa.h:118:62: 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]
/usr/include/openssl/dsa.h:135:57: 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]
/usr/include/openssl/dsa.h:141:57: 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]
/usr/include/openssl/dsa.h:144:57: 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]
/usr/include/openssl/dsa.h:120:57: 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]
/usr/include/openssl/pem.h:459:188: note: declared here
  459 | 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]
/usr/include/openssl/pem.h:459:419: note: declared here
  459 | 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]
/usr/include/openssl/pem.h:457:58: note: declared here
  457 | 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]
/usr/include/openssl/pem.h:458:58: note: declared here
  458 | 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]
/usr/include/openssl/pem.h:458:189: note: declared here
  458 | 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]
/usr/include/openssl/pem.h:458:422: note: declared here
  458 | 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]
/usr/include/openssl/pem.h:457:192: note: declared here
  457 | 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]
/usr/include/openssl/pem.h:457:521: note: declared here
  457 | 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]
/usr/include/openssl/dsa.h:206:58: 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]
/usr/include/openssl/dsa.h:206:58: 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]
/usr/include/openssl/dsa.h:206:58: 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]
/usr/include/openssl/dsa.h:209:58: 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]
/usr/include/openssl/dsa.h:209:58: 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]
/usr/include/openssl/dsa.h:206:58: 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]
/usr/include/openssl/dsa.h:208:57: 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]
/usr/include/openssl/dsa.h:206:58: 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]
/usr/include/openssl/dsa.h:208:57: 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]
/usr/include/openssl/dsa.h:206:58: 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]
/usr/include/openssl/dsa.h:208:57: 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:3: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/dsa.h:211:57: 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]
/usr/include/openssl/dsa.h:209:58: 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]
/usr/include/openssl/dsa.h:211:57: note: declared here
  211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
      |                                                         ^~~~~~~     
DSA.xs:620:3: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/dsa.h:211:57: 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 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -L/usr/lib/db5.3 -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 /build/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/5.40/core_perl/perllocal.pod
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /build/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/5.40/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so
Installing /build/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/5.40/vendor_perl/Crypt/OpenSSL/DSA.pm
Installing /build/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/lib/perl5/5.40/vendor_perl/Crypt/OpenSSL/DSA/Signature.pod
Installing /build/perl-crypt-openssl-dsa/pkg/perl-crypt-openssl-dsa/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm
Installing /build/perl-crypt-openssl-dsa/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...
libfakeroot internal error: payload not recognized!
==> 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-7 (Wed Sep  4 21:51:36 2024)
==> Cleaning up...