D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-DBD-Sybase-1.160.0-7.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NSdFcP + 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.UDfA1P + 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.032000 on x86_64-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.32.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.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs 644 "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Sybase.xs > Sybase.xsc mv Sybase.xsc Sybase.c x86_64-mageia-linux-gnu-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:5603, 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:557:46: note: in definition of macro 'sv_2mortal' 557 | #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; | ^~~~~~~~~~~~~ x86_64-mageia-linux-gnu-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:32: 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:47: 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:48: 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:63: 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:29: 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:44: 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:32: 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:47: 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:46: 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:61: 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:49: 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:64: 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:71: 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:84: 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:49: 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:58: 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:27: 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:40: 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:26: 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:35: 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:66: 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:79: 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:49: 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:58: 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:34: 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:41: 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:62: 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:55: 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:81: 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:37: 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:40: 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:41: 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:56: 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:34: 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:27: 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:867, from /usr/lib64/perl5/CORE/perlio.h:41, from /usr/lib64/perl5/CORE/iperlsys.h:50, from /usr/lib64/perl5/CORE/perl.h:3876, from /usr/lib64/perl5/vendor_perl/auto/DBI/DBIXS.h:23, from Sybase.h:16, from dbdimp.c:11: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 266 bytes into a destination of size 255 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/DBD/Sybase/Sybase.so LD_RUN_PATH="" x86_64-mageia-linux-gnu-gcc -L/usr/lib -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib64 -fstack-protector-strong Sybase.o dbdimp.o -o blib/arch/auto/DBD/Sybase/Sybase.so \ -L/usr/lib -lct -lintl -ldl -lm -lperl \ /usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread /usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread /usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl /usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl /usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm /usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1 /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1 /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1 /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1 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.SmU2gQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64 + cd DBD-Sybase-1.16 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.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-7.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/lib64/perl5/vendor_perl/DBD/dbd-sybase.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/lib64/perl5/vendor_perl/DBD/Sybase.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/man/man3/DBD::Sybase.3 Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/lib64/perl5/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.160.0-7.mga8 --unique-debug-suffix -1.160.0-7.mga8.x86_64 --unique-debug-src-base perl-DBD-Sybase-1.160.0-7.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/DBD-Sybase-1.16 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/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-7.mga8.x86_64/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-7.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so'; reason: Permission denied original debug info size: 436kB, size after compression: 400kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: perl-DBD-Sybase-1.160.0-7.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.epzOBQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd DBD-Sybase-1.16 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + cp -pr CONFIG /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + cp -pr PWD /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + cp -pr eg /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64/usr/share/doc/perl-DBD-Sybase + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(DBD::Sybase) = 1.160.0 perl(DBD::Sybase::db) perl(DBD::Sybase::dr) perl(DBD::Sybase::st) perl-DBD-Sybase = 1.160.0-7.mga8 perl-DBD-Sybase(x86-64) = 1.160.0-7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libct.so.4()(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) perl(Carp) perl(DBI) perl(DynaLoader) perl(Exporter) perl(Sys::Hostname) perl(strict) perl-base >= 2:5.32.0 Processing files: perl-DBD-Sybase-debugsource-1.160.0-7.mga8.x86_64 Provides: perl-DBD-Sybase-debugsource = 1.160.0-7.mga8 perl-DBD-Sybase-debugsource(x86-64) = 1.160.0-7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-DBD-Sybase-debuginfo-1.160.0-7.mga8.x86_64 Provides: debuginfo(build-id) = 070a6224b37300b01aa03fa57bca0e5390a7c939 perl-DBD-Sybase-debuginfo = 1.160.0-7.mga8 perl-DBD-Sybase-debuginfo(x86-64) = 1.160.0-7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-DBD-Sybase-debugsource(x86-64) = 1.160.0-7.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-DBD-Sybase-debuginfo-1.160.0-7.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-DBD-Sybase-debugsource-1.160.0-7.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-DBD-Sybase-1.160.0-7.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8fcjqP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd DBD-Sybase-1.16 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-DBD-Sybase-1.160.0-7.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ciZhtQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf DBD-Sybase-1.16 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!