[build-status: 76426] Log for successful build of python-mysqldb_1.2.2-3 (dist=unstable)

Build Daemon 2 buildd2 at linux-m32r.org
Sat Jun 9 21:15:22 JST 2007


Automatic build of python-mysqldb_1.2.2-3 on mappi005 by sbuild/m32r 0.53
Build started at 20070609-2100
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 95.2kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main python-mysqldb 1.2.2-3 (dsc) [935B]
Get:2 http://debian.linux-m32r.org 06_devonian/main python-mysqldb 1.2.2-3 (tar) [87.1kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main python-mysqldb 1.2.2-3 (diff) [7156B]
Fetched 95.2kB in 0s (126kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5.0.37.2), dpatch, python-all-dev (>= 2.4.4-3), libmysqlclient15-dev (>= 5.0.26-1), zlib1g-dev, python-support (>= 0.6), python-setuptools
**** Warning:
**** The following central src deps are (probably) missing:
  libmysqlclient10-dev
Checking for already installed source dependencies...
debhelper: already installed (5.0.49 >= 5.0.37.2 is satisfied)
dpatch: missing
python-all-dev: missing
Using default version 2.4.4-6
libmysqlclient15-dev: missing
Using default version 5.0.41-2
zlib1g-dev: already installed (1:1.2.3-15)
python-support: already installed (0.6.4 >= 0.6 is satisfied)
python-setuptools: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  libmysqlclient15off python2.5-dev
Suggested packages:
  curl
The following packages will be REMOVED:
  libmysqlclient15* libqt4-qt3support* libqt4-sql*
The following NEW packages will be installed:
  dpatch libmysqlclient15-dev libmysqlclient15off python-all-dev
  python-setuptools python2.5-dev
0 upgraded, 6 newly installed, 3 to remove and 27 not upgraded.
Need to get 0B/10.7MB of archives.
After unpacking 23.5MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  dpatch libmysqlclient15off libmysqlclient15-dev python2.5-dev python-all-dev
  python-setuptools
Authentication warning overridden.
(Reading database ... 60282 files and directories currently installed.)
Removing libqt4-qt3support ...
Purging configuration files for libqt4-qt3support ...
Removing libqt4-sql ...
Purging configuration files for libqt4-sql ...
Removing libmysqlclient15 ...
Purging configuration files for libmysqlclient15 ...
Selecting previously deselected package dpatch.
(Reading database ... 60261 files and directories currently installed.)
Unpacking dpatch (from .../archives/dpatch_2.0.25_all.deb) ...
Selecting previously deselected package libmysqlclient15off.
Unpacking libmysqlclient15off (from .../libmysqlclient15off_5.0.41-2_m32r.deb) ...
Selecting previously deselected package libmysqlclient15-dev.
Unpacking libmysqlclient15-dev (from .../libmysqlclient15-dev_5.0.41-2_m32r.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) ...
Selecting previously deselected package python-setuptools.
Unpacking python-setuptools (from .../python-setuptools_0.6c5-3_all.deb) ...
Setting up dpatch (2.0.25) ...
Setting up libmysqlclient15off (5.0.41-2) ...

Setting up libmysqlclient15-dev (5.0.41-2) ...

Setting up python2.5-dev (2.5.1-1) ...
Setting up python-all-dev (2.4.4-6) ...
Setting up python-setuptools (0.6c5-3) ...
INFO: using old version '/usr/bin/python2.3'

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 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
------------------------------------------------------------------------------
dpkg-source: extracting python-mysqldb in python-mysqldb-1.2.2
dpkg-source: unpacking python-mysqldb_1.2.2.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/python-mysqldb_1.2.2-3.diff.gz
dpkg-buildpackage: source package is python-mysqldb
dpkg-buildpackage: source version is 1.2.2-3
dpkg-buildpackage: source changed by Jonas Meurer <mejo at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 1.2.2-3
 /usr/bin/fakeroot debian/rules clean
dpatch  deapply-all  
03_converters_set2str not applied to ./ .
02_reconnect not applied to ./ .
01_converters_boolean not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
--- Cleaning
rm -f build-stamp install-stamp
rm -rf build
find . -name "*.py[co]" -exec rm -f {} \;
dh_clean
 debian/rules build
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch 01_converters_boolean to ./ ... ok.
applying patch 02_reconnect to ./ ... ok.
applying patch 03_converters_set2str to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
set -e; \
	for PYTHON in python2.4 python2.5; do \
		echo "--- Compiling for $PYTHON"; \
		$PYTHON setup.py build; \
	done
--- Compiling for python2.4
running build
running build_py
creating build
creating build/lib.linux-m32r-2.4
copying _mysql_exceptions.py -> build/lib.linux-m32r-2.4
creating build/lib.linux-m32r-2.4/MySQLdb
copying MySQLdb/__init__.py -> build/lib.linux-m32r-2.4/MySQLdb
copying MySQLdb/converters.py -> build/lib.linux-m32r-2.4/MySQLdb
copying MySQLdb/connections.py -> build/lib.linux-m32r-2.4/MySQLdb
copying MySQLdb/cursors.py -> build/lib.linux-m32r-2.4/MySQLdb
copying MySQLdb/release.py -> build/lib.linux-m32r-2.4/MySQLdb
copying MySQLdb/times.py -> build/lib.linux-m32r-2.4/MySQLdb
creating build/lib.linux-m32r-2.4/MySQLdb/constants
copying MySQLdb/constants/__init__.py -> build/lib.linux-m32r-2.4/MySQLdb/constants
copying MySQLdb/constants/CR.py -> build/lib.linux-m32r-2.4/MySQLdb/constants
copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.linux-m32r-2.4/MySQLdb/constants
copying MySQLdb/constants/ER.py -> build/lib.linux-m32r-2.4/MySQLdb/constants
copying MySQLdb/constants/FLAG.py -> build/lib.linux-m32r-2.4/MySQLdb/constants
copying MySQLdb/constants/REFRESH.py -> build/lib.linux-m32r-2.4/MySQLdb/constants
copying MySQLdb/constants/CLIENT.py -> build/lib.linux-m32r-2.4/MySQLdb/constants
running build_ext
building '_mysql' extension
creating build/temp.linux-m32r-2.4
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -Dversion_info=(1,2,2,'final',0) -D__version__=1.2.2 -I/usr/include/mysql -I/usr/include/python2.4 -c _mysql.c -o build/temp.linux-m32r-2.4/_mysql.o -DBIG_JOINS=1
gcc -pthread -shared build/temp.linux-m32r-2.4/_mysql.o -L/usr/lib/mysql -lmysqlclient_r -o build/lib.linux-m32r-2.4/_mysql.so
--- Compiling for python2.5
running build
running build_py
creating build/lib.linux-m32r-2.5
copying _mysql_exceptions.py -> build/lib.linux-m32r-2.5
creating build/lib.linux-m32r-2.5/MySQLdb
copying MySQLdb/__init__.py -> build/lib.linux-m32r-2.5/MySQLdb
copying MySQLdb/converters.py -> build/lib.linux-m32r-2.5/MySQLdb
copying MySQLdb/connections.py -> build/lib.linux-m32r-2.5/MySQLdb
copying MySQLdb/cursors.py -> build/lib.linux-m32r-2.5/MySQLdb
copying MySQLdb/release.py -> build/lib.linux-m32r-2.5/MySQLdb
copying MySQLdb/times.py -> build/lib.linux-m32r-2.5/MySQLdb
creating build/lib.linux-m32r-2.5/MySQLdb/constants
copying MySQLdb/constants/__init__.py -> build/lib.linux-m32r-2.5/MySQLdb/constants
copying MySQLdb/constants/CR.py -> build/lib.linux-m32r-2.5/MySQLdb/constants
copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.linux-m32r-2.5/MySQLdb/constants
copying MySQLdb/constants/ER.py -> build/lib.linux-m32r-2.5/MySQLdb/constants
copying MySQLdb/constants/FLAG.py -> build/lib.linux-m32r-2.5/MySQLdb/constants
copying MySQLdb/constants/REFRESH.py -> build/lib.linux-m32r-2.5/MySQLdb/constants
copying MySQLdb/constants/CLIENT.py -> build/lib.linux-m32r-2.5/MySQLdb/constants
running build_ext
building '_mysql' extension
creating build/temp.linux-m32r-2.5
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -Dversion_info=(1,2,2,'final',0) -D__version__=1.2.2 -I/usr/include/mysql -I/usr/include/python2.5 -c _mysql.c -o build/temp.linux-m32r-2.5/_mysql.o -DBIG_JOINS=1
gcc -pthread -shared -Wl,-O1 build/temp.linux-m32r-2.5/_mysql.o -L/usr/lib/mysql -lmysqlclient_r -o build/lib.linux-m32r-2.5/_mysql.so
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
set -e; \
	for PYTHON in python2.4 python2.5; do \
		echo "--- Installing for $PYTHON"; \
		$PYTHON setup.py install --root `pwd`/debian/python-mysqldb; \
	done
--- Installing for python2.4
running install
running build
running build_py
copying MySQLdb/release.py -> build/lib.linux-m32r-2.4/MySQLdb
running build_ext
running install_lib
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages
copying build/lib.linux-m32r-2.4/_mysql.so -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages
copying build/lib.linux-m32r-2.4/_mysql_exceptions.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb
copying build/lib.linux-m32r-2.4/MySQLdb/cursors.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb
copying build/lib.linux-m32r-2.4/MySQLdb/converters.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.4/MySQLdb/constants/FLAG.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.4/MySQLdb/constants/CR.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.4/MySQLdb/constants/REFRESH.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.4/MySQLdb/constants/FIELD_TYPE.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.4/MySQLdb/constants/__init__.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.4/MySQLdb/constants/CLIENT.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.4/MySQLdb/constants/ER.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.4/MySQLdb/__init__.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb
copying build/lib.linux-m32r-2.4/MySQLdb/times.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb
copying build/lib.linux-m32r-2.4/MySQLdb/release.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb
copying build/lib.linux-m32r-2.4/MySQLdb/connections.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/_mysql_exceptions.py to _mysql_exceptions.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/cursors.py to cursors.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/converters.py to converters.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants/FLAG.py to FLAG.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants/CR.py to CR.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants/REFRESH.py to REFRESH.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants/FIELD_TYPE.py to FIELD_TYPE.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants/__init__.py to __init__.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants/CLIENT.py to CLIENT.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/constants/ER.py to ER.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/__init__.py to __init__.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/times.py to times.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/release.py to release.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQLdb/connections.py to connections.pyc
running install_egg_info
running egg_info
writing MySQL_python.egg-info/PKG-INFO
writing top-level names to MySQL_python.egg-info/top_level.txt
writing dependency_links to MySQL_python.egg-info/dependency_links.txt
reading manifest file 'MySQL_python.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'MySQL_python.egg-info/SOURCES.txt'
Copying MySQL_python.egg-info to /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.4/site-packages/MySQL_python-1.2.2-py2.4.egg-info
running install_scripts
--- Installing for python2.5
running install
running build
running build_py
copying MySQLdb/release.py -> build/lib.linux-m32r-2.5/MySQLdb
running build_ext
running install_lib
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages
copying build/lib.linux-m32r-2.5/_mysql.so -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages
copying build/lib.linux-m32r-2.5/_mysql_exceptions.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb
copying build/lib.linux-m32r-2.5/MySQLdb/cursors.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb
copying build/lib.linux-m32r-2.5/MySQLdb/converters.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb
creating /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.5/MySQLdb/constants/FLAG.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.5/MySQLdb/constants/CR.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.5/MySQLdb/constants/REFRESH.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.5/MySQLdb/constants/FIELD_TYPE.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.5/MySQLdb/constants/__init__.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.5/MySQLdb/constants/CLIENT.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.5/MySQLdb/constants/ER.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants
copying build/lib.linux-m32r-2.5/MySQLdb/__init__.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb
copying build/lib.linux-m32r-2.5/MySQLdb/times.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb
copying build/lib.linux-m32r-2.5/MySQLdb/release.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb
copying build/lib.linux-m32r-2.5/MySQLdb/connections.py -> /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/_mysql_exceptions.py to _mysql_exceptions.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/cursors.py to cursors.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/converters.py to converters.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants/FLAG.py to FLAG.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants/CR.py to CR.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants/REFRESH.py to REFRESH.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants/FIELD_TYPE.py to FIELD_TYPE.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants/__init__.py to __init__.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants/CLIENT.py to CLIENT.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/constants/ER.py to ER.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/__init__.py to __init__.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/times.py to times.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/release.py to release.pyc
byte-compiling /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQLdb/connections.py to connections.pyc
running install_egg_info
running egg_info
writing MySQL_python.egg-info/PKG-INFO
writing top-level names to MySQL_python.egg-info/top_level.txt
writing dependency_links to MySQL_python.egg-info/dependency_links.txt
reading manifest file 'MySQL_python.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'MySQL_python.egg-info/SOURCES.txt'
Copying MySQL_python.egg-info to /build/buildd2/python-mysqldb-1.2.2/debian/python-mysqldb/usr/lib/python2.5/site-packages/MySQL_python-1.2.2-py2.5.egg-info
running install_scripts
  -- Cleaning build from *.py[co] files
find debian -name '*.py[co]' | xargs -n 50 rm -f
touch install-stamp
dh_installdocs
dh_installchangelogs ChangeLog
dh_installchangelogs
dh_strip
dh_compress
dh_fixperms
dh_pysupport
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
warning, `debian/python-mysqldb/DEBIAN/control' contains user-defined field `Python-Version'
dpkg-deb: ignoring 1 warnings about the control file(s)
dpkg-deb: building package `python-mysqldb' in `../python-mysqldb_1.2.2-3_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-2112

python-mysqldb_1.2.2-3_m32r.changes:
Format: 1.7
Date: Tue, 08 May 2007 04:01:09 +0200
Source: python-mysqldb
Binary: python-mysqldb
Architecture: m32r
Version: 1.2.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Changed-By: Jonas Meurer <mejo at debian.org>
Description: 
 python-mysqldb - A Python interface to MySQL
Closes: 422665
Changes: 
 python-mysqldb (1.2.2-3) unstable; urgency=low
 .
   * Build-Depend on python-setuptools, thanks to Michael Ablassmeier
     <abi at grinser.de>. (closes: #422665)
Files: 
 8371d8de3d3976f0397d470fcde1e32e 94360 python optional python-mysqldb_1.2.2-3_m32r.deb

/debian/buildd2/build/chroot-unstable/build/buildd2/python-mysqldb_1.2.2-3_m32r.deb:
 new debian package, version 2.0.
 size 94360 bytes: control archive= 1826 bytes.
     870 bytes,    21 lines      control              
    2664 bytes,    28 lines      md5sums              
     419 bytes,    15 lines   *  postinst             #!/bin/sh
     215 bytes,     7 lines   *  prerm                #!/bin/sh
 Package: python-mysqldb
 Version: 1.2.2-3
 Architecture: m32r
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Installed-Size: 332
 Depends: python-support (>= 0.3.4), python (<< 2.6), python (>= 2.4), libc6 (>= 2.3.5-1), libmysqlclient15off (>= 5.0.27-1)
 Suggests: python-egenix-mxdatetime, mysql-server-5.0 | mysql-server
 Conflicts: python2.3-mysqldb, python2.4-mysqldb
 Replaces: python2.3-mysqldb, python2.4-mysqldb
 Provides: python2.5-mysqldb, python2.4-mysqldb
 Section: python
 Priority: optional
 Description: A Python interface to MySQL
  MySQLdb is an interface to the popular MySQL database server for
  Python. The design goals are:
  .
  + Compliance with Python database API version 2.0
  + Thread-safety
  + Thread-friendliness (threads will not block each other)
  + Compatibility with MySQL-3.23 and later
 Python-Version: 2.4, 2.5

/debian/buildd2/build/chroot-unstable/build/buildd2/python-mysqldb_1.2.2-3_m32r.deb:
drwxr-xr-x root/root         0 2007-06-09 21:11 ./
drwxr-xr-x root/root         0 2007-06-09 21:09 ./usr/
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/share/
drwxr-xr-x root/root         0 2007-06-09 21:09 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-06-09 21:10 ./usr/share/doc/python-mysqldb/
-rw-r--r-- root/root      2473 2007-02-11 14:03 ./usr/share/doc/python-mysqldb/FAQ.txt.gz
-rw-r--r-- root/root      1068 2007-06-09 21:05 ./usr/share/doc/python-mysqldb/copyright
-rw-r--r-- root/root     12726 2007-02-25 13:09 ./usr/share/doc/python-mysqldb/changelog.gz
-rw-r--r-- root/root      2935 2007-03-04 11:47 ./usr/share/doc/python-mysqldb/HISTORY
-rw-r--r-- root/root     10137 2006-04-05 10:47 ./usr/share/doc/python-mysqldb/MySQLdb.txt.gz
-rw-r--r-- root/root      2717 2006-04-05 10:47 ./usr/share/doc/python-mysqldb/README.gz
-rw-r--r-- root/root      4730 2007-06-09 21:05 ./usr/share/doc/python-mysqldb/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/share/python-support/
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/share/python-support/python-mysqldb/
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/share/python-support/python-mysqldb/MySQL_python-1.2.2.egg-info/
-rw-r--r-- root/root         1 2007-06-09 21:09 ./usr/share/python-support/python-mysqldb/MySQL_python-1.2.2.egg-info/dependency_links.txt
-rw-r--r-- root/root      1701 2007-06-09 21:09 ./usr/share/python-support/python-mysqldb/MySQL_python-1.2.2.egg-info/PKG-INFO
-rw-r--r-- root/root        10 2007-03-04 11:53 ./usr/share/python-support/python-mysqldb/MySQL_python-1.2.2.egg-info/native_libs.txt
-rw-r--r-- root/root        33 2007-06-09 21:09 ./usr/share/python-support/python-mysqldb/MySQL_python-1.2.2.egg-info/top_level.txt
-rw-r--r-- root/root       877 2007-06-09 21:09 ./usr/share/python-support/python-mysqldb/MySQL_python-1.2.2.egg-info/SOURCES.txt
-rw-r--r-- root/root      2306 2006-04-05 10:47 ./usr/share/python-support/python-mysqldb/_mysql_exceptions.py
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/share/python-support/python-mysqldb/MySQLdb/
-rw-r--r-- root/root     16782 2007-02-12 00:48 ./usr/share/python-support/python-mysqldb/MySQLdb/cursors.py
-rw-r--r-- root/root      4752 2007-06-09 21:06 ./usr/share/python-support/python-mysqldb/MySQLdb/converters.py
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/share/python-support/python-mysqldb/MySQLdb/constants/
-rw-r--r-- root/root       363 2006-04-05 10:47 ./usr/share/python-support/python-mysqldb/MySQLdb/constants/FLAG.py
-rw-r--r-- root/root       674 2006-04-05 10:47 ./usr/share/python-support/python-mysqldb/MySQLdb/constants/CR.py
-rw-r--r-- root/root       252 2006-04-05 10:47 ./usr/share/python-support/python-mysqldb/MySQLdb/constants/REFRESH.py
-rw-r--r-- root/root       485 2006-10-14 06:19 ./usr/share/python-support/python-mysqldb/MySQLdb/constants/FIELD_TYPE.py
-rw-r--r-- root/root        62 2006-04-05 10:47 ./usr/share/python-support/python-mysqldb/MySQLdb/constants/__init__.py
-rw-r--r-- root/root       667 2006-04-05 10:47 ./usr/share/python-support/python-mysqldb/MySQLdb/constants/CLIENT.py
-rw-r--r-- root/root     12028 2006-04-05 10:47 ./usr/share/python-support/python-mysqldb/MySQLdb/constants/ER.py
-rw-r--r-- root/root      3034 2007-02-27 04:00 ./usr/share/python-support/python-mysqldb/MySQLdb/__init__.py
-rw-r--r-- root/root      2755 2006-10-14 06:19 ./usr/share/python-support/python-mysqldb/MySQLdb/times.py
-rw-r--r-- root/root       117 2007-06-09 21:09 ./usr/share/python-support/python-mysqldb/MySQLdb/release.py
-rw-r--r-- root/root     10603 2007-02-25 09:10 ./usr/share/python-support/python-mysqldb/MySQLdb/connections.py
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/lib/
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/lib/python-support/
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/lib/python-support/python-mysqldb/
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/lib/python-support/python-mysqldb/python2.4/
-rw-r--r-- root/root     45100 2007-06-09 21:10 ./usr/lib/python-support/python-mysqldb/python2.4/_mysql.so
drwxr-xr-x root/root         0 2007-06-09 21:11 ./usr/lib/python-support/python-mysqldb/python2.5/
-rw-r--r-- root/root     45460 2007-06-09 21:10 ./usr/lib/python-support/python-mysqldb/python2.5/_mysql.so

******************************************************************************
Built successfully
Purging /debian/buildd2/build/chroot-unstable/build/buildd2/python-mysqldb-1.2.2
------------------------------------------------------------------------------
Reading package lists...
Building dependency tree...
Suggested packages:
  libqt4-dev
The following packages will be REMOVED:
  libmysqlclient15-dev* libmysqlclient15off*
The following NEW packages will be installed:
  libmysqlclient15 libqt4-qt3support libqt4-sql
0 upgraded, 3 newly installed, 2 to remove and 27 not upgraded.
Need to get 0B/3011kB of archives.
After unpacking 17.1MB disk space will be freed.
WARNING: The following packages cannot be authenticated!
  libmysqlclient15 libqt4-sql libqt4-qt3support
Authentication warning overridden.
(Reading database ... 60658 files and directories currently installed.)
Removing libmysqlclient15-dev ...
Purging configuration files for libmysqlclient15-dev ...
Removing libmysqlclient15off ...
Purging configuration files for libmysqlclient15off ...
Selecting previously deselected package libmysqlclient15.
(Reading database ... 60561 files and directories currently installed.)
Unpacking libmysqlclient15 (from .../libmysqlclient15_5.0.18-8_m32r.deb) ...
Selecting previously deselected package libqt4-sql.
Unpacking libqt4-sql (from .../libqt4-sql_4.1.3-2_m32r.deb) ...
Selecting previously deselected package libqt4-qt3support.
Unpacking libqt4-qt3support (from .../libqt4-qt3support_4.1.3-2_m32r.deb) ...
Setting up libmysqlclient15 (5.0.18-8) ...

Setting up libqt4-sql (4.1.3-2) ...

Setting up libqt4-qt3support (4.1.3-2) ...

(Reading database ... 60582 files and directories currently installed.)
Removing python-setuptools ...
INFO: using old version '/usr/bin/python2.3'
Removing python-all-dev ...
Removing dpatch ...
Purging configuration files for dpatch ...
Removing python2.5-dev ...
******************************************************************************
Finished at 20070609-2115
Build needed 00:06:57, 1808k disk space




More information about the build-status mailing list