Cook: bzip2 1.0.8 ================================================================================ QA: checking package receipt... Extracting source archive "bzip2-1.0.8.tar.gz" Checking sha512sum of source tarball... /home/slitaz/src/bzip2-1.0.8.tar.gz: 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 Applying patch bzip2-1.0.6-install_docs-1.patch patching file Makefile Applying patch bzip2-1.0.6-fix_install.patch patching file Makefile Applying patch bzip2-1.0.4-bzip2recover.patch patching file bzip2recover.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file bzip2recover.c.rej Applying patch bzip2recover-CVE-2016-3189.patch patching file bzip2recover.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file bzip2recover.c.rej gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -c blocksort.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -c huffman.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -c crctable.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -c randtable.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -c compress.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -c decompress.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -c bzlib.c gcc -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -o bzip2-shared bzip2.c libbz2.so.1.0.8 bzip2.c: In function 'applySavedFileAttrToOutputFile': bzip2.c:1073:11: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f libbz2.so.1.0 ln -s libbz2.so.1.0.8 libbz2.so.1.0 rm -f *.o libbz2.a bzip2 bzip2recover \ sample1.rb2 sample2.rb2 sample3.rb2 \ sample1.tst sample2.tst sample3.tst gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c If compilation produces errors, or a large number of warnings, please read README.COMPILATION.PROBLEMS -- you might be able to adjust the flags in this Makefile to improve matters. Also in README.COMPILATION.PROBLEMS are some hints that may help if your build produces an executable which is unable to correctly handle so-called 'large files' -- files of size 2GB or more. gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzip2.c bzip2.c: In function 'applySavedFileAttrToOutputFile': bzip2.c:1073:11: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzip2recover.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2recover bzip2recover.o rm -f libbz2.a ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o ranlib libbz2.a gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o -L. -lbz2 if ( test ! -d /home/slitaz/wok/bzip2/install/usr/bin ) ; then mkdir -p /home/slitaz/wok/bzip2/install/usr/bin ; fi if ( test ! -d /home/slitaz/wok/bzip2/install/usr/lib ) ; then mkdir -p /home/slitaz/wok/bzip2/install/usr/lib ; fi if ( test ! -d /home/slitaz/wok/bzip2/install/bin ) ; then mkdir -p /home/slitaz/wok/bzip2/install/bin ; fi if ( test ! -d /home/slitaz/wok/bzip2/install/lib ) ; then mkdir -p /home/slitaz/wok/bzip2/install/lib ; fi if ( test ! -d /home/slitaz/wok/bzip2/install/usr/share/man/man1 ) ; then mkdir -p /home/slitaz/wok/bzip2/install/usr/share/man/man1 ; fi if ( test ! -d /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8 ) ; then mkdir -p /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8; fi if ( test ! -d /home/slitaz/wok/bzip2/install/usr/include ) ; then mkdir -p /home/slitaz/wok/bzip2/install/usr/include ; fi cp -a bzip2-shared /home/slitaz/wok/bzip2/install/bin/bzip2 chmod a+x /home/slitaz/wok/bzip2/install/bin/bzip2 cp -a libbz2.so* /home/slitaz/wok/bzip2/install/lib ln -s ../../lib/libbz2.so.1.0 /home/slitaz/wok/bzip2/install/usr/lib/libbz2.so ln -s ../../bin/bzip2 /home/slitaz/wok/bzip2/install/usr/bin/bunzip2 ln -s ../../bin/bzip2 /home/slitaz/wok/bzip2/install/usr/bin/bzcat cp -f bzdiff /home/slitaz/wok/bzip2/install/usr/bin/bzdiff chmod a+x /home/slitaz/wok/bzip2/install/usr/bin/bzdiff ln -s bzdiff /home/slitaz/wok/bzip2/install/usr/bin/bzcmp cp -f bzgrep /home/slitaz/wok/bzip2/install/usr/bin/bzgrep chmod a+x /home/slitaz/wok/bzip2/install/usr/bin/bzgrep ln -s bzgrep /home/slitaz/wok/bzip2/install/usr/bin/bzegrep ln -s bzgrep /home/slitaz/wok/bzip2/install/usr/bin/bzfgrep cp -f bzip2recover /home/slitaz/wok/bzip2/install/usr/bin/bzip2recover chmod a+x /home/slitaz/wok/bzip2/install/usr/bin/bzip2recover cp -f bzmore /home/slitaz/wok/bzip2/install/usr/bin/bzmore chmod a+x /home/slitaz/wok/bzip2/install/usr/bin/bzmore ln -s bzmore /home/slitaz/wok/bzip2/install/usr/bin/bzless cp -f bzlib.h bzlib_private.h /home/slitaz/wok/bzip2/install/usr/include chmod a+r /home/slitaz/wok/bzip2/install/usr/include/bzlib.h chmod a+r /home/slitaz/wok/bzip2/install/usr/include/bzlib_private.h cp -f libbz2.a /home/slitaz/wok/bzip2/install/usr/lib chmod a+r /home/slitaz/wok/bzip2/install/usr/lib/libbz2.a cp -f bzip2.1 /home/slitaz/wok/bzip2/install/usr/share/man/man1 chmod a+r /home/slitaz/wok/bzip2/install/usr/share/man/man1/bzip2.1 cp -f bzgrep.1 bzmore.1 bzdiff.1 /home/slitaz/wok/bzip2/install/usr/share/man/man1 chmod a+r /home/slitaz/wok/bzip2/install/usr/share/man/man1/bzgrep.1 chmod a+r /home/slitaz/wok/bzip2/install/usr/share/man/man1/bzmore.1 chmod a+r /home/slitaz/wok/bzip2/install/usr/share/man/man1/bzdiff.1 echo ".so man1/bzgrep.1" > /home/slitaz/wok/bzip2/install/usr/share/man/man1/bzegrep.1 echo ".so man1/bzgrep.1" > /home/slitaz/wok/bzip2/install/usr/share/man/man1/bzfgrep.1 echo ".so man1/bzmore.1" > /home/slitaz/wok/bzip2/install/usr/share/man/man1/bzless.1 echo ".so man1/bzdiff.1" > /home/slitaz/wok/bzip2/install/usr/share/man/man1/bzcmp.1 cp -f manual.html /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8 cp -f manual.pdf /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8 cp -f manual.ps /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8 cp -f bzip2.txt /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8 chmod a+r /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8/manual.html chmod a+r /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8/manual.pdf chmod a+r /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8/manual.ps chmod a+r /home/slitaz/wok/bzip2/install/usr/share/doc/bzip2-1.0.8/bzip2.txt ================================================================================ Executing strip on all files... Done Time: 0.90s. Size: 559834 B -> 193678 B. Save: 358 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.60s. Size: 22842 B -> 9458 B. Save: 13 KB. Cache hit: 8/8. ================================================================================ Running testsuite ================================================================================ ELF Header: Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 Class: ELF32 Data: 2's complement, little endian Version: 1 (current) OS/ABI: UNIX - System V ABI Version: 0 Type: EXEC (Executable file) Machine: Intel 80386 Version: 0x1 Entry point address: 0x8049eb3 Start of program headers: 52 (bytes into file) Start of section headers: 93904 (bytes into file) Flags: 0x0 Size of this header: 52 (bytes) Size of program headers: 32 (bytes) Number of program headers: 11 Size of section headers: 40 (bytes) Number of section headers: 35 Section header string table index: 34 ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: libbzip2 1.0.8 ================================================================================ 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 The release checksum has not changed. ================================================================================ Package "libbzip2-1.0.8-i486.tazpkg" created Pack: bzip2 1.0.8 ================================================================================ 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 The release checksum has not changed. ================================================================================ Package "bzip2-1.0.8-i486.tazpkg" created Pack: bzip2-dev 1.0.8 ================================================================================ 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 The release checksum has not changed. ================================================================================ Package "bzip2-dev-1.0.8-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/bzip2-1.0.8... Done Checking site script in source/bzip2-1.0.8... 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: bzip2 1.0.8 ================================================================================ Src file : bzip2-1.0.8.tar.gz Src size : 792.0K Source dir : 4.2M Produced : 2.3M Cook time : 33s Cook date : 2020-07-07 05:25 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 100.0K : 28.9K : 2 : libbzip2-1.0.8-i486.tazpkg 2 : 104.0K : 19.9K : 11 : bzip2-1.0.8-i486.tazpkg 3 : 132.0K : 32.4K : 4 : bzip2-dev-1.0.8-i486.tazpkg ================================================================================