Cook: libtar 1.2.11 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): zlib-dev-1.2.11-any Extracting source archive "libtar-1.2.11.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 epkg... no checking for mkencap... no checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking for C compiler default output... 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 i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ANSI C... none needed checking for strlcpy... no checking for strsep... yes checking for i486-slitaz-linux-gcc... (cached) i486-slitaz-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i486-slitaz-linux-gcc accepts -g... (cached) yes checking for i486-slitaz-linux-gcc option to accept ANSI C... (cached) none needed checking for i486-slitaz-linux-ranlib... i486-slitaz-linux-ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for egrep... grep -E checking for AIX... no checking for an ANSI C-conforming const... yes 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 unistd.h... (cached) yes checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for major_t... no checking for minor_t... no checking for dev_t... yes checking for socklen_t... yes checking for uint64_t... yes checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for nlink_t... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking for working basename... no checking for libgen.h... (cached) yes checking for working dirname... no checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking for working POSIX fnmatch... yes checking for lchown... yes checking whether makedev expects three arguments... no checking for working snprintf... yes checking for strdup... yes checking for strftime... yes checking for strlcpy... (cached) no checking for strmode... no checking for strsep... (cached) yes checking for gzread in -lz... yes configure: creating ./config.status config.status: creating listhash/libtar_listhash.h config.status: creating listhash/libtar_list.c config.status: creating listhash/libtar_hash.c config.status: creating listhash/libtar_list_new.3 config.status: creating listhash/libtar_hash_new.3 config.status: creating Makefile config.status: creating lib/Makefile config.status: creating libtar/Makefile config.status: creating doc/Makefile config.status: creating config.h for n in lib libtar doc; do \ ( cd $n && make all ) || exit 1; \ done make[1]: Entering directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/lib' i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o append.o append.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o block.o block.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o decode.o decode.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o encode.o encode.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o extract.o extract.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o handle.o handle.c In file included from /usr/include/string.h:494, from encode.c:21: In function 'strncpy', inlined from 'th_finish' at encode.c:33:3: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' writing 8 bytes into a region of size 6 overflows the destination [-Wstringop-overflow=] return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./internal.h:16, from extract.c:13: extract.c: In function 'tar_extract_file': ./libtar.h:175:30: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] && ((t)->th_buf.name[strlen((t)->th_buf.name) - 1] == '/'))) ^~~~~~ extract.c:114:6: note: in expansion of macro 'TH_ISDIR' if (TH_ISDIR(t)) ^~~~~~~~ ./libtar.h:175:30: warning: incompatible implicit declaration of built-in function 'strlen' && ((t)->th_buf.name[strlen((t)->th_buf.name) - 1] == '/'))) ^~~~~~ extract.c:114:6: note: in expansion of macro 'TH_ISDIR' if (TH_ISDIR(t)) ^~~~~~~~ ./libtar.h:175:30: note: include '' or provide a declaration of 'strlen' && ((t)->th_buf.name[strlen((t)->th_buf.name) - 1] == '/'))) ^~~~~~ extract.c:114:6: note: in expansion of macro 'TH_ISDIR' if (TH_ISDIR(t)) ^~~~~~~~ extract.c: In function 'tar_extract_dir': ./libtar.h:175:30: warning: incompatible implicit declaration of built-in function 'strlen' && ((t)->th_buf.name[strlen((t)->th_buf.name) - 1] == '/'))) ^~~~~~ extract.c:448:7: note: in expansion of macro 'TH_ISDIR' if (!TH_ISDIR(t)) ^~~~~~~~ ./libtar.h:175:30: note: include '' or provide a declaration of 'strlen' && ((t)->th_buf.name[strlen((t)->th_buf.name) - 1] == '/'))) ^~~~~~ extract.c:448:7: note: in expansion of macro 'TH_ISDIR' if (!TH_ISDIR(t)) ^~~~~~~~ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o libtar_hash.o ../listhash/libtar_hash.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o libtar_list.o ../listhash/libtar_list.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o output.o output.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o util.o util.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o wrapper.o wrapper.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o strlcpy.o ../compat/strlcpy.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o basename.o ../compat/basename.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o dirname.o ../compat/dirname.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I. -I.. -I. -I../compat -I../listhash -D_GLIBCXX_USE_C99_MATH=1 -c -o strmode.o ../compat/strmode.c ar rc libtar.a append.o block.o decode.o encode.o extract.o handle.o libtar_hash.o libtar_list.o output.o util.o wrapper.o strlcpy.o basename.o dirname.o strlcpy.o strmode.o i486-slitaz-linux-ranlib libtar.a make[1]: Leaving directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/lib' make[1]: Entering directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/libtar' i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I.. -I../lib -I../listhash -I../lib -I../compat -D_GLIBCXX_USE_C99_MATH=1 -c -o libtar.o libtar.c libtar.c: In function 'usage': libtar.c:271:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(-1); ^~~~ libtar.c:271:2: warning: incompatible implicit declaration of built-in function 'exit' libtar.c:271:2: note: include '' or provide a declaration of 'exit' libtar.c:38:1: +#include libtar.c:271:2: exit(-1); ^~~~ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o libtar libtar.o ../lib/libtar.a -lz make[1]: Leaving directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/libtar' make[1]: Entering directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/doc' for n in lib libtar doc; do \ ( cd $n && make install ) || exit 1; \ done make[1]: Entering directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/lib' mkdir -p -m 755 /home/slitaz/wok/libtar/install/usr/lib /usr/bin/install -c -m 644 libtar.a /home/slitaz/wok/libtar/install/usr/lib mkdir -p -m 755 /home/slitaz/wok/libtar/install/usr/include /usr/bin/install -c -m 644 ./libtar.h /home/slitaz/wok/libtar/install/usr/include /usr/bin/install -c -m 644 ../listhash/libtar_listhash.h /home/slitaz/wok/libtar/install/usr/include make[1]: Leaving directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/lib' make[1]: Entering directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/libtar' mkdir -p -m 755 /home/slitaz/wok/libtar/install/usr/bin /usr/bin/install -c -s libtar /home/slitaz/wok/libtar/install/usr/bin make[1]: Leaving directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/libtar' make[1]: Entering directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/doc' mkdir -p -m 755 /home/slitaz/wok/libtar/install/usr/share/man/man3 /usr/bin/install -c -m 644 ./tar_open.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in tar_fdopen tar_fd tar_close; do \ echo ".so man3/tar_open.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ./tar_append_file.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in tar_append_eof tar_append_regfile; do \ echo ".so man3/tar_append_file.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ./tar_block_read.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in tar_block_write; do \ echo ".so man3/tar_block_read.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ./th_read.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in th_write; do \ echo ".so man3/th_read.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ./th_set_from_stat.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in th_finish th_set_device th_set_group th_set_link th_set_mode th_set_path th_set_type th_set_user; do \ echo ".so man3/th_set_from_stat.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ./tar_extract_file.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in tar_extract_blockdev tar_extract_chardev tar_extract_dir tar_extract_fifo tar_extract_hardlink tar_extract_regfile tar_extract_symlink tar_skip_regfile tar_set_file_perms; do \ echo ".so man3/tar_extract_file.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ./th_get_pathname.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in TH_ISBLK TH_ISCHR TH_ISDIR TH_ISFIFO TH_ISLNK TH_ISLONGLINK TH_ISLONGNAME TH_ISREG TH_ISSYM th_get_crc th_get_devmajor th_get_devminor th_get_gid th_get_linkname th_get_mode th_get_mtime th_get_size th_get_uid; do \ echo ".so man3/th_get_pathname.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ./th_print_long_ls.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in th_print; do \ echo ".so man3/th_print_long_ls.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ./tar_extract_all.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in tar_extract_glob tar_append_tree; do \ echo ".so man3/tar_extract_all.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ../listhash/libtar_hash_new.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in libtar_hash_free libtar_hash_next libtar_hash_prev libtar_hash_search libtar_hash_add libtar_hash_getkey libtar_hash_del; do \ echo ".so man3/libtar_hash_new.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done /usr/bin/install -c -m 644 ../listhash/libtar_list_new.3 /home/slitaz/wok/libtar/install/usr/share/man/man3 for i in libtar_list_free libtar_list_next libtar_list_prev libtar_list_search libtar_list_add libtar_list_add_str libtar_list_del libtar_list_dup libtar_list_merge; do \ echo ".so man3/libtar_list_new.3" > /home/slitaz/wok/libtar/install/usr/share/man/man3/${i}.3; \ done make[1]: Leaving directory '/home/slitaz/wok/libtar/source/libtar-1.2.11/doc' ================================================================================ Executing strip on all files... Done Time: 5.02s. Size: 75652 B -> 75244 B. Save: 0 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 7.74s. Size: 25877 B -> 12305 B. Save: 13 KB. Cache hit: 72/72. ================================================================================ Build dependencies to remove: 2 Removing: advancecomp-static zlib-dev Pack: libtar 1.2.11 ================================================================================ 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 The release checksum has not changed. ================================================================================ Package "libtar-1.2.11-i486.tazpkg" created Pack: libtar-dev 1.2.11 ================================================================================ 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 The release checksum has not changed. ================================================================================ Package "libtar-dev-1.2.11-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/libtar-1.2.11... Done Checking site script in source/libtar-1.2.11... 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: libtar 1.2.11 ================================================================================ Src file : libtar-1.2.11.tar.gz Src size : 144.0K Source dir : 1.2M Produced : 220.0K Cook time : 24s Cook date : 2020-09-12 19:20 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 60.0K : 11.9K : 1 : libtar-1.2.11-i486.tazpkg 2 : 100.0K : 15.6K : 3 : libtar-dev-1.2.11-i486.tazpkg ================================================================================