[build-status: 57486] Log for successful build of dump_0.4b41-5 (dist=unstable)
Build Daemon
buildd at linux-m32r.org
Sat Feb 24 13:10:25 JST 2007
Automatic build of dump_0.4b41-5 on mappi005 by sbuild/m32r 1.7
Build started at 20070224-1248
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 310kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main dump 0.4b41-5 (dsc) [679B]
Get:2 http://debian.linux-m32r.org 06_devonian/main dump 0.4b41-5 (tar) [283kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main dump 0.4b41-5 (diff) [25.9kB]
Fetched 310kB in 7s (41.2kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: autoconf, comerr-dev, debhelper (>= 5), e2fslibs-dev, libbz2-dev, libreadline5-dev | libreadline-dev, zlib1g-dev, libblkid-dev, uuid-dev, autotools-dev
** Filtered missing central deps that are dependencies of or provide build-deps:
libncurses5-dev (>= 5.3.20030510-1), libreadline4-dev (>= 4.3-1)
Checking for already installed source dependencies...
autoconf: already installed
comerr-dev: already installed
debhelper: already installed (in sufficient version 5.0.42 >= 5)
e2fslibs-dev: missing
libbz2-dev: already installed
libreadline5-dev: already installed
zlib1g-dev: already installed
libblkid-dev: missing
uuid-dev: already installed
autotools-dev: already installed
Checking for source dependency conflicts...
/usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install e2fslibs-dev libblkid-dev
Reading package lists...
Building dependency tree...
Suggested packages:
doc-base
The following NEW packages will be installed:
e2fslibs-dev libblkid-dev
0 upgraded, 2 newly installed, 0 to remove and 12 not upgraded.
Need to get 0B/560kB of archives.
After unpacking 2052kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
e2fslibs-dev libblkid-dev
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Authentication warning overridden.
Selecting previously deselected package e2fslibs-dev.
(Reading database ... 59877 files and directories currently installed.)
Unpacking e2fslibs-dev (from .../e2fslibs-dev_1.39+1.40-WIP-2006.11.14+dfsg-1_m32r.deb) ...
Selecting previously deselected package libblkid-dev.
Unpacking libblkid-dev (from .../libblkid-dev_1.39+1.40-WIP-2006.11.14+dfsg-1_m32r.deb) ...
Setting up e2fslibs-dev (1.39+1.40-WIP-2006.11.14+dfsg-1) ...
Setting up libblkid-dev (1.39+1.40-WIP-2006.11.14+dfsg-1) ...
Checking correctness of source dependencies...
------------------------------------------------------------------------------
dpkg-source: extracting dump in dump-0.4b41
dpkg-source: unpacking dump_0.4b41.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/dump_0.4b41-5.diff.gz
dpkg-buildpackage: source package is dump
dpkg-buildpackage: source version is 0.4b41-5
dpkg-buildpackage: source changed by Bdale Garbee <bdale at gag.com>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0.4b41-5
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
make distclean
make[1]: Entering directory `/build/buildd2/dump-0.4b41'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/build/buildd2/dump-0.4b41'
make: [clean] Error 2 (ignored)
test -r /usr/share/misc/config.sub && \
cp -f /usr/share/misc/config.sub config.sub
test -r /usr/share/misc/config.guess && \
cp -f /usr/share/misc/config.guess config.guess
dh_clean
debian/rules build
dh_testdir
./configure --prefix=/usr --with-ccopts="-O2 -g -Wall" \
--with-dumpdatespath=/var/lib/dumpdates \
--enable-largefile --enable-qfa --enable-staticz
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for cp... /bin/cp
checking for mv... /bin/mv
checking for rm... /bin/rm
checking for ar... ar
checking for ranlib... ranlib
checking for patch... patch
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/types.h... (cached) yes
Not including debugging code by default
Linking dump and restore dynamically by default
Linking libz and libbz2 statically
Compiling rmt by default
Not compiling ermt by default
Not compiling kerberos extensions by default
Including readline support by default
Using new style F script by default
Enabling Large File System support
Enabling Quick File Access support
Not including Quick File Access debugging code by default
Not including Mac OSX restore compatibility code by default
CC defaults to gcc
LD defaults to gcc
CCOPTS is -O2 -g -Wall
BINOWNER defaults to root
BINGRP defaults to tty
BINMODE defaults to 0755
MANOWNER defaults to man
MANGRP defaults to tty
MANMODE defaults to 0644
DUMPDATESPATH is /var/lib/dumpdates
checking for ext2fs/ext2fs.h... yes
checking for ext2fs_open in -lext2fs... yes
checking for ext2fs_read_inode_full in -lext2fs... yes
checking for ext2fs/ext2_fs.h... yes
checking for ext2_ino_t type in libext2fs headers... yes
checking for s_journal_inum field in ext2_super_block struct... yes
checking for blkid/blkid.h... yes
checking for blkid_get_devname in -lblkid... yes
checking for tgetent in -lncurses... yes
checking for tgetent in -ltermcap... yes
checking for readline/readline.h... yes
checking for readline in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking for rl_completion_append_character in -lreadline... yes
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking for bzlib.h... yes
checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
checking for err... yes
checking for errx... yes
checking for verr... yes
checking for verrx... yes
checking for vwarn... yes
checking for vwarnx... yes
checking for warn... yes
checking for warnx... yes
checking for realpath... yes
checking for lchown... yes
checking for glob... yes
checking for extended glob routines... yes
checking for quad_t... yes
checking for u_quad_t... yes
configure: creating ./config.status
config.status: creating MCONFIG
config.status: creating Makefile
config.status: creating common/Makefile
config.status: creating compat/include/Makefile
config.status: creating compat/lib/Makefile
config.status: creating dump/Makefile
config.status: creating restore/Makefile
config.status: creating rmt/Makefile
config.status: creating config.h
make
make[1]: Entering directory `/build/buildd2/dump-0.4b41'
for i in compat/lib compat/include common dump restore rmt; do \
(cd $i && make all) || exit 1; \
done
make[2]: Entering directory `/build/buildd2/dump-0.4b41/compat/lib'
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I../.. -I../../compat/include -I../../compat/include -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" compaterr.c -o compaterr.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I../.. -I../../compat/include -I../../compat/include -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" compatglob.c -o compatglob.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I../.. -I../../compat/include -I../../compat/include -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" bylabel.c -o bylabel.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I../.. -I../../compat/include -I../../compat/include -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" system.c -o system.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I../.. -I../../compat/include -I../../compat/include -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" rmtflags.c -o rmtflags.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I../.. -I../../compat/include -I../../compat/include -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" minilzo.c -o minilzo.o
ar r libcompat.a compaterr.o compatglob.o bylabel.o system.o rmtflags.o minilzo.o
ar: creating libcompat.a
ranlib libcompat.a
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/compat/lib'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/compat/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/compat/include'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/common'
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" dumprmt.c -o dumprmt.o
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/common'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/dump'
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" itime.c -o itime.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" main.c -o main.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" optr.c -o optr.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" tape.c -o tape.o
tape.c: In function 'doslave':
tape.c:1234: warning: pointer targets in passing argument 1 of 'compress2' differ in signedness
tape.c:1234: warning: pointer targets in passing argument 3 of 'compress2' differ in signedness
tape.c:1265: warning: pointer targets in passing argument 1 of 'lzo1x_1_compress' differ in signedness
tape.c:1265: warning: pointer targets in passing argument 3 of 'lzo1x_1_compress' differ in signedness
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" traverse.c -o traverse.o
traverse.c: In function 'dumponeblock':
traverse.c:786: warning: pointer targets in passing argument 1 of 'blksout' differ in signedness
traverse.c:792: warning: pointer targets in passing argument 1 of 'blksout' differ in signedness
traverse.c: In function 'dumpino':
traverse.c:1016: warning: pointer targets in passing argument 1 of 'blksout' differ in signedness
traverse.c:1022: warning: pointer targets in passing argument 1 of 'blksout' differ in signedness
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" unctime.c -o unctime.o
gcc -o dump itime.o main.o optr.o tape.o traverse.o unctime.o ../common/dumprmt.o -L../compat/lib -lcompat -lext2fs -lcom_err -Wl,-Bstatic -lz -Wl,-Bdynamic -Wl,-Bstatic -lbz2 -Wl,-Bdynamic -lblkid -luuid
sed -e "s|__DUMPDATES__|/var/lib/dumpdates|g" \
-e "s|__DATE__|January 2, 2006|g" \
-e "s|__VERSION__|0.4b41|g" dump.8.in > dump.8
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/dump'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/restore'
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" dirs.c -o dirs.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" interactive.c -o interactive.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" main.c -o main.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" restore.c -o restore.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" symtab.c -o symtab.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" tape.c -o tape.o
tape.c: In function 'decompress_tapebuf':
tape.c:2256: warning: pointer targets in passing argument 1 of 'uncompress' differ in signedness
tape.c:2256: warning: pointer targets in passing argument 3 of 'uncompress' differ in signedness
tape.c:2318: warning: pointer targets in passing argument 1 of 'lzo1x_decompress' differ in signedness
tape.c:2318: warning: pointer targets in passing argument 3 of 'lzo1x_decompress' differ in signedness
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" utilities.c -o utilities.o
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" xattr.c -o xattr.o
xattr.c:185:3: warning: #warning "Extended attribute syscalls undefined for this architecture"
xattr.c: In function 'posix_acl_to_xattr':
xattr.c:312: warning: pointer targets in passing argument 1 of 'swabst' differ in signedness
xattr.c:320: warning: pointer targets in passing argument 1 of 'swabst' differ in signedness
xattr.c: In function 'ext3_acl_from_disk':
xattr.c:340: warning: pointer targets in passing argument 1 of 'swabst' differ in signedness
xattr.c:364: warning: pointer targets in passing argument 1 of 'swabst' differ in signedness
xattr.c:382: warning: pointer targets in passing argument 1 of 'swabst' differ in signedness
xattr.c: In function 'xattr_verify':
xattr.c:464: warning: pointer targets in passing argument 1 of 'swabst' differ in signedness
xattr.c:478: warning: pointer targets in passing argument 1 of 'swabst' differ in signedness
xattr.c:489: warning: pointer targets in passing argument 1 of 'swabst' differ in signedness
gcc -o restore dirs.o interactive.o main.o restore.o symtab.o tape.o utilities.o xattr.o ../common/dumprmt.o -L../compat/lib -lcompat -lext2fs -lcom_err -le2p -lreadline -lncurses -Wl,-Bstatic -lz -Wl,-Bdynamic -Wl,-Bstatic -lbz2 -Wl,-Bdynamic
sed -e "s|__DATE__|January 2, 2006|g" \
-e "s|__VERSION__|0.4b41|g" restore.8.in > restore.8
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/restore'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/rmt'
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe -I.. -I../compat/include -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/var/lib/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" rmt.c -o rmt.o
gcc -o rmt rmt.o -L../compat/lib -lcompat -lext2fs -lcom_err
sed -e "s|__DATE__|January 2, 2006|g" \
-e "s|__VERSION__|0.4b41|g" rmt.8.in > rmt.8
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/rmt'
make[1]: Leaving directory `/build/buildd2/dump-0.4b41'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
make install \
SBINDIR=`pwd`/debian/dump/sbin \
MANDIR=`pwd`/debian/dump/usr/share/man/man8
make[1]: Entering directory `/build/buildd2/dump-0.4b41'
for i in compat/lib compat/include common dump restore rmt; do \
(cd $i && make install) || exit 1; \
done
make[2]: Entering directory `/build/buildd2/dump-0.4b41/compat/lib'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/compat/lib'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/compat/include'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/compat/include'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/common'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/common'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/dump'
/usr/bin/ginstall -c -d /build/buildd2/dump-0.4b41/debian/dump/sbin /build/buildd2/dump-0.4b41/debian/dump/usr/share/man/man8
/usr/bin/ginstall -c -o root -g tty -m 0755 dump /build/buildd2/dump-0.4b41/debian/dump/sbin
/usr/bin/ginstall -c -o man -g tty -m 0644 dump.8 /build/buildd2/dump-0.4b41/debian/dump/usr/share/man/man8
cd /build/buildd2/dump-0.4b41/debian/dump/sbin && /bin/rm -f rdump && ln -s dump rdump
cd /build/buildd2/dump-0.4b41/debian/dump/usr/share/man/man8 && /bin/rm -f rdump.8 && ln -s dump.8 rdump.8
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/dump'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/restore'
/usr/bin/ginstall -c -d /build/buildd2/dump-0.4b41/debian/dump/sbin /build/buildd2/dump-0.4b41/debian/dump/usr/share/man/man8
/usr/bin/ginstall -c -o root -g tty -m 0755 restore /build/buildd2/dump-0.4b41/debian/dump/sbin
/usr/bin/ginstall -c -o man -g tty -m 0644 restore.8 /build/buildd2/dump-0.4b41/debian/dump/usr/share/man/man8
cd /build/buildd2/dump-0.4b41/debian/dump/sbin && /bin/rm -f rrestore && ln -s restore rrestore
cd /build/buildd2/dump-0.4b41/debian/dump/usr/share/man/man8 && /bin/rm -f rrestore.8 && ln -s restore.8 rrestore.8
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/restore'
make[2]: Entering directory `/build/buildd2/dump-0.4b41/rmt'
/usr/bin/ginstall -c -d /build/buildd2/dump-0.4b41/debian/dump/sbin /build/buildd2/dump-0.4b41/debian/dump/usr/share/man/man8
/usr/bin/ginstall -c -o root -g tty -m 0755 rmt /build/buildd2/dump-0.4b41/debian/dump/sbin
/usr/bin/ginstall -c -o man -g tty -m 0644 ./rmt.8 /build/buildd2/dump-0.4b41/debian/dump/usr/share/man/man8
make[2]: Leaving directory `/build/buildd2/dump-0.4b41/rmt'
make[1]: Leaving directory `/build/buildd2/dump-0.4b41'
mv debian/dump/usr/share/man/man8/rmt.8 \
debian/dump/usr/share/man/man8/rmt-dump.8
mv debian/dump/sbin/rmt debian/dump/usr/sbin/rmt-dump
(cd debian/dump/sbin ; rm -f rdump rrestore ; \
ln -s dump rdump ; ln -s restore rrestore )
(cd debian/dump/usr/share/man/man8 ; rm -f rdump* rrestore* ; \
ln -s dump.8.gz rdump.8.gz ; ln -s restore.8.gz rrestore.8.gz )
dh_installdocs KNOWNBUGS MAINTAINERS README THANKS TODO
dh_installexamples examples/*
dh_installchangelogs CHANGES
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `dump' in `../dump_0.4b41-5_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 20070224-1309
chroot-unstable/build/buildd2/dump_0.4b41-5_m32r.deb:
new debian package, version 2.0.
size 261598 bytes: control archive= 2312 bytes.
786 bytes, 17 lines control
3266 bytes, 41 lines md5sums
434 bytes, 21 lines * postinst #!/bin/sh
217 bytes, 16 lines * postrm #!/bin/sh
68 bytes, 5 lines * prerm #!/bin/sh
Package: dump
Version: 0.4b41-5
Section: utils
Priority: optional
Architecture: m32r
Depends: e2fslibs, libblkid1, libc6 (>= 2.3.5-1), libcomerr2 (>= 1.33-3), libncurses5 (>= 5.4-5), libreadline5 (>= 5.2), libuuid1, tar (>= 1.13.92-3)
Installed-Size: 648
Maintainer: Bdale Garbee <bdale at gag.com>
Description: 4.4bsd dump and restore for ext2 filesystems
Dump examines files on a filesystem and determines which files need to be
backed up. These files are copied to the given disk, tape or other storage
medium for safe keeping.
.
The restore command performs the inverse function of dump. A full backup of
a file system may be restored and subsequent incremental backups layered on
top of it. Single files and directory subtrees may be restored from full or
partial backups.
chroot-unstable/build/buildd2/dump_0.4b41-5_m32r.deb:
drwxr-xr-x root/root 0 2007-02-24 13:08 ./
drwxr-xr-x root/root 0 2007-02-24 13:07 ./usr/
drwxr-xr-x root/root 0 2007-02-24 13:07 ./usr/sbin/
-rwxr-xr-x root/root 9004 2007-02-24 13:07 ./usr/sbin/rmt-dump
drwxr-xr-x root/root 0 2007-02-24 13:07 ./usr/share/
drwxr-xr-x root/root 0 2007-02-24 13:07 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-02-24 13:08 ./usr/share/doc/dump/
-rw-r--r-- root/root 1189 2005-05-03 00:10 ./usr/share/doc/dump/TODO
drwxr-xr-x root/root 0 2007-02-24 13:07 ./usr/share/doc/dump/examples/
drwxr-xr-x root/root 0 2006-01-03 00:35 ./usr/share/doc/dump/examples/dump_on_cd/
-rwxr-xr-x root/root 285 2001-09-12 19:21 ./usr/share/doc/dump/examples/dump_on_cd/dump_userinfo.sh
-rwxr-xr-x root/root 461 2001-09-12 19:21 ./usr/share/doc/dump/examples/dump_on_cd/start_dump.sh
-rw-r--r-- root/root 2143 2001-09-12 19:21 ./usr/share/doc/dump/examples/dump_on_cd/README
-rwxr-xr-x root/root 135 2001-09-12 19:21 ./usr/share/doc/dump/examples/dump_on_cd/verify_dump.sh
drwxr-xr-x root/root 0 2006-01-03 00:35 ./usr/share/doc/dump/examples/dump_on_remote_cd/
-rwxr-xr-x root/root 2650 2002-05-17 17:10 ./usr/share/doc/dump/examples/dump_on_remote_cd/dump-to-remote-cd
-rw-r--r-- root/root 1336 2002-05-17 17:10 ./usr/share/doc/dump/examples/dump_on_remote_cd/README
-rwxr-xr-x root/root 1927 2002-05-17 17:10 ./usr/share/doc/dump/examples/dump_on_remote_cd/get-dumpdata-to-cdrecord
drwxr-xr-x root/root 0 2006-01-03 00:35 ./usr/share/doc/dump/examples/remote_backup_ssh/
-rw-r--r-- root/root 1581 2001-11-11 08:56 ./usr/share/doc/dump/examples/remote_backup_ssh/backitup
drwxr-xr-x root/root 0 2007-02-24 13:08 ./usr/share/doc/dump/examples/howto/
-rw-r--r-- root/root 4520 2001-10-15 19:58 ./usr/share/doc/dump/examples/howto/ultra-mini-howto.gz
drwxr-xr-x root/root 0 2006-01-03 00:35 ./usr/share/doc/dump/examples/dump_on_cd_2/
drwxr-xr-x root/root 0 2006-01-03 00:35 ./usr/share/doc/dump/examples/dump_on_cd_2/DE/
-rw-r--r-- root/root 1474 2002-07-02 17:15 ./usr/share/doc/dump/examples/dump_on_cd_2/DE/backup_DVD
-rw-r--r-- root/root 626 2002-07-02 17:15 ./usr/share/doc/dump/examples/dump_on_cd_2/DE/dump_userexit_DVD
-rw-r--r-- root/root 1114 2002-07-01 20:57 ./usr/share/doc/dump/examples/dump_on_cd_2/DE/backup_CD
-rw-r--r-- root/root 587 2002-07-02 17:15 ./usr/share/doc/dump/examples/dump_on_cd_2/DE/dump_userexit_CD
drwxr-xr-x root/root 0 2006-01-03 00:35 ./usr/share/doc/dump/examples/dump_on_cd_2/EN/
-rw-r--r-- root/root 1477 2002-07-02 17:15 ./usr/share/doc/dump/examples/dump_on_cd_2/EN/backup_DVD
-rw-r--r-- root/root 625 2002-07-02 17:15 ./usr/share/doc/dump/examples/dump_on_cd_2/EN/dump_userexit_DVD
-rw-r--r-- root/root 1071 2002-07-02 17:15 ./usr/share/doc/dump/examples/dump_on_cd_2/EN/backup_CD
-rw-r--r-- root/root 537 2002-07-02 17:15 ./usr/share/doc/dump/examples/dump_on_cd_2/EN/dump_userexit_CD
-rw-r--r-- root/root 299 2002-07-01 20:57 ./usr/share/doc/dump/examples/dump_on_cd_2/README
drwxr-xr-x root/root 0 2007-02-24 13:08 ./usr/share/doc/dump/examples/cron_dump_to_disk/
-rw-r--r-- root/root 250 2001-11-30 19:12 ./usr/share/doc/dump/examples/cron_dump_to_disk/crontab_entries.txt
-rwxr-xr-x root/root 2362 2001-11-30 19:12 ./usr/share/doc/dump/examples/cron_dump_to_disk/backup_rotate
-rw-r--r-- root/root 297 2001-11-30 19:12 ./usr/share/doc/dump/examples/cron_dump_to_disk/backupskel.tar.gz
-rw-r--r-- root/root 1532 2001-11-30 19:12 ./usr/share/doc/dump/examples/cron_dump_to_disk/backup.gz
-rw-r--r-- root/root 1555 2001-11-30 19:12 ./usr/share/doc/dump/examples/cron_dump_to_disk/README
drwxr-xr-x root/root 0 2006-01-03 00:35 ./usr/share/doc/dump/examples/dump_on_cd_3/
-rwxr-xr-x root/root 2780 2005-01-13 21:13 ./usr/share/doc/dump/examples/dump_on_cd_3/dump_disk
-rw-r--r-- root/root 638 2005-01-13 21:13 ./usr/share/doc/dump/examples/dump_on_cd_3/README
drwxr-xr-x root/root 0 2006-01-03 00:35 ./usr/share/doc/dump/examples/encrypted_rmt/
-rw-r--r-- root/root 2903 2003-04-09 04:52 ./usr/share/doc/dump/examples/encrypted_rmt/README
-rw-r--r-- root/root 2903 2004-12-14 23:07 ./usr/share/doc/dump/THANKS.gz
-rw-r--r-- root/root 2229 2007-02-24 12:53 ./usr/share/doc/dump/copyright
-rw-r--r-- root/root 534 2002-01-16 18:32 ./usr/share/doc/dump/MAINTAINERS
-rw-r--r-- root/root 21444 2006-01-03 00:24 ./usr/share/doc/dump/changelog.gz
-rw-r--r-- root/root 652 1999-11-21 09:17 ./usr/share/doc/dump/KNOWNBUGS
-rw-r--r-- root/root 829 2007-02-24 12:53 ./usr/share/doc/dump/README.Debian
-rw-r--r-- root/root 353 1999-10-11 22:31 ./usr/share/doc/dump/README
-rw-r--r-- root/root 5422 2007-02-24 12:53 ./usr/share/doc/dump/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-02-24 13:07 ./usr/share/man/
drwxr-xr-x root/root 0 2007-02-24 13:08 ./usr/share/man/man8/
-rw-r--r-- root/root 8673 2007-02-24 13:07 ./usr/share/man/man8/dump.8.gz
-rw-r--r-- root/root 7855 2007-02-24 13:07 ./usr/share/man/man8/restore.8.gz
-rw-r--r-- root/root 3367 2007-02-24 13:07 ./usr/share/man/man8/rmt-dump.8.gz
drwxr-xr-x root/root 0 2007-02-24 13:07 ./sbin/
-rwxr-xr-x root/root 161048 2007-02-24 13:07 ./sbin/dump
-rwxr-xr-x root/root 182272 2007-02-24 13:07 ./sbin/restore
lrwxrwxrwx root/root 0 2007-02-24 13:07 ./usr/share/man/man8/rdump.8.gz -> dump.8.gz
lrwxrwxrwx root/root 0 2007-02-24 13:07 ./usr/share/man/man8/rrestore.8.gz -> restore.8.gz
lrwxrwxrwx root/root 0 2007-02-24 13:07 ./sbin/rdump -> dump
lrwxrwxrwx root/root 0 2007-02-24 13:07 ./sbin/rrestore -> restore
dump_0.4b41-5_m32r.changes:
Format: 1.7
Date: Wed, 21 Feb 2007 17:48:47 +0900
Source: dump
Binary: dump
Architecture: m32r
Version: 0.4b41-5
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee <bdale at gag.com>
Changed-By: Bdale Garbee <bdale at gag.com>
Description:
dump - 4.4bsd dump and restore for ext2 filesystems
Closes: 407218
Changes:
dump (0.4b41-5) unstable; urgency=low
.
* eliminate debian/po in the source tree since it is no longer relevant,
closes: #407218
Files:
1d968403a6ce97a97ab63d532f53d434 261598 utils optional dump_0.4b41-5_m32r.deb
******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd2/dump-0.4b41
------------------------------------------------------------------------------
/usr/bin/sudo dpkg --root=/debian/buildd2/build/chroot-unstable --purge e2fslibs-dev libblkid-dev
(Reading database ... 59913 files and directories currently installed.)
Removing e2fslibs-dev ...
Removing libblkid-dev ...
******************************************************************************
Finished at 20070224-1310
Build needed 00:16:54, 4152k disk space
More information about the build-status
mailing list