Cook: perl-net-pcap 0.18 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libgdbm-1.18.1-i486 Installing (pkg/local): perl-core-5.28.1-i486 Installing (pkg/local): perl-5.28.1-i486 Installing (pkg/local): libnl-3.4.0-i486 Installing (pkg/local): libpcap-1.9.0-i486 Installing (pkg/local): perl-dev-5.28.1-i486 Installing (pkg/local): libnl-tools-3.4.0-i486 Installing (pkg/local): libnl-dev-3.4.0-any Installing (pkg/local): libpcap-dev-1.9.0-any Extracting source archive "Net-Pcap-0.18.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed Applying patch fix-build.patch patching file Makefile.PL patching file stubs.inc Hunk #2 succeeded at 511 (offset 5 lines). Hunk #3 succeeded at 523 (offset 5 lines). looking for -lpcap... yes checking for pcap_lib_version() in -lpcap... yes detecting available functions... ok Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Pcap Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for Pcap () "/usr/bin/perl" "/usr/lib/perl5/5.28.1/ExtUtils/xsubpp" -typemap '/usr/lib/perl5/5.28.1/ExtUtils/typemap' -typemap '/home/slitaz/wok/perl-net-pcap/source/perl-net-pcap-0.18/typemap' Pcap.xs > Pcap.xsc chmod 644 "Pcap.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pcap.bs blib/arch/auto/Net/Pcap/Pcap.bs 644 cp Pcap.pm blib/lib/Net/Pcap.pm mv Pcap.xsc Pcap.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wwrite-strings -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I/usr/lib/perl5/5.28.1/i486-linux-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-DHAVE_PCAP_SETSAMPLING Pcap.c : warning: ISO C99 requires whitespace after the macro name In file included from Pcap.xs:43: 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:368:2: warning: #warning "the function pcap_setbuff() is not available" [-Wcpp] #warning "the function pcap_setbuff() is not available" ^~~~~~~ stubs.inc:383:2: warning: #warning "the function pcap_setuserbuffer() is not available" [-Wcpp] #warning "the function pcap_setuserbuffer() is not available" ^~~~~~~ stubs.inc:398:2: warning: #warning "the function pcap_setmode() is not available" [-Wcpp] #warning "the function pcap_setmode() is not available" ^~~~~~~ stubs.inc:413:2: warning: #warning "the function pcap_setmintocopy() is not available" [-Wcpp] #warning "the function pcap_setmintocopy() is not available" ^~~~~~~ stubs.inc:428:2: warning: #warning "the function pcap_sendqueue_alloc() is not available" [-Wcpp] #warning "the function pcap_sendqueue_alloc() is not available" ^~~~~~~ stubs.inc:450:2: warning: #warning "the function pcap_sendqueue_destroy() is not available" [-Wcpp] #warning "the function pcap_sendqueue_destroy() is not available" ^~~~~~~ stubs.inc:464:2: warning: #warning "the function pcap_sendqueue_queue() is not available" [-Wcpp] #warning "the function pcap_sendqueue_queue() is not available" ^~~~~~~ stubs.inc:479:2: warning: #warning "the function pcap_sendqueue_transmit() is not available" [-Wcpp] #warning "the function pcap_sendqueue_transmit() is not available" ^~~~~~~ stubs.inc:494:2: warning: #warning "the function pcap_event() is not available" [-Wcpp] #warning "the function pcap_event() is not available" ^~~~~~~ stubs.inc:509:2: warning: #warning "the function pcap_setsampling() is not available" [-Wcpp] #warning "the function pcap_setsampling() is not available" ^~~~~~~ Pcap.xs: In function 'XS_Net__Pcap_lookupdev': Pcap.xs:108:4: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] RETVAL = pcap_lookupdev(errbuf); ^~~~~~ In file included from /usr/include/pcap.h:43, from Pcap.xs:32: /usr/include/pcap/pcap.h:326:16: note: declared here PCAP_API char *pcap_lookupdev(char *) ^~~~~~~~~~~~~~ Pcap.xs: In function 'XS_Net__Pcap_findalldevs_xs': Pcap.xs:222:21: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] char *dev = pcap_lookupdev(errbuf); ^~~~ In file included from /usr/include/pcap.h:43, from Pcap.xs:32: /usr/include/pcap/pcap.h:326:16: note: declared here PCAP_API char *pcap_lookupdev(char *) ^~~~~~~~~~~~~~ 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); ^ rm -f blib/arch/auto/Net/Pcap/Pcap.so LD_RUN_PATH="/usr/lib" cc -shared -O2 -fstack-protector-strong Pcap.o -o blib/arch/auto/Net/Pcap/Pcap.so \ -lpcap \ chmod 755 blib/arch/auto/Net/Pcap/Pcap.so cp bin/pcapinfo blib/script/pcapinfo "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pcapinfo Manifying 1 pod document Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pcap.bs blib/arch/auto/Net/Pcap/Pcap.bs 644 Manifying 1 pod document Manifying 1 pod document Appending installation info to /home/slitaz/wok/perl-net-pcap/install/usr/lib/perl5/5.28.1/i486-linux-thread-multi/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/slitaz/wok/perl-net-pcap/install/usr/lib/perl5/vendor_perl/5.28.1/i486-linux-thread-multi/auto/Net/Pcap/Pcap.so Installing /home/slitaz/wok/perl-net-pcap/install/usr/lib/perl5/vendor_perl/5.28.1/i486-linux-thread-multi/Net/Pcap.pm Installing /home/slitaz/wok/perl-net-pcap/install/usr/share/man/man1/pcapinfo.1 Installing /home/slitaz/wok/perl-net-pcap/install/usr/share/man/man3/Net::Pcap.3 Installing /home/slitaz/wok/perl-net-pcap/install/usr/bin/pcapinfo ================================================================================ Executing strip on all files... Done Time: 0.30s. Size: 149347 B -> 106269 B. Save: 42 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.23s. Size: 45079 B -> 13965 B. Save: 30 KB. Cache hit: 2/2. ================================================================================ Build dependencies to remove: 10 Removing: advancecomp-static libgdbm libnl libnl-dev libnl-tools libpcap libpcap-dev perl perl-core perl-dev Pack: perl-net-pcap 0.18 ================================================================================ Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "perl-net-pcap-0.18-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "perl-net-pcap-0.18-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/perl-net-pcap-0.18... Done Checking site script in source/perl-net-pcap-0.18... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: perl-net-pcap 0.18 ================================================================================ Src file : Net-Pcap-0.18.tar.gz Src size : 92.0K Source dir : 1.1M Produced : 196.0K Cook time : 23s Cook date : 2020-07-07 18:05 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 180.0K : 27.6K : 3 : perl-net-pcap-0.18-i486.tazpkg ================================================================================