[build-status: 126282] Log for successful build of pyg_0.9.6-4.2 (dist=unstable)

Build Daemon 2 buildd2 at linux-m32r.org
Mon May 19 12:31:07 JST 2008


Automatic build of pyg_0.9.6-4.2 on mappi005 by sbuild/m32r 98-farm
Build started at 20080519-1215
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 35.0kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main pyg 0.9.6-4.2 (dsc) [744B]
Get:2 http://debian.linux-m32r.org 06_devonian/main pyg 0.9.6-4.2 (tar) [34.3kB]
Fetched 35.0kB in 0s (36.6kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 3.0), python-dev (>= 2.1), flex, bison, python-support (>= 0.4.0)
Checking for already installed source dependencies...
debhelper: already installed (7.0.8 >= 3.0 is satisfied)
python-dev: already installed (2.4.4-6 >= 2.1 is satisfied)
flex: already installed (2.5.35-1)
bison: already installed (1:2.3.dfsg-5)
python-support: already installed (0.7.7 >= 0.4.0 is satisfied)
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
/usr/bin/dpkg --set-selections failed------------------------------------------------------------------------------
dpkg-source: extracting pyg in pyg-0.9.6
dpkg-source: info: unpacking pyg_0.9.6-4.2.tar.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 pyg
dpkg-buildpackage: source version 0.9.6-4.2
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
dh_testdir
rm -f build-stamp
/usr/bin/make clean
make[1]: Entering directory `/build/buildd2/pyg-0.9.6'
/usr/bin/make -C wlp clean
make[2]: Entering directory `/build/buildd2/pyg-0.9.6/wlp'
/usr/bin/make -C module clean
make[3]: Entering directory `/build/buildd2/pyg-0.9.6/wlp/module'
make[3]: *** No rule to make target `clean'.  Stop.
make[3]: Leaving directory `/build/buildd2/pyg-0.9.6/wlp/module'
make[2]: [cleanmodule] Error 2 (ignored)
rm module/Makefile.pre module/Makefile
rm: cannot remove `module/Makefile.pre': No such file or directory
rm: cannot remove `module/Makefile': No such file or directory
make[2]: [cleanmodule] Error 1 (ignored)
rm module/config.c
rm: cannot remove `module/config.c': No such file or directory
make[2]: [cleanmodule] Error 1 (ignored)
rm module/sedscript
rm: cannot remove `module/sedscript': No such file or directory
make[2]: [cleanmodule] Error 1 (ignored)
rm module/Setup
rm: cannot remove `module/Setup': No such file or directory
make[2]: [cleanmodule] Error 1 (ignored)
/usr/bin/make -C C clean
make[3]: Entering directory `/build/buildd2/pyg-0.9.6/wlp/C'
rm structs.o commands.tab.o lex.yy.o lex.yy.c commands.tab.h commands.tab.c wlp.a yytest
rm: cannot remove `structs.o': No such file or directory
rm: cannot remove `commands.tab.o': No such file or directory
rm: cannot remove `lex.yy.o': No such file or directory
rm: cannot remove `lex.yy.c': No such file or directory
rm: cannot remove `commands.tab.h': No such file or directory
rm: cannot remove `commands.tab.c': No such file or directory
rm: cannot remove `wlp.a': No such file or directory
rm: cannot remove `yytest': No such file or directory
make[3]: [clean] Error 1 (ignored)
make[3]: Leaving directory `/build/buildd2/pyg-0.9.6/wlp/C'
rm ../*.so
rm: cannot remove `../*.so': No such file or directory
make[2]: [clean] Error 1 (ignored)
make[2]: Leaving directory `/build/buildd2/pyg-0.9.6/wlp'
rm *.pyc *.so
rm: cannot remove `*.pyc': No such file or directory
rm: cannot remove `*.so': No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `/build/buildd2/pyg-0.9.6'
dh_clean
 debian/rules build
dh_testdir
/usr/bin/make bin #CFLAGS="-O2 -g -Wall"
make[1]: Entering directory `/build/buildd2/pyg-0.9.6'
/usr/bin/make -C wlp
make[2]: Entering directory `/build/buildd2/pyg-0.9.6/wlp'
/usr/bin/make -C module -f Makefile.pre.in boot
make[3]: Entering directory `/build/buildd2/pyg-0.9.6/wlp/module'
rm -f *.o *~
rm -f *.a tags TAGS config.c Makefile.pre python sedscript
rm -f *.so *.sl so_locations
VERSION=`python -c "import sys; print sys.version[:3]"`; \
	installdir=`python -c "import sys; print sys.prefix"`; \
	exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \
	/usr/bin/make -f ./Makefile.pre.in VPATH=. srcdir=. \
		VERSION=$VERSION \
		installdir=$installdir \
		exec_installdir=$exec_installdir \
		Makefile
make[4]: Entering directory `/build/buildd2/pyg-0.9.6/wlp/module'
sed -n \
	 -e '1s/.*/1i\\/p' \
	 -e '2s%.*%# Generated automatically from Makefile.pre.in by sedscript.%p' \
	 -e '/^VERSION=/s/^VERSION=[ 	]*\(.*\)/s%@VERSION[@]%\1%/p' \
	 -e '/^CC=/s/^CC=[ 	]*\(.*\)/s%@CC[@]%\1%/p' \
	 -e '/^CXX=/s/^CXX=[ 	]*\(.*\)/s%@CXX[@]%\1%/p' \
	 -e '/^LINKCC=/s/^LINKCC=[ 	]*\(.*\)/s%@LINKCC[@]%\1%/p' \
	 -e '/^OPT=/s/^OPT=[ 	]*\(.*\)/s%@OPT[@]%\1%/p' \
	 -e '/^LDFLAGS=/s/^LDFLAGS=[ 	]*\(.*\)/s%@LDFLAGS[@]%\1%/p' \
	 -e '/^LDLAST=/s/^LDLAST=[      ]*\(.*\)/s%@LDLAST[@]%\1%/p' \
	 -e '/^DEFS=/s/^DEFS=[ 	]*\(.*\)/s%@DEFS[@]%\1%/p' \
	 -e '/^LIBS=/s/^LIBS=[ 	]*\(.*\)/s%@LIBS[@]%\1%/p' \
	 -e '/^LIBM=/s/^LIBM=[ 	]*\(.*\)/s%@LIBM[@]%\1%/p' \
	 -e '/^LIBC=/s/^LIBC=[ 	]*\(.*\)/s%@LIBC[@]%\1%/p' \
	 -e '/^RANLIB=/s/^RANLIB=[ 	]*\(.*\)/s%@RANLIB[@]%\1%/p' \
	 -e '/^MACHDEP=/s/^MACHDEP=[ 	]*\(.*\)/s%@MACHDEP[@]%\1%/p' \
	 -e '/^SO=/s/^SO=[ 	]*\(.*\)/s%@SO[@]%\1%/p' \
	 -e '/^LDSHARED=/s/^LDSHARED=[ 	]*\(.*\)/s%@LDSHARED[@]%\1%/p' \
	 -e '/^BLDSHARED=/s/^BLDSHARED=[ 	]*\(.*\)/s%@BLDSHARED[@]%\1%/p' \
	 -e '/^CCSHARED=/s/^CCSHARED=[ 	]*\(.*\)/s%@CCSHARED[@]%\1%/p' \
	 -e '/^SGI_ABI=/s/^SGI_ABI=[ 	]*\(.*\)/s%@SGI_ABI[@]%\1%/p' \
	 -e '/^LINKFORSHARED=/s/^LINKFORSHARED=[ 	]*\(.*\)/s%@LINKFORSHARED[@]%\1%/p' \
	 -e '/^prefix=/s/^prefix=\(.*\)/s%^prefix=.*%prefix=\1%/p' \
	 -e '/^exec_prefix=/s/^exec_prefix=\(.*\)/s%^exec_prefix=.*%exec_prefix=\1%/p' \
	 /usr/lib/python2.4/config/Makefile >sedscript
echo "/^installdir=/s%=.*%=	/usr%" >>sedscript
echo "/^exec_installdir=/s%=.*%=/usr%" >>sedscript
echo "/^srcdir=/s%=.*%=		.%" >>sedscript
echo "/^VPATH=/s%=.*%=		.%" >>sedscript
echo "/^LINKPATH=/s%=.*%=	%" >>sedscript
echo "/^BASELIB=/s%=.*%=	%" >>sedscript
echo "/^BASESETUP=/s%=.*%=	%" >>sedscript
if grep 's%@DEFS' sedscript >/dev/null 2>&1; then \
		:; \
	else \
		echo "s%@DEFS[@]%%" >>sedscript; \
	fi
sed -f sedscript ./Makefile.pre.in >Makefile.pre
cp ./Setup.in Setup
/usr/lib/python2.4/config/makesetup \
		 -m Makefile.pre -c /usr/lib/python2.4/config/config.c.in Setup -n  /usr/lib/python2.4/config/Setup.config /usr/lib/python2.4/config/Setup.local /usr/lib/python2.4/config/Setup
/usr/bin/make -f Makefile do-it-again
make[5]: Entering directory `/build/buildd2/pyg-0.9.6/wlp/module'
/usr/lib/python2.4/config/makesetup \
		 -m Makefile.pre -c /usr/lib/python2.4/config/config.c.in Setup -n  /usr/lib/python2.4/config/Setup.config /usr/lib/python2.4/config/Setup.local /usr/lib/python2.4/config/Setup
make[5]: Leaving directory `/build/buildd2/pyg-0.9.6/wlp/module'
make[4]: Leaving directory `/build/buildd2/pyg-0.9.6/wlp/module'
make[3]: Leaving directory `/build/buildd2/pyg-0.9.6/wlp/module'
/usr/bin/make -C C archive
make[3]: Entering directory `/build/buildd2/pyg-0.9.6/wlp/C'
gcc -fPIC -Wall -ansi -c structs.c -o structs.o 
bison -d -d commands.y -b commands
gcc -fPIC -c commands.tab.c -o commands.tab.o
commands.y: In function 'yyparse':
commands.y:49: warning: incompatible implicit declaration of built-in function 'strncpy'
commands.y:49: warning: incompatible implicit declaration of built-in function 'strlen'
commands.y:56: warning: incompatible implicit declaration of built-in function 'strncpy'
commands.y:56: warning: incompatible implicit declaration of built-in function 'strlen'
commands.y:63: warning: incompatible implicit declaration of built-in function 'strncpy'
commands.y:63: warning: incompatible implicit declaration of built-in function 'strlen'
commands.y: In function 'found':
commands.y:91: warning: incompatible implicit declaration of built-in function 'strncpy'
commands.y:91: warning: incompatible implicit declaration of built-in function 'strlen'
flex  commands.l
gcc -fPIC -c lex.yy.c -o lex.yy.o
ar -rs  ./wlp.a structs.o commands.tab.o lex.yy.o \
		/usr/lib/libfl.a
ar: creating ./wlp.a
make[3]: Leaving directory `/build/buildd2/pyg-0.9.6/wlp/C'
/usr/bin/make -C module
make[3]: Entering directory `/build/buildd2/pyg-0.9.6/wlp/module'
gcc -pthread -fPIC -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -I/usr/include/python2.4 -I/usr/include/python2.4    -c ../C/wlp.c -o ./wlp.o
../C/wlp.c: In function 'wlp_setfilebyname':
../C/wlp.c:40: warning: suggest parentheses around assignment used as truth value
../C/wlp.c: In function 'wlp_mkdict':
../C/wlp.c:93: warning: implicit declaration of function 'parse'
../C/wlp.c: At top level:
../C/wlp.c:181: warning: function declaration isn't a prototype
../C/wlp.c:154: warning: 'node2dict2' defined but not used
gcc -pthread -shared  ./wlp.o  ../C/wlp.a  -o ./wlp.so
make[3]: Leaving directory `/build/buildd2/pyg-0.9.6/wlp/module'
chmod 0644 module/*.so
mv module/*.so ..
make[2]: Leaving directory `/build/buildd2/pyg-0.9.6/wlp'
make[1]: Leaving directory `/build/buildd2/pyg-0.9.6'
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
/usr/bin/make install DESTDIR=/build/buildd2/pyg-0.9.6/debian/pyg
make[1]: Entering directory `/build/buildd2/pyg-0.9.6'
install pygm2n pygn2m /build/buildd2/pyg-0.9.6/debian/pyg/usr/bin
install *.py /build/buildd2/pyg-0.9.6/debian/pyg/usr/lib/pyg
install *.so /build/buildd2/pyg-0.9.6/debian/pyg/usr/lib/pyg
make[1]: Leaving directory `/build/buildd2/pyg-0.9.6'
dh_testdir
dh_testroot
dh_installdirs
dh_installchangelogs
dh_installdocs
dh_installmanpages
dh_installmanpages: This program is deprecated, switch to dh_installman.
# these are class modules, they don't need manpages,
# undocumented link means I'm planning to document them.
#dh_undocumented whitelist.py.3 news2mail.py.3 mail2news.py.3 pyginfo.py.3 
dh_installexamples
dh_fixperms
# dh_fixperms doesn't fix perms in /usr/lib subdirs
chmod 0644 /build/buildd2/pyg-0.9.6/debian/pyg/usr/lib/pyg/*.py
# make sure pyg executables have right permission
chmod 0755 /build/buildd2/pyg-0.9.6/debian/pyg/usr/bin/pygn2m
chmod 0755 /build/buildd2/pyg-0.9.6/debian/pyg/usr/bin/pygm2n
# dh_fixperms doesn't fix perms in /usr/share/doc subdirs
find /build/buildd2/pyg-0.9.6/debian/pyg/usr/share/doc/pyg -type d -exec chmod 0755 {} \;
dh_pysupport
dh_strip
dh_compress
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_builddeb
dpkg-deb: building package `pyg' in `../pyg_0.9.6-4.2_m32r.deb'.
 dpkg-genchanges -B -mHirokazu Takata <takata at linux-m32r.org> >../pyg_0.9.6-4.2_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 20080519-1230

chroot-unstable/build/buildd2/pyg_0.9.6-4.2_m32r.deb:
 new debian package, version 2.0.
 size 27992 bytes: control archive= 857 bytes.
     990 bytes,    27 lines      control              
     178 bytes,     7 lines   *  postinst             #!/bin/sh
     181 bytes,     7 lines   *  prerm                #!/bin/sh
 Package: pyg
 Version: 0.9.6-4.2
 Architecture: m32r
 Maintainer: Cosimo Alfarano <kalfa at debian.org>
 Installed-Size: 196
 Depends: python (<< 2.5), python (>= 2.4), python-support (>= 0.7.1), libc6 (>= 2.3.5-1)
 Suggests: news-transport-system, mail-transport-agent, procmail
 Section: news
 Priority: optional
 Description: Python Mail <-> News Gateway
  Python Gateway Script from news to mail and vice versa.
  .
  It is intended to be a full SMTP/NNTP rfc compliant gateway
  with whitelist manager.
  .
  You will probably have to install a mail-transport-agent and/or
  news-transport-system package to manage SMTP/NNTP traffic.
  .
  MTA is needed for mail2news service, since mail have to be
  processed on a box where pyg is installed. You can use a remote
  smtpserver for news2mail.
  .
  News system is useful but not needed, since you can send articles to a
  remote SMTP server (ie: moderated NG) where is installed pyg, otherwise you
  will need it.
  .
  It refers to rfc 822 (mail) and 850 (news).

chroot-unstable/build/buildd2/pyg_0.9.6-4.2_m32r.deb:
drwxr-xr-x root/root         0 2008-05-19 12:27 ./
drwxr-xr-x root/root         0 2008-05-19 12:26 ./usr/
drwxr-xr-x root/root         0 2008-05-19 12:25 ./usr/bin/
-rwxr-xr-x root/root      4985 2008-05-19 12:25 ./usr/bin/pygm2n
-rwxr-xr-x root/root      4987 2008-05-19 12:25 ./usr/bin/pygn2m
drwxr-xr-x root/root         0 2008-05-19 12:27 ./usr/share/
drwxr-xr-x root/root         0 2008-05-19 12:26 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-05-19 12:27 ./usr/share/doc/pyg/
-rw-r--r-- root/root       286 2001-02-05 02:30 ./usr/share/doc/pyg/TODO
drwxr-xr-x root/root         0 2008-05-19 12:26 ./usr/share/doc/pyg/examples/
-rw-r--r-- root/root       530 2002-04-04 06:46 ./usr/share/doc/pyg/examples/articletest.accepted
-rw-r--r-- root/root      1083 2001-02-05 02:30 ./usr/share/doc/pyg/examples/README.example
-rwxr-xr-x root/root       648 2000-09-03 04:55 ./usr/share/doc/pyg/examples/wlp_test
-rw-r--r-- root/root       506 2002-04-04 06:45 ./usr/share/doc/pyg/examples/articletest.denied
-rw-r--r-- root/root       250 2002-04-04 06:46 ./usr/share/doc/pyg/examples/whitelist.example
-rw-r--r-- root/root       505 2002-04-04 06:07 ./usr/share/doc/pyg/examples/mail
-rw-r--r-- root/root       578 2001-02-05 02:30 ./usr/share/doc/pyg/HOWTO
-rw-r--r-- root/root       427 2001-11-13 07:15 ./usr/share/doc/pyg/copyright
-rw-r--r-- root/root       384 2001-02-05 02:30 ./usr/share/doc/pyg/README.Debian
-rw-r--r-- root/root      2266 2008-04-20 23:49 ./usr/share/doc/pyg/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-05-19 12:27 ./usr/share/python-support/
-rw-r--r-- root/root        13 2008-05-19 12:27 ./usr/share/python-support/pyg.dirs
drwxr-xr-x root/root         0 2008-05-19 12:26 ./usr/share/man/
drwxr-xr-x root/root         0 2008-05-19 12:27 ./usr/share/man/man1/
-rw-r--r-- root/root      1051 2001-02-05 02:30 ./usr/share/man/man1/pygm2n.1.gz
-rw-r--r-- root/root      1120 2001-02-05 02:30 ./usr/share/man/man1/pygn2m.1.gz
drwxr-xr-x root/root         0 2008-05-19 12:27 ./usr/share/man/man5/
-rw-r--r-- root/root      1031 2001-02-05 02:30 ./usr/share/man/man5/whitelist.5.gz
drwxr-xr-x root/root         0 2008-05-19 12:25 ./usr/lib/
drwxr-xr-x root/root         0 2008-05-19 12:27 ./usr/lib/pyg/
-rw-r--r-- root/root      7555 2008-05-19 12:25 ./usr/lib/pyg/news2mail.py
-rw-r--r-- root/root      3450 2008-05-19 12:25 ./usr/lib/pyg/whitelist.py
-rw-r--r-- root/root     10707 2008-05-19 12:25 ./usr/lib/pyg/mail2news.py
-rw-r--r-- root/root       627 2008-05-19 12:25 ./usr/lib/pyg/pyginfo.py
-rw-r--r-- root/root     25936 2008-05-19 12:27 ./usr/lib/pyg/wlp.so

pyg_0.9.6-4.2_m32r.changes:
Format: 1.8
Date: Sun, 20 Apr 2008 16:49:23 +0200
Source: pyg
Binary: pyg
Architecture: m32r
Version: 0.9.6-4.2
Distribution: unstable
Urgency: high
Maintainer: Hirokazu Takata <takata at linux-m32r.org>
Changed-By: Thomas Viehmann <tv at beamnet.de>
Description: 
 pyg        - Python Mail <-> News Gateway
Closes: 476160
Changes: 
 pyg (0.9.6-4.2) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Add BLDSHARED to Makefile.pre.in for python2.5 compatibility.
     Closes: #476160
   * Add shlibs:Depends in debian/control.
Checksums-Sha1: 
 eae08bef1e27c04a6c987def56b72ccc74d9f563 27992 pyg_0.9.6-4.2_m32r.deb
Checksums-Sha256: 
 e5fb92cb14f27a7cb7a2955cb1f49d64d5e5dc5121ff3af979f96df3cf6b2863 27992 pyg_0.9.6-4.2_m32r.deb
Files: 
 78ee6f926e66eadccb68f1eaba9ab855 27992 news optional pyg_0.9.6-4.2_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd2/pyg-0.9.6
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080519-1231
Build needed 00:09:32, 820k disk space




More information about the build-status mailing list