Cook: trafshow 5.2.3 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libnl-3.4.0-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 Installing (pkg/local): libpcap-1.9.0-i486 Extracting source archive "trafshow-5.2.3.tgz" 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 configure: loading site script /etc/slitaz/cook.site checking build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking target system type... i486-slitaz-linux-gnu checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ANSI C... none needed checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... no checking for yywrap in -ll... no checking lex output file root... lex.yy checking whether yytext is a pointer... no checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for egrep... grep -E checking for AIX... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... i486-slitaz-linux-gcc checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/termios.h usability... yes checking sys/termios.h presence... yes checking for sys/termios.h... yes checking net/if_dl.h usability... no checking net/if_dl.h presence... no checking for net/if_dl.h... no checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking resolv.h usability... yes checking resolv.h presence... yes checking for resolv.h... yes checking for an ANSI C-conforming const... yes checking for u_int8_t... yes checking for u_int16_t... yes checking for u_int32_t... yes checking for u_int64_t... yes checking for in_addr_t... yes checking for socklen_t... yes checking for struct sockaddr_storage... yes checking for struct ether_addr... yes checking for main in -lresolv... yes checking for main in -linet... no checking for gethostbyname in -lnsl... no checking for connect in -lsocket... no checking for siginterrupt... yes checking for snprintf... yes checking for strftime... yes checking for strcasecmp... yes checking for pcap_findalldevs in -lpcap... yes checking for pcap_dump_flush... yes checking for pcap_get_selectable_fd... yes checking for tgetent in -ltermcap... no checking for curses library... ncurses checking for has_colors... yes checking for bkgd... yes checking for wbkgd... yes checking for wredrawln... yes checking for resizeterm... yes checking for use_default_colors... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c trafshow.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c screen.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c colormask.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c getkey.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c selector.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c events.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c session.c trafshow.c: In function 'main': trafshow.c:98:12: warning: variable 'show_thr' set but not used [-Wunused-but-set-variable] pthread_t show_thr, sig_thr, pcap_thr; ^~~~~~~~ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c show_if.c trafshow.c:194:2: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(getuid()); ^~~~~~~~~~~~~~~~ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c show_stat.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c show_dump.c show_dump.c: In function 'show_dump_print': show_dump.c:336:36: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ((cp = strpbrk(buf, "\r\n")) != '\0') ^~ show_dump.c:336:8: note: did you mean to dereference the pointer? if ((cp = strpbrk(buf, "\r\n")) != '\0') ^ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c parse_dl.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c parse_ip.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c cisco_netflow.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c netstat.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c addrtoname.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c hashtab.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c lookupa.c cisco_netflow.c: In function 'parse_netflow': cisco_netflow.c:242:14: warning: variable 'v7h' set but not used [-Wunused-but-set-variable] CNF_HDR_V7 *v7h; ^~~ cisco_netflow.c:241:14: warning: variable 'v5h' set but not used [-Wunused-but-set-variable] CNF_HDR_V5 *v5h; ^~~ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c recycle.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c util.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c help_page.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c domain_resolver.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -c version.c domain_resolver.c: In function 'domain_data_add': domain_resolver.c:381:7: warning: variable 'save_errno' set but not used [-Wunused-but-set-variable] int save_errno = errno; ^~~~~~~~~~ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -I. -DHAVE_CONFIG_H -pthread -Wl,-Os,--as-needed -o trafshow trafshow.o screen.o colormask.o getkey.o selector.o events.o session.o show_if.o show_stat.o show_dump.o parse_dl.o parse_ip.o netstat.o cisco_netflow.o addrtoname.o hashtab.o lookupa.o recycle.o util.o help_page.o domain_resolver.o version.o -lncurses -lpcap -lresolv ================================================================================ ================================================================================ Build dependencies to remove: 5 Removing: libnl libnl-dev libnl-tools libpcap libpcap-dev Pack: trafshow 5.2.3 ================================================================================ Executing: genpkg_rules 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 The release checksum has not changed. ================================================================================ Package "trafshow-5.2.3-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/trafshow-5.2.3... Done Checking site script in source/trafshow-5.2.3... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: trafshow 5.2.3 ================================================================================ Src file : trafshow-5.2.3.tgz Src size : 140.0K Source dir : 1.1M Cook time : 16s Cook date : 2020-09-13 06:01 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 140.0K : 44.3K : 2 : trafshow-5.2.3-i486.tazpkg ================================================================================