------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Net-ARP-1.0.11 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Net-ARP-1.0.11 depends on file: /usr/local/sbin/pkg - found => Net-ARP-1.0.11.tgz doesn't seem to exist in /distfiles/. => Attempting to fetch https://cpan.metacpan.org/modules/by-module/Net/Net-ARP-1.0.11.tgz Net-ARP-1.0.11.tgz 0% of 18 kB 0 Bps Net-ARP-1.0.11.tgz 18 kB 2864 kBps 00s ===> Fetching all distfiles required by p5-Net-ARP-1.0.11 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Net-ARP-1.0.11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Net-ARP-1.0.11 for building => SHA256 Checksum OK for Net-ARP-1.0.11.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Net-ARP-1.0.11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Net-ARP-1.0.11 for building ===> Extracting for p5-Net-ARP-1.0.11 => SHA256 Checksum OK for Net-ARP-1.0.11.tgz. Extracted Memory Use: 0.11M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Net-ARP-1.0.11 ===> Applying ports patches for p5-Net-ARP-1.0.11 ===> Cleanly applied ports patch(es) patch-ppport.h patch-send_packet_bsd.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Net-ARP-1.0.11 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Net-ARP-1.0.11 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-Net-ARP-1.0.11 Module Net::Pcap is required for make test! Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::ARP Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Net-ARP-1.0.11 --- blib/lib/Net/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Net/ARP/.exists --- --- blib/arch/auto/Net/ARP/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- ARP.c --- --- ARP.bs --- --- ARP.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' ARP.xs > ARP.xsc --- ARP.bs --- Running Mkbootstrap for ARP () chmod 644 "ARP.bs" --- get_mac_bsd.o --- cc -c -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.0.11\" -DXS_VERSION=\"1.0.11\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -DBSD get_mac_bsd.c --- arp_lookup_bsd.o --- cc -c -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.0.11\" -DXS_VERSION=\"1.0.11\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -DBSD arp_lookup_bsd.c --- pm_to_blib --- --- blibdirs --- --- blib/arch/auto/Net/ARP/ARP.bs --- --- config --- --- blib/arch/auto/Net/ARP/ARP.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ARP.bs blib/arch/auto/Net/ARP/ARP.bs 644 --- arp_lookup_bsd.o --- arp_lookup_bsd.c: In function 'arp_lookup_bsd': arp_lookup_bsd.c:46:3: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(mac,"unknown", HEX_HW_ADDR_LEN); ^~~~~~~ arp_lookup_bsd.c:46:3: warning: incompatible implicit declaration of built-in function 'strncpy' arp_lookup_bsd.c:46:3: note: include '' or provide a declaration of 'strncpy' arp_lookup_bsd.c:33:1: +#include arp_lookup_bsd.c:46:3: strncpy(mac,"unknown", HEX_HW_ADDR_LEN); ^~~~~~~ arp_lookup_bsd.c:60:7: warning: implicit declaration of function 'perror' [-Wimplicit-function-declaration] perror("route-sysctl-estimate"); ^~~~~~ arp_lookup_bsd.c:61:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ arp_lookup_bsd.c:61:7: warning: incompatible implicit declaration of built-in function 'exit' arp_lookup_bsd.c:61:7: note: include '' or provide a declaration of 'exit' arp_lookup_bsd.c:33:1: +#include arp_lookup_bsd.c:61:7: exit(1); ^~~~ arp_lookup_bsd.c:64:13: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] if((buf = malloc(needed)) == NULL) ^~~~~~ arp_lookup_bsd.c:64:13: warning: incompatible implicit declaration of built-in function 'malloc' arp_lookup_bsd.c:64:13: note: include '' or provide a declaration of 'malloc' arp_lookup_bsd.c:67:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ arp_lookup_bsd.c:67:7: note: include '' or provide a declaration of 'exit' arp_lookup_bsd.c:73:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ arp_lookup_bsd.c:73:7: note: include '' or provide a declaration of 'exit' arp_lookup_bsd.c:86:32: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if( (sdl->sdl_alen) && (!strcmp(ip,inet_ntoa(sinarp->sin_addr))) ) ^~~~~~ arp_lookup_bsd.c:88:4: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] sprintf(mac,"%s", ether_ntoa((struct ether_addr *)LLADDR(sdl))); ^~~~~~~ arp_lookup_bsd.c:88:4: warning: incompatible implicit declaration of built-in function 'sprintf' arp_lookup_bsd.c:88:4: note: include '' or provide a declaration of 'sprintf' arp_lookup_bsd.c:33:1: +#include arp_lookup_bsd.c:88:4: sprintf(mac,"%s", ether_ntoa((struct ether_addr *)LLADDR(sdl))); ^~~~~~~ arp_lookup_bsd.c:94:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(buf); ^~~~ arp_lookup_bsd.c:94:3: warning: incompatible implicit declaration of built-in function 'free' arp_lookup_bsd.c:94:3: note: include '' or provide a declaration of 'free' --- pm_to_blib --- cp ARP.pm blib/lib/Net/ARP.pm --- ARP.c --- Please specify prototyping behavior for ARP.xs (see perlxs manual) mv ARP.xsc ARP.c --- ARP.o --- cc -c -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.0.11\" -DXS_VERSION=\"1.0.11\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -DBSD ARP.c --- blib/arch/auto/Net/ARP/ARP.so --- rm -f blib/arch/auto/Net/ARP/ARP.so cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong ARP.o get_mac_bsd.o arp_lookup_bsd.o -o blib/arch/auto/Net/ARP/ARP.so chmod 755 blib/arch/auto/Net/ARP/ARP.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Net-ARP-1.0.11 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Net-ARP-1.0.11 ===> p5-Net-ARP-1.0.11 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ARP.bs blib/arch/auto/Net/ARP/ARP.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/net/p5-Net-ARP/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Net/ARP/ARP.so Installing /construction/net/p5-Net-ARP/stage/usr/local/lib/perl5/site_perl/mach/5.30/Net/ARP.pm Installing /construction/net/p5-Net-ARP/stage/usr/local/lib/perl5/site_perl/man/man3/Net::ARP.3 /usr/bin/strip /construction/net/p5-Net-ARP/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Net/ARP/ARP.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Net-ARP-1.0.11 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10