=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for p5-Net-Pcap-0.18nb5 "/usr/pkg/bin/perl" "/usr/pkg/lib/perl5/5.34.0/ExtUtils/xsubpp" -typemap '/usr/pkg/lib/perl5/5.34.0/ExtUtils/typemap' -typemap '/scratch/work/net/p5-Net-Pcap/work/Net-Pcap-0.18/typemap' Pcap.xs > Pcap.xsc mv Pcap.xsc Pcap.c Running Mkbootstrap for Pcap () chmod 644 "Pcap.bs" cp bin/pcapinfo blib/script/pcapinfo "/usr/pkg/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pcapinfo cp Pcap.pm blib/lib/Net/Pcap.pm gcc -c -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -pthread -I/usr/include -fwrapv -fno-strict-aliasing -pipe -Wall -Wwrite-strings -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -DPIC -fPIC "-I/usr/pkg/lib/perl5/5.34.0/earmv7hf-netbsd-thread-multi/CORE" -DHAVE_BLANK -DHAVE_PCAP_LIB_VERSION -DHAVE_PCAP_BREAKLOOP -DHAVE_PCAP_COMPILE_NOPCAP -DHAVE_PCAP_DATALINK_NAME_TO_VAL -DHAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION -DHAVE_PCAP_DATALINK_VAL_TO_NAME -DHAVE_PCAP_DUMP_FILE -DHAVE_PCAP_DUMP_FLUSH -DHAVE_PCAP_FINDALLDEVS -DHAVE_PCAP_GETNONBLOCK -DHAVE_PCAP_GET_SELECTABLE_FD -DHAVE_PCAP_LIB_VERSION -DHAVE_PCAP_NEXT_EX -DHAVE_PCAP_OFFLINE_FILTER -DHAVE_PCAP_OPEN_DEAD -DHAVE_PCAP_SENDPACKET -DHAVE_PCAP_SETNONBLOCK -DHAVE_PCAP_SET_DATALINK Pcap.c In file included from Pcap.xs:43:0: stubs.inc:187:2: warning: #warning "the function pcap_list_datalinks() is not available" [-Wcpp] #warning "the function pcap_list_datalinks() is not available" ^ stubs.inc:322:2: warning: #warning "the function pcap_createsrcstr() is not available" [-Wcpp] #warning "the function pcap_createsrcstr() is not available" ^ stubs.inc:337:2: warning: #warning "the function pcap_parsesrcstr() is not available" [-Wcpp] #warning "the function pcap_parsesrcstr() is not available" ^ stubs.inc:352:2: warning: #warning "the function pcap_open() is not available" [-Wcpp] #warning "the function pcap_open() is not available" ^ stubs.inc:365:89: warning: 'struct pcap_rmtauth' declared inside parameter list pcap_t * pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *err); ^ stubs.inc:365:89: warning: its scope is only this definition or declaration, which is probably not what you want stubs.inc:366:89: warning: 'struct pcap_rmtauth' declared inside parameter list pcap_t * pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *err) { ^ stubs.inc:366:10: error: conflicting types for 'pcap_open' pcap_t * pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *err) { ^ stubs.inc:365:10: note: previous declaration of 'pcap_open' was here pcap_t * pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *err); ^ stubs.inc:375:2: warning: #warning "the function pcap_setbuff() is not available" [-Wcpp] #warning "the function pcap_setbuff() is not available" ^ stubs.inc:390:2: warning: #warning "the function pcap_setuserbuffer() is not available" [-Wcpp] #warning "the function pcap_setuserbuffer() is not available" ^ stubs.inc:405:2: warning: #warning "the function pcap_setmode() is not available" [-Wcpp] #warning "the function pcap_setmode() is not available" ^ stubs.inc:420:2: warning: #warning "the function pcap_setmintocopy() is not available" [-Wcpp] #warning "the function pcap_setmintocopy() is not available" ^ stubs.inc:435:2: warning: #warning "the function pcap_sendqueue_alloc() is not available" [-Wcpp] #warning "the function pcap_sendqueue_alloc() is not available" ^ stubs.inc:457:2: warning: #warning "the function pcap_sendqueue_destroy() is not available" [-Wcpp] #warning "the function pcap_sendqueue_destroy() is not available" ^ stubs.inc:471:2: warning: #warning "the function pcap_sendqueue_queue() is not available" [-Wcpp] #warning "the function pcap_sendqueue_queue() is not available" ^ stubs.inc:486:2: warning: #warning "the function pcap_sendqueue_transmit() is not available" [-Wcpp] #warning "the function pcap_sendqueue_transmit() is not available" ^ stubs.inc:501:2: warning: #warning "the function pcap_event() is not available" [-Wcpp] #warning "the function pcap_event() is not available" ^ stubs.inc:516:2: warning: #warning "the function pcap_setsampling() is not available" [-Wcpp] #warning "the function pcap_setsampling() is not available" ^ Pcap.c: In function 'XS_Net__Pcap_strerror': Pcap.c:1703:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] RETVAL = pcap_strerror(error); ^ Pcap.xs: In function 'XS_Net__Pcap_open': Pcap.xs:952:33: error: storage size of 'real_auth' isn't known struct pcap_rmtauth real_auth; ^ Pcap.xs:988:70: warning: passing argument 5 of 'pcap_open' from incompatible pointer type [-Wincompatible-pointer-types] RETVAL = pcap_open(source, snaplen, flags, read_timeout, preal_auth, errbuf); ^ In file included from Pcap.xs:43:0: stubs.inc:366:10: note: expected 'struct pcap_rmtauth *' but argument is of type 'struct pcap_rmtauth *' pcap_t * pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *err) { ^ Pcap.xs:952:33: warning: unused variable 'real_auth' [-Wunused-variable] struct pcap_rmtauth real_auth; ^ *** [Pcap.o] Error code 1 make: stopped in /scratch/work/net/p5-Net-Pcap/work/Net-Pcap-0.18 1 error make: stopped in /scratch/work/net/p5-Net-Pcap/work/Net-Pcap-0.18 *** Error code 2 Stop. make[1]: stopped in /tree/pkgsrc/net/p5-Net-Pcap *** Error code 1 Stop. make: stopped in /tree/pkgsrc/net/p5-Net-Pcap