Cook: posixovl 1.3 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): fuse-common-3.9.2-any Installing (pkg/local): fuse2-2.9.9-i486 Installing (pkg/local): fuse2-dev-2.9.9-any Installing (pkg/local): attr-dev-2.4.48-any Extracting source archive "posixovl-1.3.tar.xz" Checking sha1sum of source tarball... /home/slitaz/src/posixovl-1.3.tar.xz: OK 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 whether make supports nested variables... (cached) 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 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 attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... 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 fuse >= 2.7.0... yes checking for utimensat()... yes checking that generated files are newer than configure... done 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/posixovl/source/posixovl-1.3' CC posixovl.o posixovl.c: In function 'posixovl_close': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:946:9: note: called from here return retcode_int(close(filp->fh)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_utimens': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:1935:9: note: called from here return retcode_int(ret); ^~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_rmdir': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:1730:9: note: called from here return retcode_int(unlinkat(root_fd, at(path), AT_REMOVEDIR)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_ftruncate': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:1032:9: note: called from here return retcode_int(ftruncate(filp->fh, length)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_removexattr': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:1659:9: note: called from here return retcode_int(lremovexattr(path, name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_listxattr': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:1434:9: note: called from here return retcode_int(llistxattr(at(path), list, size)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_getxattr': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:1129:9: note: called from here return retcode_int(lgetxattr(at(path), name, value, size)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_setxattr': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:1744:9: note: called from here return retcode_int(lsetxattr(at(path), name, value, size, flags)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_rename': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:1677:10: note: called from here return retcode_int(renameat(root_fd, at(oldpath), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ root_fd, at(newpath))); ~~~~~~~~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_chown': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:920:11: note: called from here return retcode_int(fchownat(root_fd, at(path), uid, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gid, AT_SYMLINK_NOFOLLOW)); ~~~~~~~~~~~~~~~~~~~~~~~~~~ posixovl.c: In function 'posixovl_chmod': posixovl.c:142:19: warning: inlining failed in call to 'retcode_int': call is unlikely and code size would grow [-Winline] static inline int retcode_int(int code) ^~~~~~~~~~~ posixovl.c:889:11: note: called from here return retcode_int(fchmodat(root_fd, at(path), mode, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AT_SYMLINK_NOFOLLOW)); ~~~~~~~~~~~~~~~~~~~~~ CCLD mount.posixovl make[1]: Leaving directory '/home/slitaz/wok/posixovl/source/posixovl-1.3' make[1]: Entering directory '/home/slitaz/wok/posixovl/source/posixovl-1.3' build-aux/install-sh -c -d '/home/slitaz/wok/posixovl/install/usr/share/man/man1' build-aux/install-sh -c -d '/home/slitaz/wok/posixovl/install/usr/sbin' /usr/bin/install -c mount.posixovl '/home/slitaz/wok/posixovl/install/usr/sbin' /usr/bin/install -c -m 644 posixovl.1 '/home/slitaz/wok/posixovl/install/usr/share/man/man1' make[1]: Leaving directory '/home/slitaz/wok/posixovl/source/posixovl-1.3' Copying man pages... Done Copying documentation... Done ================================================================================ Executing strip on all files... Done Time: 0.20s. Size: 38020 B -> 29956 B. Save: 8 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.34s. Size: 3499 B -> 1665 B. Save: 2 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 5 Removing: advancecomp-static attr-dev fuse-common fuse2 fuse2-dev Pack: posixovl 1.3 ================================================================================ Copying folders and files... Done Copying "receipt"... Done Copying "description.txt"... 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 "posixovl-1.3-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "posixovl-1.3-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/posixovl-1.3... Done Checking site script in source/posixovl-1.3... 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: posixovl 1.3 ================================================================================ Src file : posixovl-1.3.tar.xz Src size : 84.0K Source dir : 620.0K Produced : 76.0K Cook time : 13s Cook date : 2020-07-07 18:56 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 64.0K : 11.4K : 1 : posixovl-1.3-i486.tazpkg ================================================================================