[build-status: 147676] Log for successful build of traceroute_2.0.11-2 (dist=unstable)
Build Daemon 2
buildd2 at linux-m32r.org
Thu Jul 3 09:24:04 JST 2008
Automatic build of traceroute_2.0.11-2 on mappi005 by sbuild/m32r 98-farm
Build started at 20080703-0847
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 66.3kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main traceroute 2.0.11-2 (dsc) [1125B]
Get:2 http://debian.linux-m32r.org 06_devonian/main traceroute 2.0.11-2 (tar) [59.9kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main traceroute 2.0.11-2 (diff) [5295B]
Fetched 66.3kB in 3s (17.2kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 7), dpatch
Checking for already installed source dependencies...
debhelper: already installed (7.0.13 >= 7 is satisfied)
dpatch: already installed (2.0.29)
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
------------------------------------------------------------------------------
dpkg-source: extracting traceroute in traceroute-2.0.11
dpkg-source: info: unpacking traceroute_2.0.11.orig.tar.gz
dpkg-source: info: applying traceroute_2.0.11-2.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 traceroute
dpkg-buildpackage: source version 2.0.11-2
dpkg-buildpackage: host architecture m32r
/usr/bin/fakeroot debian/rules clean
dpatch deapply-all
02-path not applied to ./ .
01-skipdirs not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
rm -f build-stamp
[ ! -f Makefile ] || /usr/bin/make distclean
make[1]: Entering directory `/build/buildd2/traceroute-2.0.11'
rm -f ./debian/debian ./traceroute/traceroute ./wrappers/wrappers nohup.out
rm -f `find . \( -name "*.[oa]" -o -name "*.[ls]o" \
-o -name core -o -name "core.[0-9]*" -o -name a.out \) -print`
rm -f `find debian/. include/. libsupp/. traceroute/. wrappers/. \
\( -name "*.[oa]" -o -name "*.[ls]o" \
-o -name core -o -name "core.[0-9]*" -o -name a.out \
-o -name .depend -o -name "_*" -o -name ".cross:*" \) \
-print`
make[1]: Leaving directory `/build/buildd2/traceroute-2.0.11'
dh_clean
debian/rules build
test -d debian/patched || install -d debian/patched
dpatch apply-all
applying patch 01-skipdirs to ./ ... ok.
applying patch 02-path to ./ ... ok.
dpatch cat-all >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
CFLAGS="-Wall -g -O2" /usr/bin/make
make[1]: Entering directory `/build/buildd2/traceroute-2.0.11'
gcc -O2 -Wall -D_GNU_SOURCE -c clif.c
rm -f libsupp.a
ar -rc libsupp.a clif.o
ranlib libsupp.a
gcc -O2 -Wall -D_GNU_SOURCE -c as_lookups.c
gcc -O2 -Wall -D_GNU_SOURCE -c csum.c
gcc -O2 -Wall -D_GNU_SOURCE -c mod-icmp.c
gcc -O2 -Wall -D_GNU_SOURCE -c mod-raw.c
gcc -O2 -Wall -D_GNU_SOURCE -c mod-tcp.c
gcc -O2 -Wall -D_GNU_SOURCE -c mod-tcpconn.c
gcc -O2 -Wall -D_GNU_SOURCE -c mod-udp.c
gcc -O2 -Wall -D_GNU_SOURCE -c module.c
gcc -O2 -Wall -D_GNU_SOURCE -c poll.c
gcc -O2 -Wall -D_GNU_SOURCE -c random.c
gcc -O2 -Wall -D_GNU_SOURCE -c time.c
gcc -O2 -Wall -D_GNU_SOURCE -c traceroute.c
gcc -s -o traceroute as_lookups.o csum.o mod-icmp.o mod-raw.o mod-tcp.o mod-tcpconn.o mod-udp.o module.o poll.o random.o time.o traceroute.o -lsupp -lm
make[1]: Leaving directory `/build/buildd2/traceroute-2.0.11'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
CFLAGS="-Wall -g -O2" /usr/bin/make
make[1]: Entering directory `/build/buildd2/traceroute-2.0.11'
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[1]: Leaving directory `/build/buildd2/traceroute-2.0.11'
touch build-stamp
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
install -D -m 0755 traceroute/traceroute debian/traceroute/usr/bin/traceroute.db
install -D -m 0644 traceroute/traceroute.8 debian/traceroute/usr/share/man/man8/traceroute.db.8
install -D -m 0644 libsupp/libsupp.a debian/traceroute/usr/lib/libsupp.a
install -D -m 0644 libsupp/clif.h debian/traceroute/usr/include/clif.h
# Installing symlinks
install -d -m 0755 debian/traceroute/usr/share/man/man8
set -e; for ALTERNATIVE in tracert traceroute6; \
do \
ln -s traceroute.db debian/traceroute/usr/bin/$ALTERNATIVE.db; \
ln -s traceroute.db.8.gz debian/traceroute/usr/share/man/man8/$ALTERNATIVE.db.8.gz; \
done
# Installing wrappers
set -e; for WRAPPER in lft tcptraceroute traceproto traceroute-nanog; \
do \
install -D -m 0755 wrappers/$WRAPPER debian/traceroute/usr/bin/$WRAPPER.db; \
ln -s traceroute.db.8.gz debian/traceroute/usr/share/man/man8/$WRAPPER.db.8.gz; \
done
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
dh_installdocs
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: dependency on libm.so.6 could be avoided if "debian/traceroute/usr/bin/traceroute.db" were not uselessly linked against it (they use none of its symbols).
dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums
dh_builddeb
dpkg-deb: building package `traceroute' in `../traceroute_2.0.11-2_m32r.deb'.
dpkg-genchanges -B -mHirokazu Takata <takata at linux-m32r.org> >../traceroute_2.0.11-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 20080703-0923
chroot-unstable/build/buildd2/traceroute_2.0.11-2_m32r.deb:
new debian package, version 2.0.
size 51914 bytes: control archive= 1492 bytes.
906 bytes, 20 lines control
876 bytes, 14 lines md5sums
815 bytes, 35 lines * postinst #!/bin/sh
421 bytes, 27 lines * prerm #!/bin/sh
Package: traceroute
Version: 2.0.11-2
Architecture: m32r
Maintainer: Daniel Baumann <daniel at debian.org>
Installed-Size: 172
Depends: libc6 (>= 2.3.5-1)
Conflicts: tcptraceroute (<< 1.5beta6-2.1), traceproto (<< 1.1.2beta1-3), traceroute-nanog (<< 6.4.2-1)
Section: net
Priority: important
Homepage: http://traceroute.sourceforge.net/
Description: Traces the route taken by packets over an IPv4/IPv6 network
The traceroute utility displays the route used by IP packets on their way to a
specified network (or Internet) host. Traceroute displays the IP number and
host name (if possible) of the machines along the route taken by the packets.
Traceroute is used as a network debugging tool. If you're having network
connectivity problems, traceroute will show you where the trouble is coming
from along the route.
.
Install traceroute if you need a tool for diagnosing network connectivity
problems.
chroot-unstable/build/buildd2/traceroute_2.0.11-2_m32r.deb:
drwxr-xr-x root/root 0 2008-07-03 09:20 ./
drwxr-xr-x root/root 0 2008-07-03 09:19 ./usr/
drwxr-xr-x root/root 0 2008-07-03 09:19 ./usr/include/
-rw-r--r-- root/root 4546 2008-07-03 09:19 ./usr/include/clif.h
drwxr-xr-x root/root 0 2008-07-03 09:19 ./usr/bin/
-rwxr-xr-x root/root 2885 2008-07-03 09:19 ./usr/bin/traceproto.db
-rwxr-xr-x root/root 1584 2008-07-03 09:19 ./usr/bin/traceroute-nanog.db
-rwxr-xr-x root/root 46072 2008-07-03 09:19 ./usr/bin/traceroute.db
-rwxr-xr-x root/root 2470 2008-07-03 09:19 ./usr/bin/lft.db
-rwxr-xr-x root/root 1476 2008-07-03 09:19 ./usr/bin/tcptraceroute.db
drwxr-xr-x root/root 0 2008-07-03 09:19 ./usr/share/
drwxr-xr-x root/root 0 2008-07-03 09:19 ./usr/share/doc/
drwxr-xr-x root/root 0 2008-07-03 09:19 ./usr/share/doc/traceroute/
-rw-r--r-- root/root 282 2007-09-26 21:38 ./usr/share/doc/traceroute/CREDITS
-rw-r--r-- root/root 1895 2007-09-26 21:53 ./usr/share/doc/traceroute/TODO
-rw-r--r-- root/root 1928 2008-07-03 09:13 ./usr/share/doc/traceroute/copyright
-rw-r--r-- root/root 2332 2008-04-26 01:42 ./usr/share/doc/traceroute/changelog.gz
-rw-r--r-- root/root 1089 2006-10-11 23:42 ./usr/share/doc/traceroute/README
-rw-r--r-- root/root 2562 2008-07-03 09:13 ./usr/share/doc/traceroute/changelog.Debian.gz
drwxr-xr-x root/root 0 2008-07-03 09:18 ./usr/share/man/
drwxr-xr-x root/root 0 2008-07-03 09:19 ./usr/share/man/man8/
-rw-r--r-- root/root 5445 2008-07-03 09:19 ./usr/share/man/man8/traceroute.db.8.gz
drwxr-xr-x root/root 0 2008-07-03 09:19 ./usr/lib/
-rw-r--r-- root/root 13316 2008-07-03 09:19 ./usr/lib/libsupp.a
lrwxrwxrwx root/root 0 2008-07-03 09:19 ./usr/bin/traceroute6.db -> traceroute.db
lrwxrwxrwx root/root 0 2008-07-03 09:19 ./usr/bin/tracert.db -> traceroute.db
lrwxrwxrwx root/root 0 2008-07-03 09:19 ./usr/share/man/man8/tracert.db.8.gz -> traceroute.db.8.gz
lrwxrwxrwx root/root 0 2008-07-03 09:19 ./usr/share/man/man8/traceroute6.db.8.gz -> traceroute.db.8.gz
lrwxrwxrwx root/root 0 2008-07-03 09:19 ./usr/share/man/man8/traceproto.db.8.gz -> traceroute.db.8.gz
lrwxrwxrwx root/root 0 2008-07-03 09:19 ./usr/share/man/man8/lft.db.8.gz -> traceroute.db.8.gz
lrwxrwxrwx root/root 0 2008-07-03 09:19 ./usr/share/man/man8/traceroute-nanog.db.8.gz -> traceroute.db.8.gz
lrwxrwxrwx root/root 0 2008-07-03 09:19 ./usr/share/man/man8/tcptraceroute.db.8.gz -> traceroute.db.8.gz
traceroute_2.0.11-2_m32r.changes:
Format: 1.8
Date: Fri, 20 Jun 2008 18:34:00 +0200
Source: traceroute
Binary: traceroute
Architecture: m32r
Version: 2.0.11-2
Distribution: unstable
Urgency: medium
Maintainer: Hirokazu Takata <takata at linux-m32r.org>
Changed-By: Daniel Baumann <daniel at debian.org>
Description:
traceroute - Traces the route taken by packets over an IPv4/IPv6 network
Changes:
traceroute (2.0.11-2) unstable; urgency=medium
.
* Updating upstream URL.
* Updating to standards 3.8.0.
Checksums-Sha1:
899a2d9cd74f743a979aafe98685cc3dc917d221 51914 traceroute_2.0.11-2_m32r.deb
Checksums-Sha256:
67706ca3b3b17391e55342a728885943a6132b462b345f57099ebbdbe0fdca79 51914 traceroute_2.0.11-2_m32r.deb
Files:
d53a5a5fdc7c19790d7aa7de1e3817ef 51914 net important traceroute_2.0.11-2_m32r.deb
******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd2/traceroute-2.0.11
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080703-0923
Build needed 00:15:40, 780k disk space
More information about the build-status
mailing list