[build-status: 125932] Log for successful build of udhcp_0.9.8cvs20050303-2.1 (dist=unstable)
Build Daemon 1
buildd at linux-m32r.org
Sat May 17 04:17:45 JST 2008
Automatic build of udhcp_0.9.8cvs20050303-2.1 on mappi005 by sbuild/m32r 98-farm
Build started at 20080517-0405
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 56.8kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main udhcp 0.9.8cvs20050303-2.1 (dsc) [568B]
Get:2 http://debian.linux-m32r.org 06_devonian/main udhcp 0.9.8cvs20050303-2.1 (tar) [48.8kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main udhcp 0.9.8cvs20050303-2.1 (diff) [7389B]
Fetched 56.8kB in 0s (72.4kB/s)
Download complete and in download only mode
------------------------------------------------------------------------------
dpkg-source: extracting udhcp in udhcp-0.9.8cvs20050303
dpkg-source: info: unpacking udhcp_0.9.8cvs20050303.orig.tar.gz
dpkg-source: info: applying udhcp_0.9.8cvs20050303-2.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 udhcp
dpkg-buildpackage: source version 0.9.8cvs20050303-2.1
dpkg-buildpackage: host architecture m32r
/usr/bin/fakeroot debian/rules clean
test -f dhcpc.c -a -f debian/rules
/usr/bin/make -i clean
make[1]: Entering directory `/build/buildd/udhcp-0.9.8cvs20050303'
rm -f udhcpd udhcpc dumpleases *.o core
make[1]: Leaving directory `/build/buildd/udhcp-0.9.8cvs20050303'
rm -rf build debian/tmp debian/files debian/substvars
debian/rules build
test -f dhcpc.c -a -f debian/rules
/usr/bin/make
make[1]: Entering directory `/build/buildd/udhcp-0.9.8cvs20050303'
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer dhcpd.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer arpping.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer files.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer leases.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer serverpacket.c
serverpacket.c: In function 'add_bootp_options':
serverpacket.c:101: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
serverpacket.c:103: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer static_leases.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer common.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer options.c
options.c: In function 'add_simple_option':
options.c:164: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer packet.c
packet.c: In function 'get_packet':
packet.c:73: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer pidfile.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer signalpipe.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer socket.c
gcc dhcpd.o arpping.o files.o leases.o serverpacket.o static_leases.o common.o options.o packet.o pidfile.o signalpipe.o socket.o -o udhcpd
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer dhcpc.c
dhcpc.c: In function 'main':
dhcpc.c:228: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
dhcpc.c:243: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
dhcpc.c:260: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer clientpacket.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer clientsocket.c
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer script.c
gcc dhcpc.o clientpacket.o clientsocket.o script.o common.o options.o packet.o pidfile.o signalpipe.o socket.o -o udhcpc
gcc -c -g -O2 -DUDHCP_SYSLOG -W -Wall -Wstrict-prototypes -D_GNU_SOURCE -Os -fomit-frame-pointer dumpleases.c
gcc dumpleases.o -o dumpleases
strip --remove-section=.note --remove-section=.comment udhcpd udhcpc dumpleases
make[1]: Leaving directory `/build/buildd/udhcp-0.9.8cvs20050303'
touch build
/usr/bin/fakeroot debian/rules binary-arch
test -f dhcpc.c -a -f debian/rules
test root = "`whoami`"
test -f dhcpc.c -a -f debian/rules
rm -fr debian/tmp
# Build udhcpc package.
install -d -m 755 debian/tmp/DEBIAN
install -m 644 debian/conffiles.udhcpc debian/tmp/DEBIAN/conffiles
install -d -m 755 debian/tmp/usr/share/doc/udhcpc
#install -m 644 README debian/tmp/usr/share/doc/udhcpc
install -m 644 README.udhcpc debian/tmp/usr/share/doc/udhcpc/README
install -m 644 ChangeLog debian/tmp/usr/share/doc/udhcpc/changelog
install -m 644 debian/changelog debian/tmp/usr/share/doc/udhcpc/changelog.Debian
gzip -9v debian/tmp/usr/share/doc/udhcpc/*
debian/tmp/usr/share/doc/udhcpc/README: 59.8% -- replaced with debian/tmp/usr/share/doc/udhcpc/README.gz
debian/tmp/usr/share/doc/udhcpc/changelog: 55.6% -- replaced with debian/tmp/usr/share/doc/udhcpc/changelog.gz
debian/tmp/usr/share/doc/udhcpc/changelog.Debian: 69.1% -- replaced with debian/tmp/usr/share/doc/udhcpc/changelog.Debian.gz
install -m 644 debian/copyright debian/tmp/usr/share/doc/udhcpc
install -d -m 755 debian/tmp/usr/share/man/man8
install -m 644 udhcpc.8 debian/tmp/usr/share/man/man8
gzip -9v debian/tmp/usr/share/man/man8/udhcpc.8
debian/tmp/usr/share/man/man8/udhcpc.8: 59.5% -- replaced with debian/tmp/usr/share/man/man8/udhcpc.8.gz
install -d -m 755 debian/tmp/sbin
install -m 755 udhcpc debian/tmp/sbin/udhcpc
strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/sbin/udhcpc
install -d -m 755 debian/tmp/etc/udhcpc
for name in leasefail bound deconfig renew script nak; do \
install -m 755 samples/sample.$name debian/tmp/etc/udhcpc/default.$name ; \
done
dpkg-shlibdeps udhcpc
dpkg-gencontrol -isp -pudhcpc
chown -R root.root debian/tmp
chmod -R go=rX debian/tmp
dpkg --build debian/tmp ..
dpkg-deb: building package `udhcpc' in `../udhcpc_0.9.8cvs20050303-2.1_m32r.deb'.
rm -fr debian/tmp
# Build udhcpd package.
install -d -m 755 debian/tmp/DEBIAN
install -m 755 debian/postinst.udhcpd debian/tmp/DEBIAN/postinst
install -m 755 debian/postrm.udhcpd debian/tmp/DEBIAN/postrm
install -m 755 debian/prerm.udhcpd debian/tmp/DEBIAN/prerm
install -m 644 debian/conffiles.udhcpd debian/tmp/DEBIAN/conffiles
install -d -m 755 debian/tmp/usr/share/doc/udhcpd
#install -m 644 README debian/tmp/usr/share/doc/udhcpd
install -m 644 README.udhcpd debian/tmp/usr/share/doc/udhcpd/README
install -m 644 ChangeLog debian/tmp/usr/share/doc/udhcpd/changelog
install -m 644 debian/changelog debian/tmp/usr/share/doc/udhcpd/changelog.Debian
gzip -9v debian/tmp/usr/share/doc/udhcpd/*
debian/tmp/usr/share/doc/udhcpd/README: 52.9% -- replaced with debian/tmp/usr/share/doc/udhcpd/README.gz
debian/tmp/usr/share/doc/udhcpd/changelog: 55.6% -- replaced with debian/tmp/usr/share/doc/udhcpd/changelog.gz
debian/tmp/usr/share/doc/udhcpd/changelog.Debian: 69.1% -- replaced with debian/tmp/usr/share/doc/udhcpd/changelog.Debian.gz
install -m 644 debian/copyright debian/tmp/usr/share/doc/udhcpd
install -d -m 755 debian/tmp/usr/share/doc/udhcpd/examples
install -m 644 samples/udhcpd.conf debian/tmp/usr/share/doc/udhcpd/examples
install -d -m 755 debian/tmp/usr/share/man/man1
install -m 644 dumpleases.1 debian/tmp/usr/share/man/man1
gzip -9v debian/tmp/usr/share/man/man1/dumpleases.1
debian/tmp/usr/share/man/man1/dumpleases.1: 45.0% -- replaced with debian/tmp/usr/share/man/man1/dumpleases.1.gz
install -d -m 755 debian/tmp/usr/share/man/man5
install -m 644 udhcpd.conf.5 debian/tmp/usr/share/man/man5
gzip -9v debian/tmp/usr/share/man/man5/udhcpd.conf.5
debian/tmp/usr/share/man/man5/udhcpd.conf.5: 64.4% -- replaced with debian/tmp/usr/share/man/man5/udhcpd.conf.5.gz
install -d -m 755 debian/tmp/usr/share/man/man8
install -m 644 udhcpd.8 debian/tmp/usr/share/man/man8
gzip -9v debian/tmp/usr/share/man/man8/udhcpd.8
debian/tmp/usr/share/man/man8/udhcpd.8: 32.3% -- replaced with debian/tmp/usr/share/man/man8/udhcpd.8.gz
install -d -m 755 debian/tmp/usr/sbin
install -m 755 udhcpd debian/tmp/usr/sbin/udhcpd
strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/sbin/udhcpd
install -d -m 755 debian/tmp/usr/bin
install -m 755 dumpleases debian/tmp/usr/bin/dumpleases
strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/bin/dumpleases
install -d -m 755 debian/tmp/etc/init.d
install -m 755 debian/udhcpd debian/tmp/etc/init.d
mkdir -p debian/tmp/var/lib/misc
touch debian/tmp/var/lib/misc/udhcpd.leases
dpkg-shlibdeps udhcpd
dpkg-gencontrol -isp -pudhcpd
chown -R root.root debian/tmp
chmod -R go=rX debian/tmp
dpkg --build debian/tmp ..
dpkg-deb: building package `udhcpd' in `../udhcpd_0.9.8cvs20050303-2.1_m32r.deb'.
rm -fr debian/tmp
dpkg-genchanges -B -mHirokazu Takata <takata at linux-m32r.org> >../udhcp_0.9.8cvs20050303-2.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 20080517-0417
chroot-unstable/build/buildd/udhcpc_0.9.8cvs20050303-2.1_m32r.deb:
new debian package, version 2.0.
size 23284 bytes: control archive= 626 bytes.
162 bytes, 6 lines conffiles
613 bytes, 19 lines control
Package: udhcpc
Source: udhcp
Version: 0.9.8cvs20050303-2.1
Architecture: m32r
Maintainer: Eric Van Buggenhaut <ericvb at debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.3.5-1)
Suggests: resolvconf
Provides: dhcp-client
Section: net
Priority: optional
Description: very small DHCP client
DHCP is a protocol like BOOTP (actually dhcpd includes much of
the functionality of BOOTPD!). It assigns IP addresses to clients
based on lease times.
This package is primarily geared towards embedded systems. It does however,
strive to be fully functional, and RFC compliant.
.
This is the client-side application.
chroot-unstable/build/buildd/udhcpd_0.9.8cvs20050303-2.1_m32r.deb:
new debian package, version 2.0.
size 24858 bytes: control archive= 834 bytes.
19 bytes, 1 lines conffiles
593 bytes, 18 lines control
54 bytes, 3 lines * postinst #!/bin/sh
173 bytes, 8 lines * postrm #!/bin/sh
179 bytes, 9 lines * prerm #!/bin/sh
Package: udhcpd
Source: udhcp
Version: 0.9.8cvs20050303-2.1
Architecture: m32r
Maintainer: Eric Van Buggenhaut <ericvb at debian.org>
Installed-Size: 156
Depends: libc6 (>= 2.3.5-1)
Provides: dhcp3-server
Section: net
Priority: optional
Description: very small DHCP server
DHCP is a protocol like BOOTP (actually dhcpd includes much of
the functionality of BOOTPD!). It assigns IP addresses to clients
based on lease times.
This package is primarily geared towards embedded systems. It does however,
strive to be fully functional, and RFC compliant.
.
This is the server-side application.
chroot-unstable/build/buildd/udhcpc_0.9.8cvs20050303-2.1_m32r.deb:
drwxr-xr-x root/root 0 2008-05-17 04:12 ./
drwxr-xr-x root/root 0 2008-05-17 04:12 ./etc/
drwxr-xr-x root/root 0 2008-05-17 04:12 ./etc/udhcpc/
-rwxr-xr-x root/root 1076 2008-05-17 04:12 ./etc/udhcpc/default.bound
-rwxr-xr-x root/root 266 2008-05-17 04:12 ./etc/udhcpc/default.script
-rwxr-xr-x root/root 72 2008-05-17 04:12 ./etc/udhcpc/default.leasefail
-rwxr-xr-x root/root 1026 2008-05-17 04:12 ./etc/udhcpc/default.renew
-rwxr-xr-x root/root 68 2008-05-17 04:12 ./etc/udhcpc/default.nak
-rwxr-xr-x root/root 152 2008-05-17 04:12 ./etc/udhcpc/default.deconfig
drwxr-xr-x root/root 0 2008-05-17 04:12 ./usr/
drwxr-xr-x root/root 0 2008-05-17 04:12 ./usr/share/
drwxr-xr-x root/root 0 2008-05-17 04:12 ./usr/share/doc/
drwxr-xr-x root/root 0 2008-05-17 04:12 ./usr/share/doc/udhcpc/
-rw-r--r-- root/root 740 2008-05-17 04:12 ./usr/share/doc/udhcpc/copyright
-rw-r--r-- root/root 4250 2008-05-17 04:12 ./usr/share/doc/udhcpc/changelog.gz
-rw-r--r-- root/root 2238 2008-05-17 04:12 ./usr/share/doc/udhcpc/README.gz
-rw-r--r-- root/root 2039 2008-05-17 04:12 ./usr/share/doc/udhcpc/changelog.Debian.gz
drwxr-xr-x root/root 0 2008-05-17 04:12 ./usr/share/man/
drwxr-xr-x root/root 0 2008-05-17 04:12 ./usr/share/man/man8/
-rw-r--r-- root/root 1577 2008-05-17 04:12 ./usr/share/man/man8/udhcpc.8.gz
drwxr-xr-x root/root 0 2008-05-17 04:12 ./sbin/
-rwxr-xr-x root/root 18248 2008-05-17 04:12 ./sbin/udhcpc
chroot-unstable/build/buildd/udhcpd_0.9.8cvs20050303-2.1_m32r.deb:
drwxr-xr-x root/root 0 2008-05-17 04:14 ./
drwxr-xr-x root/root 0 2008-05-17 04:14 ./etc/
drwxr-xr-x root/root 0 2008-05-17 04:14 ./etc/init.d/
-rwxr-xr-x root/root 1966 2008-05-17 04:14 ./etc/init.d/udhcpd
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/sbin/
-rwxr-xr-x root/root 17780 2008-05-17 04:14 ./usr/sbin/udhcpd
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/bin/
-rwxr-xr-x root/root 4336 2008-05-17 04:14 ./usr/bin/dumpleases
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/share/
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/share/doc/
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/share/doc/udhcpd/
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/share/doc/udhcpd/examples/
-rw-r--r-- root/root 2944 2008-05-17 04:14 ./usr/share/doc/udhcpd/examples/udhcpd.conf
-rw-r--r-- root/root 740 2008-05-17 04:14 ./usr/share/doc/udhcpd/copyright
-rw-r--r-- root/root 4250 2008-05-17 04:14 ./usr/share/doc/udhcpd/changelog.gz
-rw-r--r-- root/root 874 2008-05-17 04:14 ./usr/share/doc/udhcpd/README.gz
-rw-r--r-- root/root 2039 2008-05-17 04:14 ./usr/share/doc/udhcpd/changelog.Debian.gz
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/share/man/
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/share/man/man1/
-rw-r--r-- root/root 380 2008-05-17 04:14 ./usr/share/man/man1/dumpleases.1.gz
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/share/man/man8/
-rw-r--r-- root/root 278 2008-05-17 04:14 ./usr/share/man/man8/udhcpd.8.gz
drwxr-xr-x root/root 0 2008-05-17 04:14 ./usr/share/man/man5/
-rw-r--r-- root/root 1116 2008-05-17 04:14 ./usr/share/man/man5/udhcpd.conf.5.gz
drwxr-xr-x root/root 0 2008-05-17 04:14 ./var/
drwxr-xr-x root/root 0 2008-05-17 04:14 ./var/lib/
drwxr-xr-x root/root 0 2008-05-17 04:14 ./var/lib/misc/
-rw-r--r-- root/root 0 2008-05-17 04:14 ./var/lib/misc/udhcpd.leases
udhcp_0.9.8cvs20050303-2.1_m32r.changes:
Format: 1.8
Date: Wed, 02 Apr 2008 00:13:33 +0200
Source: udhcp
Binary: udhcpc udhcpd
Architecture: m32r
Version: 0.9.8cvs20050303-2.1
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata at linux-m32r.org>
Changed-By: Peter Eisentraut <petere at debian.org>
Description:
udhcpc - very small DHCP client
udhcpd - very small DHCP server
Closes: 468168
Changes:
udhcp (0.9.8cvs20050303-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* Added LSB formatted dependency info in init.d script (closes: #468168)
Checksums-Sha1:
7440838bdf7372a44afc8236eba5227e166fde91 23284 udhcpc_0.9.8cvs20050303-2.1_m32r.deb
7903a82eff5ebd2ae4d6497d45ae372525c2b60b 24858 udhcpd_0.9.8cvs20050303-2.1_m32r.deb
Checksums-Sha256:
3598a59f217fa205de15bc444883a8a5bd0393f7d8ebd95b632e3f7b130582fe 23284 udhcpc_0.9.8cvs20050303-2.1_m32r.deb
46de926d44c9f621139bbd70ebe23dd1157deee7affafd64b5221619ffc90b82 24858 udhcpd_0.9.8cvs20050303-2.1_m32r.deb
Files:
aae0793c0d5ef9f164e93b5b4beeb126 23284 net optional udhcpc_0.9.8cvs20050303-2.1_m32r.deb
76953cc22c64505ea01efcdbc15df295 24858 net optional udhcpd_0.9.8cvs20050303-2.1_m32r.deb
******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd/udhcp-0.9.8cvs20050303
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080517-0417
Build needed 00:09:42, 696k disk space
More information about the build-status
mailing list