[build-status: 76335] Log for successful build of python-apsw_3.3.13-r1-2 (dist=unstable)

Build Daemon 3 buildd3 at linux-m32r.org
Sat Jun 9 02:43:16 JST 2007


Automatic build of python-apsw_3.3.13-r1-2 on mappi006 by sbuild/m32r 0.53
Build started at 20070609-0220
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 87.8kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main python-apsw 3.3.13-r1-2 (dsc) [691B]
Get:2 http://debian.linux-m32r.org 06_devonian/main python-apsw 3.3.13-r1-2 (tar) [84.3kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main python-apsw 3.3.13-r1-2 (diff) [2857B]
Fetched 87.8kB in 1s (76.9kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), libsqlite3-dev (>= 3.3.13)
Checking for already installed source dependencies...
debhelper: already installed (5.0.49 >= 5.0.38 is satisfied)
python-all-dev: missing
Using default version 2.4.4-6
python-central: already installed (0.5.14 >= 0.5.6 is satisfied)
libsqlite3-dev: already installed (3.3.17-1 >= 3.3.13 is satisfied)
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  python-all python2.5 python2.5-dev python2.5-minimal
Suggested packages:
  python2.5-doc python-profiler
The following NEW packages will be installed:
  python-all python-all-dev python2.5 python2.5-dev python2.5-minimal
0 upgraded, 5 newly installed, 0 to remove and 23 not upgraded.
Need to get 0B/5865kB of archives.
After unpacking 20.2MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  python2.5-minimal python2.5 python-all python2.5-dev python-all-dev
Authentication warning overridden.
Selecting previously deselected package python2.5-minimal.
(Reading database ... 58220 files and directories currently installed.)
Unpacking python2.5-minimal (from .../python2.5-minimal_2.5.1-1_m32r.deb) ...
Selecting previously deselected package python2.5.
Unpacking python2.5 (from .../python2.5_2.5.1-1_m32r.deb) ...
Selecting previously deselected package python-all.
Unpacking python-all (from .../python-all_2.4.4-6_all.deb) ...
Selecting previously deselected package python2.5-dev.
Unpacking python2.5-dev (from .../python2.5-dev_2.5.1-1_m32r.deb) ...
Selecting previously deselected package python-all-dev.
Unpacking python-all-dev (from .../python-all-dev_2.4.4-6_all.deb) ...
Setting up python2.5-minimal (2.5.1-1) ...
INFO: using old version '/usr/bin/python2.3'

Setting up python2.5 (2.5.1-1) ...

Setting up python-all (2.4.4-6) ...
Setting up python2.5-dev (2.5.1-1) ...
Setting up python-all-dev (2.4.4-6) ...
Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7.0.1 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
gpg: Signature made Mon Jun  4 06:19:28 2007 JST using DSA key ID BB845E97
gpg: Can't check signature: public key not found
dpkg-source: extracting python-apsw in python-apsw-3.3.13-r1
dpkg-source: unpacking python-apsw_3.3.13-r1.orig.tar.gz
dpkg-source: applying /debian/buildd3/build/python-apsw_3.3.13-r1-2.diff.gz
dpkg-buildpackage: source package is python-apsw
dpkg-buildpackage: source version is 3.3.13-r1-2
dpkg-buildpackage: source changed by Joel Rosdahl <joel at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 3.3.13-r1-2
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build*stamp
rm -rf build
find . -name '*.pyc' | xargs rm -f
dh_clean
 debian/rules build
dh_testdir
python2.4 setup.py build -g
running build
running build_ext
building 'apsw' extension
creating build
creating build/temp.linux-m32r-2.4
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -g -DNDEBUG=1 -DEXPERIMENTAL=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/usr/include/python2.4 -c apsw.c -o build/temp.linux-m32r-2.4/apsw.o
In file included from /usr/include/python2.4/Python.h:8,
                 from apsw.c:40:
/usr/include/python2.4/pyconfig.h:851:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/lib/gcc/m32r-linux-gnu/4.1.2/../../../../m32r-linux-gnu/include/assert.h:36,
                 from apsw.c:34:
/usr/lib/gcc/m32r-linux-gnu/4.1.2/../../../../m32r-linux-gnu/include/features.h:190:1: warning: this is the location of the previous definition
In file included from apsw.c:66:
statementcache.c: In function 'statementcache_free':
statementcache.c:99: warning: unused variable 'res'
creating build/lib.linux-m32r-2.4
gcc -pthread -shared -g build/temp.linux-m32r-2.4/apsw.o -lsqlite3 -o build/lib.linux-m32r-2.4/apsw.so
touch build-ext-python2.4-stamp
dh_testdir
python2.5 setup.py build -g
running build
running build_ext
building 'apsw' extension
creating build/temp.linux-m32r-2.5
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -g -DNDEBUG=1 -DEXPERIMENTAL=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/usr/include/python2.5 -c apsw.c -o build/temp.linux-m32r-2.5/apsw.o
In file included from /usr/include/python2.5/Python.h:8,
                 from apsw.c:40:
/usr/include/python2.5/pyconfig.h:936:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/lib/gcc/m32r-linux-gnu/4.1.2/../../../../m32r-linux-gnu/include/assert.h:36,
                 from apsw.c:34:
/usr/lib/gcc/m32r-linux-gnu/4.1.2/../../../../m32r-linux-gnu/include/features.h:190:1: warning: this is the location of the previous definition
In file included from apsw.c:66:
statementcache.c: In function 'statementcache_free':
statementcache.c:99: warning: unused variable 'res'
creating build/lib.linux-m32r-2.5
gcc -pthread -shared -Wl,-O1 -g build/temp.linux-m32r-2.5/apsw.o -lsqlite3 -o build/lib.linux-m32r-2.5/apsw.so
touch build-ext-python2.5-stamp
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
python2.4 setup.py install --root=debian/python-apsw
running install
running build
running build_ext
running install_lib
creating debian/python-apsw/usr
creating debian/python-apsw/usr/lib
creating debian/python-apsw/usr/lib/python2.4
creating debian/python-apsw/usr/lib/python2.4/site-packages
copying build/lib.linux-m32r-2.4/apsw.so -> debian/python-apsw/usr/lib/python2.4/site-packages
running install_egg_info
Writing debian/python-apsw/usr/lib/python2.4/site-packages/apsw-3.3.13_r1.egg-info
find debian/python-apsw -name '*.pyc' | xargs rm -f
python2.5 setup.py install --root=debian/python-apsw
running install
running build
running build_ext
running install_lib
creating debian/python-apsw/usr/lib/python2.5
creating debian/python-apsw/usr/lib/python2.5/site-packages
copying build/lib.linux-m32r-2.5/apsw.so -> debian/python-apsw/usr/lib/python2.5/site-packages
running install_egg_info
Writing debian/python-apsw/usr/lib/python2.5/site-packages/apsw-3.3.13_r1.egg-info
find debian/python-apsw -name '*.pyc' | xargs rm -f
dh_testdir -a
dh_testroot -a
dh_installdocs -A -a apsw.html debian/NEWS.Debian
dh_pycentral -a
dh_installchangelogs -a
dh_strip -a
dh_compress -a
dh_fixperms -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
warning, `debian/python-apsw/DEBIAN/control' contains user-defined field `Python-Version'
dpkg-deb: ignoring 1 warnings about the control file(s)
dpkg-deb: building package `python-apsw' in `../python-apsw_3.3.13-r1-2_m32r.deb'.
 dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: warning: unknown information field 'Xb-Python-Version' in input data in package's section of control info file
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070609-0241

python-apsw_3.3.13-r1-2_m32r.changes:
Format: 1.7
Date: Sun, 03 Jun 2007 23:09:49 +0200
Source: python-apsw
Binary: python-apsw
Architecture: m32r
Version: 3.3.13-r1-2
Distribution: unstable
Urgency: low
Maintainer: Joel Rosdahl <joel at debian.org>
Changed-By: Joel Rosdahl <joel at debian.org>
Description: 
 python-apsw - another Python SQLite 3 wrapper
Changes: 
 python-apsw (3.3.13-r1-2) unstable; urgency=low
 .
   * Corrected documentation about Unicode strings in apsw.html.
   * Created NEWS.Debian with information about notable changes since
     python-apsw 3.3.5r1.
Files: 
 dda558747e6868e51dcaec05491194ea 95522 python optional python-apsw_3.3.13-r1-2_m32r.deb

/debian/buildd3/build/chroot-unstable/build/buildd3/python-apsw_3.3.13-r1-2_m32r.deb:
 new debian package, version 2.0.
 size 95522 bytes: control archive= 1353 bytes.
     801 bytes,    18 lines      control              
     547 bytes,     7 lines      md5sums              
     167 bytes,     7 lines   *  postinst             #!/bin/sh
     816 bytes,    28 lines   *  prerm                #!/bin/sh
 Package: python-apsw
 Version: 3.3.13-r1-2
 Architecture: m32r
 Maintainer: Joel Rosdahl <joel at debian.org>
 Installed-Size: 372
 Depends: libc6 (>= 2.3.5-1), libsqlite3-0 (>= 3.3.17), python-central (>= 0.5.8), python (<< 2.6), python (>= 2.4)
 Conflicts: python2.3-apsw, python2.4-apsw
 Replaces: python2.3-apsw, python2.4-apsw
 Provides: python2.5-apsw, python2.4-apsw
 Section: python
 Priority: optional
 Description: another Python SQLite 3 wrapper
  APSW (Another Python SQLite Wrapper) is an SQLite 3 wrapper that
  provides the thinnest layer over SQLite 3 possible. Everything you
  can do from the C API to SQLite 3, you can do from Python. Although
  APSW's API looks vaguely similar to Python's DB-API, it is not
  compliant with that API and instead works the way SQLite 3rm: cannot remove directory `/tmp/dpkgFu7vRZ': Directory not empty
rm cleanup failed, code 256
 does.
 Python-Version: 2.4, 2.5

/debian/buildd3/build/chroot-unstable/build/buildd3/python-apsw_3.3.13-r1-2_m32r.deb:
drwxr-xr-x root/root         0 2007-06-09 02:39 ./
drwxr-xr-x root/root         0 2007-06-09 02:38 ./usr/
drwxr-xr-x root/root         0 2007-06-09 02:38 ./usr/lib/
drwxr-xr-x root/root         0 2007-06-09 02:38 ./usr/lib/python2.4/
drwxr-xr-x root/root         0 2007-06-09 02:39 ./usr/lib/python2.4/site-packages/
-rw-r--r-- root/root     71028 2007-06-09 02:39 ./usr/lib/python2.4/site-packages/apsw.so
drwxr-xr-x root/root         0 2007-06-09 02:38 ./usr/lib/python2.5/
drwxr-xr-x root/root         0 2007-06-09 02:39 ./usr/lib/python2.5/site-packages/
-rw-r--r-- root/root     71692 2007-06-09 02:39 ./usr/lib/python2.5/site-packages/apsw.so
drwxr-xr-x root/root         0 2007-06-09 02:38 ./usr/share/
drwxr-xr-x root/root         0 2007-06-09 02:38 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-06-09 02:39 ./usr/share/doc/python-apsw/
-rw-r--r-- root/root    136442 2007-06-09 02:30 ./usr/share/doc/python-apsw/apsw.html
-rw-r--r-- root/root      1173 2007-06-09 02:30 ./usr/share/doc/python-apsw/copyright
-rw-r--r-- root/root       394 2007-06-09 02:30 ./usr/share/doc/python-apsw/NEWS.Debian.gz
-rw-r--r-- root/root       767 2007-06-09 02:30 ./usr/share/doc/python-apsw/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-06-09 02:38 ./usr/share/pycentral/
drwxr-xr-x root/root         0 2007-06-09 02:38 ./usr/share/pycentral/python-apsw/
drwxr-xr-x root/root         0 2007-06-09 02:38 ./usr/share/pycentral/python-apsw/site-packages/
-rw-r--r-- root/root       222 2007-06-09 02:38 ./usr/share/pycentral/python-apsw/site-packages/apsw-3.3.13_r1.egg-info

******************************************************************************
Built successfully
Purging /debian/buildd3/build/chroot-unstable/build/buildd3/python-apsw-3.3.13-r1
------------------------------------------------------------------------------
(Reading database ... 59122 files and directories currently installed.)
Removing python-all-dev ...
Removing python-all ...
Removing python2.5-dev ...
Removing python2.5 ...
Purging configuration files for python2.5 ...
Removing python2.5-minimal ...
INFO: using old version '/usr/bin/python2.3'
Purging configuration files for python2.5-minimal ...
******************************************************************************
Finished at 20070609-0243
Build needed 00:11:57, 1776k disk space




More information about the build-status mailing list