Cook: e2tools 0.1.0 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libcomerr-1.45.6-i486 Installing (pkg/local): util-linux-smartcols-2.33.1-i486 Installing (pkg/local): util-linux-mount-2.33.1-i486 Installing (pkg/local): util-linux-uuid-2.33.1-i486 Installing (pkg/local): util-linux-blkid-2.33.1-i486 Installing (pkg/local): e2fsprogs-1.45.6-i486 Installing (pkg/local): e2fsprogs-fsck-1.45.6-i486 Installing (pkg/local): libcomerr-dev-1.45.6-i486 Installing (pkg/local): e2fsprogs-dev-1.45.6-i486 Extracting source archive "e2tools-0.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: 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... build-aux/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 whether make supports nested variables... 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 whether i486-slitaz-linux-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of i486-slitaz-linux-gcc... gcc3 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 Minix Amsterdam compiler... no checking for i486-slitaz-linux-ar... i486-slitaz-linux-ar checking for i486-slitaz-linux-ranlib... i486-slitaz-linux-ranlib 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking whether make sets $(MAKE)... (cached) yes checking for chmod... /bin/chmod checking for dd... /bin/dd checking for mkfs.ext2... /sbin/mkfs.ext2 checking for unsigned long long int... yes checking for long long int... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking whether stdint.h conforms to C99... yes checking whether imaxabs is declared without a macro... yes checking whether imaxdiv is declared without a macro... yes checking whether strtoimax is declared without a macro... yes checking whether strtoumax is declared without a macro... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for pid_t... yes checking for mode_t... yes checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... no checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... no checking for ssize_t... yes checking for i486-slitaz-linux-pkg-config... /usr/bin/i486-slitaz-linux-pkg-config checking pkg-config is at least version 0.9.0... yes checking for EXT2FS... yes checking for COM_ERR... yes checking for ANSI C header files... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.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 for an ANSI C-conforming const... yes checking for mode_t... (cached) yes checking for off_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether utime accepts a null argument... yes checking for gettimeofday... yes checking for regcomp... yes checking for strdup... yes checking for strtol... yes checking for ext2fs_xattrs_read in -lext2fs... yes checking whether __attribute__((naked)) is available... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating e2tools-autoconfig.h config.status: executing depfiles commands mv -f e2tools-toolmap.c.tmp e2tools-toolmap.c make all-recursive make[1]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' Making all in lib make[2]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../build-aux/snippet/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../build-aux/snippet/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/snippet/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h ../build-aux/install-sh -c -d sys rm -f inttypes.h-t inttypes.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_INTTYPES_H''@||g' \ -e 's/@''PRI_MACROS_BROKEN''@/0/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ -e 's/@''PRIPTR_PREFIX''@/""/g' \ -e 's/@''GNULIB_IMAXABS''@/0/g' \ -e 's/@''GNULIB_IMAXDIV''@/0/g' \ -e 's/@''GNULIB_STRTOIMAX''@/0/g' \ -e 's/@''GNULIB_STRTOUMAX''@/0/g' \ -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \ -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \ -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \ -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \ -e 's/@''REPLACE_STRTOIMAX''@/0/g' \ -e 's/@''REPLACE_STRTOUMAX''@/0/g' \ -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \ -e 's/@''INT64_MAX_EQ_LONG_MAX''@/0/g' \ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \ -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./inttypes.in.h; \ } > inttypes.h-t && \ mv inttypes.h-t inttypes.h rm -f sys/types.h-t sys/types.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TYPES_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ < ./sys_types.in.h; \ } > sys/types.h-t && \ mv sys/types.h-t sys/types.h make all-recursive make[3]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make[4]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c mv -f .deps/dummy.Tpo .deps/dummy.Po rm -f libgnu.a i486-slitaz-linux-ar cr libgnu.a dummy.o i486-slitaz-linux-ranlib libgnu.a make[4]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make[3]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make[2]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' Making all in . make[2]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-e2tools.o -MD -MP -MF .deps/e2tools-e2tools.Tpo -c -o e2tools-e2tools.o `test -f 'e2tools.c' || echo './'`e2tools.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-elist.o -MD -MP -MF .deps/e2tools-elist.Tpo -c -o e2tools-elist.o `test -f 'elist.c' || echo './'`elist.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-progress.o -MD -MP -MF .deps/e2tools-progress.Tpo -c -o e2tools-progress.o `test -f 'progress.c' || echo './'`progress.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-read.o -MD -MP -MF .deps/e2tools-read.Tpo -c -o e2tools-read.o `test -f 'read.c' || echo './'`read.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-util.o -MD -MP -MF .deps/e2tools-util.Tpo -c -o e2tools-util.o `test -f 'util.c' || echo './'`util.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-write.o -MD -MP -MF .deps/e2tools-write.Tpo -c -o e2tools-write.o `test -f 'write.c' || echo './'`write.c mv -f .deps/e2tools-progress.Tpo .deps/e2tools-progress.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-e2tool-e2cp.o -MD -MP -MF .deps/e2tools-e2tool-e2cp.Tpo -c -o e2tools-e2tool-e2cp.o `test -f 'e2tool-e2cp.c' || echo './'`e2tool-e2cp.c mv -f .deps/e2tools-elist.Tpo .deps/e2tools-elist.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-e2tool-e2ln.o -MD -MP -MF .deps/e2tools-e2tool-e2ln.Tpo -c -o e2tools-e2tool-e2ln.o `test -f 'e2tool-e2ln.c' || echo './'`e2tool-e2ln.c mv -f .deps/e2tools-e2tools.Tpo .deps/e2tools-e2tools.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-e2tool-e2ls.o -MD -MP -MF .deps/e2tools-e2tool-e2ls.Tpo -c -o e2tools-e2tool-e2ls.o `test -f 'e2tool-e2ls.c' || echo './'`e2tool-e2ls.c mv -f .deps/e2tools-write.Tpo .deps/e2tools-write.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-e2tool-e2mkdir.o -MD -MP -MF .deps/e2tools-e2tool-e2mkdir.Tpo -c -o e2tools-e2tool-e2mkdir.o `test -f 'e2tool-e2mkdir.c' || echo './'`e2tool-e2mkdir.c mv -f .deps/e2tools-read.Tpo .deps/e2tools-read.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-e2tool-e2mv.o -MD -MP -MF .deps/e2tools-e2tool-e2mv.Tpo -c -o e2tools-e2tool-e2mv.o `test -f 'e2tool-e2mv.c' || echo './'`e2tool-e2mv.c mv -f .deps/e2tools-util.Tpo .deps/e2tools-util.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-e2tool-e2rm.o -MD -MP -MF .deps/e2tools-e2tool-e2rm.Tpo -c -o e2tools-e2tool-e2rm.o `test -f 'e2tool-e2rm.c' || echo './'`e2tool-e2rm.c mv -f .deps/e2tools-e2tool-e2ln.Tpo .deps/e2tools-e2tool-e2ln.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-e2tool-e2tail.o -MD -MP -MF .deps/e2tools-e2tool-e2tail.Tpo -c -o e2tools-e2tool-e2tail.o `test -f 'e2tool-e2tail.c' || echo './'`e2tool-e2tail.c mv -f .deps/e2tools-e2tool-e2mv.Tpo .deps/e2tools-e2tool-e2mv.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/ext2fs -I/usr/include/et -I/usr/include/et -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT e2tools-e2tools-toolmap.o -MD -MP -MF .deps/e2tools-e2tools-toolmap.Tpo -c -o e2tools-e2tools-toolmap.o `test -f 'e2tools-toolmap.c' || echo './'`e2tools-toolmap.c mv -f .deps/e2tools-e2tool-e2mkdir.Tpo .deps/e2tools-e2tool-e2mkdir.Po /bin/sed -e 's|[@]HAVE_EXT2FS_XATTRS_FALSE@||g' -e 's|[@]HAVE_EXT2FS_XATTRS_TRUE@|.\\" |g' -e 's|[@]HAVE_EXT2FS_XATTRS_FALSE@||g' -e 's|[@]HAVE_EXT2FS_XATTRS_TRUE@|# |g' -e 's|[@]top_builddir@|.|g' -e 's|[@]top_srcdir@|.|g' -e 's|[@]DD@|/bin/dd|g' -e 's|[@]MKE2FS@|/sbin/mkfs.ext2|g' < e2ls.1in > e2ls.1 mv -f .deps/e2tools-e2tool-e2rm.Tpo .deps/e2tools-e2tool-e2rm.Po mv -f .deps/e2tools-e2tools-toolmap.Tpo .deps/e2tools-e2tools-toolmap.Po mv -f .deps/e2tools-e2tool-e2tail.Tpo .deps/e2tools-e2tool-e2tail.Po mv -f .deps/e2tools-e2tool-e2cp.Tpo .deps/e2tools-e2tool-e2cp.Po mv -f .deps/e2tools-e2tool-e2ls.Tpo .deps/e2tools-e2tool-e2ls.Po i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wl,-Os,--as-needed -Wl,--copy-dt-needed-entries -o e2tools e2tools-e2tools.o e2tools-elist.o e2tools-progress.o e2tools-read.o e2tools-util.o e2tools-write.o e2tools-e2tool-e2cp.o e2tools-e2tool-e2ln.o e2tools-e2tool-e2ls.o e2tools-e2tool-e2mkdir.o e2tools-e2tool-e2mv.o e2tools-e2tool-e2rm.o e2tools-e2tool-e2tail.o e2tools-e2tools-toolmap.o -lext2fs -lcom_err for symlink in e2cp e2ln e2ls e2mkdir e2mv e2rm e2tail; do \ rm -f "${symlink}"; \ ln -s e2tools "${symlink}" || exit 1; \ done make[2]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' make[1]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' make install-recursive make[1]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' Making install in lib make[2]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make install-recursive make[3]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make[4]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make[5]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make[4]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make[3]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' make[2]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0/lib' Making install in . make[2]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' for symlink in e2cp e2ln e2ls e2mkdir e2mv e2rm e2tail; do \ rm -f "${symlink}"; \ ln -s e2tools "${symlink}" || exit 1; \ done make[3]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' build-aux/install-sh -c -d '/home/slitaz/wok/e2tools/install/usr/share/man/man1' build-aux/install-sh -c -d '/home/slitaz/wok/e2tools/install/usr/share/man/man7' build-aux/install-sh -c -d '/home/slitaz/wok/e2tools/install/usr/bin' /usr/bin/install -c e2tools '/home/slitaz/wok/e2tools/install/usr/bin' /usr/bin/install -c -m 644 e2cp.1 e2ln.1 e2mkdir.1 e2mv.1 e2rm.1 e2tail.1 e2ls.1 '/home/slitaz/wok/e2tools/install/usr/share/man/man1' /usr/bin/install -c -m 644 e2tools.7 '/home/slitaz/wok/e2tools/install/usr/share/man/man7' make install-exec-hook make[4]: Entering directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' cd /home/slitaz/wok/e2tools/install/usr/bin && \ for symlink in e2cp e2ln e2ls e2mkdir e2mv e2rm e2tail; do \ rm -f "${symlink}"; \ ln -s e2tools "${symlink}" || exit 1; \ done make[4]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' make[3]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' make[2]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' make[1]: Leaving directory '/home/slitaz/wok/e2tools/source/e2tools-0.1.0' ================================================================================ Executing strip on all files... Done Time: 0.40s. Size: 51948 B -> 42396 B. Save: 9 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.41s. Size: 11765 B -> 5911 B. Save: 6 KB. Cache hit: 8/8. ================================================================================ Build dependencies to remove: 10 Removing: advancecomp-static e2fsprogs e2fsprogs-dev e2fsprogs-fsck libcomerr libcomerr-dev util-linux-blkid util-linux-mount util-linux-smartcols util-linux-uuid Pack: e2tools 0.1.0 ================================================================================ 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 "e2tools-0.1.0-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/e2tools-0.1.0... Done Checking site script in source/e2tools-0.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: e2tools 0.1.0 ================================================================================ Src file : e2tools-0.1.0.tar.gz Src size : 240.0K Source dir : 1.7M Produced : 104.0K Cook time : 20s Cook date : 2020-07-19 21:45 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 120.0K : 24.2K : 16 : e2tools-0.1.0-i486.tazpkg ================================================================================