[build-status: 125417] Log for successful build of bzip2_1.0.5-0.1 (dist=unstable)

Build Daemon 2 buildd2 at linux-m32r.org
Sat May 10 10:18:02 JST 2008


Automatic build of bzip2_1.0.5-0.1 on mappi005 by sbuild/m32r 98-farm
Build started at 20080510-0948
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 917kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main bzip2 1.0.5-0.1 (dsc) [874B]
Get:2 http://debian.linux-m32r.org 06_devonian/main bzip2 1.0.5-0.1 (tar) [841kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main bzip2 1.0.5-0.1 (diff) [74.2kB]
Fetched 917kB in 14s (63.3kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: gcc-multilib [amd64 i386 kfreebsd-amd64 powerpc ppc64 s390 sparc] | gcc-4.1 (<< 4.1.2) [amd64 i386 kfreebsd-amd64 powerpc ppc64 s390 sparc], texinfo
Checking for already installed source dependencies...
texinfo: already installed (4.11.dfsg.1-4)
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.18.1~cvs20080103-1 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting bzip2 in bzip2-1.0.5
dpkg-source: info: unpacking bzip2_1.0.5.orig.tar.gz
dpkg-source: info: applying bzip2_1.0.5-0.1.diff.gz
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package bzip2
dpkg-buildpackage: source version 1.0.5-0.1
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
test -x debian/rules && test -f bzip2.c
rm -f build*-stamp
[ ! -f Makefile ] || /usr/bin/make distclean
make[1]: Entering directory `/build/buildd2/bzip2-1.0.5'
rm -f *.o *.sho libbz2.a libbz2.so* bzip2 bzip2recover \
	sample1.rb2 sample2.rb2 sample3.rb2 \
	sample1.tst sample2.tst sample3.tst
#rm -f manual.ps manual.html manual.pdf
make[1]: Leaving directory `/build/buildd2/bzip2-1.0.5'
rm -rf 32 64
rm -f debian/substvars debian/files bzip2.info*
rm -fr debian/tmp*
find . -name "*~" -print0 | xargs -r0 rm -f
 debian/rules build
test -x debian/rules && test -f bzip2.c
# Add here commands to compile the package.
/usr/bin/make DEBCFLAGS=""
make[1]: Entering directory `/build/buildd2/bzip2-1.0.5'
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -o blocksort.o -c blocksort.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -o huffman.o -c huffman.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -o crctable.o -c crctable.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -o randtable.o -c randtable.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -o compress.o -c compress.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -o decompress.o -c decompress.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -o bzlib.o -c bzlib.c
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  -D_REENTRANT -fPIC -o blocksort.sho -c blocksort.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -fPIC -o huffman.sho -c huffman.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -fPIC -o crctable.sho -c crctable.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -fPIC -o randtable.sho -c randtable.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -fPIC -o compress.sho -c compress.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -fPIC -o decompress.sho -c decompress.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -fPIC -o bzlib.sho -c bzlib.c
gcc -o libbz2.so.1.0.4 -shared \
	  -Wl,-soname,libbz2.so.1.0 blocksort.sho huffman.sho crctable.sho randtable.sho compress.sho decompress.sho bzlib.sho -lc
ln -sf libbz2.so.1.0.4 libbz2.so.1.0
ln -sf libbz2.so.1.0 libbz2.so
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64  -D_REENTRANT -o bzip2.o -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  -D_REENTRANT -o bzip2recover.o -c bzip2recover.c
gcc -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64   -o bzip2recover bzip2recover.o
make[1]: Leaving directory `/build/buildd2/bzip2-1.0.5'
/usr/bin/make DEBCFLAGS="" test
make[1]: Entering directory `/build/buildd2/bzip2-1.0.5'

Doing 6 tests (3 compress, 3 uncompress) ...
If there's a problem, things might stop at this point.
 
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \
	./bzip2 -1  < sample1.ref > sample1.rb2
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \
	./bzip2 -2  < sample2.ref > sample2.rb2
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \
	./bzip2 -3  < sample3.ref > sample3.rb2
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \
	./bzip2 -d  < sample1.bz2 > sample1.tst
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \
	./bzip2 -d  < sample2.bz2 > sample2.tst
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \
	./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.

make[1]: Leaving directory `/build/buildd2/bzip2-1.0.5'
makeinfo -o bzip2.info manual.texi
cat debian/copyright.in LICENSE > debian/copyright
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
test -x debian/rules && test -f bzip2.c
test "`id -nu`" = root
rm -fr debian/tmp*
install -d debian/tmp/usr
/usr/bin/make PREFIX=`pwd`/debian/tmp install
make[1]: Entering directory `/build/buildd2/bzip2-1.0.5'
if ( test ! -d /build/buildd2/bzip2-1.0.5/debian/tmp/bin ) ; then mkdir -p /build/buildd2/bzip2-1.0.5/debian/tmp/bin ; fi
if ( test ! -d /build/buildd2/bzip2-1.0.5/debian/tmp/lib ) ; then mkdir -p /build/buildd2/bzip2-1.0.5/debian/tmp/lib ; fi
if ( test ! -d /build/buildd2/bzip2-1.0.5/debian/tmp/man ) ; then mkdir -p /build/buildd2/bzip2-1.0.5/debian/tmp/man ; fi
if ( test ! -d /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1 ) ; then mkdir -p /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1 ; fi
if ( test ! -d /build/buildd2/bzip2-1.0.5/debian/tmp/include ) ; then mkdir -p /build/buildd2/bzip2-1.0.5/debian/tmp/include ; fi
cp -f bzip2 /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzip2
ln /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzip2 /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bunzip2
ln /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzip2 /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzcat
cp -f bzip2recover /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzip2recover
chmod a+x /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzip2
chmod a+x /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bunzip2
chmod a+x /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzcat
chmod a+x /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzip2recover
cp -f bzip2.1 /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1
chmod a+r /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1/bzip2.1
cp -f bzlib.h /build/buildd2/bzip2-1.0.5/debian/tmp/include
chmod a+r /build/buildd2/bzip2-1.0.5/debian/tmp/include/bzlib.h
cp -fa libbz2.a libbz2.so* /build/buildd2/bzip2-1.0.5/debian/tmp/lib
chmod a+r /build/buildd2/bzip2-1.0.5/debian/tmp/lib/libbz2.a
cp -f bzexe /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzexe
chmod a+x /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzexe
cp -f bzgrep /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzgrep
ln -s -f /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzgrep /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzegrep
ln -s -f /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzgrep /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzfgrep
chmod a+x /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzgrep
cp -f bzmore /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzmore
ln -s -f /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzmore /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzless
chmod a+x /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzmore
cp -f bzdiff /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzdiff
ln -s -f /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzdiff /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzcmp
chmod a+x /build/buildd2/bzip2-1.0.5/debian/tmp/bin/bzdiff
cp -f bzexe.1 bzgrep.1 bzmore.1 bzdiff.1 /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1
chmod a+r /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1/bzexe.1
chmod a+r /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1/bzgrep.1
chmod a+r /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1/bzmore.1
chmod a+r /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1/bzdiff.1
echo ".so man1/bzgrep.1" > /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1/bzegrep.1
echo ".so man1/bzgrep.1" > /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1/bzfgrep.1
echo ".so man1/bzmore.1" > /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1/bzless.1
echo ".so man1/bzdiff.1" > /build/buildd2/bzip2-1.0.5/debian/tmp/man/man1/bzcmp.1
make[1]: Leaving directory `/build/buildd2/bzip2-1.0.5'
### Split
# Development package
install -d debian/tmp-dev/usr/lib
rm debian/tmp/lib/libbz2.so
ln -s /lib/libbz2.so.1.0 debian/tmp-dev/usr/lib/libbz2.so
mv debian/tmp/lib/libbz2.a debian/tmp-dev/usr/lib/
mv debian/tmp/include debian/tmp-dev/usr/include
# Library package
install -d debian/tmp-lib/lib
for i in $(ls debian/tmp/lib/libbz2.so*); do \
	  (set -x; echo $i; mv $i debian/tmp-lib/lib/); \
	done
+ echo debian/tmp/lib/libbz2.so.1.0
debian/tmp/lib/libbz2.so.1.0
+ mv debian/tmp/lib/libbz2.so.1.0 debian/tmp-lib/lib/
+ echo debian/tmp/lib/libbz2.so.1.0.4
debian/tmp/lib/libbz2.so.1.0.4
+ mv debian/tmp/lib/libbz2.so.1.0.4 debian/tmp-lib/lib/
ln -s libbz2.so.1.0.4 debian/tmp-lib/lib/libbz2.so.1
chmod -x debian/tmp-lib/lib/*
# Binary package
install -d debian/tmp-run
mv debian/tmp/bin debian/tmp-run/bin
ln -sf bzdiff debian/tmp-run/bin/bzcmp
ln -sf bzgrep debian/tmp-run/bin/bzegrep
ln -sf bzgrep debian/tmp-run/bin/bzfgrep
ln -sf bzmore debian/tmp-run/bin/bzless
install -d debian/tmp-run/usr/share
mv debian/tmp/man debian/tmp-run/usr/share/man
### Check the install
test "$(find debian/tmp ! -type d -print | wc -l)" -eq 0
rm -fr debian/tmp
### Finalize documentation
# Man pages
gzip -v9 debian/tmp-run/usr/share/man/man1/*.1
debian/tmp-run/usr/share/man/man1/bzcmp.1:	-11.1% -- replaced with debian/tmp-run/usr/share/man/man1/bzcmp.1.gz
debian/tmp-run/usr/share/man/man1/bzdiff.1:	 48.0% -- replaced with debian/tmp-run/usr/share/man/man1/bzdiff.1.gz
debian/tmp-run/usr/share/man/man1/bzegrep.1:	-11.1% -- replaced with debian/tmp-run/usr/share/man/man1/bzegrep.1.gz
debian/tmp-run/usr/share/man/man1/bzexe.1:	 46.0% -- replaced with debian/tmp-run/usr/share/man/man1/bzexe.1.gz
debian/tmp-run/usr/share/man/man1/bzfgrep.1:	-11.1% -- replaced with debian/tmp-run/usr/share/man/man1/bzfgrep.1.gz
debian/tmp-run/usr/share/man/man1/bzgrep.1:	 52.9% -- replaced with debian/tmp-run/usr/share/man/man1/bzgrep.1.gz
debian/tmp-run/usr/share/man/man1/bzip2.1:	 59.6% -- replaced with debian/tmp-run/usr/share/man/man1/bzip2.1.gz
debian/tmp-run/usr/share/man/man1/bzless.1:	-11.1% -- replaced with debian/tmp-run/usr/share/man/man1/bzless.1.gz
debian/tmp-run/usr/share/man/man1/bzmore.1:	 57.2% -- replaced with debian/tmp-run/usr/share/man/man1/bzmore.1.gz
( cd debian/tmp-run/usr/share/man/man1 && \
	  for i in bunzip2 bzcat bzip2recover; do \
	    ln -s bzip2.1.gz $i.1.gz; \
	  done )
# Other docs in lib package
install -d debian/tmp-run/usr/share/doc/bzip2
cp CHANGES debian/tmp-run/usr/share/doc/bzip2/changelog
cp debian/changelog \
	  debian/tmp-run/usr/share/doc/bzip2/changelog.Debian
gzip -v9 debian/tmp-run/usr/share/doc/bzip2/changelog*
debian/tmp-run/usr/share/doc/bzip2/changelog:	 54.0% -- replaced with debian/tmp-run/usr/share/doc/bzip2/changelog.gz
debian/tmp-run/usr/share/doc/bzip2/changelog.Debian:	 65.7% -- replaced with debian/tmp-run/usr/share/doc/bzip2/changelog.Debian.gz
cp debian/copyright debian/tmp-run/usr/share/doc/bzip2/
# Library package
install -d debian/tmp-lib/usr/share/doc/libbz2-1.0
cp debian/copyright debian/tmp-lib/usr/share/doc/libbz2-1.0/
cp CHANGES debian/tmp-lib/usr/share/doc/libbz2-1.0/changelog
cp debian/changelog \
	  debian/tmp-lib/usr/share/doc/libbz2-1.0/changelog.Debian
gzip -v9 debian/tmp-lib/usr/share/doc/libbz2-1.0/changelog*
debian/tmp-lib/usr/share/doc/libbz2-1.0/changelog:	 54.0% -- replaced with debian/tmp-lib/usr/share/doc/libbz2-1.0/changelog.gz
debian/tmp-lib/usr/share/doc/libbz2-1.0/changelog.Debian:	 65.7% -- replaced with debian/tmp-lib/usr/share/doc/libbz2-1.0/changelog.Debian.gz
# Other packages point to libbz2-1.0
install -d debian/tmp-dev/usr/share/doc
ln -s libbz2-1.0 debian/tmp-dev/usr/share/doc/libbz2-dev
### Package finalize
# Stripping
for i in debian/tmp-run/bin/*; \
	do \
	  if [ ! -h $i ] && head -n 1 $i | grep -vq '^#!'; \
	  then \
	    (set -x; strip -R .note -R .comment $i); \
	  fi; \
	done
+ strip -R .note -R .comment debian/tmp-run/bin/bunzip2
+ strip -R .note -R .comment debian/tmp-run/bin/bzcat
+ strip -R .note -R .comment debian/tmp-run/bin/bzip2
+ strip -R .note -R .comment debian/tmp-run/bin/bzip2recover
strip --strip-unneeded -R .note -R .comment \
	  debian/tmp-lib/lib/*.so*
strip --strip-debug debian/tmp-dev/usr/lib/*.a
# Control files
install -d debian/tmp-{lib,dev,run}/DEBIAN
cp debian/shlibs debian/tmp-lib/DEBIAN/shlibs
dpkg-shlibdeps debian/tmp-lib/lib/*.so*
dpkg-gencontrol -isp -Pdebian/tmp-lib -plibbz2-1.0
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
rm debian/substvars
dpkg-gencontrol -isp -Pdebian/tmp-dev -plibbz2-dev
dpkg-shlibdeps debian/tmp-run/bin/*
objdump: debian/tmp-run/bin/bzless: File format not recognized
objdump: debian/tmp-run/bin/bzegrep: File format not recognized
objdump: debian/tmp-run/bin/bzmore: File format not recognized
objdump: debian/tmp-run/bin/bzcmp: File format not recognized
objdump: debian/tmp-run/bin/bzdiff: File format not recognized
objdump: debian/tmp-run/bin/bzfgrep: File format not recognized
objdump: debian/tmp-run/bin/bzexe: File format not recognized
objdump: debian/tmp-run/bin/bzgrep: File format not recognized
dpkg-gencontrol -isp -Pdebian/tmp-run -pbzip2
for i in run dev lib; do \
	  cp debian/postinst-$i debian/tmp-$i/DEBIAN/postinst; \
	  cp debian/prerm-$i debian/tmp-$i/DEBIAN/prerm; \
	  chmod +x debian/tmp-$i/DEBIAN/postinst; \
	  chmod +x debian/tmp-$i/DEBIAN/prerm; \
	done
cp debian/preinst-run debian/tmp-run/DEBIAN/preinst
cp debian/postrm-lib debian/tmp-lib/DEBIAN/postrm
chmod +x debian/tmp-run/DEBIAN/preinst debian/tmp-lib/DEBIAN/postrm
# Fix perms
chown -R root.root debian/tmp*
chmod -R a+rX-wts,u+w debian/tmp*
# Buildit
dpkg --build debian/tmp-run ..
dpkg-deb: building package `bzip2' in `../bzip2_1.0.5-0.1_m32r.deb'.
dpkg --build debian/tmp-lib ..
dpkg-deb: building package `libbz2-1.0' in `../libbz2-1.0_1.0.5-0.1_m32r.deb'.
dpkg --build debian/tmp-dev ..
dpkg-deb: building package `libbz2-dev' in `../libbz2-dev_1.0.5-0.1_m32r.deb'.
 dpkg-genchanges -B -mHirokazu Takata <takata at linux-m32r.org> >../bzip2_1.0.5-0.1_m32r.changes
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20080510-1017

chroot-unstable/build/buildd2/libbz2-1.0_1.0.5-0.1_m32r.deb:
 new debian package, version 2.0.
 size 49902 bytes: control archive= 1024 bytes.
    1051 bytes,    26 lines      control              
     265 bytes,    15 lines   *  postinst             #!/bin/sh
      72 bytes,     7 lines   *  postrm               #!/bin/sh
     146 bytes,     8 lines   *  prerm                #!/bin/sh
      22 bytes,     1 lines      shlibs               
 Package: libbz2-1.0
 Source: bzip2
 Version: 1.0.5-0.1
 Architecture: m32r
 Maintainer: Anibal Monsalve Salazar <anibal at debian.org>
 Installed-Size: 128
 Depends: libc6 (>= 2.3.5-1)
 Section: libs
 Priority: important
 Homepage: http://www.bzip.org/
 Description: high-quality block-sorting file compressor library - runtime
  This package contains libbzip2 which is used by the bzip2 compressor.
  .
  bzip2 is a freely available, patent free, high-quality data compressor.
  It typically compresses files to within 10% to 15% of the best available
  techniques, whilst being around twice as fast at compression and six
  times faster at decompression.
  .
  bzip2 compresses files using the Burrows-Wheeler block-sorting text
  compression algorithm, and Huffman coding. Compression is generally
  considerably better than that achieved by more conventional
  LZ77/LZ78-based compressors, and approaches the performance of the PPM
  family of statistical compressors.
  .
  The archive file format of bzip2 (.bz2) is incompatible with that of its
  predecessor, bzip (.bz).

chroot-unstable/build/buildd2/libbz2-dev_1.0.5-0.1_m32r.deb:
 new debian package, version 2.0.
 size 33606 bytes: control archive= 973 bytes.
    1116 bytes,    27 lines      control              
     208 bytes,    10 lines   *  postinst             #!/bin/sh
     146 bytes,     8 lines   *  prerm                #!/bin/sh
 Package: libbz2-dev
 Source: bzip2
 Version: 1.0.5-0.1
 Architecture: m32r
 Maintainer: Anibal Monsalve Salazar <anibal at debian.org>
 Installed-Size: 108
 Depends: libbz2-1.0 (= 1.0.5-0.1), libc6-dev | libc-dev
 Replaces: bzip2 (<< 0.9.5d-3)
 Section: libdevel
 Priority: optional
 Homepage: http://www.bzip.org/
 Description: high-quality block-sorting file compressor library - development
  Static libraries and include files for the bzip2 compressor library.
  .
  bzip2 is a freely available, patent free, high-quality data compressor.
  It typically compresses files to within 10% to 15% of the best available
  techniques, whilst being around twice as fast at compression and six
  times faster at decompression.
  .
  bzip2 compresses files using the Burrows-Wheeler block-sorting text
  compression algorithm, and Huffman coding.  Compression is generally
  considerably better than that achieved by more conventional
  LZ77/LZ78-based compressors, and approaches the performance of the PPM
  family of statistical compressors.
  .
  The archive file format of bzip2 (.bz2) is incompatible with that of its
  predecessor, bzip (.bz).

chroot-unstable/build/buildd2/bzip2_1.0.5-0.1_m32r.deb:
 new debian package, version 2.0.
 size 50310 bytes: control archive= 1189 bytes.
    1030 bytes,    25 lines      control              
     203 bytes,    10 lines   *  postinst             #!/bin/sh
     543 bytes,    20 lines   *  preinst              #!/bin/sh
     141 bytes,     8 lines   *  prerm                #!/bin/sh
 Package: bzip2
 Version: 1.0.5-0.1
 Architecture: m32r
 Maintainer: Anibal Monsalve Salazar <anibal at debian.org>
 Installed-Size: 156
 Depends: libbz2-1.0 (= 1.0.5-0.1), libc6 (>= 2.3.5-1)
 Suggests: bzip2-doc
 Replaces: libbz2 (<< 0.9.5d-3)
 Section: utils
 Priority: optional
 Homepage: http://www.bzip.org/
 Description: high-quality block-sorting file compressor - utilities
  bzip2 is a freely available, patent free, high-quality data compressor.
  It typically compresses files to within 10% to 15% of the best available
  techniques, whilst being around twice as fast at compression and six
  times faster at decompression.
  .
  bzip2 compresses files using the Burrows-Wheeler block-sorting text
  compression algorithm, and Huffman coding.  Compression is generally
  considerably better than that achieved by more conventional
  LZ77/LZ78-based compressors, and approaches the performance of the PPM
  family of statistical compressors.
  .
  The archive file format of bzip2 (.bz2) is incompatible with that of its
  predecessor, bzip (.bz).

chroot-unstable/build/buildd2/libbz2-1.0_1.0.5-0.1_m32r.deb:
drwxr-xr-x root/root         0 2008-05-10 10:13 ./
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/doc/libbz2-1.0/
-rw-r--r-- root/root      2497 2008-05-10 10:13 ./usr/share/doc/libbz2-1.0/copyright
-rw-r--r-- root/root      5210 2008-05-10 10:13 ./usr/share/doc/libbz2-1.0/changelog.gz
-rw-r--r-- root/root      6387 2008-05-10 10:13 ./usr/share/doc/libbz2-1.0/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-05-10 10:13 ./lib/
-rw-r--r-- root/root     73084 2008-05-10 10:13 ./lib/libbz2.so.1.0.4
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./lib/libbz2.so.1 -> libbz2.so.1.0.4
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./lib/libbz2.so.1.0 -> libbz2.so.1.0.4

chroot-unstable/build/buildd2/libbz2-dev_1.0.5-0.1_m32r.deb:
drwxr-xr-x root/root         0 2008-05-10 10:13 ./
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/include/
-rw-r--r-- root/root      6245 2008-05-10 10:13 ./usr/include/bzlib.h
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/lib/
-rw-r--r-- root/root     69526 2008-05-10 10:13 ./usr/lib/libbz2.a
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./usr/share/doc/libbz2-dev -> libbz2-1.0
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./usr/lib/libbz2.so -> /lib/libbz2.so.1.0

chroot-unstable/build/buildd2/bzip2_1.0.5-0.1_m32r.deb:
drwxr-xr-x root/root         0 2008-05-10 10:13 ./
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/doc/bzip2/
-rw-r--r-- root/root      2497 2008-05-10 10:13 ./usr/share/doc/bzip2/copyright
-rw-r--r-- root/root      5210 2008-05-10 10:13 ./usr/share/doc/bzip2/changelog.gz
-rw-r--r-- root/root      6387 2008-05-10 10:13 ./usr/share/doc/bzip2/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/man/
drwxr-xr-x root/root         0 2008-05-10 10:13 ./usr/share/man/man1/
-rw-r--r-- root/root       493 2008-05-10 10:13 ./usr/share/man/man1/bzdiff.1.gz
-rw-r--r-- root/root      6597 2008-05-10 10:13 ./usr/share/man/man1/bzip2.1.gz
-rw-r--r-- root/root       638 2008-05-10 10:13 ./usr/share/man/man1/bzgrep.1.gz
-rw-r--r-- root/root       726 2008-05-10 10:13 ./usr/share/man/man1/bzexe.1.gz
-rw-r--r-- root/root        46 2008-05-10 10:13 ./usr/share/man/man1/bzcmp.1.gz
-rw-r--r-- root/root        48 2008-05-10 10:13 ./usr/share/man/man1/bzfgrep.1.gz
-rw-r--r-- root/root      1873 2008-05-10 10:13 ./usr/share/man/man1/bzmore.1.gz
-rw-r--r-- root/root        47 2008-05-10 10:13 ./usr/share/man/man1/bzless.1.gz
-rw-r--r-- root/root        48 2008-05-10 10:13 ./usr/share/man/man1/bzegrep.1.gz
drwxr-xr-x root/root         0 2008-05-10 10:13 ./bin/
-rwxr-xr-x root/root     32752 2008-05-10 10:13 ./bin/bzip2
-rwxr-xr-x root/root      2132 2008-05-10 10:13 ./bin/bzdiff
hrwxr-xr-x root/root         0 2008-05-10 10:13 ./bin/bunzip2 link to ./bin/bzip2
hrwxr-xr-x root/root         0 2008-05-10 10:13 ./bin/bzcat link to ./bin/bzip2
-rwxr-xr-x root/root      3642 2008-05-10 10:13 ./bin/bzgrep
-rwxr-xr-x root/root      1297 2008-05-10 10:13 ./bin/bzmore
-rwxr-xr-x root/root      4874 2008-05-10 10:13 ./bin/bzexe
-rwxr-xr-x root/root      7716 2008-05-10 10:13 ./bin/bzip2recover
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./usr/share/man/man1/bzcat.1.gz -> bzip2.1.gz
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./usr/share/man/man1/bzip2recover.1.gz -> bzip2.1.gz
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./usr/share/man/man1/bunzip2.1.gz -> bzip2.1.gz
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./bin/bzcmp -> bzdiff
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./bin/bzfgrep -> bzgrep
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./bin/bzegrep -> bzgrep
lrwxrwxrwx root/root         0 2008-05-10 10:13 ./bin/bzless -> bzmore

bzip2_1.0.5-0.1_m32r.changes:
Format: 1.8
Date: Mon, 24 Mar 2008 13:34:34 -0500
Source: bzip2
Binary: libbz2-1.0 libbz2-dev bzip2 lib64bz2-1.0 lib64bz2-dev lib32bz2-1.0 lib32bz2-dev bzip2-doc
Architecture: m32r
Version: 1.0.5-0.1
Distribution: unstable
Urgency: high
Maintainer: Hirokazu Takata <takata at linux-m32r.org>
Changed-By: Luis Uribe <acme at eviled.org>
Description: 
 bzip2      - high-quality block-sorting file compressor - utilities
 bzip2-doc  - high-quality block-sorting file compressor - documentation
 lib32bz2-1.0 - high-quality block-sorting file compressor library - 32bit runtim
 lib32bz2-dev - high-quality block-sorting file compressor library - 32bit develo
 lib64bz2-1.0 - high-quality block-sorting file compressor library - 64bit runtim
 lib64bz2-dev - high-quality block-sorting file compressor library - 64bit develo
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Closes: 471670
Changes: 
 bzip2 (1.0.5-0.1) unstable; urgency=high
 .
   * NMU
   * New upstream version. Fixes a denial of service via a crafted file.
     Ref: CVE-2008-1372. (Closes: #471670).
Checksums-Sha1: 
 7bfc105a2ed7d0bb5b523ed3f7bbb7828a81cef0 49902 libbz2-1.0_1.0.5-0.1_m32r.deb
 a9f4f4879a501388b978077ec3837772d7cb1dee 33606 libbz2-dev_1.0.5-0.1_m32r.deb
 53b5888cefa43987ea56061cd1763e4a7d376dd8 50310 bzip2_1.0.5-0.1_m32r.deb
Checksums-Sha256: 
 201421550bafd282b956b3bbbd0c5bbf281b221b5346c99d30df4fc8a11f9577 49902 libbz2-1.0_1.0.5-0.1_m32r.deb
 bcf02d9ebc64481be0b6e9cb195244a3e9b826e270525b27bf68065667bb02d8 33606 libbz2-dev_1.0.5-0.1_m32r.deb
 b65a3001566c3e3656b01c245e111038b8158e96db6cf133f180db1907f47f37 50310 bzip2_1.0.5-0.1_m32r.deb
Files: 
 ecd716d6b5a8335ccd8adbecdd23452e 49902 libs important libbz2-1.0_1.0.5-0.1_m32r.deb
 ee3abbe522650a994ea5a3af50b16c4a 33606 libdevel optional libbz2-dev_1.0.5-0.1_m32r.deb
 372c971e12c2d10501dd208f58eb9d2b 50310 utils optional bzip2_1.0.5-0.1_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd2/bzip2-1.0.5
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080510-1018
Build needed 00:23:07, 5720k disk space




More information about the build-status mailing list