[build-status: 169207] Log for successful build of tinydyndns_0.4.2.debian1-1 (dist=unstable)

Build Daemon 1 buildd at linux-m32r.org
Sun Sep 7 23:19:56 JST 2008


Automatic build of tinydyndns_0.4.2.debian1-1 on mappi005 by sbuild/m32r 98-farm
Build started at 20080907-2300
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 110kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main tinydyndns 0.4.2.debian1-1 (dsc) [980B]
Get:2 http://debian.linux-m32r.org 06_devonian/main tinydyndns 0.4.2.debian1-1 (tar) [106kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main tinydyndns 0.4.2.debian1-1 (diff) [3191B]
Fetched 110kB in 4s (26.7kB/s)
Download complete and in download only mode
------------------------------------------------------------------------------
dpkg-source: extracting tinydyndns in tinydyndns-0.4.2.debian1
dpkg-source: info: unpacking tinydyndns_0.4.2.debian1.orig.tar.gz
dpkg-source: info: applying tinydyndns_0.4.2.debian1-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 tinydyndns
dpkg-buildpackage: source version 0.4.2.debian1-1
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
test ! -e patch-stamp || \
	  for i in `ls -1r debian/diff/*.diff || :`; do patch -p1 -R <$i; done
/usr/bin/make clean
make[1]: Entering directory `/build/buildd/tinydyndns-0.4.2.debian1'
rm -f `cat TARGETS` \
	tinydyndns-update tinydyndns-update.o \
	tinydyndns-data tinydyndns-data.o
make[1]: Leaving directory `/build/buildd/tinydyndns-0.4.2.debian1'
rm -f patch-stamp build-stamp
rm -rf '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'
rm -f debian/files debian/substvars changelog
test ! -r conf-home'{orig}' || mv -f conf-home'{orig}' conf-home
test ! -r conf-cc'{orig}' || mv conf-cc'{orig}' conf-cc
 debian/rules build
for i in `ls -1 debian/diff/*.diff || :`; do \
	  patch -p1 <$i || exit 1; \
	done
ls: cannot access debian/diff/*.diff: No such file or directory
touch patch-stamp
test -r conf-home'{orig}' || cp -f conf-home conf-home'{orig}'
echo /usr >conf-home
test -r conf-cc'{orig}' || cp conf-cc conf-cc'{orig}'
echo 'gcc -O2 -g -include /usr/include/errno.h' >conf-cc
/usr/bin/make
make[1]: Entering directory `/build/buildd/tinydyndns-0.4.2.debian1'
( cat warn-auto.sh; \
	echo 'main="$1"; shift'; \
	echo exec "`head -1 conf-ld`" \
	'-o "$main" "$main".o ${1+"$@"}' \
	) > load
chmod 755 load
( cat warn-auto.sh; \
	echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \
	) > compile
chmod 755 compile
cat warn-auto.sh choose.sh \
	| sed s}HOME}"`head -1 conf-home`"}g \
	> choose
chmod 755 choose
./choose clr trypoll iopause.h1 iopause.h2 > iopause.h
./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h
( ( ./compile tryulong32.c && ./load tryulong32 && \
	./tryulong32 ) >/dev/null 2>&1 \
	&& cat uint32.h2 || cat uint32.h1 ) > uint32.h
rm -f tryulong32.o tryulong32
./compile tinydyndns-update.c
( cat warn-auto.sh; \
	echo CC=\'`head -1 conf-cc`\'; \
	echo LD=\'`head -1 conf-ld`\'; \
	cat find-systype.sh; \
	) | sh > systype
( cat warn-auto.sh; \
	echo 'main="$1"; shift'; \
	echo 'rm -f "$main"'; \
	echo 'ar cr "$main" ${1+"$@"}'; \
	case "`cat systype`" in \
	sunos-5.*) ;; \
	unix_sv*) ;; \
	irix64-*) ;; \
	irix-*) ;; \
	dgux-*) ;; \
	hp-ux-*) ;; \
	sco*) ;; \
	*) echo 'ranlib "$main"' ;; \
	esac \
	) > makelib
chmod 755 makelib
./compile tai_add.c
./compile tai_now.c
./compile tai_pack.c
./compile tai_sub.c
./compile tai_uint.c
./compile tai_unpack.c
./compile taia_add.c
./compile taia_approx.c
./compile taia_frac.c
./compile taia_less.c
./compile taia_now.c
./compile taia_pack.c
./compile taia_sub.c
./compile taia_tai.c
./compile taia_uint.c
./makelib libtai.a tai_add.o tai_now.o tai_pack.o \
	tai_sub.o tai_uint.o tai_unpack.o taia_add.o taia_approx.o \
	taia_frac.o taia_less.o taia_now.o taia_pack.o taia_sub.o \
	taia_tai.o taia_uint.o
./compile env.c
./makelib env.a env.o
./compile cdb.c
./compile cdb_hash.c
./compile cdb_make.c
./makelib cdb.a cdb.o cdb_hash.o cdb_make.o
./compile dns_dfd.c
./compile dns_domain.c
./compile dns_dtda.c
./compile dns_ip.c
./compile dns_ipq.c
./compile dns_mx.c
./compile dns_name.c
./compile dns_nd.c
./compile dns_packet.c
./compile dns_random.c
./compile dns_rcip.c
./compile dns_rcrw.c
./compile dns_resolve.c
./compile dns_sortip.c
./compile dns_transmit.c
./compile dns_txt.c
./makelib dns.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o \
	dns_ipq.o dns_mx.o dns_name.o dns_nd.o dns_packet.o \
	dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o \
	dns_sortip.o dns_transmit.o dns_txt.o
./compile alloc.c
./compile alloc_re.c
./compile getln.c
./compile getln2.c
./compile stralloc_cat.c
./compile stralloc_catb.c
./compile stralloc_cats.c
./compile stralloc_copy.c
./compile stralloc_eady.c
./compile stralloc_num.c
./compile stralloc_opyb.c
./compile stralloc_opys.c
./compile stralloc_pend.c
./makelib alloc.a alloc.o alloc_re.o getln.o getln2.o \
	stralloc_cat.o stralloc_catb.o stralloc_cats.o \
	stralloc_copy.o stralloc_eady.o stralloc_num.o \
	stralloc_opyb.o stralloc_opys.o stralloc_pend.o
./compile buffer.c
./compile buffer_1.c
./compile buffer_2.c
./compile buffer_copy.c
./compile buffer_get.c
./compile buffer_put.c
./compile strerr_die.c
./compile strerr_sys.c
./makelib buffer.a buffer.o buffer_1.o buffer_2.o \
	buffer_copy.o buffer_get.o buffer_put.o strerr_die.o \
	strerr_sys.o
./compile buffer_read.c
./compile buffer_write.c
./compile error.c
./compile error_str.c
./compile ndelay_off.c
./compile ndelay_on.c
./compile open_read.c
./compile open_trunc.c
./compile openreadclose.c
./compile readclose.c
./compile seek_set.c
./compile socket_accept.c
./compile socket_bind.c
./compile socket_conn.c
./compile socket_listen.c
./compile socket_recv.c
./compile socket_send.c
./compile socket_tcp.c
./compile socket_udp.c
./makelib unix.a buffer_read.o buffer_write.o error.o \
	error_str.o ndelay_off.o ndelay_on.o open_read.o \
	open_trunc.o openreadclose.o readclose.o seek_set.o \
	socket_accept.o socket_bind.o socket_conn.o socket_listen.o \
	socket_recv.o socket_send.o socket_tcp.o socket_udp.o
./compile byte_chr.c
./compile byte_copy.c
./compile byte_cr.c
./compile byte_diff.c
./compile byte_zero.c
./compile case_diffb.c
./compile case_diffs.c
./compile case_lowerb.c
./compile fmt_ulong.c
./compile ip4_fmt.c
./compile ip4_scan.c
./compile scan_ulong.c
./compile str_chr.c
./compile str_diff.c
./compile str_len.c
./compile str_rchr.c
./compile str_start.c
./compile uint16_pack.c
./compile uint16_unpack.c
./compile uint32_pack.c
./compile uint32_unpack.c
./makelib byte.a byte_chr.o byte_copy.o byte_cr.o \
	byte_diff.o byte_zero.o case_diffb.o case_diffs.o \
	case_lowerb.o fmt_ulong.o ip4_fmt.o ip4_scan.o scan_ulong.o \
	str_chr.o str_diff.o str_len.o str_rchr.o str_start.o \
	uint16_pack.o uint16_unpack.o uint32_pack.o uint32_unpack.o
./load tinydyndns-update strerr_sys.o strerr_die.o libtai.a env.a \
	cdb.a dns.a alloc.a buffer.a unix.a byte.a
./compile tinydyndns-data.c
./load tinydyndns-data strerr_sys.o strerr_die.o libtai.a env.a \
	cdb.a dns.a alloc.a buffer.a unix.a byte.a
make[1]: Leaving directory `/build/buildd/tinydyndns-0.4.2.debian1'
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
rm -rf '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'
# programs
install -d -m0755 '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'/usr/bin
for i in tinydyndns-data tinydyndns-update; do \
	  install -m0755 $i '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'/usr/bin/$i && \
	  strip -R .comment -R .note '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'/usr/bin/$i || exit 1; \
	done
install -m0755 tinydyndns-conf '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'/usr/bin/tinydyndns-conf
# man pages
install -d -m0755 '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'/usr/share/man/man8
for i in *.8; do \
	  install -m0644 $i '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'/usr/share/man/man8/ && \
	  gzip -9 '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'/usr/share/man/man8/${i##*/} || exit 1; \
	done
# changelog
rm -f changelog && ln -s package/CHANGES changelog
: implicit
: debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 debian/copyright debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 debian/changelog debian/tinydyndns/usr/share/doc/tinydyndns/changelog.Debian
+ install -m0644 changelog debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/configuration.html debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/failover.html debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/fake-pop3.html debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/fake-pop3d.html debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/index.html debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/install.html debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/tinydyndns-conf.8.html debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/tinydyndns-data.8.html debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/tinydyndns-update.8.html debian/tinydyndns/usr/share/doc/tinydyndns/
+ install -m0644 doc/upgrade.html debian/tinydyndns/usr/share/doc/tinydyndns/
: debian/tinydyndns/usr/share/doc/tinydyndns/examples/
+ install -m0644 doc/fake-pop3.sh debian/tinydyndns/usr/share/doc/tinydyndns/examples/
+ install -m0644 doc/fake-pop3d.sh debian/tinydyndns/usr/share/doc/tinydyndns/examples/
: debian/tinydyndns/usr/share/doc/tinydyndns/ ok
: debian/tinydyndns/DEBIAN/
: debian/tinydyndns/DEBIAN/md5sums
: debian/tinydyndns/DEBIAN/ ok
dpkg-shlibdeps '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'/usr/bin/*
objdump: /build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns/usr/bin/tinydyndns-conf: File format not recognized
dpkg-gencontrol -isp -ptinydyndns -P'/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns'
dpkg -b '/build/buildd/tinydyndns-0.4.2.debian1/debian/tinydyndns' ..
dpkg-deb: building package `tinydyndns' in `../tinydyndns_0.4.2.debian1-1_m32r.deb'.
 dpkg-genchanges -B -mHirokazu Takata <takata at linux-m32r.org> >../tinydyndns_0.4.2.debian1-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 20080907-2319

chroot-unstable/build/buildd/tinydyndns_0.4.2.debian1-1_m32r.deb:
 new debian package, version 2.0.
 size 28006 bytes: control archive= 1449 bytes.
    1140 bytes,    24 lines      control              
    1545 bytes,    21 lines      md5sums              
 Package: tinydyndns
 Version: 0.4.2.debian1-1
 Architecture: m32r
 Maintainer: Gerrit Pape <pape at smarden.org>
 Installed-Size: 164
 Depends: libc6 (>= 2.3.5-1)
 Recommends: djbdns, mailfront, daemontools, ucspi-tcp, runit | daemontools-run, cvm, make
 Section: net
 Priority: optional
 Description: pop-before-dyndns service using djbdns
  tinydyndns is a simple but powerful dynamic DNS solution that uses
  djbdns.  It cooperates with the djbdns package to publish dynamic IP
  addresses authenticated through POP connections.  On successfully
  authenticated POP connections, the tinydyndns-update program manipulates
  tinydns' constant database "data.cdb" directly without rebuilding it;
  this makes the dynamic DNS solution use very few system resources.
  .
  Using a POP service for authentication saves the work for installing
  special client software, since POP clients are available for every
  common network-aware operating system.  To provide the DNS and POP
  services, tinydyndns cooperates with djbdns, mailfront, and cvm.
  .
  The POP service can easily be replaced with other services that provide
  authentication, such as APOP, IMAPS, ...

chroot-unstable/build/buildd/tinydyndns_0.4.2.debian1-1_m32r.deb:
drwxr-xr-x root/root         0 2008-09-07 23:16 ./
drwxr-xr-x root/root         0 2008-09-07 23:15 ./usr/
drwxr-xr-x root/root         0 2008-09-07 23:15 ./usr/bin/
-rwxr-xr-x root/root      2656 2008-09-07 23:15 ./usr/bin/tinydyndns-conf
-rwxr-xr-x root/root     17104 2008-09-07 23:15 ./usr/bin/tinydyndns-data
-rwxr-xr-x root/root     14800 2008-09-07 23:15 ./usr/bin/tinydyndns-update
drwxr-xr-x root/root         0 2008-09-07 23:15 ./usr/share/
drwxr-xr-x root/root         0 2008-09-07 23:15 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-09-07 23:16 ./usr/share/doc/tinydyndns/
-rw-r--r-- root/root      2503 2008-09-07 23:16 ./usr/share/doc/tinydyndns/tinydyndns-conf.8.html
drwxr-xr-x root/root         0 2008-09-07 23:16 ./usr/share/doc/tinydyndns/examples/
-rw-r--r-- root/root       170 2008-09-07 23:16 ./usr/share/doc/tinydyndns/examples/fake-pop3d.sh
-rw-r--r-- root/root       178 2008-09-07 23:16 ./usr/share/doc/tinydyndns/examples/fake-pop3.sh
-rw-r--r-- root/root      4471 2008-09-07 23:16 ./usr/share/doc/tinydyndns/failover.html
-rw-r--r-- root/root      2187 2008-09-07 23:16 ./usr/share/doc/tinydyndns/install.html
-rw-r--r-- root/root      1418 2008-09-07 23:15 ./usr/share/doc/tinydyndns/copyright
-rw-r--r-- root/root      1614 2008-09-07 23:16 ./usr/share/doc/tinydyndns/upgrade.html
-rw-r--r-- root/root       841 2008-09-07 23:15 ./usr/share/doc/tinydyndns/changelog.gz
-rw-r--r-- root/root      2527 2008-09-07 23:15 ./usr/share/doc/tinydyndns/configuration.html
-rw-r--r-- root/root      3572 2008-09-07 23:16 ./usr/share/doc/tinydyndns/tinydyndns-update.8.html
-rw-r--r-- root/root      1331 2008-09-07 23:16 ./usr/share/doc/tinydyndns/fake-pop3d.html
-rw-r--r-- root/root      4100 2008-09-07 23:16 ./usr/share/doc/tinydyndns/tinydyndns-data.8.html
-rw-r--r-- root/root       805 2008-09-07 23:16 ./usr/share/doc/tinydyndns/fake-pop3.html
-rw-r--r-- root/root      2934 2008-09-07 23:16 ./usr/share/doc/tinydyndns/index.html
-rw-r--r-- root/root       339 2008-09-07 23:15 ./usr/share/doc/tinydyndns/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-09-07 23:15 ./usr/share/man/
drwxr-xr-x root/root         0 2008-09-07 23:15 ./usr/share/man/man8/
-rw-r--r-- root/root      1045 2008-09-07 23:15 ./usr/share/man/man8/tinydyndns-update.8.gz
-rw-r--r-- root/root      1214 2008-09-07 23:15 ./usr/share/man/man8/tinydyndns-data.8.gz
-rw-r--r-- root/root       697 2008-09-07 23:15 ./usr/share/man/man8/tinydyndns-conf.8.gz

tinydyndns_0.4.2.debian1-1_m32r.changes:
Format: 1.8
Date: Sun, 06 Jul 2008 20:54:27 +0000
Source: tinydyndns
Binary: tinydyndns
Architecture: m32r
Version: 0.4.2.debian1-1
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata at linux-m32r.org>
Changed-By: Gerrit Pape <pape at smarden.org>
Description: 
 tinydyndns - pop-before-dyndns service using djbdns
Changes: 
 tinydyndns (0.4.2.debian1-1) unstable; urgency=low
 .
   * new upstream debian version.
     * use pop3front-auth, pop3front-maildir instead of qmail-popup,
       qmail-pop3d.
   * debian/control: Recommends: mailfront instead of qmail; update
     long description.
   * debian/control: Standards-Version: 3.8.0.1.
Checksums-Sha1: 
 30128ecdaa4deb36574c3ee563fc93e1980b44ae 28006 tinydyndns_0.4.2.debian1-1_m32r.deb
Checksums-Sha256: 
 b67161e24f2992b279d59269707f8d523f8a980a9e6fe9199cb8233a32bfc614 28006 tinydyndns_0.4.2.debian1-1_m32r.deb
Files: 
 2c9e28f9ca2670528fe8dbe7b0bad02a 28006 net optional tinydyndns_0.4.2.debian1-1_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd/tinydyndns-0.4.2.debian1
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080907-2319
Build needed 00:14:29, 2664k disk space




More information about the build-status mailing list