Cook: ftop 1.0 ================================================================================ QA: checking package receipt... Checking build dependencies... Extracting source archive "ftop-1.0.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: WARNING: you should use --build, --host, --target 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... support/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 make-gcc... no checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for initscr in -lcurses... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.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/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uid_t in sys/types.h... yes checking for uint32_t... yes checking whether gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for memset... yes checking for strchr... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtoul... yes checking for strtoull... yes checking for initscr... yes checking for noecho... yes checking for nodelay... yes checking for keypad... yes checking for getmaxyx... no checking for attrset... yes checking for endwin... yes checking for printw... yes checking for move... yes checking for attron... yes checking for attroff... yes checking for clrtobot... yes checking for refresh... yes checking for getch... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands Making install in src make[1]: Entering directory '/home/slitaz/wok/ftop/source/ftop-1.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT ftop.o -MD -MP -MF .deps/ftop.Tpo -c -o ftop.o ftop.c gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT snapshot.o -MD -MP -MF .deps/snapshot.Tpo -c -o snapshot.o snapshot.c gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.c gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c mv -f .deps/help.Tpo .deps/help.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c mv -f .deps/snapshot.Tpo .deps/snapshot.Po mv -f .deps/log.Tpo .deps/log.Po mv -f .deps/ui.Tpo .deps/ui.Po mv -f .deps/version.Tpo .deps/version.Po mv -f .deps/options.Tpo .deps/options.Po mv -f .deps/ftop.Tpo .deps/ftop.Po gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o ftop ftop.o options.o snapshot.o ui.o help.o version.o log.o -lcurses make[2]: Entering directory '/home/slitaz/wok/ftop/source/ftop-1.0/src' test -z "/usr/bin" || ../support/install-sh -c -d "/home/slitaz/wok/ftop/install/usr/bin" make[2]: Nothing to be done for 'install-data-am'. /usr/bin/install -c 'ftop' '/home/slitaz/wok/ftop/install/usr/bin/ftop' make[2]: Leaving directory '/home/slitaz/wok/ftop/source/ftop-1.0/src' make[1]: Leaving directory '/home/slitaz/wok/ftop/source/ftop-1.0/src' make[1]: Entering directory '/home/slitaz/wok/ftop/source/ftop-1.0' make[2]: Entering directory '/home/slitaz/wok/ftop/source/ftop-1.0' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || support/install-sh -c -d "/home/slitaz/wok/ftop/install/usr/share/man/man1" /usr/bin/install -c -m 644 './docs/man1/ftop.1' '/home/slitaz/wok/ftop/install/usr/share/man/man1/ftop.1' make[2]: Leaving directory '/home/slitaz/wok/ftop/source/ftop-1.0' make[1]: Leaving directory '/home/slitaz/wok/ftop/source/ftop-1.0' ================================================================================ Executing strip on all files... Done Time: 0.29s. Size: 130884 B -> 89848 B. Save: 40 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.74s. Size: 13980 B -> 5257 B. Save: 9 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: ftop 1.0 ================================================================================ 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 "ftop-1.0-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "ftop-1.0-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/ftop-1.0... Done Checking site script in source/ftop-1.0... 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: ftop 1.0 ================================================================================ Src file : ftop-1.0.tar.gz Src size : 256.0K Source dir : 1.7M Produced : 120.0K Cook time : 16s Cook date : 2020-07-07 07:56 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 116.0K : 34.5K : 1 : ftop-1.0-i486.tazpkg ================================================================================