==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: perl-dbd-mysql 4.052-2 (Thu Sep  5 00:22:07 2024)
==> Retrieving sources...
  -> Found DBD-mysql-4.052.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    DBD-mysql-4.052.tar.gz ... Passed
==> Making package: perl-dbd-mysql 4.052-2 (Thu Sep  5 00:22:15 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) liburing-2.7-1  mariadb-libs-11.5.2-1  perl-dbi-1.644-1

Total Installed Size:  28.86 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing liburing...
installing mariadb-libs...
Optional dependencies for mariadb-libs
    krb5: for gssapi authentication [installed]
installing perl-dbi...
:: Running post-transaction hooks...
(1/1) Warn about old perl modules
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) perl-devel-checklib-1.16-4

Total Installed Size:  0.03 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-devel-checklib...
:: Running post-transaction hooks...
(1/1) Warn about old perl modules
[?25h==> Retrieving sources...
  -> Found DBD-mysql-4.052.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting DBD-mysql-4.052.tar.gz with bsdtar
==> Starting build()...


PLEASE NOTE:

For 'make test' to run properly, you must ensure that the
database user 'builduser' can connect to your MySQL server
and has the proper privileges that these tests require such
as 'drop table', 'create table', 'drop procedure', 'create procedure'
as well as others.

mysql> grant all privileges on test.* to 'builduser'@'localhost' identified by 's3kr1t';

You can also optionally set the user to run 'make test' with:

perl Makefile.PL --testuser=username

I will use the following settings for compiling and testing:

  cflags        (mysql_config ) = -I/usr/include/mysql -I/usr/include/mysql/mysql
  embedded      (mysql_config ) = 
  ldflags       (guessed      ) = 
  libs          (mysql_config ) = -L/usr/lib/ -lmariadb
  mysql_config  (guessed      ) = mysql_config
  nocatchstderr (default      ) = 0
  nofoundrows   (default      ) = 0
  nossl         (default      ) = 0
  testdb        (default      ) = test
  testhost      (default      ) = 
  testpassword  (default      ) = 
  testport      (default      ) = 
  testsocket    (User's choice) = /tmp/socket.mysql
  testuser      (guessed      ) = builduser

To change these settings, see 'perl Makefile.PL --help' and
'perldoc DBD::mysql::INSTALL'.

Checking if libs are available for compiling...
Looks good.

Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Deep 0 not found.
Using DBI 1.644 (for perl 5.040000 on aarch64-linux-thread-multi) installed in /usr/lib/perl5/5.40/vendor_perl/auto/DBI/
Generating a Unix-style Makefile
Writing Makefile for DBD::mysql
Writing MYMETA.yml and MYMETA.json
Running Mkbootstrap for mysql ()
cc -c  -I/usr/lib/perl5/5.40/vendor_perl/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mysql -DDBD_MYSQL_WITH_SSL -g  -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=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection   -DVERSION=\"4.052\" -DXS_VERSION=\"4.052\" -fPIC "-I/usr/lib/perl5/5.40/core_perl/CORE"   dbdimp.c
"/usr/bin/perl" -p -e "s/~DRIVER~/mysql/g" /usr/lib/perl5/5.40/vendor_perl/auto/DBI/Driver.xst > mysql.xsi
cc -c  -I/usr/lib/perl5/5.40/vendor_perl/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mysql -DDBD_MYSQL_WITH_SSL -g  -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=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection   -DVERSION=\"4.052\" -DXS_VERSION=\"4.052\" -fPIC "-I/usr/lib/perl5/5.40/core_perl/CORE"   socket.c
"/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap'  mysql.xs > mysql.xsc
chmod 644 "mysql.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
Warning: duplicate function definition 'do' detected in mysql.xs, line 247
Warning: duplicate function definition 'rows' detected in mysql.xs, line 683
mv mysql.xsc mysql.c
cc -c  -I/usr/lib/perl5/5.40/vendor_perl/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mysql -DDBD_MYSQL_WITH_SSL -g  -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=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection   -DVERSION=\"4.052\" -DXS_VERSION=\"4.052\" -fPIC "-I/usr/lib/perl5/5.40/core_perl/CORE"   mysql.c
rm -f blib/arch/auto/DBD/mysql/mysql.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  dbdimp.o mysql.o socket.o  -o blib/arch/auto/DBD/mysql/mysql.so  \
   -L/usr/lib/ -lmariadb   \
  
chmod 755 blib/arch/auto/DBD/mysql/mysql.so
Manifying 3 pod documents
==> Entering fakeroot environment...
==> Starting package()...
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644
Manifying 3 pod documents
Appending installation info to /build/perl-dbd-mysql/pkg/perl-dbd-mysql/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-dbd-mysql/pkg/perl-dbd-mysql/usr/lib/perl5/5.40/vendor_perl/auto/DBD/mysql/mysql.so
Installing /build/perl-dbd-mysql/pkg/perl-dbd-mysql/usr/lib/perl5/5.40/vendor_perl/Bundle/DBD/mysql.pm
Installing /build/perl-dbd-mysql/pkg/perl-dbd-mysql/usr/lib/perl5/5.40/vendor_perl/DBD/mysql.pm
Installing /build/perl-dbd-mysql/pkg/perl-dbd-mysql/usr/lib/perl5/5.40/vendor_perl/DBD/mysql/GetInfo.pm
Installing /build/perl-dbd-mysql/pkg/perl-dbd-mysql/usr/lib/perl5/5.40/vendor_perl/DBD/mysql/INSTALL.pod
Installing /build/perl-dbd-mysql/pkg/perl-dbd-mysql/usr/share/man/man3/DBD::mysql.3pm
Installing /build/perl-dbd-mysql/pkg/perl-dbd-mysql/usr/share/man/man3/Bundle::DBD::mysql.3pm
Installing /build/perl-dbd-mysql/pkg/perl-dbd-mysql/usr/share/man/man3/DBD::mysql::INSTALL.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.40/vendor_perl/auto/DBD/mysql/mysql.so
==> Creating package "perl-dbd-mysql"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perl-dbd-mysql 4.052-2 (Thu Sep  5 00:22:24 2024)
==> Cleaning up...