[build-status: 91095] Log for successful build of xdelta3_0q.dfsg-2 (dist=unstable)
Build Daemon 2
buildd2 at linux-m32r.org
Fri Sep 21 01:56:40 JST 2007
Automatic build of xdelta3_0q.dfsg-2 on mappi005 by sbuild/m32r 0.53
Build started at 20070921-0106
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 171kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main xdelta3 0q.dfsg-2 (dsc) [647B]
Get:2 http://debian.linux-m32r.org 06_devonian/main xdelta3 0q.dfsg-2 (tar) [163kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main xdelta3 0q.dfsg-2 (diff) [7771B]
Fetched 171kB in 23s (7207B/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5), cdbs, python-central (>= 0.5), python-all-dev
Checking for already installed source dependencies...
debhelper: already installed (5.0.55 >= 5 is satisfied)
cdbs: already installed (0.4.49)
python-central: already installed (0.5.15 >= 0.5 is satisfied)
python-all-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libgnutlsxx13 libosmesa6
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
python2.5-dev
The following NEW packages will be installed:
python-all-dev python2.5-dev
0 upgraded, 2 newly installed, 0 to remove and 33 not upgraded.
Need to get 0B/1587kB of archives.
After unpacking 5308kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
python2.5-dev python-all-dev
Authentication warning overridden.
Selecting previously deselected package python2.5-dev.
(Reading database ... 59563 files and directories currently installed.)
Unpacking python2.5-dev (from .../python2.5-dev_2.5.1-3_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-dev (2.5.1-3) ...
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 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 xdelta3 in xdelta3-0q.dfsg
dpkg-source: unpacking xdelta3_0q.dfsg.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/xdelta3_0q.dfsg-2.diff.gz
dpkg-buildpackage: source package is xdelta3
dpkg-buildpackage: source version is 0q.dfsg-2
dpkg-buildpackage: source changed by A Mennucc1 <mennucc1 at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0q.dfsg-2
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f *-stamp xdelta3 *.o *.so
rm -rf compile build
find -name '*.py[co]' -or -name semantic.cache -exec rm -f {} \;
dh_clean
debian/rules build
make xdelta3
make[1]: Entering directory `/build/buildd2/xdelta3-0q.dfsg'
cc -O3 -Wall -Wshadow xdelta3.c -lm -o xdelta3 \
-DXD3_DEBUG=0 \
-DXD3_USE_LARGEFILE64=1 \
-DREGRESSION_TEST=1 \
-DSECONDARY_DJW=1 \
-DSECONDARY_FGK=1 \
-DXD3_MAIN=1 \
-DXD3_POSIX=1
xdelta3.c: In function 'xd3_string_match_fast':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_fastest':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_soft':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_default':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_slow':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
make[1]: Leaving directory `/build/buildd2/xdelta3-0q.dfsg'
/usr/bin/fakeroot debian/rules binary-arch
make xdelta3
make[1]: Entering directory `/build/buildd2/xdelta3-0q.dfsg'
make[1]: `xdelta3' is up to date.
make[1]: Leaving directory `/build/buildd2/xdelta3-0q.dfsg'
dh_testdir
dh_testroot
dh_clean -k
make xdelta3module.so PYVER=2.4
make[1]: Entering directory `/build/buildd2/xdelta3-0q.dfsg'
cc -O3 -Wall -Wshadow -DXD3_DEBUG=0 -DEXTERNAL_COMPRESSION=0 -DXD3_USE_LARGEFILE64=1 -DGENERIC_ENCODE_TABLES=1 -DSECONDARY_DJW=1 -DVCDIFF_TOOLS=1 -DSWIG_MODULE=1 \
-DHAVE_CONFIG_H \
-I/usr/include/python2.4 \
-I/usr/lib/python2.4/config \
-fPIC \
-c -g xdelta3_wrap.c
xdelta3_wrap.c: In function 'SWIG_Python_ConvertPtr':
xdelta3_wrap.c:1182: warning: dereferencing type-punned pointer will break strict-aliasing rules
xdelta3_wrap.c: In function 'SWIG_Python_NewPointerObj':
xdelta3_wrap.c:1290: warning: dereferencing type-punned pointer will break strict-aliasing rules
xdelta3_wrap.c: In function 'SWIG_AsCharPtrAndSize':
xdelta3_wrap.c:1402: warning: dereferencing type-punned pointer will break strict-aliasing rules
xdelta3_wrap.c: In function 'SWIG_AsArgcArgv':
xdelta3_wrap.c:1651: warning: dereferencing type-punned pointer will break strict-aliasing rules
xdelta3_wrap.c: In function '_wrap_xd3_encode_memory':
xdelta3_wrap.c:1742: warning: pointer targets in passing argument 1 of 'xd3_encode_memory' differ in signedness
xdelta3_wrap.c:1742: warning: pointer targets in passing argument 3 of 'xd3_encode_memory' differ in signedness
xdelta3_wrap.c:1742: warning: pointer targets in passing argument 5 of 'xd3_encode_memory' differ in signedness
xdelta3_wrap.c: In function '_wrap_xd3_decode_memory':
xdelta3_wrap.c:1822: warning: pointer targets in passing argument 1 of 'xd3_decode_memory' differ in signedness
xdelta3_wrap.c:1822: warning: pointer targets in passing argument 3 of 'xd3_decode_memory' differ in signedness
xdelta3_wrap.c:1822: warning: pointer targets in passing argument 5 of 'xd3_decode_memory' differ in signedness
xdelta3_wrap.c: In function '_wrap_xd3_main_cmdline':
xdelta3_wrap.c:1849: warning: 'owner1' may be used uninitialized in this function
cc -O3 -Wall -Wshadow -DXD3_DEBUG=0 -DEXTERNAL_COMPRESSION=0 -DXD3_USE_LARGEFILE64=1 -DGENERIC_ENCODE_TABLES=1 -DSECONDARY_DJW=1 -DVCDIFF_TOOLS=1 -DSWIG_MODULE=1 -fPIC -c xdelta3.c -o xdelta3_PIC.o
xdelta3.c: In function 'xd3_string_match_default':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_slow':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_fast':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_fastest':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_soft':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
ld -shared xdelta3_PIC.o xdelta3_wrap.o -o xdelta3module.so /usr/lib/libpython2.4.so -lc
make[1]: Leaving directory `/build/buildd2/xdelta3-0q.dfsg'
mkdir -p debian/python-xdelta3/usr/lib/python2.4/site-packages
install -o root -g root -m 644 \
xdelta3module.so xdelta3.py \
debian/python-xdelta3/usr/lib/python2.4/site-packages
rm -f *.o *.so
make xdelta3module.so PYVER=2.5
make[1]: Entering directory `/build/buildd2/xdelta3-0q.dfsg'
cc -O3 -Wall -Wshadow -DXD3_DEBUG=0 -DEXTERNAL_COMPRESSION=0 -DXD3_USE_LARGEFILE64=1 -DGENERIC_ENCODE_TABLES=1 -DSECONDARY_DJW=1 -DVCDIFF_TOOLS=1 -DSWIG_MODULE=1 \
-DHAVE_CONFIG_H \
-I/usr/include/python2.5 \
-I/usr/lib/python2.5/config \
-fPIC \
-c -g xdelta3_wrap.c
xdelta3_wrap.c: In function 'SWIG_Python_ConvertPtr':
xdelta3_wrap.c:1182: warning: dereferencing type-punned pointer will break strict-aliasing rules
xdelta3_wrap.c:1192: warning: initialization discards qualifiers from pointer target type
xdelta3_wrap.c: In function 'SWIG_Python_NewPointerObj':
xdelta3_wrap.c:1290: warning: dereferencing type-punned pointer will break strict-aliasing rules
xdelta3_wrap.c: In function 'SWIG_AsCharPtrAndSize':
xdelta3_wrap.c:1402: warning: dereferencing type-punned pointer will break strict-aliasing rules
xdelta3_wrap.c: In function 'SWIG_AsArgcArgv':
xdelta3_wrap.c:1651: warning: dereferencing type-punned pointer will break strict-aliasing rules
xdelta3_wrap.c: In function '_wrap_xd3_encode_memory':
xdelta3_wrap.c:1742: warning: pointer targets in passing argument 1 of 'xd3_encode_memory' differ in signedness
xdelta3_wrap.c:1742: warning: pointer targets in passing argument 3 of 'xd3_encode_memory' differ in signedness
xdelta3_wrap.c:1742: warning: pointer targets in passing argument 5 of 'xd3_encode_memory' differ in signedness
xdelta3_wrap.c: In function '_wrap_xd3_decode_memory':
xdelta3_wrap.c:1822: warning: pointer targets in passing argument 1 of 'xd3_decode_memory' differ in signedness
xdelta3_wrap.c:1822: warning: pointer targets in passing argument 3 of 'xd3_decode_memory' differ in signedness
xdelta3_wrap.c:1822: warning: pointer targets in passing argument 5 of 'xd3_decode_memory' differ in signedness
xdelta3_wrap.c: In function 'SWIG_Python_FixMethods':
xdelta3_wrap.c:2288: warning: initialization discards qualifiers from pointer target type
xdelta3_wrap.c: In function '_wrap_xd3_main_cmdline':
xdelta3_wrap.c:1849: warning: 'owner1' may be used uninitialized in this function
cc -O3 -Wall -Wshadow -DXD3_DEBUG=0 -DEXTERNAL_COMPRESSION=0 -DXD3_USE_LARGEFILE64=1 -DGENERIC_ENCODE_TABLES=1 -DSECONDARY_DJW=1 -DVCDIFF_TOOLS=1 -DSWIG_MODULE=1 -fPIC -c xdelta3.c -o xdelta3_PIC.o
xdelta3.c: In function 'xd3_string_match_default':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_slow':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_fast':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_fastest':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
xdelta3.c: In function 'xd3_string_match_soft':
xdelta3.c:4847: warning: 'match_offset' may be used uninitialized in this function
ld -shared xdelta3_PIC.o xdelta3_wrap.o -o xdelta3module.so /usr/lib/libpython2.5.so -lc
make[1]: Leaving directory `/build/buildd2/xdelta3-0q.dfsg'
mkdir -p debian/python-xdelta3/usr/lib/python2.5/site-packages
install -o root -g root -m 644 \
xdelta3module.so xdelta3.py \
debian/python-xdelta3/usr/lib/python2.5/site-packages
rm -f *.o *.so
: # Replace all '#!' calls to python with /usr/bin/python
: # and make them executable
for i in `find debian -mindepth 3 -type f`; do \
sed '1s,#!.*python[^ ]*\(.*\),#! /usr/bin/python\1,' \
$i > $i.temp; \
if cmp --quiet $i $i.temp; then \
rm -f $i.temp; \
else \
mv -f $i.temp $i; \
chmod 755 $i; \
echo "fixed interpreter: $i"; \
fi; \
done
dh_testdir -a
dh_testroot -a
dh_install -a
dh_installdocs -a
dh_installexamples -a
dh_installchangelogs -a
dh_pycentral -a -ppython-xdelta3
pycentral: pycentral debhelper: missing XB-Python-Version attribute in package xdelta3
dh_strip -a
dh_link -a
dh_compress -a -X.py
dh_fixperms -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
dpkg-deb: building package `xdelta3' in `../xdelta3_0q.dfsg-2_m32r.deb'.
warning, `debian/python-xdelta3/DEBIAN/control' contains user-defined field `Python-Version'
dpkg-deb: ignoring 1 warnings about the control file(s)
dpkg-deb: building package `python-xdelta3' in `../python-xdelta3_0q.dfsg-2_m32r.deb'.
dpkg-genchanges -B
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 20070921-0154
xdelta3_0q.dfsg-2_m32r.changes:
Format: 1.7
Date: Sun, 26 Aug 2007 16:06:58 +0200
Source: xdelta3
Binary: python-xdelta3 xdelta3
Architecture: m32r
Version: 0q.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 <mennucc1 at debian.org>
Changed-By: A Mennucc1 <mennucc1 at debian.org>
Description:
python-xdelta3 - Xdelta3 python module
xdelta3 - A diff utility which works with binary files
Closes: 439656
Changes:
xdelta3 (0q.dfsg-2) unstable; urgency=low
.
* Bug fix: "xdelta3: FTBFS: Not using -fPIC to create shared object.",
thanks to Kurt Roeckx (Closes: #439656).
Files:
57e7ae9ca2adec76c97657382bafda5a 75746 utils optional xdelta3_0q.dfsg-2_m32r.deb
15c8957d91f67404f7a04edee42e50dd 128974 libs optional python-xdelta3_0q.dfsg-2_m32r.deb
/debian/buildd2/build/chroot-unstable/build/buildd2/xdelta3_0q.dfsg-2_m32r.deb:
new debian package, version 2.0.
size 75746 bytes: control archive= 641 bytes.
557 bytes, 14 lines control
192 bytes, 3 lines md5sums
Package: xdelta3
Version: 0q.dfsg-2
Architecture: m32r
Maintainer: A Mennucc1 <mennucc1 at debian.org>
Installed-Size: 188
Depends: libc6 (>= 2.3.5-1)
Section: utils
Priority: optional
Description: A diff utility which works with binary files
Xdelta3 is a set of tools designed to compute changes between
binary files. These changes (delta files) are similar to the output of the
"diff" program, in that they may be used to store and transmit only the
changes between files. The "delta files" that Xdelta3 manages are
stored in RFC3284 (VCDIFF) format.
/debian/buildd2/build/chroot-unstable/build/buildd2/python-xdelta3_0q.dfsg-2_m32r.deb:
new debian package, version 2.0.
size 128974 bytes: control archive= 1342 bytes.
774 bytes, 19 lines control
595 bytes, 7 lines md5sums
170 bytes, 7 lines * postinst #!/bin/sh
825 bytes, 28 lines * prerm #!/bin/sh
Package: python-xdelta3
Source: xdelta3
Version: 0q.dfsg-2
Architecture: m32r
Maintainer: A Mennucc1 <mennucc1 at debian.org>
Installed-Size: 364
Depends: python2.4, python-central (>= 0.5.8), python (<< 2.6), python (>= 2.4), libc6 (>= 2.3.5-1), python2.4 (>= 2.3.90), python2.5 (>= 2.5)
Provides: python2.5-xdelta3, python2.4-xdelta3
Section: libs
Priority: optional
Description: Xdelta3 python module
Xdelta3 is a set of tools designed to compute changes between
binary files. These changes (delta files) are similar to the output of the
"diff" program, in that they may be used to store and transmit only the
changes between files. The "delta files" that Xdelta3 manages are
stored in RFC3284 (VCDIFF) format.
.
This is the python module.
Python-Version: 2.4, 2.5
/debian/buildd2/build/chroot-unstable/build/buildd2/xdelta3_0q.dfsg-2_m32r.deb:
drwxr-xr-x root/root 0 2007-09-21 01:49 ./
drwxr-xr-x root/root 0 2007-09-21 01:46 ./usr/
drwxr-xr-x root/root 0 2007-09-21 01:48 ./usr/bin/
-rwxr-xr-x root/root 148828 2007-09-21 01:48 ./usr/bin/xdelta3
drwxr-xr-x root/root 0 2007-09-21 01:46 ./usr/share/
drwxr-xr-x root/root 0 2007-09-21 01:46 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-09-21 01:49 ./usr/share/doc/xdelta3/
-rw-r--r-- root/root 943 2007-09-21 01:15 ./usr/share/doc/xdelta3/copyright
-rw-r--r-- root/root 277 2007-09-21 01:15 ./usr/share/doc/xdelta3/changelog.Debian.gz
/debian/buildd2/build/chroot-unstable/build/buildd2/python-xdelta3_0q.dfsg-2_m32r.deb:
drwxr-xr-x root/root 0 2007-09-21 01:50 ./
drwxr-xr-x root/root 0 2007-09-21 01:46 ./usr/
drwxr-xr-x root/root 0 2007-09-21 01:47 ./usr/share/
drwxr-xr-x root/root 0 2007-09-21 01:46 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-09-21 01:49 ./usr/share/doc/python-xdelta3/
drwxr-xr-x root/root 0 2007-09-21 01:46 ./usr/share/doc/python-xdelta3/examples/
-rwxr-xr-x root/root 4555 2007-02-18 21:03 ./usr/share/doc/python-xdelta3/examples/xdelta3-test.py
-rwxr-xr-x root/root 33326 2007-03-08 17:34 ./usr/share/doc/python-xdelta3/examples/xdelta3-regtest.py
-rw-r--r-- root/root 943 2007-09-21 01:15 ./usr/share/doc/python-xdelta3/copyright
-rw-r--r-- root/root 277 2007-09-21 01:15 ./usr/share/doc/python-xdelta3/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-09-21 01:47 ./usr/share/pycentral/
drwxr-xr-x root/root 0 2007-09-21 01:48 ./usr/share/pycentral/python-xdelta3/
drwxr-xr-x root/root 0 2007-09-21 01:48 ./usr/share/pycentral/python-xdelta3/site-packages/
-rw-r--r-- root/root 2029 2007-09-21 01:34 ./usr/share/pycentral/python-xdelta3/site-packages/xdelta3.py
drwxr-xr-x root/root 0 2007-09-21 01:44 ./usr/lib/
drwxr-xr-x root/root 0 2007-09-21 01:34 ./usr/lib/python2.4/
drwxr-xr-x root/root 0 2007-09-21 01:48 ./usr/lib/python2.4/site-packages/
-rw-r--r-- root/root 116720 2007-09-21 01:48 ./usr/lib/python2.4/site-packages/xdelta3module.so
drwxr-xr-x root/root 0 2007-09-21 01:44 ./usr/lib/python2.5/
drwxr-xr-x root/root 0 2007-09-21 01:48 ./usr/lib/python2.5/site-packages/
-rw-r--r-- root/root 116724 2007-09-21 01:48 ./usr/lib/python2.5/site-packages/xdelta3module.so
******************************************************************************
Built successfully
Purging /debian/buildd2/build/chroot-unstable/build/buildd2/xdelta3-0q.dfsg
------------------------------------------------------------------------------
(Reading database ... 59755 files and directories currently installed.)
Removing python-all-dev ...
Removing python2.5-dev ...
******************************************************************************
Finished at 20070921-0156
Build needed 00:40:13, 1732k disk space
More information about the build-status
mailing list