[build-status: 131624] Log for successful build of portmap_6.0-5.1 (dist=unstable)

Build Daemon 3 buildd3 at linux-m32r.org
Thu May 29 04:50:30 JST 2008


Automatic build of portmap_6.0-5.1 on mappi006 by sbuild/m32r 
Build started at 20080529-0437
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 48.9kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main portmap 6.0-5.1 (dsc) [1062B]
Get:2 http://debian.linux-m32r.org 06_devonian/main portmap 6.0-5.1 (tar) [22.3kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main portmap 6.0-5.1 (diff) [25.6kB]
Fetched 48.9kB in 1s (39.2kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: libwrap0-dev, debhelper (>= 5), quilt
Checking for already installed source dependencies...
libwrap0-dev: already installed (7.6.dbs-14)
debhelper: already installed (7.0.8 >= 5 is satisfied)
quilt: already installed (0.46-4)
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.0.2 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 portmap in portmap-6.0
dpkg-source: info: unpacking portmap_6.0.orig.tar.gz
dpkg-source: info: applying portmap_6.0-5.1.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 portmap
dpkg-buildpackage: source version 6.0-5.1
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 
No patch removed
rm -rf .pc debian/stamp-patched
dh_testdir
dh_testroot
[ ! -f Makefile ] || /usr/bin/make clean
make[1]: Entering directory `/build/buildd3/portmap-6.0'
cc -MM -g -O2 -Wall -Wstrict-prototypes *.c > .depend
make[1]: Leaving directory `/build/buildd3/portmap-6.0'
make[1]: Entering directory `/build/buildd3/portmap-6.0'
rm -f *.o portmap pmap_dump pmap_set from_local \
	    core portmap.man
make[1]: Leaving directory `/build/buildd3/portmap-6.0'
rm -f .depend
dh_clean build-stamp
	rm -f debian/portmap.substvars
	rm -f debian/portmap.*.debhelper
	rm -f debian/portmap.debhelper.log
	rm -rf debian/portmap/
	rm -f -- build-stamp
	rm -f debian/files
	find .  \( \( -type f -a \
	        \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
		 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
		 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
		 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
		\) -exec rm -f {} \; \) -o \
		\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)
 debian/rules build
# quilt exits with 2 as return when there was nothing to do. 
# That's not an error here (but it's usefull to break loops in crude scripts)
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch 00-420514.portmap.8.diff
patching file portmap.8

Applying patch 01-437892-portmap.8.diff
patching file portmap.8

Applying patch 02-448470-pidfile.diff
patching file portmap.c
Hunk #2 succeeded at 171 with fuzz 1.
Hunk #3 succeeded at 374 with fuzz 2.

Applying patch 03-356784-lotsofinterfaces.diff
patching file from_local.c
Hunk #1 succeeded at 99 (offset -8 lines).
Hunk #2 succeeded at 110 (offset -8 lines).
Hunk #3 succeeded at 159 (offset -8 lines).

Now at patch 03-356784-lotsofinterfaces.diff
touch debian/stamp-patched
dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/buildd3/portmap-6.0'
cc -MM -g -O2 -Wall -Wstrict-prototypes *.c > .depend
make[1]: Leaving directory `/build/buildd3/portmap-6.0'
make[1]: Entering directory `/build/buildd3/portmap-6.0'
cc -g -O2 -Wall -Wstrict-prototypes -fpie  -DHOSTS_ACCESS -DCHECK_PORT -DIGNORE_SIGCHLD	 -DFACILITY=LOG_DAEMON   -c -o portmap.o portmap.c
cc -g -O2 -Wall -Wstrict-prototypes -fpie  -DHOSTS_ACCESS -DCHECK_PORT -DIGNORE_SIGCHLD	 -DFACILITY=LOG_DAEMON   -c -o pmap_check.o pmap_check.c
cc -g -O2 -Wall -Wstrict-prototypes -fpie  -DHOSTS_ACCESS -DCHECK_PORT -DIGNORE_SIGCHLD	 -DFACILITY=LOG_DAEMON   -c -o from_local.o from_local.c
cc -pie  portmap.o pmap_check.o from_local.o  -lwrap -o portmap
cc -g -O2 -Wall -Wstrict-prototypes  -DHOSTS_ACCESS -DCHECK_PORT -DIGNORE_SIGCHLD	 -DFACILITY=LOG_DAEMON   -c -o pmap_dump.o pmap_dump.c
cc   pmap_dump.o   -o pmap_dump
cc -g -O2 -Wall -Wstrict-prototypes  -DHOSTS_ACCESS -DCHECK_PORT -DIGNORE_SIGCHLD	 -DFACILITY=LOG_DAEMON   -c -o pmap_set.o pmap_set.c
cc   pmap_set.o   -o pmap_set
sed -e 's/RPCUSER//' -e 's/DAEMON_UID/1/' -e 's/DAEMON_GID/1/' < portmap.8 > portmap.man
make[1]: Leaving directory `/build/buildd3/portmap-6.0'
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
	rm -f debian/portmap.substvars
	rm -f debian/portmap.*.debhelper
	rm -rf debian/portmap/
	find .  \( \( -type f -a \
	        \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
		 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
		 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
		 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
		\) -exec rm -f {} \; \) -o \
		\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)
dh_installdirs
	install -d debian/portmap
	install -d debian/portmap/sbin debian/portmap/usr/share/man/man8 debian/portmap/usr/share/doc/portmap
/usr/bin/make install BASEDIR=`pwd`/debian/portmap
make[1]: Entering directory `/build/buildd3/portmap-6.0'
install -o root -g root -m 0755 -s portmap /build/buildd3/portmap-6.0/debian/portmap/sbin
install -o root -g root -m 0755 -s pmap_dump /build/buildd3/portmap-6.0/debian/portmap/sbin
install -o root -g root -m 0755 -s pmap_set /build/buildd3/portmap-6.0/debian/portmap/sbin
install -o root -g root -m 0644 portmap.man /build/buildd3/portmap-6.0/debian/portmap/usr/share/man/man8/portmap.8
install -o root -g root -m 0644 pmap_dump.8 /build/buildd3/portmap-6.0/debian/portmap/usr/share/man/man8
install -o root -g root -m 0644 pmap_set.8 /build/buildd3/portmap-6.0/debian/portmap/usr/share/man/man8
make[1]: Leaving directory `/build/buildd3/portmap-6.0'
dh_testdir
dh_testroot
dh_installdebconf
	install -o 0 -g 0 -d debian/portmap/DEBIAN
	sed s/#DEBHELPER#// < debian/config > debian/portmap/DEBIAN/config
	chown 0:0 debian/portmap/DEBIAN/config
	chmod 755 debian/portmap/DEBIAN/config
	po2debconf  debian/templates > debian/portmap/DEBIAN/templates
	(grep -s -v misc:Depends debian/portmap.substvars; echo "misc:Depends=debconf (>= 0.5) | debconf-2.0") > debian/portmap.substvars.new
	mv debian/portmap.substvars.new debian/portmap.substvars
	echo "# Automatically added by dh_installdebconf">> debian/portmap.postrm.debhelper
	sed "" /usr/share/debhelper/autoscripts/postrm-debconf >> debian/portmap.postrm.debhelper
	echo '# End automatically added section' >> debian/portmap.postrm.debhelper
dh_installdocs
	cp -a README debian/portmap/usr/share/doc/portmap
	chown -R 0:0 debian/portmap/usr/share/doc
	chmod -R go=rX debian/portmap/usr/share/doc
	chmod -R u\+rw debian/portmap/usr/share/doc
	install -g 0 -o 0 -m 644 -p debian/TODO debian/portmap/usr/share/doc/portmap/TODO.Debian
	install -g 0 -o 0 -m 644 -p debian/copyright debian/portmap/usr/share/doc/portmap/copyright
dh_installexamples
dh_installinit -- start 43 S . start 32 0 6 . stop 81 1 .
	install -d debian/portmap/etc/init.d
	install -p -m755 debian/init.d debian/portmap/etc/init.d/portmap
	echo "# Automatically added by dh_installinit">> debian/portmap.postinst.debhelper
	sed "s/#SCRIPT#/portmap/;s/#INITPARMS#/start 43 S . start 32 0 6 . stop 81 1 ./;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postinst-init >> debian/portmap.postinst.debhelper
	echo '# End automatically added section' >> debian/portmap.postinst.debhelper
	echo "# Automatically added by dh_installinit">> debian/portmap.prerm.debhelper
	sed "s/#SCRIPT#/portmap/;s/#INITPARMS#/start 43 S . start 32 0 6 . stop 81 1 ./;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/prerm-init >> debian/portmap.prerm.debhelper
	echo '# End automatically added section' >> debian/portmap.prerm.debhelper
	echo "# Automatically added by dh_installinit">> debian/portmap.postrm.debhelper
	sed "s/#SCRIPT#/portmap/;s/#INITPARMS#/start 43 S . start 32 0 6 . stop 81 1 ./;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postrm-init >> debian/portmap.postrm.debhelper
	echo '# End automatically added section' >> debian/portmap.postrm.debhelper
dh_installcron
dh_installman
	man --recode UTF-8 ./portmap\.8 > portmap\.8\.new
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
	chmod 644 portmap.8.new
	mv -f portmap.8.new portmap.8
	man --recode UTF-8 ./pmap_dump\.8 > pmap_dump\.8\.new
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
	chmod 644 pmap_dump.8.new
	mv -f pmap_dump.8.new pmap_dump.8
	man --recode UTF-8 ./pmap_set\.8 > pmap_set\.8\.new
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
	chmod 644 pmap_set.8.new
	mv -f pmap_set.8.new pmap_set.8
dh_installinfo
dh_installchangelogs CHANGES
	install -o 0 -g 0 -p -m644 debian/changelog debian/portmap/usr/share/doc/portmap/changelog.Debian
	install -o 0 -g 0 -p -m644 CHANGES debian/portmap/usr/share/doc/portmap/changelog
dh_link
dh_strip
	strip --remove-section=.comment --remove-section=.note debian/portmap/sbin/portmap
	strip --remove-section=.comment --remove-section=.note debian/portmap/sbin/pmap_dump
	strip --remove-section=.comment --remove-section=.note debian/portmap/sbin/pmap_set
dh_compress
	cd debian/portmap
	chmod a-x usr/share/man/man8/portmap.8 usr/share/man/man8/pmap_dump.8 usr/share/man/man8/pmap_set.8 usr/share/doc/portmap/changelog.Debian usr/share/doc/portmap/changelog
	gzip -9nf usr/share/man/man8/portmap.8 usr/share/man/man8/pmap_dump.8 usr/share/man/man8/pmap_set.8 usr/share/doc/portmap/changelog.Debian usr/share/doc/portmap/changelog
	cd '/build/buildd3/portmap-6.0'
dh_fixperms
	find debian/portmap  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
	find debian/portmap ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
	find debian/portmap/usr/share/doc -type f  ! -regex 'debian/portmap/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
	find debian/portmap/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
	find debian/portmap/usr/share/man debian/portmap/usr/man/ debian/portmap/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/portmap -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/portmap/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/portmap/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/portmap/usr/lib/perl5 debian/portmap/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
	find debian/portmap/sbin -type f  -print0 2>/dev/null | xargs -0r chmod a+x
	find debian/portmap/etc/init.d -type f  -print0 2>/dev/null | xargs -0r chmod a+x
dh_installdeb
	perl -pe 's~#DEBHELPER#~qx{cat debian/portmap.postinst.debhelper}~eg' < debian/postinst > debian/portmap/DEBIAN/postinst
	chown 0:0 debian/portmap/DEBIAN/postinst
	chmod 755 debian/portmap/DEBIAN/postinst
	sed s/#DEBHELPER#// < debian/preinst > debian/portmap/DEBIAN/preinst
	chown 0:0 debian/portmap/DEBIAN/preinst
	chmod 755 debian/portmap/DEBIAN/preinst
	perl -pe 's~#DEBHELPER#~qx{cat debian/portmap.prerm.debhelper}~eg' < debian/prerm > debian/portmap/DEBIAN/prerm
	chown 0:0 debian/portmap/DEBIAN/prerm
	chmod 755 debian/portmap/DEBIAN/prerm
	perl -pe 's~#DEBHELPER#~qx{cat debian/portmap.postrm.debhelper}~eg' < debian/postrm > debian/portmap/DEBIAN/postrm
	chown 0:0 debian/portmap/DEBIAN/postrm
	chmod 755 debian/portmap/DEBIAN/postrm
	find debian/portmap/etc -type f -printf '/etc/%P
' >> debian/portmap/DEBIAN/conffiles
	chmod 644 debian/portmap/DEBIAN/conffiles
dh_shlibdeps
	dpkg-shlibdeps -Tdebian/portmap.substvars debian/portmap/sbin/portmap debian/portmap/sbin/pmap_dump debian/portmap/sbin/pmap_set
dh_gencontrol
	dpkg-gencontrol -ldebian/changelog -Tdebian/portmap.substvars -Pdebian/portmap
	chmod 644 debian/portmap/DEBIAN/control
	chown 0:0 debian/portmap/DEBIAN/control
dh_md5sums
	(cd debian/portmap >/dev/null ; find . -type f ! -path "./etc/init.d/portmap"  ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null
	chmod 644 debian/portmap/DEBIAN/md5sums
	chown 0:0 debian/portmap/DEBIAN/md5sums
dh_builddeb
	dpkg-deb --build debian/portmap ..
dpkg-deb: building package `portmap' in `../portmap_6.0-5.1_m32r.deb'.
 dpkg-genchanges -B -mHirokazu Takata <takata\@linux-m32r.org> >../portmap_6.0-5.1_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 20080529-0450

chroot-unstable/build/buildd3/portmap_6.0-5.1_m32r.deb:
 new debian package, version 2.0.
 size 35832 bytes: control archive= 9532 bytes.
      20 bytes,     1 lines      conffiles            
     596 bytes,    37 lines   *  config               #!/bin/sh
     560 bytes,    16 lines      control              
     687 bytes,    11 lines      md5sums              
    4267 bytes,   130 lines   *  postinst             #!/bin/sh
     580 bytes,    23 lines   *  postrm               #!/bin/sh
    1373 bytes,    51 lines   *  preinst              #!/bin/sh
     413 bytes,    18 lines   *  prerm                #!/bin/sh
   13444 bytes,   117 lines      templates            
 Package: portmap
 Version: 6.0-5.1
 Architecture: m32r
 Maintainer: Anibal Monsalve Salazar <anibal at debian.org>
 Installed-Size: 156
 Depends: libc6 (>= 2.3.5-1), libwrap0, debconf (>= 0.5) | debconf-2.0, lsb-base (>= 1.3-9)
 Replaces: netbase (<< 4.00)
 Section: net
 Priority: standard
 Homepage: http://neil.brown.name/portmap/
 Description: RPC port mapper
  Portmap is a server that converts RPC (Remote Procedure Call) program
  numbers into DARPA protocol port numbers. It must be running in order
  to make RPC calls.
  .
  Services that use RPC include NFS and NIS.

chroot-unstable/build/buildd3/portmap_6.0-5.1_m32r.deb:
drwxr-xr-x root/root         0 2008-05-29 04:46 ./
drwxr-xr-x root/root         0 2008-05-29 04:47 ./sbin/
-rwxr-xr-x root/root     17196 2008-05-29 04:47 ./sbin/portmap
-rwxr-xr-x root/root      3280 2008-05-29 04:47 ./sbin/pmap_dump
-rwxr-xr-x root/root      3300 2008-05-29 04:47 ./sbin/pmap_set
drwxr-xr-x root/root         0 2008-05-29 04:45 ./usr/
drwxr-xr-x root/root         0 2008-05-29 04:45 ./usr/share/
drwxr-xr-x root/root         0 2008-05-29 04:45 ./usr/share/man/
drwxr-xr-x root/root         0 2008-05-29 04:47 ./usr/share/man/man8/
-rw-r--r-- root/root       337 2008-05-29 04:47 ./usr/share/man/man8/pmap_set.8.gz
-rw-r--r-- root/root      2674 2008-05-29 04:46 ./usr/share/man/man8/portmap.8.gz
-rw-r--r-- root/root       352 2008-05-29 04:46 ./usr/share/man/man8/pmap_dump.8.gz
drwxr-xr-x root/root         0 2008-05-29 04:45 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-05-29 04:47 ./usr/share/doc/portmap/
-rw-r--r-- root/root      1161 2007-05-11 12:02 ./usr/share/doc/portmap/README
-rw-r--r-- root/root       712 2008-05-29 04:42 ./usr/share/doc/portmap/TODO.Debian
-rw-r--r-- root/root      2061 2008-05-29 04:42 ./usr/share/doc/portmap/copyright
-rw-r--r-- root/root       750 2007-05-11 12:02 ./usr/share/doc/portmap/changelog.gz
-rw-r--r-- root/root      7315 2008-05-29 04:42 ./usr/share/doc/portmap/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-05-29 04:46 ./etc/
drwxr-xr-x root/root         0 2008-05-29 04:46 ./etc/init.d/
-rwxr-xr-x root/root      2029 2008-05-29 04:42 ./etc/init.d/portmap

portmap_6.0-5.1_m32r.changes:
Format: 1.8
Date: Sat, 24 May 2008 17:28:21 +0200
Source: portmap
Binary: portmap
Architecture: m32r
Version: 6.0-5.1
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata\@linux-m32r.org>
Changed-By: Petter Reinholdtsen <pere at debian.org>
Description: 
 portmap    - RPC port mapper
Closes: 356784 412636 448470 454208 463798 468665 472236
Changes: 
 portmap (6.0-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Avoid useless 1 second sleep during boot, while still doing
     it when needed during restarts (Closes: #412636).  Patch
     from Petter Reinholdtsen.
   * New patch 02-448470-pidfile.diff to write pid to
     /var/run/portmap.pid (Closes: #448470).  Patch
     from Petter Reinholdtsen.
   * New patch 03-356784-lotsofinterfaces.diff to handle more
     than 256 network interfaces (Closes: #356784).  Patch
     from Steven Wilton.
   * Updated upstream URL and name in copyright file (Closes: #454208).
   * Change init.d script to use the omitpid feature in sendsigs to
     allow it to stop later during shutdown (Closes: #468665).  Patch
     from Petter Reinholdtsen.
   * Fix bashism in postinst script (Closes: #472236).  Patch
     from Raphael Geissert.
   * Updated Dutch debconf translation from Vincent Zweije (Closes: #463798).
Checksums-Sha1: 
 a3a26a71a5333face11f6bdbc469c9181c5c3615 35832 portmap_6.0-5.1_m32r.deb
Checksums-Sha256: 
 89fb7e7bedd368774feca6979a6552eaf37865714b321db44affff302849312f 35832 portmap_6.0-5.1_m32r.deb
Files: 
 72577cb1b4959b12b85df4a004ba1457 35832 net standard portmap_6.0-5.1_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd3/portmap-6.0
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080529-0450
Build needed 00:09:21, 792k disk space




More information about the build-status mailing list