Cook: tiptop 2.2 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): xz-tools-5.2.4-i486 Installing (pkg/local): xz-dev-5.2.4-any Installing (pkg/local): zlib-dev-1.2.11-any Installing (pkg/local): libxml2-2.9.9-i486 Installing (pkg/local): libxml2-tools-2.9.9-i486 Installing (pkg/local): libxml2-dev-2.9.9-any Extracting source archive "tiptop-2.2.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 gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking for a BSD-compatible install... /usr/bin/install -c checking for initscr in -lcurses... yes checking for xmlParseFile in -lxml2... yes checking how to run the C preprocessor... 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 inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking linux/perf_counter.h usability... no checking linux/perf_counter.h presence... no checking for linux/perf_counter.h... no checking linux/perf_event.h usability... yes checking linux/perf_event.h presence... yes checking for linux/perf_event.h... yes checking hardware... i486 checking for inline... inline checking for int32_t... yes checking for int64_t... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking for uint32_t... yes checking for uint64_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for gettimeofday... yes checking for memset... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for uname... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h cd src && make all make[1]: Entering directory '/home/slitaz/wok/tiptop/source/tiptop-2.2/src' gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o tiptop.o tiptop.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o pmc.o pmc.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o process.o process.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o requisite.o requisite.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o conf.o conf.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o screen.o screen.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o debug.o debug.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -DCOMPILE_HOST="\""`hostname`"\"" \ -DCOMPILE_DATE="\"`date`\"" \ -c ./version.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o helpwin.o helpwin.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o options.o options.c options.c: In function 'parse_command_line': options.c:296:9: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] seteuid(euid); /* restore privileges */ ^~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o hash.o hash.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o spawn.o spawn.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o xml-parser.o xml-parser.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o target.o target.c bison -y -d ./calc.y gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o error.o error.c flex ./calc.lex bison -y -d ./calc.y gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o utils-expression.o utils-expression.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -I. -c lex.yy.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/libxml2 -I.. -I. -c y.tab.c gcc -o tiptop tiptop.o pmc.o process.o requisite.o conf.o screen.o debug.o version.o helpwin.o options.o hash.o spawn.o xml-parser.o target.o utils-expression.o error.o lex.yy.o y.tab.o -lxml2 -lcurses rm -f ptiptop ln tiptop ptiptop make[1]: Leaving directory '/home/slitaz/wok/tiptop/source/tiptop-2.2/src' cd src && make install make[1]: Entering directory '/home/slitaz/wok/tiptop/source/tiptop-2.2/src' /usr/bin/install -c -d /home/slitaz/wok/tiptop/install/usr/bin /usr/bin/install -c -m 0755 tiptop /home/slitaz/wok/tiptop/install/usr/bin /usr/bin/install -c -d /home/slitaz/wok/tiptop/install/usr/share/man/man1 /usr/bin/install -c -m 0644 tiptop.1 /home/slitaz/wok/tiptop/install/usr/share/man/man1 ln /home/slitaz/wok/tiptop/install/usr/bin/tiptop /home/slitaz/wok/tiptop/install/usr/bin/ptiptop make[1]: Leaving directory '/home/slitaz/wok/tiptop/source/tiptop-2.2/src' ================================================================================ Executing strip on all files... Done Time: 0.24s. Size: 143912 B -> 117744 B. Save: 26 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.33s. Size: 13730 B -> 5010 B. Save: 9 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 7 Removing: advancecomp-static libxml2 libxml2-dev libxml2-tools xz-dev xz-tools zlib-dev Pack: tiptop 2.2 ================================================================================ 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 Removing old package "tiptop-2.2-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "tiptop-2.2-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/tiptop-2.2... Done Checking site script in source/tiptop-2.2... 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: tiptop 2.2 ================================================================================ Src file : tiptop-2.2.tar.gz Src size : 100.0K Source dir : 928.0K Produced : 92.0K Cook time : 15s Cook date : 2020-07-08 02:43 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 108.0K : 26.7K : 3 : tiptop-2.2-i486.tazpkg ================================================================================