DEBUG: SourceDB initialized in 0.0592670440674.
DEBUG: RepoDB initialized in 0.000181913375854.
DEBUG: Source URI: https://github.com/pisilinux/core/raw/master/system/base/bzip2/pspec.xml

pspec.xml                      (3.0 KB)100%     22.74 MB/s [00:00:00] [complete]

actions.py                     (1.0 KB)100%     16.82 MB/s [00:00:00] [complete]

translations.xml               (1.0 KB)100%     16.23 MB/s [00:00:00] [complete]

bzip2-1.0.2-progress.patch     (5.0 KB) 44%     18.70 MB/s [00:00:00]
bzip2-1.0.2-progress.patch     (5.0 KB) 88%     18.70 MB/s [00:00:00]
bzip2-1.0.2-progress.patch     (5.0 KB)100%     18.70 MB/s [00:00:00] [complete]

bzip2-1.0.4-man-links.patch    (413.0  B)100%      7.03 MB/s [00:00:00] [complete]

bzip2-1.0.8-saneso.patch       (465.0  B)100%      8.53 MB/s [00:00:00] [complete]

manpath.patch                  (2.0 KB)100%     25.17 MB/s [00:00:00] [complete]
Building source package: bzip2

component.xml                  (44.0  B)100%    826.72 KB/s [00:00:00] [complete]
bzip2-1.0.8.tar.gz [cached]
Unpacking archive(s)...
Applying patch: bzip2-1.0.2-progress.patch
DEBUG: return value for "patch --remove-empty-files --no-backup-if-mismatch  -p1 -i "/var/pisi/bzip2/files/bzip2-1.0.2-progress.patch"" is 0
Applying patch: bzip2-1.0.4-man-links.patch
DEBUG: return value for "patch --remove-empty-files --no-backup-if-mismatch  -p1 -i "/var/pisi/bzip2/files/bzip2-1.0.4-man-links.patch"" is 0
Applying patch: bzip2-1.0.8-saneso.patch
DEBUG: Detected patch level=1 for bzip2-1.0.8-saneso.patch
DEBUG: return value for "patch --remove-empty-files --no-backup-if-mismatch  -p1 -i "/var/pisi/bzip2/files/bzip2-1.0.8-saneso.patch"" is 0
Applying patch: manpath.patch
DEBUG: return value for "patch --remove-empty-files --no-backup-if-mismatch  -p1 -i "/var/pisi/bzip2/files/manpath.patch"" is 0
 unpacked (/var/pisi/bzip2-1.0.8-8/work)
Setting up source...
Building source...
Sandbox enabled build...
DEBUG: Warning: x86_64-pc-linux-gnu-ranlib does not exist, using plain name ranlib
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -c huffman.c
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -c crctable.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.

x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -c blocksort.c
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -c randtable.c
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -c compress.c
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -c decompress.c
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -c bzlib.c
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -c bzip2.c
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -c bzip2recover.c
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC  -o bzip2recover bzip2recover.o
rm -f libbz2.a
x86_64-pc-linux-gnu-ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
ranlib libbz2.a
x86_64-pc-linux-gnu-gcc -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC  -o bzip2 bzip2.o -L. -lbz2

Doing 6 tests (3 compress, 3 uncompress) ...
If there's a problem, things might stop at this point.
 
./bzip2 -1  < sample1.ref > sample1.rb2
./bzip2 -2  < sample2.ref > sample2.rb2
./bzip2 -3  < sample3.ref > sample3.rb2
./bzip2 -d  < sample1.bz2 > sample1.tst
./bzip2 -d  < sample2.bz2 > sample2.tst
./bzip2 -ds < sample3.bz2 > sample3.tst
cmp sample1.bz2 sample1.rb2 
cmp sample2.bz2 sample2.rb2
cmp sample3.bz2 sample3.rb2
cmp sample1.tst sample1.ref
cmp sample2.tst sample2.ref
cmp sample3.tst sample3.ref

If you got this far and the 'cmp's didn't complain, it looks
like you're in business.  

To install in /usr/local/bin, /usr/local/lib, /usr/local/man and 
/usr/local/include, type

   make install

To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 

   make install PREFIX=/xxx/yyy

If you are (justifiably) paranoid and want to see what 'make install'
is going to do, you can first do

   make -n install                      or
   make -n install PREFIX=/xxx/yyy      respectively.

The -n instructs make to show the commands it would execute, but
not actually execute them.

Instructions for use are in the preformatted manual page, in the file
bzip2.txt.  For more detailed documentation, read the full manual.  
It is available in Postscript form (manual.ps), PDF form (manual.pdf),
and HTML form (manual.html).

You can also do "bzip2 --help" to see some helpful information. 
"bzip2 -L" displays the software license.

DEBUG: return value for "make -j5 CC=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar RANLIB=ranlib CFLAGS="-mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC"" is 0
gcc -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common -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 -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC -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
DEBUG: return value for "make -j5 CFLAGS="-mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -D_FILE_OFFSET_BITS=64 -fPIC" -f Makefile-libbz2_so" is 0
Testing package...
Sandbox enabled build...

Doing 6 tests (3 compress, 3 uncompress) ...
If there's a problem, things might stop at this point.
 
./bzip2 -1  < sample1.ref > sample1.rb2
./bzip2 -2  < sample2.ref > sample2.rb2
./bzip2 -3  < sample3.ref > sample3.rb2
./bzip2 -d  < sample1.bz2 > sample1.tst
./bzip2 -d  < sample2.bz2 > sample2.tst
./bzip2 -ds < sample3.bz2 > sample3.tst
cmp sample1.bz2 sample1.rb2 
cmp sample2.bz2 sample2.rb2
cmp sample3.bz2 sample3.rb2
cmp sample1.tst sample1.ref
cmp sample2.tst sample2.ref
cmp sample3.tst sample3.ref

If you got this far and the 'cmp's didn't complain, it looks
like you're in business.  

To install in /usr/local/bin, /usr/local/lib, /usr/local/man and 
/usr/local/include, type

   make install

To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 

   make install PREFIX=/xxx/yyy

If you are (justifiably) paranoid and want to see what 'make install'
is going to do, you can first do

   make -n install                      or
   make -n install PREFIX=/xxx/yyy      respectively.

The -n instructs make to show the commands it would execute, but
not actually execute them.

Instructions for use are in the preformatted manual page, in the file
bzip2.txt.  For more detailed documentation, read the full manual.  
It is available in Postscript form (manual.ps), PDF form (manual.pdf),
and HTML form (manual.html).

You can also do "bzip2 --help" to see some helpful information. 
"bzip2 -L" displays the software license.

DEBUG: return value for "make -j5 check" is 0
Installing...
Sandbox enabled build...
if ( test ! -d /var/pisi/bzip2-1.0.8-8/install/usr/bin ) ; then mkdir -p /var/pisi/bzip2-1.0.8-8/install/usr/bin ; fi
if ( test ! -d /var/pisi/bzip2-1.0.8-8/install/usr/lib ) ; then mkdir -p /var/pisi/bzip2-1.0.8-8/install/usr/lib ; fi
if ( test ! -d /var/pisi/bzip2-1.0.8-8/install/usr/share/man ) ; then mkdir -p /var/pisi/bzip2-1.0.8-8/install/usr/share/man ; fi
if ( test ! -d /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1 ) ; then mkdir -p /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1 ; fi
if ( test ! -d /var/pisi/bzip2-1.0.8-8/install/usr/include ) ; then mkdir -p /var/pisi/bzip2-1.0.8-8/install/usr/include ; fi
cp -f bzip2 /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzip2
cp -f bzip2 /var/pisi/bzip2-1.0.8-8/install/usr/bin/bunzip2
cp -f bzip2 /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzcat
cp -f bzip2recover /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzip2recover
chmod a+x /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzip2
chmod a+x /var/pisi/bzip2-1.0.8-8/install/usr/bin/bunzip2
chmod a+x /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzcat
chmod a+x /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzip2recover
cp -f bzip2.1 /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1
ln -s bzip2.1 /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bunzip2.1
ln -s bzip2.1 /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzcat.1
ln -s bzip2.1 /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzip2recover.1
chmod a+r /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzip2.1
cp -f bzlib.h /var/pisi/bzip2-1.0.8-8/install/usr/include
chmod a+r /var/pisi/bzip2-1.0.8-8/install/usr/include/bzlib.h
cp -f libbz2.a /var/pisi/bzip2-1.0.8-8/install/usr/lib
chmod a+r /var/pisi/bzip2-1.0.8-8/install/usr/lib/libbz2.a
cp -f bzgrep /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzgrep
ln -s -f /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzgrep /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzegrep
ln -s -f /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzgrep /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzfgrep
chmod a+x /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzgrep
cp -f bzmore /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzmore
ln -s -f /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzmore /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzless
chmod a+x /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzmore
cp -f bzdiff /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzdiff
ln -s -f /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzdiff /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzcmp
chmod a+x /var/pisi/bzip2-1.0.8-8/install/usr/bin/bzdiff
cp -f bzgrep.1 bzmore.1 bzdiff.1 /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1
chmod a+r /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzgrep.1
chmod a+r /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzmore.1
chmod a+r /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzdiff.1
echo ".so man1/bzgrep.1" > /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzegrep.1
echo ".so man1/bzgrep.1" > /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzfgrep.1
echo ".so man1/bzmore.1" > /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzless.1
echo ".so man1/bzdiff.1" > /var/pisi/bzip2-1.0.8-8/install/usr/share/man/man1/bzcmp.1
DEBUG: return value for "make PREFIX=/var/pisi/bzip2-1.0.8-8/install/usr install" is 0
DEBUG: return value for "install -m0755 /var/pisi/bzip2-1.0.8-8/work/bzip2-1.0.8/libbz2.so.1.0.8 /var/pisi/bzip2-1.0.8-8/install/lib" is 0
DEBUG: return value for "install -m0644 "manual.html" /var/pisi/bzip2-1.0.8-8/install/usr/share/doc/bzip2/html" is 0
DEBUG: return value for "install -m0644 "README" /var/pisi/bzip2-1.0.8-8/install/usr/share/doc/bzip2" is 0
DEBUG: return value for "install -m0644 "CHANGES" /var/pisi/bzip2-1.0.8-8/install/usr/share/doc/bzip2" is 0
DEBUG: return value for "install -m0644 "bzip2.txt" /var/pisi/bzip2-1.0.8-8/install/usr/share/doc/bzip2" is 0
DEBUG: /bin/bzip2 [stripped]
DEBUG: /bin/bzip2recover [stripped]
DEBUG: /lib/libbz2.so.1.0.8 [stripped]
Building package: bzip2
Creating bzip2-1.0.8-8-p2-x86_64.pisi...
Keeping build directory