Cook: mfstool 0.5pre ================================================================================ QA: checking package receipt... Extracting source archive "mfstool-0.5pre.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 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 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 i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of i486-slitaz-linux-gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/slitaz/wok/mfstool/source/mfstool-0.5pre' if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT super.o -MD -MP -MF ".deps/super.Tpo" -c -o super.o super.c; \ then mv -f ".deps/super.Tpo" ".deps/super.Po"; else rm -f ".deps/super.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; \ then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT inode.o -MD -MP -MF ".deps/inode.Tpo" -c -o inode.o inode.c; \ then mv -f ".deps/inode.Tpo" ".deps/inode.Po"; else rm -f ".deps/inode.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT genfs.o -MD -MP -MF ".deps/genfs.Tpo" -c -o genfs.o genfs.c; \ then mv -f ".deps/genfs.Tpo" ".deps/genfs.Po"; else rm -f ".deps/genfs.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT dir.o -MD -MP -MF ".deps/dir.Tpo" -c -o dir.o dir.c; \ then mv -f ".deps/dir.Tpo" ".deps/dir.Po"; else rm -f ".deps/dir.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT reader.o -MD -MP -MF ".deps/reader.Tpo" -c -o reader.o reader.c; \ then mv -f ".deps/reader.Tpo" ".deps/reader.Po"; else rm -f ".deps/reader.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT writer.o -MD -MP -MF ".deps/writer.Tpo" -c -o writer.o writer.c; \ then mv -f ".deps/writer.Tpo" ".deps/writer.Po"; else rm -f ".deps/writer.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT iname.o -MD -MP -MF ".deps/iname.Tpo" -c -o iname.o iname.c; \ then mv -f ".deps/iname.Tpo" ".deps/iname.Po"; else rm -f ".deps/iname.Tpo"; exit 1; fi writer.c: In function 'cmd_mknode': writer.c:165:11: warning: implicit declaration of function 'strtoul'; did you mean 'strtok'? [-Wimplicit-function-declaration] mode = (strtoul(argv[2],NULL,8) & 07777) | type; ^~~~~~~ strtok writer.c:166:23: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] if (argc < 4) uid = atoi(argv[3]); ^~~~ reader.c: In function 'cmd_extract': reader.c:121:34: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] if (!(opt_squash || getuid())) chown(argv[2],uid,gid); ^~~~~~~~~~~~~~~~~~~~~~ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o mfstool main.o super.o utils.o inode.o genfs.o dir.o reader.o writer.o iname.o make[1]: Leaving directory '/home/slitaz/wok/mfstool/source/mfstool-0.5pre' make[1]: Entering directory '/home/slitaz/wok/mfstool/source/mfstool-0.5pre' test -z "/usr/share/man/man1" || /home/slitaz/wok/mfstool/source/mfstool-0.5pre/install-sh -d "/home/slitaz/wok/mfstool/install/usr/share/man/man1" test -z "/usr/bin" || /home/slitaz/wok/mfstool/source/mfstool-0.5pre/install-sh -d "/home/slitaz/wok/mfstool/install/usr/bin" mkdir: can't create directory '/home/slitaz/wok/mfstool/install': File exists mkdir: can't create directory '/home/slitaz/wok/mfstool/install/usr': File exists /usr/bin/install -c 'mfstool' '/home/slitaz/wok/mfstool/install/usr/bin/mfstool' /usr/bin/install -c -m 644 './mfstool.1' '/home/slitaz/wok/mfstool/install/usr/share/man/man1/mfstool.1' make[1]: Leaving directory '/home/slitaz/wok/mfstool/source/mfstool-0.5pre' ================================================================================ Executing strip on all files... Done Time: 0.17s. Size: 36772 B -> 30092 B. Save: 7 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.49s. Size: 1975 B -> 846 B. Save: 1 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: mfstool 0.5pre ================================================================================ 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 "mfstool-0.5pre-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "mfstool-0.5pre-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/mfstool-0.5pre... Done Checking site script in source/mfstool-0.5pre... 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: mfstool 0.5pre ================================================================================ Src file : mfstool-0.5pre.tar.gz Src size : 88.0K Source dir : 616.0K Produced : 60.0K Cook time : 9s Cook date : 2020-07-07 15:17 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 76.0K : 13.3K : 2 : mfstool-0.5pre-i486.tazpkg ================================================================================