[build-status: 60360] Log for successful build of remote-tty_4.0-9 (dist=unstable)
Build Daemon 1
buildd at linux-m32r.org
Sat Mar 24 03:19:52 JST 2007
Automatic build of remote-tty_4.0-9 on mappi005 by sbuild/m32r 0.53
Build started at 20070324-0312
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 33.0kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main remote-tty 4.0-9 (dsc) [567B]
Get:2 http://debian.linux-m32r.org 06_devonian/main remote-tty 4.0-9 (tar) [24.3kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main remote-tty 4.0-9 (diff) [8164B]
Fetched 33.0kB in 0s (60.7kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4)
Checking for already installed source dependencies...
debhelper: already installed (5.0.42 >= 4 is satisfied)
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
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.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting remote-tty in remote-tty-4.0
dpkg-source: unpacking remote-tty_4.0.orig.tar.gz
dpkg-source: applying /debian/buildd/build/remote-tty_4.0-9.diff.gz
dpkg-buildpackage: source package is remote-tty
dpkg-buildpackage: source version is 4.0-9
dpkg-buildpackage: source changed by Jonathan McDowell <noodles at earth.li>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 4.0-9
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
/usr/bin/make clean
make[1]: Entering directory `/build/buildd/remote-tty-4.0'
rm -f ttysrv rtty locbrok Startup console startsrv agelogs agelog version.c
rm -f *.o *.BAK *.CKP *~
make[1]: Leaving directory `/build/buildd/remote-tty-4.0'
dh_clean
debian/rules build
dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/buildd/remote-tty-4.0'
cc -O -UDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -I/usr/local/include -c -o ttysrv.o ttysrv.c
cc -O -UDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -I/usr/local/include -c -o ttyprot.o ttyprot.c
cc -O -UDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -I/usr/local/include -c -o connutil.o connutil.c
cc -O -UDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -I/usr/local/include -c -o misc.o misc.c
rm -f version.c
( \
echo "#ifndef LINT"; \
echo "char Copyright[] ="; \
echo ' "Copyright 1996,1997,2001 by Internet Software Consortium, Inc.";'; \
echo "char Version[] ="; \
echo ' "Version 4.0 ('`whoami`'@'`hostname`' '`date`')";'; \
echo "#endif"; \
) >version.c
cc -O -UDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -I/usr/local/include -c -o version.o version.c
cc -o ttysrv ttysrv.o ttyprot.o connutil.o misc.o version.o -lcrypt
cc -O -UDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -I/usr/local/include -c -o rtty.o rtty.c
cc -o rtty rtty.o ttyprot.o connutil.o misc.o version.o -lcrypt
cc -O -UDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -I/usr/local/include -c -o locbrok.o locbrok.c
locbrok.c: In function 'main':
locbrok.c:303: warning: incompatible implicit declaration of built-in function 'exit'
cc -o locbrok locbrok.o misc.o version.o -lcrypt
sed -e 's:DESTPATH:/usr:g' <Startup.sh >Startup
chmod +x Startup
sed -e 's:DESTPATH:/usr:g' <console.sh >console
chmod +x console
sed -e 's:DESTPATH:/usr:g' <startsrv.sh >startsrv
chmod +x startsrv
sed -e 's:DESTPATH:/usr:g' <agelogs.sh >agelogs
chmod +x agelogs
cat <agelog.sh >agelog
chmod +x agelog
make[1]: Leaving directory `/build/buildd/remote-tty-4.0'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
install -d debian/remote-tty/usr/bin \
debian/remote-tty/usr/sbin
install -d debian/remote-tty/var/log/remote-tty/out
install -d debian/remote-tty/etc/remote-tty/dev \
debian/remote-tty/etc/remote-tty/opt \
debian/remote-tty/etc/remote-tty/owner \
debian/remote-tty/etc/remote-tty/prot
install -d debian/remote-tty/var/run/remote-tty/pid \
debian/remote-tty/var/run/remote-tty/sock
install -d debian/remote-tty/etc/init.d
install -m 755 ttysrv debian/remote-tty/usr/sbin
install -m 755 rtty debian/remote-tty/usr/bin/remote-tty
install -m 755 startsrv debian/remote-tty/usr/sbin
install -m 755 addrconsole debian/remote-tty/usr/sbin
install -m 755 delrconsole debian/remote-tty/usr/sbin
install -m 755 console debian/remote-tty/usr/bin/rconsole
install -m 755 rconsole-user debian/remote-tty/usr/bin/rconsole-user
dh_testdir
dh_testroot
dh_installdocs README
dh_installinit -- defaults 95 05
dh_installcron
dh_installchangelogs
dh_installman
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `remote-tty' in `../remote-tty_4.0-9_m32r.deb'.
dpkg-genchanges -B
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 20070324-0319
remote-tty_4.0-9_m32r.changes:
Format: 1.7
Date: Sun, 26 Nov 2006 20:52:54 +0000
Source: remote-tty
Binary: remote-tty
Architecture: m32r
Version: 4.0-9
Distribution: unstable
Urgency: medium
Maintainer: Jonathan McDowell <noodles at earth.li>
Changed-By: Jonathan McDowell <noodles at earth.li>
Description:
remote-tty - multiuser "tip"/"cu" replacement with logging
Closes: 400211
Changes:
remote-tty (4.0-9) unstable; urgency=medium
.
* Fix typo leading to creation of /share directory (closes: #400211)
Files:
66b9650dd97b9b17a584541221b8e6e0 29630 admin optional remote-tty_4.0-9_m32r.deb
/debian/buildd/build/chroot-unstable/build/buildd/remote-tty_4.0-9_m32r.deb:
new debian package, version 2.0.
size 29630 bytes: control archive= 1784 bytes.
50 bytes, 2 lines conffiles
589 bytes, 14 lines control
1069 bytes, 17 lines md5sums
981 bytes, 40 lines * postinst #!/bin/sh
539 bytes, 27 lines * postrm #!/bin/sh
278 bytes, 11 lines * prerm #!/bin/sh
Package: remote-tty
Version: 4.0-9
Section: admin
Priority: optional
Architecture: m32r
Depends: libc6 (>= 2.3.5-1), adduser
Installed-Size: 224
Maintainer: Jonathan McDowell <noodles at earth.li>
Description: multiuser "tip"/"cu" replacement with logging
This is Paul Vixie's rtty serial console tool. It allows runs a server
per port which then support multiple connections at time from
"tip"/"cu"-like clients. It also supports logging of output from the
port, even when no client is connected. This can be invaluable for post
mortem diagnosis of crashes of serial consoled machines.
/debian/buildd/build/chroot-unstable/build/buildd/remote-tty_4.0-9_m32r.deb:
drwxr-xr-x root/root 0 2007-03-24 03:18 ./
drwxr-xr-x root/root 0 2007-03-24 03:17 ./etc/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./etc/remote-tty/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./etc/remote-tty/dev/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./etc/remote-tty/opt/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./etc/remote-tty/owner/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./etc/remote-tty/prot/
drwxr-xr-x root/root 0 2007-03-24 03:17 ./etc/cron.daily/
-rwxr-xr-x root/root 337 2007-03-24 03:17 ./etc/cron.daily/remote-tty
drwxr-xr-x root/root 0 2007-03-24 03:17 ./etc/init.d/
-rwxr-xr-x root/root 854 2007-03-24 03:13 ./etc/init.d/remote-tty
drwxr-xr-x root/root 0 2007-03-24 03:16 ./usr/
drwxr-xr-x root/root 0 2007-03-24 03:17 ./usr/sbin/
-rwxr-xr-x root/root 14308 2007-03-24 03:17 ./usr/sbin/ttysrv
-rwxr-xr-x root/root 564 2007-03-24 03:16 ./usr/sbin/addrconsole
-rwxr-xr-x root/root 624 2007-03-24 03:16 ./usr/sbin/delrconsole
-rwxr-xr-x root/root 3185 2007-03-24 03:16 ./usr/sbin/startsrv
drwxr-xr-x root/root 0 2007-03-24 03:17 ./usr/bin/
-rwxr-xr-x root/root 1394 2007-03-24 03:16 ./usr/bin/rconsole
-rwxr-xr-x root/root 11956 2007-03-24 03:17 ./usr/bin/remote-tty
-rwxr-xr-x root/root 45 2007-03-24 03:16 ./usr/bin/rconsole-user
drwxr-xr-x root/root 0 2007-03-24 03:17 ./usr/share/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-03-24 03:17 ./usr/share/doc/remote-tty/
-rw-r--r-- root/root 951 2007-03-24 03:13 ./usr/share/doc/remote-tty/copyright
-rw-r--r-- root/root 4824 2004-03-11 22:03 ./usr/share/doc/remote-tty/README.gz
-rw-r--r-- root/root 901 2007-03-24 03:13 ./usr/share/doc/remote-tty/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-03-24 03:17 ./usr/share/man/
drwxr-xr-x root/root 0 2007-03-24 03:17 ./usr/share/man/man1/
-rw-r--r-- root/root 763 2007-03-24 03:13 ./usr/share/man/man1/rconsole.1.gz
-rw-r--r-- root/root 870 2007-03-24 03:13 ./usr/share/man/man1/rconsole-user.1.gz
-rw-r--r-- root/root 856 2007-03-24 03:13 ./usr/share/man/man1/remote-tty.1.gz
drwxr-xr-x root/root 0 2007-03-24 03:17 ./usr/share/man/man8/
-rw-r--r-- root/root 847 2007-03-24 03:13 ./usr/share/man/man8/delrconsole.8.gz
-rw-r--r-- root/root 966 2007-03-24 03:13 ./usr/share/man/man8/ttysrv.8.gz
-rw-r--r-- root/root 831 2007-03-24 03:13 ./usr/share/man/man8/addrconsole.8.gz
-rw-r--r-- root/root 938 2007-03-24 03:13 ./usr/share/man/man8/startsrv.8.gz
drwxr-xr-x root/root 0 2007-03-24 03:16 ./var/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./var/run/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./var/run/remote-tty/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./var/run/remote-tty/sock/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./var/run/remote-tty/pid/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./var/log/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./var/log/remote-tty/
drwxr-xr-x root/root 0 2007-03-24 03:16 ./var/log/remote-tty/out/
******************************************************************************
Built successfully
Purging /debian/buildd/build/chroot-unstable/build/buildd/remote-tty-4.0
------------------------------------------------------------------------------
******************************************************************************
Finished at 20070324-0319
Build needed 00:06:25, 624k disk space
More information about the build-status
mailing list