Cook: logsurfer 1.8 ================================================================================ QA: checking package receipt... Extracting source archive "logsurfer-1.8.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 loading site script /etc/slitaz/cook.site creating cache ./config.cache checking for gcc... gcc checking whether we are using GNU C... yes checking for a BSD compatible install... /usr/bin/install -c checking whether make sets ${MAKE}... yes checking how to run the C preprocessor... gcc -E checking for AIX... no checking for -lgen... no checking whether cross-compiling... no checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... yes checking for stdlib.h... yes checking for malloc.h... yes checking for string.h... yes checking for strings.h... yes checking for limits.h... yes checking for unistd.h... yes checking for sys/resource.h... yes checking for pid_t... yes checking for working const... yes checking for working alloca.h... yes checking for alloca... yes checking for strchr... yes checking for index... yes checking for memmove... yes checking for bcopy... yes checking etcdir... /usr/local/etc updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating man/Makefile creating config.h for subdir in man src; do \ echo making all in $subdir ; \ (cd $subdir; make prefix='/usr' bindir='/home/slitaz/wok/logsurfer/install//usr/bin' mandir='/home/slitaz/wok/logsurfer/install//usr/share/man' CPPFLAGS='-DVERSION=\"1.8\" -DWARN_ROOT' CC='gcc' CFLAGS='-march=i486 -Os -pipe -mindirect-branch=thunk' LDFLAGS='-Wl,-Os,--as-needed' DEF_DUMPFILE='/dev/null' DEF_CONFFILE='/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf' LIBS='' INSTALL='/usr/bin/install -c' INSTALL_PROGRAM='/usr/bin/install -c' INSTALL_DATA='/usr/bin/install -c -m 644' DEFS='-DHAVE_CONFIG_H' all); \ done making all in man make[1]: Entering directory '/home/slitaz/wok/logsurfer/source/logsurfer-1.8/man' sed -e "s,@DUMPFILE@,/dev/null," \ -e "s,@CONFFILE@,/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf," < logsurfer.1.in > logsurfer.1 sed -e "s,@DUMPFILE@,/dev/null," \ -e "s,@CONFFILE@,/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf," < logsurfer.conf.4.in > logsurfer.conf.4 make[1]: Leaving directory '/home/slitaz/wok/logsurfer/source/logsurfer-1.8/man' making all in src make[1]: Entering directory '/home/slitaz/wok/logsurfer/source/logsurfer-1.8/src' gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk context.c gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk exec.c gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk exit.c gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk logsurfer.c gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk readcf.c gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk report.c context.c: In function 'expand_context_action_macros': context.c:637:36: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] tp += sprintf(tp,"%d",this_context->lines); ~^ ~~~~~~~~~~~~~~~~~~~ %ld report.c: In function 'make_report': report.c:149:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(filedes[1], out_body->this_line->content, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ strlen(out_body->this_line->content)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ report.c:151:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(filedes[1], "\n", 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~ exec.c: In function 'do_pipe_line': exec.c:187:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(filedes[1], logline, strlen(logline)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exec.c:188:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(filedes[1], "\n", 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~ logsurfer.c: In function 'main': logsurfer.c:684:3: warning: implicit declaration of function 'check_context_linelimit'; did you mean 'check_context_timeout'? [-Wimplicit-function-declaration] check_context_linelimit(); ^~~~~~~~~~~~~~~~~~~~~~~ check_context_timeout gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk rule.c gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk str_util.c gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk regex.c gcc -c -DVERSION=\"1.8\" -DWARN_ROOT -DHAVE_CONFIG_H -DDUMPFILE=\"/dev/null\" \ -DCONFFILE=\"/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf\" -I.. -march=i486 -Os -pipe -mindirect-branch=thunk readline.c gcc -DVERSION=\"1.8\" -DWARN_ROOT -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o logsurfer context.o exec.o exit.o logsurfer.o readcf.o report.o rule.o str_util.o regex.o readline.o make[1]: Leaving directory '/home/slitaz/wok/logsurfer/source/logsurfer-1.8/src' for subdir in man src; do \ echo making install in $subdir ; \ (cd $subdir; make prefix='/usr' bindir='/home/slitaz/wok/logsurfer/install//usr/bin' mandir='/home/slitaz/wok/logsurfer/install//usr/share/man' CPPFLAGS='-DVERSION=\"1.8\" -DWARN_ROOT' CC='gcc' CFLAGS='-march=i486 -Os -pipe -mindirect-branch=thunk' LDFLAGS='-Wl,-Os,--as-needed' DEF_DUMPFILE='/dev/null' DEF_CONFFILE='/home/slitaz/wok/logsurfer/install//usr/local/etc/logsurfer.conf' LIBS='' INSTALL='/usr/bin/install -c' INSTALL_PROGRAM='/usr/bin/install -c' INSTALL_DATA='/usr/bin/install -c -m 644' DEFS='-DHAVE_CONFIG_H' install); \ done making install in man make[1]: Entering directory '/home/slitaz/wok/logsurfer/source/logsurfer-1.8/man' /usr/bin/install -c -m 644 logsurfer.1 /home/slitaz/wok/logsurfer/install//usr/share/man/man1/logsurfer.1 /usr/bin/install -c -m 644 logsurfer.conf.4 /home/slitaz/wok/logsurfer/install//usr/share/man/man4/logsurfer.conf.4 make[1]: Leaving directory '/home/slitaz/wok/logsurfer/source/logsurfer-1.8/man' making install in src make[1]: Entering directory '/home/slitaz/wok/logsurfer/source/logsurfer-1.8/src' /usr/bin/install -c logsurfer /home/slitaz/wok/logsurfer/install//usr/bin/logsurfer make[1]: Leaving directory '/home/slitaz/wok/logsurfer/source/logsurfer-1.8/src' ================================================================================ Executing strip on all files... Done Time: 0.18s. Size: 62932 B -> 54536 B. Save: 8 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.41s. Size: 27871 B -> 10099 B. Save: 17 KB. Cache hit: 2/2. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: logsurfer 1.8 ================================================================================ Executing: genpkg_rules 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 "logsurfer-1.8-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "logsurfer-1.8-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/logsurfer-1.8... Done Checking site script in source/logsurfer-1.8... 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: logsurfer 1.8 ================================================================================ Src file : logsurfer-1.8.tar.gz Src size : 196.0K Source dir : 1.0M Produced : 96.0K Cook time : 14s Cook date : 2020-07-07 13:33 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 84.0K : 22.0K : 1 : logsurfer-1.8-i486.tazpkg ================================================================================