==> Synchronizing chroot copy [/chroot/armv8/root] -> [build]...done
==> Making package: perl-net-rawip 0.25-14 (Mon May  8 16:43:16 2023)
==> Retrieving sources...
  -> Found Net-RawIP-0.25.tar.gz
  -> Found define_default_source.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    Net-RawIP-0.25.tar.gz ... Passed
    define_default_source.patch ... Passed
==> Making package: perl-net-rawip 0.25-14 (Mon 08 May 2023 04:43:38 PM UTC)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) dbus-1.14.6-2  libnl-3.7.0-3  libpcap-1.10.4-1

Total Installed Size:  3.51 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnl...
installing dbus...
installing libpcap...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Net-RawIP-0.25.tar.gz
  -> Found define_default_source.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting Net-RawIP-0.25.tar.gz with bsdtar
==> Starting prepare()...
patching file ifaddrlist.c
==> Starting build()...
Compiler: cc
cc (GCC) 12.1.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Net::RawIP
Writing MYMETA.yml and MYMETA.json
cp lib/Net/RawIP/icmphdr.pm blib/lib/Net/RawIP/icmphdr.pm
cp lib/Net/RawIP/tcphdr.pm blib/lib/Net/RawIP/tcphdr.pm
cp lib/Net/RawIP/udphdr.pm blib/lib/Net/RawIP/udphdr.pm
cp lib/Net/RawIP/opt.pm blib/lib/Net/RawIP/opt.pm
cp lib/Net/RawIP/generichdr.pm blib/lib/Net/RawIP/generichdr.pm
cp lib/Net/RawIP/iphdr.pm blib/lib/Net/RawIP/iphdr.pm
cp lib/Net/RawIP/ethhdr.pm blib/lib/Net/RawIP/ethhdr.pm
cp lib/Net/RawIP.pm blib/lib/Net/RawIP.pm
AutoSplitting blib/lib/Net/RawIP.pm (blib/lib/auto/Net/RawIP)
cp RawIP/libpcap.pod blib/lib/Net/RawIP/libpcap.pod
Running Mkbootstrap for RawIP ()
chmod 644 "RawIP.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RawIP.bs blib/arch/auto/Net/RawIP/RawIP.bs 644
"/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/build/perl-net-rawip/src/Net-RawIP-0.25/typemap'  RawIP.xs > RawIP.xsc
mv RawIP.xsc RawIP.c
cc -c   -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=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection   -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/5.36/core_perl/CORE"  -D_LINUX_ -D_ETH_ -D_IFLIST_ -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_GLIBC_ RawIP.c
RawIP.xs: In function ‘XS_Net__RawIP_timem’:
RawIP.xs:614:27: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 2 has type ‘__time_t’ {aka ‘long int’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat=-Wformat=]8;;]
  614 |         RETVAL = newSVpvf("%u.%06u",tv.tv_sec,tv.tv_usec);
      |                           ^~~~~~~~~ ~~~~~~~~~
      |                                       |
      |                                       __time_t {aka long int}
RawIP.xs:614:27: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘__suseconds_t’ {aka ‘long int’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat=-Wformat=]8;;]
  614 |         RETVAL = newSVpvf("%u.%06u",tv.tv_sec,tv.tv_usec);
      |                           ^~~~~~~~~           ~~~~~~~~~~
      |                                                 |
      |                                                 __suseconds_t {aka long int}
RawIP.xs: In function ‘XS_Net__RawIP_tap’:
RawIP.xs:660:14: warning: implicit declaration of function ‘tap’; did you mean ‘tan’? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
  660 |     RETVAL = tap(device,&i,m);
      |              ^~~
      |              tan
RawIP.xs: In function ‘XS_Net__RawIP_mac_disc’:
RawIP.xs:676:14: warning: implicit declaration of function ‘mac_disc’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
  676 |     RETVAL = mac_disc(addr,m);
      |              ^~~~~~~~
RawIP.xs: In function ‘XS_Net__RawIP_send_eth_packet’:
RawIP.xs:691:5: warning: implicit declaration of function ‘send_eth_packet’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
  691 |     send_eth_packet(fd, eth_device, (char*)SvPV(pkt,PL_na), SvCUR(pkt),flag);
      |     ^~~~~~~~~~~~~~~
RawIP.xs: In function ‘XS_Net__RawIP_lookupdev’:
RawIP.xs:1370:5: warning: pcap_lookupdev’ is deprecated: use 'pcap_findalldevs' and use the first device []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
 1370 |     RETVAL = pcap_lookupdev(ebuf);
      |     ^~~~~~
In file included from /usr/include/pcap.h:43,
                 from RawIP.xs:36:
/usr/include/pcap/pcap.h:395:18: note: declared here
  395 | PCAP_API char   *pcap_lookupdev(char *);
      |                  ^~~~~~~~~~~~~~
cc -c   -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=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection   -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/5.36/core_perl/CORE"  -D_LINUX_ -D_ETH_ -D_IFLIST_ -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_GLIBC_ util.c
cc -c   -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=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection   -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/5.36/core_perl/CORE"  -D_LINUX_ -D_ETH_ -D_IFLIST_ -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_GLIBC_ eth.c
cc -c   -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=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection   -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/5.36/core_perl/CORE"  -D_LINUX_ -D_ETH_ -D_IFLIST_ -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_GLIBC_ ifaddrlist.c
rm -f blib/arch/auto/Net/RawIP/RawIP.so
LD_RUN_PATH="/usr/lib" cc  -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong  RawIP.o util.o eth.o ifaddrlist.o  -o blib/arch/auto/Net/RawIP/RawIP.so  \
   -lpcap   \
  
chmod 755 blib/arch/auto/Net/RawIP/RawIP.so
Manifying 2 pod documents
==> Entering fakeroot environment...
==> Starting package()...
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RawIP.bs blib/arch/auto/Net/RawIP/RawIP.bs 644
Manifying 2 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/auto/Net/RawIP/RawIP.so
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/auto/Net/RawIP/autosplit.ix
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/Net/RawIP.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/Net/RawIP/opt.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/Net/RawIP/tcphdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/Net/RawIP/ethhdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/Net/RawIP/icmphdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/Net/RawIP/iphdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/Net/RawIP/generichdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/Net/RawIP/libpcap.pod
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.36/vendor_perl/Net/RawIP/udphdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/share/man/man3/Net::RawIP.3pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/share/man/man3/Net::RawIP::libpcap.3pm
Appending installation info to /build/perl-net-rawip/pkg/perl-net-rawip/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-rawip"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perl-net-rawip 0.25-14 (Mon 08 May 2023 04:44:17 PM UTC)
==> Cleaning up...
==> Removing installed dependencies...
[?25lchecking dependencies...

Packages (3) dbus-1.14.6-2  libnl-3.7.0-3  libpcap-1.10.4-1

Total Removed Size:  3.51 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing libpcap...
removing libnl...
removing dbus...
[?25h