[build-status: 177405] Log for successful build of python-oss_0.0.0.20010624-6 (dist=unstable)

Build Daemon 1 buildd at linux-m32r.org
Sat Jan 3 13:21:26 JST 2009


Automatic build of python-oss_0.0.0.20010624-6 on mappi005 by sbuild/m32r 98-farm
Build started at 20090103-1309
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 92.0kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main python-oss 0.0.0.20010624-6 (dsc) [1101B]
Get:2 http://debian.linux-m32r.org 06_devonian/main python-oss 0.0.0.20010624-6 (tar) [85.4kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main python-oss 0.0.0.20010624-6 (diff) [5434B]
Fetched 92.0kB in 1s (47.3kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: python-all-dev (>= 2.3.5-11), texinfo, texi2html
Checking for already installed source dependencies...
python-all-dev: already installed (2.4.4-6 >= 2.3.5-11 is satisfied)
texinfo: already installed (4.11.dfsg.1-4)
texi2html: already installed (1.78-1)
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 python-oss in python-oss-0.0.0.20010624
dpkg-source: info: unpacking python-oss_0.0.0.20010624.orig.tar.gz
dpkg-source: info: applying python-oss_0.0.0.20010624-6.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 python-oss
dpkg-buildpackage: source version 0.0.0.20010624-6
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
test -e debian/control
test root = "`whoami`" || (echo need root priviledges; exit 1)
rm -rf build debian/tmp
find . -type f -name '*.pyc' -print0 \
	| xargs -0 --no-run-if-empty rm --
rm -rf debian/substvars debian/files
/usr/bin/make clean
make[1]: Entering directory `/build/buildd/python-oss-0.0.0.20010624'
rm -f *.o
make[1]: Leaving directory `/build/buildd/python-oss-0.0.0.20010624'
 debian/rules build
test -e debian/control
/usr/bin/make all ossmodule.html ossmodule.txt
make[1]: Entering directory `/build/buildd/python-oss-0.0.0.20010624'
make[1]: Nothing to be done for `all'.
make[1]: `ossmodule.html' is up to date.
make[1]: `ossmodule.txt' is up to date.
make[1]: Leaving directory `/build/buildd/python-oss-0.0.0.20010624'
/usr/bin/python2.4 setup.py build
running build
running build_ext
building 'oss' extension
creating build
creating build/temp.linux-m32r-2.4
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -g -O2 -fPIC -I/usr/include/python2.4 -c ossmodule.c -o build/temp.linux-m32r-2.4/ossmodule.o
In file included from /usr/include/python2.4/Python.h:8,
                 from ossmodule.c:111:
/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 ossmodule.c:105:
/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
ossmodule.c: In function 'Mixer_close':
ossmodule.c:287: warning: unused variable 'result'
ossmodule.c: In function 'SynthInfo_tp_print':
ossmodule.c:545: warning: format '%04lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int'
ossmodule.c: In function 'MidiInfo_tp_print':
ossmodule.c:683: warning: format '%04lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int'
ossmodule.c: In function 'Sequencer_synth_info':
ossmodule.c:1036: warning: suggest explicit braces to avoid ambiguous 'else'
ossmodule.c: In function 'Sequencer_midi_info':
ossmodule.c:1089: warning: suggest explicit braces to avoid ambiguous 'else'
ossmodule.c: In function 'Sequencer_close':
ossmodule.c:1107: warning: unused variable 'result'
ossmodule.c: In function 'Audio_close':
ossmodule.c:1545: warning: unused variable 'result'
ossmodule.c: In function 'Audio_reset':
ossmodule.c:1563: warning: unused variable 'i'
ossmodule.c: In function 'Audio_sync':
ossmodule.c:1564: warning: unused variable 'i'
ossmodule.c: In function 'Audio_post':
ossmodule.c:1565: warning: unused variable 'i'
ossmodule.c: In function 'Mod_open_sequencer':
ossmodule.c:1779: warning: value computed is not used
ossmodule.c: In function 'Mod_open_audio':
ossmodule.c:1813: warning: value computed is not used
ossmodule.c: At top level:
ossmodule.c:1861: warning: return type defaults to 'int'
ossmodule.c: In function 'ModInitMixerNames':
ossmodule.c:1884: warning: control reaches end of non-void function
ossmodule.c: At top level:
ossmodule.c:101: warning: 'ModVersion' defined but not used
ossmodule.c:883: warning: 'SoundTimerInfoMethods' defined but not used
creating build/lib.linux-m32r-2.4
gcc -pthread -shared -g -O2 build/temp.linux-m32r-2.4/ossmodule.o -o build/lib.linux-m32r-2.4/oss.so
/usr/bin/python2.5 setup.py build
running build
running build_ext
building 'oss' extension
creating build/temp.linux-m32r-2.5
gcc -pthread -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -g -O2 -fPIC -I/usr/include/python2.5 -c ossmodule.c -o build/temp.linux-m32r-2.5/ossmodule.o
In file included from /usr/include/python2.5/Python.h:8,
                 from ossmodule.c:111:
/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 ossmodule.c:105:
/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
ossmodule.c: In function 'Mixer_close':
ossmodule.c:287: warning: unused variable 'result'
ossmodule.c: In function 'SynthInfo_tp_print':
ossmodule.c:545: warning: format '%04lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int'
ossmodule.c: In function 'MidiInfo_tp_print':
ossmodule.c:683: warning: format '%04lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int'
ossmodule.c: In function 'Sequencer_synth_info':
ossmodule.c:1036: warning: suggest explicit braces to avoid ambiguous 'else'
ossmodule.c: In function 'Sequencer_midi_info':
ossmodule.c:1089: warning: suggest explicit braces to avoid ambiguous 'else'
ossmodule.c: In function 'Sequencer_close':
ossmodule.c:1107: warning: unused variable 'result'
ossmodule.c: In function 'Audio_close':
ossmodule.c:1545: warning: unused variable 'result'
ossmodule.c: In function 'Audio_reset':
ossmodule.c:1563: warning: unused variable 'i'
ossmodule.c: In function 'Audio_sync':
ossmodule.c:1564: warning: unused variable 'i'
ossmodule.c: In function 'Audio_post':
ossmodule.c:1565: warning: unused variable 'i'
ossmodule.c: In function 'Mod_open_sequencer':
ossmodule.c:1779: warning: value computed is not used
ossmodule.c: In function 'Mod_open_audio':
ossmodule.c:1813: warning: value computed is not used
ossmodule.c: At top level:
ossmodule.c:1861: warning: return type defaults to 'int'
ossmodule.c: In function 'ModInitMixerNames':
ossmodule.c:1884: warning: control reaches end of non-void function
ossmodule.c: At top level:
ossmodule.c:101: warning: 'ModVersion' defined but not used
ossmodule.c:883: warning: 'SoundTimerInfoMethods' defined but not used
creating build/lib.linux-m32r-2.5
gcc -pthread -shared -Wl,-O1 -g -O2 build/temp.linux-m32r-2.5/ossmodule.o -o build/lib.linux-m32r-2.5/oss.so
 /usr/bin/fakeroot debian/rules binary-arch
test -e debian/control
/usr/bin/make all ossmodule.html ossmodule.txt
make[1]: Entering directory `/build/buildd/python-oss-0.0.0.20010624'
make[1]: Nothing to be done for `all'.
make[1]: `ossmodule.html' is up to date.
make[1]: `ossmodule.txt' is up to date.
make[1]: Leaving directory `/build/buildd/python-oss-0.0.0.20010624'
/usr/bin/python2.4 setup.py build
running build
running build_ext
/usr/bin/python2.5 setup.py build
running build
running build_ext
test -e debian/control
test root = "`whoami`" || (echo need root priviledges; exit 1)
rm -rf debian/substvars
install -d -m0755 'debian/tmp/python-oss'
/usr/bin/python2.4 setup.py install --root='debian/tmp/python-oss'
running install
running build
running build_ext
running install_lib
creating debian/tmp/python-oss/usr
creating debian/tmp/python-oss/usr/lib
creating debian/tmp/python-oss/usr/lib/python2.4
creating debian/tmp/python-oss/usr/lib/python2.4/site-packages
copying build/lib.linux-m32r-2.4/oss.so -> debian/tmp/python-oss/usr/lib/python2.4/site-packages
running install_egg_info
Writing debian/tmp/python-oss/usr/lib/python2.4/site-packages/python_oss-0.0.0.20010624.egg-info
/usr/bin/python2.5 setup.py install --root='debian/tmp/python-oss'
running install
running build
running build_ext
running install_lib
creating debian/tmp/python-oss/usr/lib/python2.5
creating debian/tmp/python-oss/usr/lib/python2.5/site-packages
copying build/lib.linux-m32r-2.5/oss.so -> debian/tmp/python-oss/usr/lib/python2.5/site-packages
running install_egg_info
Writing debian/tmp/python-oss/usr/lib/python2.5/site-packages/python_oss-0.0.0.20010624.egg-info
# Don't ship *.pyc files
find debian/tmp -type f -name '*.pyc' -print0 \
	| xargs -0 --no-run-if-empty rm --
chmod -R go-w 'debian/tmp/python-oss'
install -d --mode=0755 'debian/tmp/python-oss/usr/share/doc/python-oss'
install --mode=0644 \
		README \
		ossmodule.txt \
		ossmodule.html \
		debian/copyright \
		'debian/tmp/python-oss/usr/share/doc/python-oss'
install --mode=0644 \
		debian/changelog \
		'debian/tmp/python-oss/usr/share/doc/python-oss/changelog.Debian'
gzip -9f \
		'debian/tmp/python-oss/usr/share/doc/python-oss/README' \
		'debian/tmp/python-oss/usr/share/doc/python-oss/ossmodule.txt' \
		'debian/tmp/python-oss/usr/share/doc/python-oss/ossmodule.html' \
		'debian/tmp/python-oss/usr/share/doc/python-oss/changelog.Debian'
find 'debian/tmp/python-oss/usr/lib' -name '*.so' -print0 \
	| xargs -0 --no-run-if-empty \
		strip --remove-section=.comment \
			--remove-section=.note --strip-unneeded
test -e debian/control
test root = "`whoami`" || (echo need root priviledges; exit 1)
install -d --mode=0755 'debian/tmp/python-oss/DEBIAN'
dpkg-shlibdeps `find 'debian/tmp/python-oss/usr/lib' -name '*.so'`
echo "python:Versions=2.4 2.5" | sed 's/ /, /g' >> debian/substvars
dpkg-gencontrol -p'python-oss' -P'debian/tmp/python-oss'
dpkg --build 'debian/tmp/python-oss' ..
warning, `debian/tmp/python-oss/DEBIAN/control' contains user-defined field `Python-Version'
dpkg-deb: ignoring 1 warnings about the control file(s)
dpkg-deb: building package `python-oss' in `../python-oss_0.0.0.20010624-6_m32r.deb'.
 dpkg-genchanges -B -mHirokazu Takata <takata at linux-m32r.org> >../python-oss_0.0.0.20010624-6_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 20090103-1321

chroot-unstable/build/buildd/python-oss_0.0.0.20010624-6_m32r.deb:
 new debian package, version 2.0.
 size 39834 bytes: control archive= 625 bytes.
     841 bytes,    24 lines      control              
 Package: python-oss
 Version: 0.0.0.20010624-6
 Architecture: m32r
 Maintainer: Carlos Eduardo Sotelo Pinto (krlos) <krlos.aqp at gmail.com>
 Installed-Size: 144
 Depends: python, libc6 (>= 2.3.5-1)
 Conflicts: python2.3-oss, python2.4-oss
 Replaces: python2.3-oss, python2.4-oss
 Section: python
 Priority: optional
 Description: Open Sound System (OSS) interface for Python
  The oss module is an interface to the Open Sound System from the Python
  programming language.
  .
  The Open Sound System is a UNIX device driver and API that allows you to
  .
   * record and play digitized audio,
   * control input and output volume levels,
   * select recording sources, and
   * generate synthesizer commands and midi bytes controlled by a
     low-level sequencer.
  .
  This package provides the module for all supported Python versions.
 Python-Version: 2.4, 2.5

chroot-unstable/build/buildd/python-oss_0.0.0.20010624-6_m32r.deb:
drwxr-xr-x root/root         0 2009-01-03 13:18 ./
drwxr-xr-x root/root         0 2009-01-03 13:18 ./usr/
drwxr-xr-x root/root         0 2009-01-03 13:18 ./usr/share/
drwxr-xr-x root/root         0 2009-01-03 13:18 ./usr/share/doc/
drwxr-xr-x root/root         0 2009-01-03 13:18 ./usr/share/doc/python-oss/
-rw-r--r-- root/root      9720 2009-01-03 13:18 ./usr/share/doc/python-oss/ossmodule.txt.gz
-rw-r--r-- root/root       544 2009-01-03 13:18 ./usr/share/doc/python-oss/copyright
-rw-r--r-- root/root     11425 2009-01-03 13:18 ./usr/share/doc/python-oss/ossmodule.html.gz
-rw-r--r-- root/root       601 2009-01-03 13:18 ./usr/share/doc/python-oss/README.gz
-rw-r--r-- root/root      1276 2009-01-03 13:18 ./usr/share/doc/python-oss/changelog.Debian.gz
drwxr-xr-x root/root         0 2009-01-03 13:18 ./usr/lib/
drwxr-xr-x root/root         0 2009-01-03 13:18 ./usr/lib/python2.4/
drwxr-xr-x root/root         0 2009-01-03 13:18 ./usr/lib/python2.4/site-packages/
-rw-r--r-- root/root       699 2009-01-03 13:18 ./usr/lib/python2.4/site-packages/python_oss-0.0.0.20010624.egg-info
-rwxr-xr-x root/root     27404 2009-01-03 13:18 ./usr/lib/python2.4/site-packages/oss.so
drwxr-xr-x root/root         0 2009-01-03 13:18 ./usr/lib/python2.5/
drwxr-xr-x root/root         0 2009-01-03 13:18 ./usr/lib/python2.5/site-packages/
-rw-r--r-- root/root       699 2009-01-03 13:18 ./usr/lib/python2.5/site-packages/python_oss-0.0.0.20010624.egg-info
-rwxr-xr-x root/root     27580 2009-01-03 13:18 ./usr/lib/python2.5/site-packages/oss.so

python-oss_0.0.0.20010624-6_m32r.changes:
Format: 1.8
Date: Wed, 03 Sep 2008 17:58:01 -0500
Source: python-oss
Binary: python-oss
Architecture: m32r
Version: 0.0.0.20010624-6
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata at linux-m32r.org>
Changed-By: Carlos Eduardo Sotelo Pinto (krlos) <krlos.aqp at gmail.com>
Description: 
 python-oss - Open Sound System (OSS) interface for Python
Closes: 440783
Changes: 
 python-oss (0.0.0.20010624-6) unstable; urgency=low
 .
   * New maintainer. Closes: #440783
   * Changes debian/control
     - Standars-Version to 3.8.0 ( was 3.7.3 no changes needed )
Checksums-Sha1: 
 3a73f8e1550deae46c6790a0321e223ab7596776 39834 python-oss_0.0.0.20010624-6_m32r.deb
Checksums-Sha256: 
 f15c02ca8156db72e0d336e576b24d7b76c9acbd601989e1115a55b13511b261 39834 python-oss_0.0.0.20010624-6_m32r.deb
Files: 
 bae5a9abf59a191b90b357a7202e2638 39834 python optional python-oss_0.0.0.20010624-6_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd/python-oss-0.0.0.20010624
------------------------------------------------------------------------------
******************************************************************************
Finished at 20090103-1321
Build needed 00:09:29, 1000k disk space




More information about the build-status mailing list