[build-status: 152460] Log for successful build of apt-cacher-ng_0.2.1-1 (dist=unstable)

Build Daemon 3 buildd3 at linux-m32r.org
Fri Jul 25 16:52:46 JST 2008


Automatic build of apt-cacher-ng_0.2.1-1 on mappi006 by sbuild/m32r 
Build started at 20080725-1545
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 182kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main apt-cacher-ng 0.2.1-1 (dsc) [1028B]
Get:2 http://debian.linux-m32r.org 06_devonian/main apt-cacher-ng 0.2.1-1 (tar) [174kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main apt-cacher-ng 0.2.1-1 (diff) [7536B]
Fetched 182kB in 3s (46.2kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5), libbz2-dev, zlib1g-dev, libfuse-dev, pkg-config
Checking for already installed source dependencies...
debhelper: already installed (7.0.15 >= 5 is satisfied)
libbz2-dev: already installed (1.0.5-0.1)
zlib1g-dev: already installed (1:1.2.3.3.dfsg-12)
libfuse-dev: missing
pkg-config: already installed (0.22-1)
Checking for source dependency conflicts...
  /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install libfuse-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  libhal-storage-dev libkrb5-dev libosmesa6 libssh2-0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libfuse2
Suggested packages:
  fuse-utils
The following NEW packages will be installed:
  libfuse-dev libfuse2
0 upgraded, 2 newly installed, 0 to remove and 133 not upgraded.
Need to get 0B/275kB of archives.
After this operation, 725kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libfuse2 libfuse-dev
Authentication warning overridden.
Selecting previously deselected package libfuse2.
(Reading database ... 64374 files and directories currently installed.)
Unpacking libfuse2 (from .../libfuse2_2.7.3-4_m32r.deb) ...
Selecting previously deselected package libfuse-dev.
Unpacking libfuse-dev (from .../libfuse-dev_2.7.3-4_m32r.deb) ...
Setting up libfuse2 (2.7.3-4) ...
Setting up libfuse-dev (2.7.3-4) ...
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7.0.2 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 apt-cacher-ng in apt-cacher-ng-0.2.1
dpkg-source: info: unpacking apt-cacher-ng_0.2.1.orig.tar.gz
dpkg-source: info: applying apt-cacher-ng_0.2.1-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 apt-cacher-ng
dpkg-buildpackage: source version 0.2.1-1
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/usr/bin/make clean || true
make[1]: Entering directory `/build/buildd3/apt-cacher-ng-0.2.1'
rm -rf build apt-cacher-ng apt-cacher-ng.debug in.acng acngfs
make[1]: Leaving directory `/build/buildd3/apt-cacher-ng-0.2.1'
rm -rf acng-whole
dh_clean 
 debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
#/usr/bin/make build/Makefile
#cd build && make apt-cacher-ng
/usr/bin/make acng-whole in.acng acngfs
make[1]: Entering directory `/build/buildd3/apt-cacher-ng-0.2.1'
mkdir -p build
# for some reason -combine doesn't work well with -fwhole-program, trying a workaround...
cat source/acbuf.cc source/acfg.cc source/aclogger.cc source/apt-cacher.cc source/caddrinfo.cc source/con.cc source/conserver.cc source/dirwalk.cc source/dlcon.cc source/expiration.cc source/fileitem.cc source/filereader.cc source/header.cc source/job.cc source/lockable.cc source/maintenance.cc source/meta.cc source/pkgimport.cc source/rechecks.cc source/showinfo.cc 3rd-party/md5.cc > build/all.cc
g++ -o build/acng-whole -fwhole-program -g -O2 -g -O2 build/all.cc -Iinclude -I3rd-party -lpthread  -lz -lbz2
strip build/acng-whole
cp build/acng-whole apt-cacher-ng
mkdir -p build/cl
g++ -g -O2 -O2 -c -o build/cl/client.o client/client.cc -Iinclude
g++ -O2 -c -o build/cl/acbuf.o source/acbuf.cc -Iinclude
cc -o in.acng build/cl/client.o build/cl/acbuf.o -lsupc++ -Wl,--as-needed
strip in.acng
mkdir -p build/fs
g++ -Iinclude -o acngfs `pkg-config fuse --cflags` source/dlcon.cc source/header.cc fs/src/httpfs.cc source/lockable.cc source/meta.cc source/acbuf.cc source/rechecks.cc source/caddrinfo.cc  -Wl,--as-needed `pkg-config fuse --libs`
make[1]: Leaving directory `/build/buildd3/apt-cacher-ng-0.2.1'
# may fail if halibut is not installed, doesn't matter
/usr/bin/make doc
make[1]: Entering directory `/build/buildd3/apt-cacher-ng-0.2.1'
mkdir -p doc/.build doc/html doc/man
cd doc/.build && halibut --text=README.txt --html --pdf ../src/README.but
/bin/sh: halibut: command not found
make[1]: *** [doc] Error 127
make[1]: Leaving directory `/build/buildd3/apt-cacher-ng-0.2.1'
make: [build-stamp] Error 2 (ignored)
#docbook-to-man debian/apt-cacher-ng.sgml > apt-cacher-ng.1
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k 
dh_installdirs
# Add here commands to install the package into debian/apt-cacher-ng.
#/usr/bin/make DESTDIR=/build/buildd3/apt-cacher-ng-0.2.1/debian/apt-cacher-ng install
install apt-cacher-ng /build/buildd3/apt-cacher-ng-0.2.1/debian/apt-cacher-ng/usr/sbin/apt-cacher-ng
#install acngfs /build/buildd3/apt-cacher-ng-0.2.1/debian/apt-cacher-ng/usr/sbin/
install acngfs in.acng expire-caller.pl /build/buildd3/apt-cacher-ng-0.2.1/debian/apt-cacher-ng/usr/lib/apt-cacher-ng/
cp -a conf/{*mirror*,*.html,*.css} /build/buildd3/apt-cacher-ng-0.2.1/debian/apt-cacher-ng/usr/lib/apt-cacher-ng
cp -a conf/*.conf /build/buildd3/apt-cacher-ng-0.2.1/debian/apt-cacher-ng/etc/apt-cacher-ng/
> /build/buildd3/apt-cacher-ng-0.2.1/debian/apt-cacher-ng/etc/apt-cacher-ng//backends_debian
> /build/buildd3/apt-cacher-ng-0.2.1/debian/apt-cacher-ng/etc/apt-cacher-ng//backends_ubuntu
cd /build/buildd3/apt-cacher-ng-0.2.1/debian/apt-cacher-ng/etc/apt-cacher-ng/ && cp -s ../../usr/lib/apt-cacher-ng/{*mirror*,*.html,*.css} .
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples conf/*.conf
dh_installlogrotate
dh_installinit
dh_installcron
dh_installman doc/man/*.8
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
#dh_installman doc/man/apt-cacher-ng.8
dh_link
dh_strip
dh_compress -X.pdf
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums
dh_builddeb
dpkg-deb: building package `apt-cacher-ng' in `../apt-cacher-ng_0.2.1-1_m32r.deb'.
 dpkg-genchanges -B -mHirokazu Takata <takata\@linux-m32r.org> >../apt-cacher-ng_0.2.1-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 20080725-1648

chroot-unstable/build/buildd3/apt-cacher-ng_0.2.1-1_m32r.deb:
 new debian package, version 2.0.
 size 253046 bytes: control archive= 2813 bytes.
     246 bytes,     8 lines      conffiles            
    1159 bytes,    24 lines      control              
    2212 bytes,    30 lines      md5sums              
    1592 bytes,    61 lines   *  postinst             #!/bin/sh
     620 bytes,    25 lines   *  postrm               #!/bin/sh
     287 bytes,    11 lines   *  prerm                #!/bin/sh
 Package: apt-cacher-ng
 Version: 0.2.1-1
 Architecture: m32r
 Maintainer: Eduard Bloch <blade at debian.org>
 Installed-Size: 664
 Depends: libbz2-1.0, libc6 (>= 2.3.5-1), libfuse2 (>= 2.6), libgcc1 (>= 1:4.1.1-12), libstdc++6 (>= 4.1.1-12), zlib1g (>= 1:1.1.4), adduser
 Section: net
 Priority: optional
 Description: Caching proxy for distribution of software packages
  Apt-Cacher NG is yet another implementation of a HTTP proxy for
  software packages, primarily targeted at Debian/Ubuntu packages but
  may also be used with others types.
  .
  It follows similar principles as others (Apt-Cacher, Apt-Proxy,
  Approx) and serves the same purpose: a central machine presents the
  proxy for a local network and clients configure their APT setup
  to download through it. Apt-Cacher keeps a copy of all useful data
  that has been passed through it and when a similar request appears,
  the old copy of the data is delivered without redownloading it from
  the Debian mirrors.
  .
  Apt-Cacher is more than a simple rewrite of Apt-Cacher. It was redesigned
  from scratch and is written in C++ with main focus on maximizing throughput
  with low requirements on system resources.

chroot-unstable/build/buildd3/apt-cacher-ng_0.2.1-1_m32r.deb:
drwxr-xr-x root/root         0 2008-07-25 16:40 ./
drwxr-xr-x root/root         0 2008-07-25 16:38 ./usr/
drwxr-xr-x root/root         0 2008-07-25 16:40 ./usr/sbin/
-rwxr-xr-x root/root    213160 2008-07-25 16:40 ./usr/sbin/apt-cacher-ng
drwxr-xr-x root/root         0 2008-07-25 16:38 ./usr/lib/
drwxr-xr-x root/root         0 2008-07-25 16:40 ./usr/lib/apt-cacher-ng/
-rwxr-xr-x root/root     88436 2008-07-25 16:40 ./usr/lib/apt-cacher-ng/acngfs
-rwxr-xr-x root/root     41552 2008-07-25 16:40 ./usr/lib/apt-cacher-ng/in.acng
-rwxr-xr-x root/root      2941 2008-07-25 16:38 ./usr/lib/apt-cacher-ng/expire-caller.pl
-rw-r--r-- root/root     36551 2008-06-10 16:48 ./usr/lib/apt-cacher-ng/deb_mirrors.gz
-rw-r--r-- root/root     19344 2008-06-10 16:48 ./usr/lib/apt-cacher-ng/ubuntu_mirrors
-rw-r--r-- root/root       992 2008-07-15 23:24 ./usr/lib/apt-cacher-ng/maint.html
-rw-r--r-- root/root      4087 2008-07-15 23:24 ./usr/lib/apt-cacher-ng/report.html
-rw-r--r-- root/root      3236 2008-06-21 20:05 ./usr/lib/apt-cacher-ng/userinfo.html
-rw-r--r-- root/root       819 2007-11-19 05:03 ./usr/lib/apt-cacher-ng/style.css
drwxr-xr-x root/root         0 2008-07-25 16:39 ./usr/share/
drwxr-xr-x root/root         0 2008-07-25 16:38 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-07-25 16:40 ./usr/share/doc/apt-cacher-ng/
-rw-r--r-- root/root      3771 2008-07-15 23:24 ./usr/share/doc/apt-cacher-ng/changelog.gz
-rw-r--r-- root/root      7229 2008-07-15 23:42 ./usr/share/doc/apt-cacher-ng/README.gz
-rw-r--r-- root/root      1798 2008-07-15 23:31 ./usr/share/doc/apt-cacher-ng/TODO
-rw-r--r-- root/root     29159 2008-07-15 23:42 ./usr/share/doc/apt-cacher-ng/apt-cacher-ng.pdf
drwxr-xr-x root/root         0 2008-07-25 16:38 ./usr/share/doc/apt-cacher-ng/html/
-rw-r--r-- root/root      1488 2007-11-23 09:29 ./usr/share/doc/apt-cacher-ng/html/secure.html
-rw-r--r-- root/root       891 2007-12-07 06:18 ./usr/share/doc/apt-cacher-ng/html/cont.html
-rw-r--r-- root/root      1324 2007-11-23 09:29 ./usr/share/doc/apt-cacher-ng/html/usage.html
-rw-r--r-- root/root      2229 2008-07-15 23:42 ./usr/share/doc/apt-cacher-ng/html/index.html
-rw-r--r-- root/root      3115 2008-06-20 07:13 ./usr/share/doc/apt-cacher-ng/html/maint.html
-rw-r--r-- root/root      1138 2007-12-07 06:18 ./usr/share/doc/apt-cacher-ng/html/misc.html
-rw-r--r-- root/root      1876 2007-12-07 06:18 ./usr/share/doc/apt-cacher-ng/html/config-client.html
-rw-r--r-- root/root      8287 2008-06-20 07:13 ./usr/share/doc/apt-cacher-ng/html/config-serv.html
-rw-r--r-- root/root      2833 2007-11-23 09:29 ./usr/share/doc/apt-cacher-ng/html/Intro.html
-rw-r--r-- root/root      1718 2008-07-25 16:08 ./usr/share/doc/apt-cacher-ng/README.Debian
-rw-r--r-- root/root      3427 2008-07-25 16:08 ./usr/share/doc/apt-cacher-ng/copyright
drwxr-xr-x root/root         0 2008-07-25 16:38 ./usr/share/doc/apt-cacher-ng/examples/
-rw-r--r-- root/root      2585 2008-07-14 18:57 ./usr/share/doc/apt-cacher-ng/examples/acng.conf
-rw-r--r-- root/root       401 2008-03-20 20:50 ./usr/share/doc/apt-cacher-ng/examples/security.conf
-rw-r--r-- root/root      1761 2008-07-25 16:08 ./usr/share/doc/apt-cacher-ng/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-07-25 16:39 ./usr/share/man/
drwxr-xr-x root/root         0 2008-07-25 16:40 ./usr/share/man/man8/
-rw-r--r-- root/root      1819 2008-07-25 16:39 ./usr/share/man/man8/acngfs.8.gz
-rw-r--r-- root/root       696 2008-07-25 16:39 ./usr/share/man/man8/apt-cacher-ng.8.gz
drwxr-xr-x root/root         0 2008-07-25 16:39 ./etc/
drwxr-xr-x root/root         0 2008-07-25 16:39 ./etc/apt-cacher-ng/
-rw-r--r-- root/root      2585 2008-07-14 18:57 ./etc/apt-cacher-ng/acng.conf
-rw-r--r-- root/root       401 2008-03-20 20:50 ./etc/apt-cacher-ng/security.conf
-rw-r--r-- root/root         0 2008-07-25 16:38 ./etc/apt-cacher-ng/backends_debian
-rw-r--r-- root/root         0 2008-07-25 16:38 ./etc/apt-cacher-ng/backends_ubuntu
drwxr-xr-x root/root         0 2008-07-25 16:39 ./etc/logrotate.d/
-rw-r--r-- root/root       350 2008-07-25 16:39 ./etc/logrotate.d/apt-cacher-ng
drwxr-xr-x root/root         0 2008-07-25 16:39 ./etc/default/
-rw-r--r-- root/root       276 2008-07-25 16:08 ./etc/default/apt-cacher-ng
drwxr-xr-x root/root         0 2008-07-25 16:39 ./etc/init.d/
-rwxr-xr-x root/root      1698 2008-07-25 16:08 ./etc/init.d/apt-cacher-ng
drwxr-xr-x root/root         0 2008-07-25 16:39 ./etc/cron.daily/
-rwxr-xr-x root/root       353 2008-07-25 16:39 ./etc/cron.daily/apt-cacher-ng
lrwxrwxrwx root/root         0 2008-07-25 16:39 ./etc/apt-cacher-ng/deb_mirrors.gz -> /usr/lib/apt-cacher-ng/deb_mirrors.gz
lrwxrwxrwx root/root         0 2008-07-25 16:39 ./etc/apt-cacher-ng/ubuntu_mirrors -> /usr/lib/apt-cacher-ng/ubuntu_mirrors
lrwxrwxrwx root/root         0 2008-07-25 16:39 ./etc/apt-cacher-ng/maint.html -> /usr/lib/apt-cacher-ng/maint.html
lrwxrwxrwx root/root         0 2008-07-25 16:39 ./etc/apt-cacher-ng/report.html -> /usr/lib/apt-cacher-ng/report.html
lrwxrwxrwx root/root         0 2008-07-25 16:39 ./etc/apt-cacher-ng/userinfo.html -> /usr/lib/apt-cacher-ng/userinfo.html
lrwxrwxrwx root/root         0 2008-07-25 16:39 ./etc/apt-cacher-ng/style.css -> /usr/lib/apt-cacher-ng/style.css

apt-cacher-ng_0.2.1-1_m32r.changes:
Format: 1.8
Date: Sat, 28 Jun 2008 17:27:12 +0200
Source: apt-cacher-ng
Binary: apt-cacher-ng
Architecture: m32r
Version: 0.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Hirokazu Takata <takata\@linux-m32r.org>
Changed-By: Eduard Bloch <blade at debian.org>
Description: 
 apt-cacher-ng - Caching proxy for distribution of software packages
Changes: 
 apt-cacher-ng (0.2.1-1) unstable; urgency=medium
 .
   * New upstream release
     + might fix incorrect responses on server changing (apt's "hang-up")
Checksums-Sha1: 
 fe6b1f92f2b6f081574a0d2e6f998b637d1a4e64 253046 apt-cacher-ng_0.2.1-1_m32r.deb
Checksums-Sha256: 
 f03a3293e2cddf5aa1f8be501a5fa06843f810cf8f8154f9283367f357b151c7 253046 apt-cacher-ng_0.2.1-1_m32r.deb
Files: 
 e3f87c002c114a05867fac27adeedfbf 253046 net optional apt-cacher-ng_0.2.1-1_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd3/apt-cacher-ng-0.2.1
------------------------------------------------------------------------------
  /usr/bin/sudo dpkg --root=/debian/buildd3/build/chroot-unstable --purge libfuse-dev libfuse2
(Reading database ... 64430 files and directories currently installed.)
Removing libfuse-dev ...
Removing libfuse2 ...
Purging configuration files for libfuse2 ...
******************************************************************************
Finished at 20080725-1652
Build needed 00:42:45, 2496k disk space




More information about the build-status mailing list