Cook: haserl 0.9.27 ================================================================================ QA: checking package receipt... Checking build dependencies... Extracting source archive "haserl-0.9.27.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 configure: loading site script /etc/slitaz/cook.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i486-slitaz-linux-gcc... gcc3 checking whether ln -s works... yes checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 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 for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for working memcmp... yes checking for memset... yes checking for putenv... yes checking for strcasecmp... yes checking for strdup... yes checking for strncasecmp... yes checking for strstr... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating src/config.h config.status: executing depfiles commands ** Configuration summary for haserl 0.9.27: Building haserl with with lua disabled Building haserl with with bash-extensions disabled libs: Making all in src make[1]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/src' make all-am make[2]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/src' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT sliding_buffer.o -MD -MP -MF .deps/sliding_buffer.Tpo -c -o sliding_buffer.o sliding_buffer.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT h_error.o -MD -MP -MF .deps/h_error.Tpo -c -o h_error.o h_error.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT h_script.o -MD -MP -MF .deps/h_script.Tpo -c -o h_script.o h_script.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT rfc2388.o -MD -MP -MF .deps/rfc2388.Tpo -c -o rfc2388.o rfc2388.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT h_bash.o -MD -MP -MF .deps/h_bash.Tpo -c -o h_bash.o h_bash.c mv -f .deps/h_error.Tpo .deps/h_error.Po mv -f .deps/sliding_buffer.Tpo .deps/sliding_buffer.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT haserl.o -MD -MP -MF .deps/haserl.Tpo -c -o haserl.o haserl.c mv -f .deps/common.Tpo .deps/common.Po h_bash.c: In function 'bash_doscript': h_bash.c:643:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (subshell_pipe[PARENT_OUT], script->data, script->ptr - script->data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ h_bash.c:646:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (subshell_pipe[PARENT_OUT], postfix, strlen (postfix)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ h_script.c: In function 'load_script': h_script.c:105:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read (scriptfp, scriptbuf->buf, filestat.st_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rfc2388.c: In function 'mime_var_writer': rfc2388.c:350:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (obj->fh, str, len); ^~~~~~~~~~~~~~~~~~~~~~~~~ haserl.c: In function 'main': haserl.c:693:7: warning: variable 'retval' set but not used [-Wunused-but-set-variable] int retval = 0; ^~~~~~ haserl.c: In function 'BecomeUser': haserl.c:619:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid (gid); ^~~~~~~~~~~~ haserl.c:620:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid (getgid ()); ^~~~~~~~~~~~~~~~~~ haserl.c:622:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid (uid); ^~~~~~~~~~~~ haserl.c:623:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid (getuid ()); ^~~~~~~~~~~~~~~~~~ haserl.c: In function 'main': haserl.c:896:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (1, "Content-Type: text/plain\n\n", 26); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ haserl.c:898:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (1, script_text.data, script_text.ptr - script_text.data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/h_bash.Tpo .deps/h_bash.Po mv -f .deps/h_script.Tpo .deps/h_script.Po mv -f .deps/rfc2388.Tpo .deps/rfc2388.Po mv -f .deps/haserl.Tpo .deps/haserl.Po i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wl,-Os,--as-needed -o haserl common.o sliding_buffer.o h_error.o h_script.o rfc2388.o h_bash.o haserl.o make[2]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/src' make[1]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/src' Making all in doc make[1]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/doc' Making all in tests make[1]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/tests' make[1]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27' Making install in src make[1]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/src' make[2]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/src' make[2]: Nothing to be done for 'install-data-am'. test -z "/usr/bin" || .././install-sh -c -d "/home/slitaz/wok/haserl/install/usr/bin" /usr/bin/install -c haserl '/home/slitaz/wok/haserl/install/usr/bin' make[2]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/src' make[1]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/src' Making install in doc make[1]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/doc' make[2]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/doc' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || .././install-sh -c -d "/home/slitaz/wok/haserl/install/usr/share/man/man1" /usr/bin/install -c -m 644 haserl.1 '/home/slitaz/wok/haserl/install/usr/share/man/man1' make[2]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/doc' make[1]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/doc' Making install in tests make[1]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/tests' make[2]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/tests' make[1]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27/tests' make[1]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27' make[2]: Entering directory '/home/slitaz/wok/haserl/source/haserl-0.9.27' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27' make[1]: Leaving directory '/home/slitaz/wok/haserl/source/haserl-0.9.27' ================================================================================ Executing strip on all files... Done Time: 0.25s. Size: 34184 B -> 26220 B. Save: 8 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.76s. Size: 21694 B -> 7740 B. Save: 14 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: haserl 0.9.27 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Copying "description.txt"... 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 "haserl-0.9.27-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "haserl-0.9.27-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/haserl-0.9.27... Done Checking site script in source/haserl-0.9.27... 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: haserl 0.9.27 ================================================================================ Src file : haserl-0.9.27.tar.gz Src size : 140.0K Source dir : 944.0K Produced : 60.0K Cook time : 17s Cook date : 2020-07-07 11:10 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 60.0K : 11.6K : 1 : haserl-0.9.27-i486.tazpkg ================================================================================