Cook: vbindiff 3.0_beta5 ================================================================================ QA: checking package receipt... Checking build dependencies... Extracting source archive "vbindiff-3.0_beta5.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 whether make supports nested variables... yes checking whether to enable debugging... no checking for i486-slitaz-linux-g++... i486-slitaz-linux-g++ 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-g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of i486-slitaz-linux-g++... gcc3 checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc 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 dependency style of i486-slitaz-linux-gcc... gcc3 checking for library containing initscr... -lncurses checking for library containing cbreak... none required checking for library containing new_panel... -lpanel checking how to run the C++ preprocessor... i486-slitaz-linux-g++ -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 errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking panel.h usability... yes checking panel.h presence... yes checking for panel.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for working memcmp... yes checking for atexit... yes checking for memset... yes checking for strchr... yes checking for strerror... yes checking for strrchr... yes checking for strtoul... 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/vbindiff/source/vbindiff-3.0_beta5' i486-slitaz-linux-g++ -DHAVE_CONFIG_H -I. -I./curses -D_GLIBCXX_USE_C99_MATH=1 -Wall -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT vbindiff.o -MD -MP -MF .deps/vbindiff.Tpo -c -o vbindiff.o vbindiff.cpp i486-slitaz-linux-g++ -DHAVE_CONFIG_H -I. -I./curses -D_GLIBCXX_USE_C99_MATH=1 -Wall -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT ConWin.o -MD -MP -MF .deps/ConWin.Tpo -c -o ConWin.o `test -f 'curses/ConWin.cpp' || echo './'`curses/ConWin.cpp i486-slitaz-linux-g++ -DHAVE_CONFIG_H -I. -I./curses -D_GLIBCXX_USE_C99_MATH=1 -Wall -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT GetOpt.o -MD -MP -MF .deps/GetOpt.Tpo -c -o GetOpt.o `test -f 'GetOpt/GetOpt.cpp' || echo './'`GetOpt/GetOpt.cpp mv -f .deps/ConWin.Tpo .deps/ConWin.Po mv -f .deps/GetOpt.Tpo .deps/GetOpt.Po vbindiff.cpp: In member function 'void FileDisplay::setByte(short int, short int, Byte)': vbindiff.cpp:664:18: warning: '%02X' directive writing between 2 and 8 bytes into a region of size 3 [-Wformat-overflow=] sprintf(str, "%02X", b); ^~~~~~ vbindiff.cpp:664:18: note: directive argument in the range [0, 2147483647] In file included from /usr/include/stdio.h:873, from /usr/include/c++/8.2.0/cstdio:42, from /usr/include/c++/8.2.0/ext/string_conversions.h:43, from /usr/include/c++/8.2.0/bits/basic_string.h:6391, from /usr/include/c++/8.2.0/string:52, from /usr/include/c++/8.2.0/bits/locale_classes.h:40, from /usr/include/c++/8.2.0/bits/ios_base.h:41, from /usr/include/c++/8.2.0/ios:42, from /usr/include/c++/8.2.0/ostream:38, from /usr/include/c++/8.2.0/iostream:39, from vbindiff.cpp:30: /usr/include/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output between 3 and 9 bytes into a destination of size 3 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/vbindiff.Tpo .deps/vbindiff.Po i486-slitaz-linux-g++ -Wall -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o vbindiff vbindiff.o ConWin.o GetOpt.o -lpanel -lncurses make[1]: Leaving directory '/home/slitaz/wok/vbindiff/source/vbindiff-3.0_beta5' make[1]: Entering directory '/home/slitaz/wok/vbindiff/source/vbindiff-3.0_beta5' ./install-sh -c -d '/home/slitaz/wok/vbindiff/install/usr/share/man/man1' ./install-sh -c -d '/home/slitaz/wok/vbindiff/install/usr/bin' /usr/bin/install -c vbindiff '/home/slitaz/wok/vbindiff/install/usr/bin' /usr/bin/install -c -m 644 vbindiff.1 '/home/slitaz/wok/vbindiff/install/usr/share/man/man1' make[1]: Leaving directory '/home/slitaz/wok/vbindiff/source/vbindiff-3.0_beta5' ================================================================================ Executing strip on all files... Done Time: 0.75s. Size: 51056 B -> 38232 B. Save: 13 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 4.09s. Size: 8980 B -> 3646 B. Save: 5 KB. Cache hit: 0/1. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: vbindiff 3.0_beta5 ================================================================================ Executing: genpkg_rules 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 The release checksum has changed. ================================================================================ Package "vbindiff-3.0_beta5-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/vbindiff-3.0_beta5... Done Checking site script in source/vbindiff-3.0_beta5... 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: vbindiff 3.0_beta5 ================================================================================ Src file : vbindiff-3.0_beta5.tar.gz Src size : 132.0K Source dir : 860.0K Produced : 68.0K Cook time : 37s Cook date : 2021-01-26 00:52 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 72.0K : 16.3K : 1 : vbindiff-3.0_beta5-i486.tazpkg ================================================================================