bzip2 (1.0.8)
make -fMakefile-libbz2_soResult = 0
Working Dir = /bb.download/source/bzip2-1.0.8
Stdout
gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c gcc -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c gcc -fpic -fPIC -Wall -Winline -O2 -g -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 -o bzip2-shared bzip2.c libbz2.so.1.0.8 rm -f libbz2.so.1.0 ln -s libbz2.so.1.0.8 libbz2.so.1.0
Stderr
In function 'mainSimpleSort',
inlined from 'mainQSort3' at blocksort.c:651:10,
inlined from 'mainSort' at blocksort.c:897:19:
blocksort.c:347:6: warning: inlining failed in call to 'mainGtU': --param max-inline-insns-single limit reached [-Winline]
347 | Bool mainGtU ( UInt32 i1,
| ^~~~~~~
blocksort.c:514:18: note: called from here
514 | while ( mainGtU (
| ^~~~~~~~~
515 | ptr[j-h]+d, v+d, block, quadrant, nblock, budget
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
516 | ) ) {
| ~
blocksort.c:347:6: warning: inlining failed in call to 'mainGtU': --param max-inline-insns-single limit reached [-Winline]
347 | Bool mainGtU ( UInt32 i1,
| ^~~~~~~
blocksort.c:528:18: note: called from here
528 | while ( mainGtU (
| ^~~~~~~~~
529 | ptr[j-h]+d, v+d, block, quadrant, nblock, budget
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
530 | ) ) {
| ~
blocksort.c:347:6: warning: inlining failed in call to 'mainGtU': --param max-inline-insns-single limit reached [-Winline]
347 | Bool mainGtU ( UInt32 i1,
| ^~~~~~~
blocksort.c:542:18: note: called from here
542 | while ( mainGtU (
| ^~~~~~~~~
543 | ptr[j-h]+d, v+d, block, quadrant, nblock, budget
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
544 | ) ) {
| ~
make install PREFIX=/BuggyBox/bzip2/1.0.8/bootstrapResult = 0
Working Dir = /bb.download/source/bzip2-1.0.8
Stdout
rm -f libbz2.a ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzip2.c gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o -L. -lbz2 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 if ( test ! -d /BuggyBox/bzip2/1.0.8/bootstrap/bin ) ; then mkdir -p /BuggyBox/bzip2/1.0.8/bootstrap/bin ; fi if ( test ! -d /BuggyBox/bzip2/1.0.8/bootstrap/lib ) ; then mkdir -p /BuggyBox/bzip2/1.0.8/bootstrap/lib ; fi if ( test ! -d /BuggyBox/bzip2/1.0.8/bootstrap/man ) ; then mkdir -p /BuggyBox/bzip2/1.0.8/bootstrap/man ; fi if ( test ! -d /BuggyBox/bzip2/1.0.8/bootstrap/man/man1 ) ; then mkdir -p /BuggyBox/bzip2/1.0.8/bootstrap/man/man1 ; fi if ( test ! -d /BuggyBox/bzip2/1.0.8/bootstrap/include ) ; then mkdir -p /BuggyBox/bzip2/1.0.8/bootstrap/include ; fi cp -f bzip2 /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzip2 cp -f bzip2 /BuggyBox/bzip2/1.0.8/bootstrap/bin/bunzip2 cp -f bzip2 /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzcat cp -f bzip2recover /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzip2recover chmod a+x /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzip2 chmod a+x /BuggyBox/bzip2/1.0.8/bootstrap/bin/bunzip2 chmod a+x /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzcat chmod a+x /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzip2recover cp -f bzip2.1 /BuggyBox/bzip2/1.0.8/bootstrap/man/man1 chmod a+r /BuggyBox/bzip2/1.0.8/bootstrap/man/man1/bzip2.1 cp -f bzlib.h /BuggyBox/bzip2/1.0.8/bootstrap/include chmod a+r /BuggyBox/bzip2/1.0.8/bootstrap/include/bzlib.h cp -f libbz2.a /BuggyBox/bzip2/1.0.8/bootstrap/lib chmod a+r /BuggyBox/bzip2/1.0.8/bootstrap/lib/libbz2.a cp -f bzgrep /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzgrep ln -s -f /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzgrep /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzegrep ln -s -f /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzgrep /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzfgrep chmod a+x /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzgrep cp -f bzmore /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzmore ln -s -f /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzmore /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzless chmod a+x /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzmore cp -f bzdiff /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzdiff ln -s -f /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzdiff /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzcmp chmod a+x /BuggyBox/bzip2/1.0.8/bootstrap/bin/bzdiff cp -f bzgrep.1 bzmore.1 bzdiff.1 /BuggyBox/bzip2/1.0.8/bootstrap/man/man1 chmod a+r /BuggyBox/bzip2/1.0.8/bootstrap/man/man1/bzgrep.1 chmod a+r /BuggyBox/bzip2/1.0.8/bootstrap/man/man1/bzmore.1 chmod a+r /BuggyBox/bzip2/1.0.8/bootstrap/man/man1/bzdiff.1 echo ".so man1/bzgrep.1" > /BuggyBox/bzip2/1.0.8/bootstrap/man/man1/bzegrep.1 echo ".so man1/bzgrep.1" > /BuggyBox/bzip2/1.0.8/bootstrap/man/man1/bzfgrep.1 echo ".so man1/bzmore.1" > /BuggyBox/bzip2/1.0.8/bootstrap/man/man1/bzless.1 echo ".so man1/bzdiff.1" > /BuggyBox/bzip2/1.0.8/bootstrap/man/man1/bzcmp.1
Stderr
cp libbz2.so.1.0.8 /BuggyBox/bzip2/1.0.8/bootstrap/libResult = 0
Working Dir = /bb.download/source/bzip2-1.0.8
Stdout
Stderr