==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: perl-dbd-mariadb 1.24-2 (Thu Jul 17 18:48:04 2025) ==> Retrieving sources... -> Found DBD-MariaDB-1.24.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... DBD-MariaDB-1.24.tar.gz ... Passed ==> Making package: perl-dbd-mariadb 1.24-2 (Thu Jul 17 18:48:24 2025) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (3) liburing-2.11-1 mariadb-libs-11.8.2-1 perl-dbi-1.647-2 Total Installed Size: 23.13 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/2) Arming ConditionNeedsUpdate... (2/2) Checking for old perl modules... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (1) perl-devel-checklib-1.16-5 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/2) Arming ConditionNeedsUpdate... (2/2) Checking for old perl modules... [?25h==> Retrieving sources... -> Found DBD-MariaDB-1.24.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting DBD-MariaDB-1.24.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 MariaDB or 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'; For MySQL 8 it is needed to use different syntax: mysql> create user 'builduser'@'localhost' identified by 's3kr1t'; mysql> grant all privileges on test.* to 'builduser'@'localhost'; 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 libs (mysql_config ) = -L/usr/lib/ -lmariadb mysql_config (guessed ) = mariadb_config requireembsup (default ) = 0 testauthplugin (default ) = testdb (default ) = test testembdatadir (default ) = testemboptions (default ) = testhost (guessed ) = localhost 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::MariaDB::INSTALL'. Checking if libs and header files are available for compiling... Checking if correct version of MariaDB or MySQL client is present... Looks good. Embedded server: not supported by client library Client library deinitialize OpenSSL library functions: no Writing t/MariaDB.mtest for test suite Checking if your kit is complete... Looks good Warning: prerequisite Test::Deep 0 not found. WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. Using DBI 1.647 (for perl 5.042000 on armv7l-linux-thread-multi) installed in /usr/lib/perl5/5.42/vendor_perl/auto/DBI/ Generating a Unix-style Makefile Writing Makefile for DBD::MariaDB Writing MYMETA.yml and MYMETA.json "/usr/bin/perl" -p -e "s/~DRIVER~/MariaDB/g" /usr/lib/perl5/5.42/vendor_perl/auto/DBI/Driver.xst > MariaDB.xsi Running Mkbootstrap for MariaDB () cc -c -I/usr/lib/perl5/5.42/vendor_perl/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mysql -DHAVE_DBI_1_634 -DHAVE_DBI_1_642 -DHAVE_GET_OPTION -DHAVE_DEINITIALIZE_SSL -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=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC "-I/usr/lib/perl5/5.42/core_perl/CORE" dbdimp.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' MariaDB.xs > MariaDB.xsc chmod 644 "MariaDB.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MariaDB.bs blib/arch/auto/DBD/MariaDB/MariaDB.bs 644 cp lib/DBD/MariaDB.pm blib/lib/DBD/MariaDB.pm cp lib/DBD/MariaDB/INSTALL.pod blib/lib/DBD/MariaDB/INSTALL.pod cp lib/DBD/MariaDB.pod blib/lib/DBD/MariaDB.pod cp README.pod blib/lib/DBD/MariaDB/README.pod Warning: duplicate function definition 'do' detected in MariaDB.xs, line 104 Warning: duplicate function definition 'rows' detected in MariaDB.xs, line 231 Warning: duplicate function definition 'last_insert_id' detected in MariaDB.xs, line 250 mv MariaDB.xsc MariaDB.c cc -c -I/usr/lib/perl5/5.42/vendor_perl/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mysql -DHAVE_DBI_1_634 -DHAVE_DBI_1_642 -DHAVE_GET_OPTION -DHAVE_DEINITIALIZE_SSL -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=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC "-I/usr/lib/perl5/5.42/core_perl/CORE" MariaDB.c rm -f blib/arch/auto/DBD/MariaDB/MariaDB.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 MariaDB.o dbdimp.o -o blib/arch/auto/DBD/MariaDB/MariaDB.so \ -L/usr/lib/ -lmariadb \ chmod 755 blib/arch/auto/DBD/MariaDB/MariaDB.so Manifying 3 pod documents ==> Entering fakeroot environment... ==> Starting package()... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MariaDB.bs blib/arch/auto/DBD/MariaDB/MariaDB.bs 644 Manifying 3 pod documents Appending installation info to /build/perl-dbd-mariadb/pkg/perl-dbd-mariadb/usr/lib/perl5/5.42/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /build/perl-dbd-mariadb/pkg/perl-dbd-mariadb/usr/lib/perl5/5.42/vendor_perl/auto/DBD/MariaDB/MariaDB.so Installing /build/perl-dbd-mariadb/pkg/perl-dbd-mariadb/usr/lib/perl5/5.42/vendor_perl/DBD/MariaDB.pod Installing /build/perl-dbd-mariadb/pkg/perl-dbd-mariadb/usr/lib/perl5/5.42/vendor_perl/DBD/MariaDB.pm Installing /build/perl-dbd-mariadb/pkg/perl-dbd-mariadb/usr/lib/perl5/5.42/vendor_perl/DBD/MariaDB/README.pod Installing /build/perl-dbd-mariadb/pkg/perl-dbd-mariadb/usr/lib/perl5/5.42/vendor_perl/DBD/MariaDB/INSTALL.pod Installing /build/perl-dbd-mariadb/pkg/perl-dbd-mariadb/usr/share/man/man3/DBD::MariaDB::README.3pm Installing /build/perl-dbd-mariadb/pkg/perl-dbd-mariadb/usr/share/man/man3/DBD::MariaDB::INSTALL.3pm Installing /build/perl-dbd-mariadb/pkg/perl-dbd-mariadb/usr/share/man/man3/DBD::MariaDB.3pm ==> Tidying install... -> 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... ==> Creating package "perl-dbd-mariadb"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: perl-dbd-mariadb 1.24-2 (Thu Jul 17 18:48:50 2025) ==> Cleaning up...