D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Net-Libdnet-0.990.0-4.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ixmx0u + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Net-Libdnet-0.99 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Net-Libdnet-0.99.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-Libdnet-0.99 + /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.qA4VFr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-Libdnet-0.99 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + export 'CXXFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + export 'RPM_OPT_FLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + RPM_OPT_FLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' 'LIBS=-L/usr/lib64 -ldnet' INC=-I/usr/include Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Libdnet Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 LD_RUN_PATH= Running Mkbootstrap for Libdnet () chmod 644 "Libdnet.bs" "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Libdnet.bs blib/arch/auto/Net/Libdnet/Libdnet.bs 644 cp lib/Net/Libdnet/Fw.pm blib/lib/Net/Libdnet/Fw.pm cp lib/Net/Libdnet/Arp.pm blib/lib/Net/Libdnet/Arp.pm cp lib/Net/Libdnet/Intf.pm blib/lib/Net/Libdnet/Intf.pm cp lib/Net/Libdnet/Eth.pm blib/lib/Net/Libdnet/Eth.pm cp lib/Net/Libdnet/Ip.pm blib/lib/Net/Libdnet/Ip.pm cp lib/Net/Libdnet/Entry/Intf.pm blib/lib/Net/Libdnet/Entry/Intf.pm cp lib/Net/Libdnet.pm blib/lib/Net/Libdnet.pm cp lib/Net/Libdnet/Tun.pm blib/lib/Net/Libdnet/Tun.pm cp lib/Net/Libdnet/Route.pm blib/lib/Net/Libdnet/Route.pm "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Net-Libdnet-0.99/typemap' Libdnet.xs > Libdnet.xsc mv Libdnet.xsc Libdnet.c x86_64-mageia-linux-gnu-gcc -c -I/usr/include -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 -fstack-protector-all -fasynchronous-unwind-tables -DVERSION=\"0.99\" -DXS_VERSION=\"0.99\" -fPIC "-I/usr/lib64/perl5/CORE" Libdnet.c In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_addr_cmp': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:281:20: note: in expansion of macro 'SvPV' 281 | StrA = (char *) SvPV(SvA, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:288:21: note: in expansion of macro 'SvPV' 288 | StrB = (char *) SvPV(SvB, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_addr_bcast': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:317:21: note: in expansion of macro 'SvPV' 317 | StrAd = (char *) SvPV(SvAd, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_addr_net': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:355:21: note: in expansion of macro 'SvPV' 355 | StrAd = (char *) SvPV(SvAd, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_arp_add': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:405:24: note: in expansion of macro 'SvPV' 405 | StrAddr = (char *) SvPV(SvProtoAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:416:25: note: in expansion of macro 'SvPV' 416 | StrAddr = (char *) SvPV(SvHwAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_arp_delete': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:465:24: note: in expansion of macro 'SvPV' 465 | StrAddr = (char *) SvPV(SvProtoAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_arp_get': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:514:24: note: in expansion of macro 'SvPV' 514 | StrAddr = (char *) SvPV(SvProtoAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_intf_get': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:573:24: note: in expansion of macro 'SvPV' 573 | StrName = (char *) SvPV(SvName, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_intf_get_src': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:619:24: note: in expansion of macro 'SvPV' 619 | StrAddr = (char *) SvPV(SvAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_intf_get_dst': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:670:24: note: in expansion of macro 'SvPV' 670 | StrAddr = (char *) SvPV(SvAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_route_add': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:721:24: note: in expansion of macro 'SvPV' 721 | StrAddr = (char *) SvPV(SvDstAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:732:25: note: in expansion of macro 'SvPV' 732 | StrAddr = (char *) SvPV(SvGwAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_route_delete': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:781:24: note: in expansion of macro 'SvPV' 781 | StrAddr = (char *) SvPV(SvDstAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from Libdnet.xs:33: Libdnet.xs: In function 'XS_Net__Libdnet__obsolete_route_get': /usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags' 559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) | ^ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ Libdnet.xs:830:24: note: in expansion of macro 'SvPV' 830 | StrAddr = (char *) SvPV(SvDstAddr, len); | ^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from Libdnet.xs:33: /usr/lib64/perl5/CORE/proto.h:3244:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' 3244 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); | ~~~~~~~~~~~~~~^~ rm -f blib/arch/auto/Net/Libdnet/Libdnet.so LD_RUN_PATH="" x86_64-mageia-linux-gnu-gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib64 -fstack-protector-strong Libdnet.o -o blib/arch/auto/Net/Libdnet/Libdnet.so \ -L/usr/lib64 -ldnet -lperl \ chmod 755 blib/arch/auto/Net/Libdnet/Libdnet.so cp bin/dnet.pl blib/script/dnet.pl "/usr/bin/perl5.32.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dnet.pl Manifying 9 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RkCPsv + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64 + cd Net-Libdnet-0.99 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Libdnet.bs blib/arch/auto/Net/Libdnet/Libdnet.bs 644 Manifying 9 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Libdnet/Libdnet.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Libdnet.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Libdnet/Fw.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Libdnet/Tun.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Libdnet/Eth.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Libdnet/Intf.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Libdnet/Arp.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Libdnet/Ip.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Libdnet/Route.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Libdnet/Entry/Intf.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/man/man3/Net::Libdnet::Arp.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/man/man3/Net::Libdnet::Ip.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/man/man3/Net::Libdnet::Intf.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/man/man3/Net::Libdnet::Route.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/man/man3/Net::Libdnet::Eth.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/man/man3/Net::Libdnet.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/man/man3/Net::Libdnet::Entry::Intf.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/man/man3/Net::Libdnet::Fw.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/man/man3/Net::Libdnet::Tun.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/bin/dnet.pl Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.990.0-4.mga8 --unique-debug-suffix -0.990.0-4.mga8.x86_64 --unique-debug-src-base perl-Net-Libdnet-0.990.0-4.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Net-Libdnet-0.99 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Libdnet/Libdnet.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Libdnet/Libdnet.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Libdnet/Libdnet.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Libdnet/Libdnet.so'; reason: Permission denied original debug info size: 260kB, size after compression: 252kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 221 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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.z4dMHv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-Libdnet-0.99 + '[' 1 -eq 1 ']' + make test "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Libdnet.bs blib/arch/auto/Net/Libdnet/Libdnet.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.32.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-module.t ........ ok t/02-addr.t: faking dangerous tests t/02-addr.t .......... ok t/03-arp.t: faking dangerous tests t/03-arp.t ........... ok t/04-blob.t .......... ok t/05-eth.t ........... ok t/06-fw.t ............ ok t/07-intf.t: faking dangerous tests t/07-intf.t .......... ok t/08-ip.t ............ ok t/09-rand.t .......... ok t/10-route.t: faking dangerous tests t/10-route.t ......... ok t/11-entry-intf.t .... ok t/20-pod-coverage.t .. ok t/21-test-pod.t ...... ok All tests successful. Files=13, Tests=62, 1 wallclock secs ( 0.09 usr 0.01 sys + 0.31 cusr 0.04 csys = 0.45 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Net-Libdnet-0.990.0-4.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rIXTzv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-Libdnet-0.99 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/doc/perl-Net-Libdnet + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/doc/perl-Net-Libdnet + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/doc/perl-Net-Libdnet + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/doc/perl-Net-Libdnet + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/doc/perl-Net-Libdnet + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/doc/perl-Net-Libdnet + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/doc/perl-Net-Libdnet + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/doc/perl-Net-Libdnet + cp -pr examples /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64/usr/share/doc/perl-Net-Libdnet + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Net::Libdnet) = 0.990.0 perl(Net::Libdnet::Arp) perl(Net::Libdnet::Entry::Intf) perl(Net::Libdnet::Eth) perl(Net::Libdnet::Fw) perl(Net::Libdnet::Intf) perl(Net::Libdnet::Ip) perl(Net::Libdnet::Route) perl(Net::Libdnet::Tun) perl-Net-Libdnet = 0.990.0-4.mga8 perl-Net-Libdnet(x86-64) = 0.990.0-4.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.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdnet.so.1()(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) perl(Class::Gomor) perl(Class::Gomor::Array) perl(DynaLoader) perl(Exporter) perl(Net::Libdnet) perl(Net::Libdnet::Arp) perl(Net::Libdnet::Entry::Intf) perl(Net::Libdnet::Eth) perl(Net::Libdnet::Fw) perl(Net::Libdnet::Intf) perl(Net::Libdnet::Ip) perl(Net::Libdnet::Route) perl(base) perl(constant) perl(strict) perl-base >= 2:5.32.0 Processing files: perl-Net-Libdnet-debugsource-0.990.0-4.mga8.x86_64 Provides: perl-Net-Libdnet-debugsource = 0.990.0-4.mga8 perl-Net-Libdnet-debugsource(x86-64) = 0.990.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Net-Libdnet-debuginfo-0.990.0-4.mga8.x86_64 Provides: debuginfo(build-id) = 57e145aa954850c87ec7c50a1dc54b60fa482faa perl-Net-Libdnet-debuginfo = 0.990.0-4.mga8 perl-Net-Libdnet-debuginfo(x86-64) = 0.990.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Net-Libdnet-debugsource(x86-64) = 0.990.0-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Net-Libdnet-debugsource-0.990.0-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Net-Libdnet-0.990.0-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Net-Libdnet-debuginfo-0.990.0-4.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.V1ZFWr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-Libdnet-0.99 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Net-Libdnet-0.990.0-4.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6sGl8u + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Net-Libdnet-0.99 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!