[build-status: 59163] Log for failed build of pyinotify_0.5.2-1.1 (dist=unstable)

Build Daemon buildd at linux-m32r.org
Mon Mar 19 17:09:08 JST 2007


Automatic build of pyinotify_0.5.2-1.1 on mappi006 by sbuild/m32r 1.7
Build started at 20070319-1705
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 92.4kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main pyinotify 0.5.2-1.1 (dsc) [674B]
Get:2 http://debian.linux-m32r.org 06_devonian/main pyinotify 0.5.2-1.1 (tar) [89.2kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main pyinotify 0.5.2-1.1 (diff) [2521B]
Fetched 92.4kB in 0s (147kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3)
Checking for already installed source dependencies...
debhelper: already installed (in sufficient version 5.0.42 >= 5.0.37.2)
python-all-dev: missing
python-support: already installed (in sufficient version 0.5.6 >= 0.3)
Checking for source dependency conflicts...
  /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install python-all-dev
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  python-all
The following NEW packages will be installed:
  python-all python-all-dev
0 upgraded, 2 newly installed, 0 to remove and 7 not upgraded.
Need to get 0B/1692B of archives.
After unpacking 41.0kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  python-all python-all-dev
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Authentication warning overridden.
Selecting previously deselected package python-all.
(Reading database ... 61234 files and directories currently installed.)
Unpacking python-all (from .../python-all_2.4.4-2_all.deb) ...
Selecting previously deselected package python-all-dev.
Unpacking python-all-dev (from .../python-all-dev_2.4.4-2_all.deb) ...
Setting up python-all (2.4.4-2) ...
Setting up python-all-dev (2.4.4-2) ...
Checking correctness of source dependencies...
------------------------------------------------------------------------------
gpg: Signature made Fri Jun 30 17:35:40 2006 JST using DSA key ID A1EE761C
gpg: Can't check signature: public key not found
dpkg-source: extracting pyinotify in pyinotify-0.5.2
dpkg-source: unpacking pyinotify_0.5.2.orig.tar.gz
dpkg-source: applying /debian/buildd4/build/pyinotify_0.5.2-1.1.diff.gz
dpkg-buildpackage: source package is pyinotify
dpkg-buildpackage: source version is 0.5.2-1.1
dpkg-buildpackage: source changed by Pierre Habouzit <madcoder at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0.5.2-1.1
 /usr/bin/fakeroot debian/rules clean
pyversions: missing XS-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
for python in python2.4; do \
		"${python}" setup.py clean --all; \
	done
running clean
'src/pyinotify/lib.linux-m32r-2.4' does not exist -- can't clean it
'src/pyinotify/bdist.linux-m32r' does not exist -- can't clean it
'src/pyinotify/scripts-2.4' does not exist -- can't clean it
/usr/bin/make clean
make[1]: Entering directory `/build/buildd4/pyinotify-0.5.2'
python setup.py clean
running clean
find . \( -name '*~' -or \
		-name '*.pyc' -or \
		-name '*.pyo' -or \
		-name '*.so' -or \
		-name '.~*' -or \
		-name 'core' \) \
		-exec rm -f {} \;
rm -rf build tmp dist
make[1]: Leaving directory `/build/buildd4/pyinotify-0.5.2'
dh_clean
 debian/rules build
pyversions: missing XS-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
dh_testdir
for python in python2.4; do \
		"${python}" setup.py build; \
	done
running build
running build_py
copying src/pyinotify/pyinotify.py -> src/pyinotify
copying src/pyinotify/inotify.py -> src/pyinotify
writing byte-compilation script '/tmp/tmp9AyNxU.py'
/usr/bin/python2.4 -O /tmp/tmp9AyNxU.py
removing /tmp/tmp9AyNxU.py
running build_ext
building '_inotify' extension
creating src/pyinotify/temp.linux-m32r-2.4
creating src/pyinotify/temp.linux-m32r-2.4/src
creating src/pyinotify/temp.linux-m32r-2.4/src/pyinotify
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c src/pyinotify/inotify.c -o src/pyinotify/temp.linux-m32r-2.4/src/pyinotify/inotify.o
In file included from src/pyinotify/inotify.c:22:
src/pyinotify/inotify_syscalls.h:77:3: error: #error "Unsupported architecture!"
src/pyinotify/inotify.c: In function 'inotify_init':
src/pyinotify/inotify.c:32: error: '__NR_inotify_init' undeclared (first use in this function)
src/pyinotify/inotify.c:32: error: (Each undeclared identifier is reported only once
src/pyinotify/inotify.c:32: error: for each function it appears in.)
src/pyinotify/inotify.c: In function 'inotify_add_watch':
src/pyinotify/inotify.c:47: error: '__NR_inotify_add_watch' undeclared (first use in this function)
src/pyinotify/inotify.c: In function 'inotify_rm_watch':
src/pyinotify/inotify.c:61: error: '__NR_inotify_rm_watch' undeclared (first use in this function)
error: command 'gcc' failed with exit status 1
make: *** [build-stamp] Error 1
******************************************************************************
Build finished at 20070319-1708
FAILED [dpkg-buildpackage died]

NOTE: The package could have used binaries from the following packages
(access time changed) without a source dependency:
  python-dev: /usr/bin/python

------------------------------------------------------------------------------
  /usr/bin/sudo dpkg --root=/debian/buildd4/build/chroot-unstable --purge python-all-dev python-all
(Reading database ... 61236 files and directories currently installed.)
Removing python-all-dev ...
Removing python-all ...
******************************************************************************
Finished at 20070319-1709
Build needed 00:01:21, 1084k disk space




More information about the build-status mailing list