==> Synchronizing chroot copy [/chroot/armv6h/root] -> [build]...done
==> Making package: perl-net-rawip 0.25-13 (Wed Jun 23 13:04:23 2021)
==> 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
Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals
==> Making package: perl-net-rawip 0.25-13 (Wed 23 Jun 2021 01:04:46 PM EDT)
==> Checking runtime dependencies...
==> 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) 10.2.0
Copyright (C) 2020 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/udphdr.pm blib/lib/Net/RawIP/udphdr.pm
cp RawIP/libpcap.pod blib/lib/Net/RawIP/libpcap.pod
cp lib/Net/RawIP.pm blib/lib/Net/RawIP.pm
AutoSplitting blib/lib/Net/RawIP.pm (blib/lib/auto/Net/RawIP)
cp lib/Net/RawIP/icmphdr.pm blib/lib/Net/RawIP/icmphdr.pm
cp lib/Net/RawIP/iphdr.pm blib/lib/Net/RawIP/iphdr.pm
cp lib/Net/RawIP/tcphdr.pm blib/lib/Net/RawIP/tcphdr.pm
cp lib/Net/RawIP/ethhdr.pm blib/lib/Net/RawIP/ethhdr.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
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 -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector-strong -fno-plt   -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE"  -D_LINUX_ -D_ETH_ -D_IFLIST_ -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_GLIBC_ RawIP.c
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:394:16: note: declared here
  394 | 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 -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector-strong -fno-plt   -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE"  -D_LINUX_ -D_ETH_ -D_IFLIST_ -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -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 -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector-strong -fno-plt   -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE"  -D_LINUX_ -D_ETH_ -D_IFLIST_ -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -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 -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector-strong -fno-plt   -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE"  -D_LINUX_ -D_ETH_ -D_IFLIST_ -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -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.34/vendor_perl/auto/Net/RawIP/RawIP.so
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/auto/Net/RawIP/autosplit.ix
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/Net/RawIP.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/Net/RawIP/ethhdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/Net/RawIP/tcphdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/Net/RawIP/libpcap.pod
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/Net/RawIP/opt.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/Net/RawIP/generichdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/Net/RawIP/udphdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/Net/RawIP/iphdr.pm
Installing /build/perl-net-rawip/pkg/perl-net-rawip/usr/lib/perl5/5.34/vendor_perl/Net/RawIP/icmphdr.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.34/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-13 (Wed 23 Jun 2021 01:05:19 PM EDT)
==> Cleaning up...