Cook: clicfs 1e86c55 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): cmake-common-3.17.3-any Installing (pkg/local): jsoncpp-1.8.4-i486 Installing (pkg/local): liblz4-1.8.3-i486 Installing (pkg/local): libxml2-2.9.9-i486 Installing (pkg/local): libzstd-1.3.8-i486 Installing (pkg/local): libarchive-3.3.3-i486 Installing (pkg/local): libunistring-0.9.10-i486 Installing (pkg/local): libidn2-2.1.0-i486 Installing (pkg/local): libcurl-7.63.0-i486 Installing (pkg/local): libnsl-1.2.0-i486 Installing (pkg/local): libuv-1.25.0-i486 Installing (pkg/local): cmake-3.17.3-i486 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): xz-tools-5.2.4-i486 Installing (pkg/local): xz-dev-5.2.4-any Installing (pkg/local): openssl-dev-1.1.1d-i486 Extracting source archive "clicfs-1e86c55.zip" 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 -- The C compiler identification is GNU 8.2.0 -- The CXX compiler identification is GNU 8.2.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc - works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/slitaz/wok/clicfs/source/clicfs-1e86c55/build Scanning dependencies of target unclicfs Scanning dependencies of target clicfs Scanning dependencies of target mkclicfs Scanning dependencies of target clicfs_fsck [ 9%] Building C object src/CMakeFiles/clicfs.dir/clicfs.o [ 18%] Building C object src/CMakeFiles/unclicfs.dir/clicfs_common.o [ 27%] Building C object src/CMakeFiles/unclicfs.dir/unclicfs.o [ 36%] Building C object src/CMakeFiles/clicfs.dir/clicfs_common.o [ 45%] Building CXX object src/CMakeFiles/mkclicfs.dir/mkclicfs.o [ 54%] Building C object src/CMakeFiles/clicfs_fsck.dir/clicfs_check.o /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_check.c: In function 'main': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_check.c:21:14: warning: unused parameter 'argc' [-Wunused-parameter] int main(int argc, char *argv[]) ~~~~^~~~ [ 63%] Building C object src/CMakeFiles/clicfs_fsck.dir/clicfs_common.o /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c: In function 'clicfs_read_cow': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c:123:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] printf("filesize %lx\n", thefilesize); ~~^ ~~~~~~~~~~~ %llx /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c: In function 'clicfs_read_pack': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c:176:46: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (read(packfilefd, thefile, stringlen) != stringlen) { ^~ /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c: In function 'clicfs_read_cow': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c:114:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(cowfilefd, &isready, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c: In function 'clicfs_read_cow': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c:123:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] printf("filesize %lx\n", thefilesize); ~~^ ~~~~~~~~~~~ %llx /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c: In function 'clicfs_read_pack': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c:176:46: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (read(packfilefd, thefile, stringlen) != stringlen) { ^~ /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c: In function 'clicfs_read_cow': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c:114:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(cowfilefd, &isready, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c: In function 'clicfs_read_cow': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c:123:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] printf("filesize %lx\n", thefilesize); ~~^ ~~~~~~~~~~~ %llx /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c: In function 'clicfs_read_pack': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c:176:46: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] if (read(packfilefd, thefile, stringlen) != stringlen) { ^~ /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c: In function 'clicfs_read_cow': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs_common.c:114:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(cowfilefd, &isready, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs.c: In function 'clic_write_cow': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs.c:106:5: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] pwrite(cowfilefd, &isready, 1, cow_index_isready); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs.c:145:5: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] pwrite(cowfilefd, &isready, 1, cow_index_isready); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs.c: In function 'main': /home/slitaz/wok/clicfs/source/clicfs-1e86c55/src/clicfs.c:896:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(procfile, "-1000", sizeof("-1000")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 72%] Linking C executable unclicfs [ 81%] Linking C executable clicfs_fsck [ 81%] Built target unclicfs [ 81%] Built target clicfs_fsck [ 90%] Linking C executable clicfs [ 90%] Built target clicfs [100%] Linking CXX executable mkclicfs [100%] Built target mkclicfs [ 18%] Built target mkclicfs [ 45%] Built target unclicfs [ 72%] Built target clicfs [100%] Built target clicfs_fsck Install the project... -- Install configuration: "" -- Installing: /home/slitaz/wok/clicfs/install/usr/bin/clicfs_fsck -- Installing: /home/slitaz/wok/clicfs/install/usr/bin/mkclicfs -- Installing: /home/slitaz/wok/clicfs/install/usr/bin/clicfs -- Installing: /home/slitaz/wok/clicfs/install/usr/bin/unclicfs -- Installing: /home/slitaz/wok/clicfs/install/usr/share/man/man1/clicfs.1 -- Installing: /home/slitaz/wok/clicfs/install/usr/share/man/man1/mkclicfs.1 -- Installing: /home/slitaz/wok/clicfs/install/usr/share/man/man1/unclicfs.1 ================================================================================ Executing strip on all files... Done Time: 0.54s. Size: 192504 B -> 83460 B. Save: 106 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.90s. Size: 14650 B -> 4960 B. Save: 9 KB. Cache hit: 3/3. ================================================================================ Build dependencies to remove: 19 Removing: advancecomp-static cmake cmake-common fuse-common fuse2 fuse2-dev jsoncpp libarchive libcurl libidn2 liblz4 libnsl libunistring libuv libxml2 libzstd openssl-dev xz-dev xz-tools Pack: clicfs 1e86c55 ================================================================================ 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 "clicfs-1e86c55-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "clicfs-1e86c55-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/clicfs-1e86c55... Done Checking site script in source/clicfs-1e86c55... 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: clicfs 1e86c55 ================================================================================ Src file : clicfs-1e86c55.zip Src size : 48.0K Source dir : 1.0M Produced : 128.0K Cook time : 18s Cook date : 2020-07-07 05:53 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 120.0K : 22.1K : 4 : clicfs-1e86c55-i486.tazpkg ================================================================================