Cook: safecopy 1.7 ================================================================================ QA: checking package receipt... Extracting source archive "safecopy-1.7.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... ./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 for style of include used by make... GNU checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... 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 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands ----------------------------------------------------------------------- compile configuration completed successfully Making all in src make[1]: Entering directory '/home/slitaz/wok/safecopy/source/safecopy-1.7/src' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT voidlist.o -MD -MP -MF .deps/voidlist.Tpo -c -o voidlist.o voidlist.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT textlist.o -MD -MP -MF .deps/textlist.Tpo -c -o textlist.o textlist.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT arglist.o -MD -MP -MF .deps/arglist.Tpo -c -o arglist.o arglist.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT lowlevel.o -MD -MP -MF .deps/lowlevel.Tpo -c -o lowlevel.o lowlevel.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT safecopy.o -MD -MP -MF .deps/safecopy.Tpo -c -o safecopy.o safecopy.c mv -f .deps/textlist.Tpo .deps/textlist.Po mv -f .deps/voidlist.Tpo .deps/voidlist.Po safecopy.c: In function 'usage': safecopy.c:263:20: warning: unknown escape sequence: '\-' fprintf(printout, " Default: none, 0 if \-I is specified\n"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c: In function 'main': safecopy.c:896:52: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] fprintf(stdout, "Reported low level blocksize: %lu\n", statusvars->fsblocksize ); ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ %llu safecopy.c: In function 'printpercentage': safecopy.c:386:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, percentage, strlen(percentage)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c:388:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, &"\b", 1); ^~~~~~~~~~~~~~~~~~ safecopy.c: In function 'printtimecategory': safecopy.c:427:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, icon, strlen(icon)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c:429:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, &"\b", 1); ^~~~~~~~~~~~~~~~~~ safecopy.c: In function 'outputbadblocks': safecopy.c:547:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(bblocksout, textbuffer , strlen( textbuffer )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c: In function 'main': safecopy.c:1408:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, &"|/|", 3); ^~~~~~~~~~~~~~~~~~~ safecopy.c:1512:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, statusvars->textbuffer , strlen( statusvars->textbuffer )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c:1538:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, &"<", 1); ^~~~~~~~~~~~~~~~~ safecopy.c:1550:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, statusvars->textbuffer , strlen( statusvars->textbuffer )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c:1551:29: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if (configvars->human) write(2, &"\n", 1); ^~~~~~~~~~~~~~~~~~ safecopy.c:1566:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, &"_", 1); ^~~~~~~~~~~~~~~~~ safecopy.c:1571:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, &".", 1); ^~~~~~~~~~~~~~~~~ safecopy.c:1628:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, &">", 1); ^~~~~~~~~~~~~~~~~ safecopy.c:1636:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, &"!", 1); ^~~~~~~~~~~~~~~~~ safecopy.c:1652:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, statusvars->textbuffer , strlen( statusvars->textbuffer )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c:1663:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, &"X", 1); ^~~~~~~~~~~~~~~~~ safecopy.c:1699:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(statusvars->source, statusvars->databuffer , statusvars->blocksize ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c:1707:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(statusvars->source, statusvars->databuffer , statusvars->blocksize ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c:1741:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, statusvars->textbuffer , strlen( statusvars->textbuffer )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safecopy.c:1742:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if (configvars->human) write(2, &"\n", 1); ^~~~~~~~~~~~~~~~~~ mv -f .deps/arglist.Tpo .deps/arglist.Po mv -f .deps/lowlevel.Tpo .deps/lowlevel.Po mv -f .deps/safecopy.Tpo .deps/safecopy.Po gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o safecopy voidlist.o textlist.o arglist.o lowlevel.o safecopy.o make[1]: Leaving directory '/home/slitaz/wok/safecopy/source/safecopy-1.7/src' make[1]: Entering directory '/home/slitaz/wok/safecopy/source/safecopy-1.7' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/slitaz/wok/safecopy/source/safecopy-1.7' Making install in src make[1]: Entering directory '/home/slitaz/wok/safecopy/source/safecopy-1.7/src' make[2]: Entering directory '/home/slitaz/wok/safecopy/source/safecopy-1.7/src' test -z "/usr/bin" || .././install-sh -c -d "/home/slitaz/wok/safecopy/install/usr/bin" test -z "/usr/share/man/man1" || .././install-sh -c -d "/home/slitaz/wok/safecopy/install/usr/share/man/man1" /usr/bin/install -c safecopy '/home/slitaz/wok/safecopy/install/usr/bin' /usr/bin/install -c -m 644 safecopy.1 '/home/slitaz/wok/safecopy/install/usr/share/man/man1' make[2]: Leaving directory '/home/slitaz/wok/safecopy/source/safecopy-1.7/src' make[1]: Leaving directory '/home/slitaz/wok/safecopy/source/safecopy-1.7/src' make[1]: Entering directory '/home/slitaz/wok/safecopy/source/safecopy-1.7' make[2]: Entering directory '/home/slitaz/wok/safecopy/source/safecopy-1.7' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/safecopy/source/safecopy-1.7' make[1]: Leaving directory '/home/slitaz/wok/safecopy/source/safecopy-1.7' ================================================================================ Executing strip on all files... Done Time: 0.17s. Size: 83988 B -> 54548 B. Save: 29 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.35s. Size: 23389 B -> 8746 B. Save: 14 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: safecopy 1.7 ================================================================================ 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 "safecopy-1.7-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "safecopy-1.7-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/safecopy-1.7... Done Checking site script in source/safecopy-1.7... 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: safecopy 1.7 ================================================================================ Src file : safecopy-1.7.tar.gz Src size : 392.0K Source dir : 2.5M Produced : 92.0K Cook time : 11s Cook date : 2020-07-07 23:39 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 84.0K : 20.1K : 1 : safecopy-1.7-i486.tazpkg ================================================================================