==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done
==> Making package: perl-net-libdnet 0.99-6 (Mon May 8 09:59:39 2023)
==> Retrieving sources...
-> Found Net-Libdnet-0.99.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
Net-Libdnet-0.99.tar.gz ... Passed
==> Making package: perl-net-libdnet 0.99-6 (Mon 08 May 2023 09:59:45 AM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (2) libdnet-1.16.4-1 perl-class-gomor-1.03-8
Total Download Size: 0.06 MiB
Total Installed Size: 0.20 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
libdnet-1.16.4-1-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing perl-class-gomor...
installing libdnet...
:: Running post-transaction hooks...
(1/1) Warn about old perl modules
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found Net-Libdnet-0.99.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting Net-Libdnet-0.99.tar.gz with bsdtar
==> Starting prepare()...
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Net::Libdnet
Writing MYMETA.yml and MYMETA.json
==> Starting build()...
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/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/Fw.pm blib/lib/Net/Libdnet/Fw.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/Route.pm blib/lib/Net/Libdnet/Route.pm
Running Mkbootstrap for Libdnet ()
chmod 644 "Libdnet.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Libdnet.bs blib/arch/auto/Net/Libdnet/Libdnet.bs 644
"/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/build/perl-net-libdnet/src/Net-Libdnet-0.99/typemap' Libdnet.xs > Libdnet.xsc
mv Libdnet.xsc Libdnet.c
cc -c -I/include -I/usr/include -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -DVERSION=\"0.99\" -DXS_VERSION=\"0.99\" -fPIC "-I/usr/lib/perl5/5.36/core_perl/CORE" Libdnet.c
In file included from /usr/lib/perl5/5.36/core_perl/CORE/perl.h:5837,
from Libdnet.xs:33:
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_addr_cmp’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:281:41: note: in expansion of macro ‘SvPV’
281 | StrA = (char *) SvPV(SvA, len);
| ^~~~
In file included from /usr/lib/perl5/5.36/core_perl/CORE/perl.h:5798:
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:288:49: note: in expansion of macro ‘SvPV’
288 | StrB = (char *) SvPV(SvB, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_addr_bcast’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:317:42: note: in expansion of macro ‘SvPV’
317 | StrAd = (char *) SvPV(SvAd, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_addr_net’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:355:42: note: in expansion of macro ‘SvPV’
355 | StrAd = (char *) SvPV(SvAd, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_arp_add’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:405:52: note: in expansion of macro ‘SvPV’
405 | StrAddr = (char *) SvPV(SvProtoAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:416:60: note: in expansion of macro ‘SvPV’
416 | StrAddr = (char *) SvPV(SvHwAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_arp_delete’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:465:52: note: in expansion of macro ‘SvPV’
465 | StrAddr = (char *) SvPV(SvProtoAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_arp_get’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:514:52: note: in expansion of macro ‘SvPV’
514 | StrAddr = (char *) SvPV(SvProtoAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_intf_get’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:573:52: note: in expansion of macro ‘SvPV’
573 | StrName = (char *) SvPV(SvName, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_intf_get_src’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:619:52: note: in expansion of macro ‘SvPV’
619 | StrAddr = (char *) SvPV(SvAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_intf_get_dst’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:670:52: note: in expansion of macro ‘SvPV’
670 | StrAddr = (char *) SvPV(SvAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_route_add’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:721:52: note: in expansion of macro ‘SvPV’
721 | StrAddr = (char *) SvPV(SvDstAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:732:60: note: in expansion of macro ‘SvPV’
732 | StrAddr = (char *) SvPV(SvGwAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_route_delete’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:781:52: note: in expansion of macro ‘SvPV’
781 | StrAddr = (char *) SvPV(SvDstAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
Libdnet.xs: In function ‘XS_Net__Libdnet__obsolete_route_get’:
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1848:58: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
1848 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags))
/usr/lib/perl5/5.36/core_perl/CORE/embed.h:584:59: note: in definition of macro ‘sv_2pv_flags’
584 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
| ^
/usr/lib/perl5/5.36/core_perl/CORE/sv.h:1831:31: note: in expansion of macro ‘SvPV_flags’
1831 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC)
| ^~~~~~~~~~
Libdnet.xs:830:52: note: in expansion of macro ‘SvPV’
830 | StrAddr = (char *) SvPV(SvDstAddr, len);
| ^~~~
/usr/lib/perl5/5.36/core_perl/CORE/proto.h:3364:77: note: expected ‘STRLEN * const’ {aka ‘long unsigned int * const’} but argument is of type ‘int *’
3364 | ar* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
| ~~~~~~~~~~~~~~^~
rm -f blib/arch/auto/Net/Libdnet/Libdnet.so
LD_RUN_PATH="/usr/lib" cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -L/usr/local/lib -fstack-protector-strong Libdnet.o -o blib/arch/auto/Net/Libdnet/Libdnet.so \
-L/usr/lib -ldnet \
chmod 755 blib/arch/auto/Net/Libdnet/Libdnet.so
cp bin/dnet.pl blib/script/dnet.pl
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dnet.pl
Manifying 9 pod documents
==> Entering fakeroot environment...
==> Starting package()...
"/usr/bin/perl" -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 /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/auto/Net/Libdnet/Libdnet.so
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/Net/Libdnet.pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/Net/Libdnet/Route.pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/Net/Libdnet/Fw.pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/Net/Libdnet/Arp.pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/Net/Libdnet/Tun.pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/Net/Libdnet/Ip.pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/Net/Libdnet/Eth.pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/Net/Libdnet/Intf.pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/vendor_perl/Net/Libdnet/Entry/Intf.pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/share/man/man3/Net::Libdnet::Entry::Intf.3pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/share/man/man3/Net::Libdnet::Fw.3pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/share/man/man3/Net::Libdnet::Route.3pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/share/man/man3/Net::Libdnet::Arp.3pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/share/man/man3/Net::Libdnet.3pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/share/man/man3/Net::Libdnet::Intf.3pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/share/man/man3/Net::Libdnet::Ip.3pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/share/man/man3/Net::Libdnet::Eth.3pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/share/man/man3/Net::Libdnet::Tun.3pm
Installing /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/bin/vendor_perl/dnet.pl
Appending installation info to /build/perl-net-libdnet/pkg/perl-net-libdnet/usr/lib/perl5/5.36/core_perl/perllocal.pod
==> 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...
==> Creating package "perl-net-libdnet"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perl-net-libdnet 0.99-6 (Mon 08 May 2023 09:59:53 AM EDT)
==> Cleaning up...
==> Removing installed dependencies...
[?25lchecking dependencies...
Packages (2) libdnet-1.16.4-1 perl-class-gomor-1.03-8
Total Removed Size: 0.20 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing perl-class-gomor...
removing libdnet...
[?25h