D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/perl-DBD-Sybase-1.160.0-8.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qWGM63 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf DBD-Sybase-1.16 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/DBD-Sybase-1.16.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd DBD-Sybase-1.16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.T8S9fK + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd DBD-Sybase-1.16 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export SYBASE=/usr + SYBASE=/usr + echo -e '\n\n\n\n\n\n' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Unknown Client Library version - assuming FreeTDS. By default DBD::Sybase 1.05 and later use the 'CHAINED' mode (where available) when 'AutoCommit' is turned off. Versions 1.04 and older instead managed the transactions explicitly with a 'BEGIN TRAN' before the first DML statement. Using the 'CHAINED' mode is preferable as it is the way that Sybase implements AutoCommit handling for both its ODBC and JDBC drivers. Use 'CHAINED' mode by default (Y/N) [Y]: Running in threaded mode - looking for _r libraries... ***NOTE*** There is an incompatibility between perl (5.8.x or later) built in threaded mode and Sybase's threaded libraries, which means that signals delivered to the perl process result in a segment violation. I suggest building DBD::Sybase with the normal libraries in this case to get reasonable behavior for signal handling. Use the threaded (lib..._r) libraries [N]: OK - I'll use the normal libs Running in 64bit mode - looking for '64' libraries... BLK api NOT available. The DBD::Sybase module need access to a Sybase server to run the tests. To clear an entry please enter 'undef' Sybase server to use (default: SYBASE): User ID to log in to Sybase (default: sa): Password (default: undef): Sybase database to use on SYBASE (default: undef): * Writing login information, including password, to file PWD. Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -lcs Warning (mostly harmless): No library found for -lsybtcl Warning (mostly harmless): No library found for -lcomn Warning (mostly harmless): No library found for -lblk Using DBI 1.643 (for perl 5.034000 on aarch64-linux-thread-multi) installed in /usr/lib64/perl5/vendor_perl/auto/DBI/ Generating a Unix-style Makefile Writing Makefile for DBD::Sybase Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' LD_RUN_PATH= "/usr/bin/perl5.34.0" -p -e "s/~DRIVER~/Sybase/g" /usr/lib64/perl5/vendor_perl/auto/DBI/Driver.xst > Sybase.xsi Running Mkbootstrap for Sybase () chmod 644 "Sybase.bs" cp dbd-sybase.pod blib/lib/DBD/dbd-sybase.pod cp Sybase.pm blib/lib/DBD/Sybase.pm "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Sybase.xs > Sybase.xsc mv Sybase.xsc Sybase.c gcc -c -I/usr/include -DSYB_LP64 -DNO_BLK=1 -I/usr/lib64/perl5/vendor_perl/auto/DBI -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib64/perl5/CORE" Sybase.c In file included from /usr/lib64/perl5/CORE/perl.h:5744, from /usr/lib64/perl5/vendor_perl/auto/DBI/DBIXS.h:23, from Sybase.h:16, from Sybase.xs:14: Sybase.xs: In function 'XS_DBD__Sybase__db_ping': Sybase.xs:83:32: warning: implicit declaration of function 'syb_ping' [-Wimplicit-function-declaration] 83 | ST(0) = sv_2mortal(newSViv(syb_ping(dbh, imp_dbh))); | ^~~~~~~~ /usr/lib64/perl5/CORE/embed.h:570:55: note: in definition of macro 'sv_2mortal' 570 | #define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) | ^ Sybase.xs:83:24: note: in expansion of macro 'newSViv' 83 | ST(0) = sv_2mortal(newSViv(syb_ping(dbh, imp_dbh))); | ^~~~~~~ Sybase.xs: In function 'XS_DBD__Sybase__st_cancel': Sybase.xs:95:13: warning: implicit declaration of function 'syb_st_cancel' [-Wimplicit-function-declaration] 95 | ST(0) = syb_st_cancel(sth, imp_sth) ? &PL_sv_yes : &PL_sv_no; | ^~~~~~~~~~~~~ gcc -c -I/usr/include -DSYB_LP64 -DNO_BLK=1 -I/usr/lib64/perl5/vendor_perl/auto/DBI -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib64/perl5/CORE" dbdimp.c dbdimp.c: In function 'cslibmsg_cb': dbdimp.c:227:53: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 227 | "Message number: LAYER = (%ld) ORIGIN = (%ld) ", | ~~^ | | | long int | %d dbdimp.c:227:68: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 227 | "Message number: LAYER = (%ld) ORIGIN = (%ld) ", | ~~^ | | | long int | %d dbdimp.c:229:55: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 229 | PerlIO_printf(PerlIO_stderr(), "SEVERITY = (%ld) NUMBER = (%ld)\n", | ~~^ | | | long int | %d dbdimp.c:229:70: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 229 | PerlIO_printf(PerlIO_stderr(), "SEVERITY = (%ld) NUMBER = (%ld)\n", | ~~^ | | | long int | %d dbdimp.c: In function 'clientmsg_cb': dbdimp.c:315:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 315 | sprintf(buff, "LAYER = (%ld) ORIGIN = (%ld) ", | ~~^ | | | long int | %d dbdimp.c:315:58: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 315 | sprintf(buff, "LAYER = (%ld) ORIGIN = (%ld) ", | ~~^ | | | long int | %d dbdimp.c:318:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 318 | sprintf(buff, "SEVERITY = (%ld) NUMBER = (%ld)\n", | ~~^ | | | long int | %d dbdimp.c:318:61: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 318 | sprintf(buff, "SEVERITY = (%ld) NUMBER = (%ld)\n", | ~~^ | | | long int | %d dbdimp.c:371:60: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 371 | PerlIO_printf(PerlIO_stderr(), "LAYER = (%ld) ORIGIN = (%ld) ", | ~~^ | | | long int | %d dbdimp.c:371:75: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 371 | PerlIO_printf(PerlIO_stderr(), "LAYER = (%ld) ORIGIN = (%ld) ", | ~~^ | | | long int | %d dbdimp.c:373:63: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 373 | PerlIO_printf(PerlIO_stderr(), "SEVERITY = (%ld) NUMBER = (%ld)\n", | ~~^ | | | long int | %d dbdimp.c:373:78: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 373 | PerlIO_printf(PerlIO_stderr(), "SEVERITY = (%ld) NUMBER = (%ld)\n", | ~~^ | | | long int | %d dbdimp.c: In function 'servermsg_cb': dbdimp.c:403:106: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'CS_MSGNUM' {aka 'int'} [-Wformat=] 403 | PerlIO_printf(DBIc_LOGPIO(imp_dbh)," servermsg_cb -> number=%ld severity=%ld ", | ~~^ | | | long int | %d 404 | srvmsg->msgnumber, srvmsg->severity); | ~~~~~~~~~~~~~~~~~ | | | CS_MSGNUM {aka int} dbdimp.c:403:119: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'CS_INT' {aka 'int'} [-Wformat=] 403 | PerlIO_printf(DBIc_LOGPIO(imp_dbh)," servermsg_cb -> number=%ld severity=%ld ", | ~~^ | | | long int | %d 404 | srvmsg->msgnumber, srvmsg->severity); | ~~~~~~~~~~~~~~~~ | | | CS_INT {aka int} dbdimp.c:405:70: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'CS_INT' {aka 'int'} [-Wformat=] 405 | PerlIO_printf(DBIc_LOGPIO(imp_dbh), "state=%ld line=%ld ", | ~~^ | | | long int | %d 406 | srvmsg->state, srvmsg->line); | ~~~~~~~~~~~~~ | | | CS_INT {aka int} dbdimp.c:405:79: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'CS_INT' {aka 'int'} [-Wformat=] 405 | PerlIO_printf(DBIc_LOGPIO(imp_dbh), "state=%ld line=%ld ", | ~~^ | | | long int | %d 406 | srvmsg->state, srvmsg->line); | ~~~~~~~~~~~~ | | | CS_INT {aka int} dbdimp.c:539:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'CS_MSGNUM' {aka 'int'} [-Wformat=] 539 | sprintf(buff, "number=%ld severity=%ld ", | ~~^ | | | long int | %d 540 | srvmsg->msgnumber, srvmsg->severity); | ~~~~~~~~~~~~~~~~~ | | | CS_MSGNUM {aka int} dbdimp.c:539:54: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'CS_INT' {aka 'int'} [-Wformat=] 539 | sprintf(buff, "number=%ld severity=%ld ", | ~~^ | | | long int | %d 540 | srvmsg->msgnumber, srvmsg->severity); | ~~~~~~~~~~~~~~~~ | | | CS_INT {aka int} dbdimp.c:542:40: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'CS_INT' {aka 'int'} [-Wformat=] 542 | sprintf(buff, "state=%ld line=%ld", | ~~^ | | | long int | %d 543 | srvmsg->state, srvmsg->line); | ~~~~~~~~~~~~~ | | | CS_INT {aka int} dbdimp.c:542:49: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'CS_INT' {aka 'int'} [-Wformat=] 542 | sprintf(buff, "state=%ld line=%ld", | ~~^ | | | long int | %d 543 | srvmsg->state, srvmsg->line); | ~~~~~~~~~~~~ | | | CS_INT {aka int} dbdimp.c:579:87: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'CS_MSGNUM' {aka 'int'} [-Wformat=] 579 | PerlIO_printf(DBIc_LOGPIO(imp_dbh), "Server message: number=%ld severity=%ld ", | ~~^ | | | long int | %d 580 | srvmsg->msgnumber, srvmsg->severity); | ~~~~~~~~~~~~~~~~~ | | | CS_MSGNUM {aka int} dbdimp.c:579:100: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'CS_INT' {aka 'int'} [-Wformat=] 579 | PerlIO_printf(DBIc_LOGPIO(imp_dbh), "Server message: number=%ld severity=%ld ", | ~~^ | | | long int | %d 580 | srvmsg->msgnumber, srvmsg->severity); | ~~~~~~~~~~~~~~~~ | | | CS_INT {aka int} dbdimp.c:581:70: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'CS_INT' {aka 'int'} [-Wformat=] 581 | PerlIO_printf(DBIc_LOGPIO(imp_dbh), "state=%ld line=%ld ", | ~~^ | | | long int | %d 582 | srvmsg->state, srvmsg->line); | ~~~~~~~~~~~~~ | | | CS_INT {aka int} dbdimp.c:581:79: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'CS_INT' {aka 'int'} [-Wformat=] 581 | PerlIO_printf(DBIc_LOGPIO(imp_dbh), "state=%ld line=%ld ", | ~~^ | | | long int | %d 582 | srvmsg->state, srvmsg->line); | ~~~~~~~~~~~~ | | | CS_INT {aka int} dbdimp.c: In function 'syb_db_opentran': dbdimp.c:2049:41: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'imp_dbh_t *' {aka 'struct imp_dbh_st *'} [-Wformat=] 2049 | sprintf(imp_dbh->tranName, "DBI%x", imp_dbh); | ~^ ~~~~~~~ | | | | | imp_dbh_t * {aka struct imp_dbh_st *} | unsigned int dbdimp.c: In function 'syb_alloc_cmd': dbdimp.c:2612:69: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'CS_COMMAND *' {aka 'struct _cs_command *'} [-Wformat=] 2612 | " syb_alloc_cmd() -> CS_COMMAND %x for CS_CONNECTION %x\n", | ~^ | | | unsigned int 2613 | cmd, connection); | ~~~ | | | CS_COMMAND * {aka struct _cs_command *} dbdimp.c:2612:90: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'CS_CONNECTION *' {aka 'struct _cs_connection *'} [-Wformat=] 2612 | " syb_alloc_cmd() -> CS_COMMAND %x for CS_CONNECTION %x\n", | ~^ | | | unsigned int 2613 | cmd, connection); | ~~~~~~~~~~ | | | CS_CONNECTION * {aka struct _cs_connection *} dbdimp.c: In function 'cmd_execute': dbdimp.c:3815:97: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'CS_COMMAND *' {aka 'struct _cs_command *'} [-Wformat=] 3815 | " cmd_execute() -> ct_command() failed (cmd=%x, statement=%s, imp_sth=%x)\n", | ~^ | | | unsigned int 3816 | imp_sth->cmd, imp_sth->statement, imp_sth); | ~~~~~~~~~~~~ | | | CS_COMMAND * {aka struct _cs_command *} dbdimp.c:3815:123: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'imp_sth_t *' {aka 'struct imp_sth_st *'} [-Wformat=] 3815 | " cmd_execute() -> ct_command() failed (cmd=%x, statement=%s, imp_sth=%x)\n", | ~^ | | | unsigned int 3816 | imp_sth->cmd, imp_sth->statement, imp_sth); | ~~~~~~~ | | | imp_sth_t * {aka struct imp_sth_st *} dbdimp.c: In function 'syb_st_destroy': dbdimp.c:4440:65: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'imp_sth_t *' {aka 'struct imp_sth_st *'} [-Wformat=] 4440 | " syb_st_destroy: called on %x...\n", imp_sth); | ~^ ~~~~~~~ | | | | | imp_sth_t * {aka struct imp_sth_st *} | unsigned int dbdimp.c:4475:75: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'CS_COMMAND *' {aka 'struct _cs_command *'} [-Wformat=] 4475 | " ct_cmd_drop() -> CS_COMMAND %x\n", imp_sth->cmd); | ~^ ~~~~~~~~~~~~ | | | | unsigned int CS_COMMAND * {aka struct _cs_command *} dbdimp.c: In function '_dbd_rebind_ph': dbdimp.c:5294:69: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] 5294 | " bind %s <== '%.100s' (size %d, ok %d)\n", phs->name, | ~^ | | | int | %ld 5295 | phs->sv_buf, (long) phs->maxlen, SvOK(phs->sv) ? 1 : 0); | ~~~~~~~~~~~~~~~~~~ | | | long int dbdimp.c:5299:84: warning: format '%d' expects argument of type 'int', but argument 6 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 5299 | " datafmt: type=%d, name=%s, status=%d, len=%d\n", | ~^ | | | int | %ld 5300 | phs->datafmt.datatype, phs->datafmt.name, phs->datafmt.status, 5301 | value_len); | ~~~~~~~~~ | | | STRLEN {aka long unsigned int} dbdimp.c: In function 'fetch_data': dbdimp.c:5528:55: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'CS_INT' {aka 'int'} [-Wformat=] 5528 | sprintf(buff, "Error on row %ld.\n", row_count); | ~~^ ~~~~~~~~~ | | | | | CS_INT {aka int} | long int | %d dbdimp.c: In function 'syb_db_connect': dbdimp.c:1601:34: warning: '%s' directive writing up to 259 bytes into a region of size 250 [-Wformat-overflow=] 1601 | sprintf(statement, "use [%s]", db); | ^~ In file included from /usr/include/stdio.h:888, from /usr/lib64/perl5/CORE/perlio.h:41, from /usr/lib64/perl5/CORE/iperlsys.h:50, from /usr/lib64/perl5/CORE/perl.h:4043, from /usr/lib64/perl5/vendor_perl/auto/DBI/DBIXS.h:23, from Sybase.h:16, from dbdimp.c:11: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 266 bytes into a destination of size 255 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/DBD/Sybase/Sybase.so gcc -L/usr/lib -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong Sybase.o dbdimp.o -o blib/arch/auto/DBD/Sybase/Sybase.so \ -L/usr/lib -lct -lintl -ldl -lm -lperl \ chmod 755 blib/arch/auto/DBD/Sybase/Sybase.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.78q7ve + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64 + cd DBD-Sybase-1.16 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64/usr/lib64/perl5/vendor_perl/DBD/Sybase.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64/usr/lib64/perl5/vendor_perl/DBD/dbd-sybase.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64/usr/share/man/man3/DBD::Sybase.3 Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.160.0-8.mga9 --unique-debug-suffix -1.160.0-8.mga9.aarch64 --unique-debug-src-base perl-DBD-Sybase-1.160.0-8.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/DBD-Sybase-1.16 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-8.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so'; reason: Permission denied dwz: ./usr/lib64/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so-1.160.0-8.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 320kB, size after compression: 320kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 500 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths ******************************************************************************* * * WARNING: 'check-rpaths' detected a broken RPATH OR RUNPATH and will cause * 'rpmbuild' to fail. To ignore these errors, you can set the * '$QA_RPATHS' environment variable which is a bitmask allowing the * values below. The current value of QA_RPATHS is 0x0000. * * 0x0001 ... standard RPATHs (e.g. /usr/lib); such RPATHs are a minor * issue but are introducing redundant searchpaths without * providing a benefit. They can also cause errors in multilib * environments. * 0x0002 ... invalid RPATHs; these are RPATHs which are neither absolute * nor relative filenames and can therefore be a SECURITY risk * 0x0004 ... insecure RPATHs; these are relative RPATHs which are a * SECURITY risk * 0x0008 ... the special '$ORIGIN' RPATHs are appearing after other * RPATHs; this is just a minor issue but usually unwanted * 0x0010 ... the RPATH is empty; there is no reason for such RPATHs * and they cause unneeded work while loading libraries * 0x0020 ... an RPATH references '..' of an absolute path; this will break * the functionality when the path before '..' is a symlink * * * Examples: * - to ignore standard and empty RPATHs, execute 'rpmbuild' like * $ QA_RPATHS=$(( 0x0001|0x0010 )) rpmbuild my-package.src.rpm * - to check existing files, set $RPM_BUILD_ROOT and execute check-rpaths like * $ RPM_BUILD_ROOT= /usr/lib/rpm/check-rpaths * ******************************************************************************* ERROR 0010: file '/usr/lib64/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so' contains an empty in [] error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.78q7ve (%install) RPM build errors: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.78q7ve (%install) I: [iurt_root_command] ERROR: chroot