aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2005-08-07 04:14:48 +0000
committerdancer <dancer>2005-08-07 04:14:48 +0000
commit44f99bd88ef35a45461c47255cbfb0cfc05a6dd3 (patch)
treed31c6a51a3f93709e6072c779b54d36eda2bd2ce
parent9d0a4846c5a92ac3130344aa899913ed3f7ceece (diff)
downloadpbuilder-44f99bd88ef35a45461c47255cbfb0cfc05a6dd3.tar
pbuilder-44f99bd88ef35a45461c47255cbfb0cfc05a6dd3.tar.gz
+2005-08-07 Junichi Uekawa <dancer@debian.org>
+ + * debian/control: allow cdebootstrap dependency. + + * testsuite/run-test.sh: complicate the process by testing both + cdebootstrap and debootstrap. + + * pbuilder.8: document --debootstrap + + * pbuilder-checkparams: --debootstrap + + * pbuilder-modules: --debootstrap + + * pbuilder-createbuildenv: unset DEBOOTSTRAPSCRIPT instead of setting + "". The number of parameter given to cdebootstrap changes. + since DEBOOTSTRAPSCRIPT are not supported by cdebootstrap, + Giving cdebootstrap this parameter caused it to fail. + + * pbuilderrc.5: Document DEBOOTSTRAP + + * pbuilderrc (DEBOOTSTRAP): new option. + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): call ${DEBOOTSTRAP} instead of calling debootstrap directly. +
-rw-r--r--ChangeLog24
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
-rwxr-xr-xpbuilder-checkparams5
-rwxr-xr-xpbuilder-createbuildenv8
-rw-r--r--pbuilder-modules1
-rw-r--r--pbuilder.88
-rwxr-xr-xpbuilderrc3
-rw-r--r--pbuilderrc.59
-rw-r--r--testsuite/cdebootstrap/pbuilder-build-dsh-etch.log603
-rw-r--r--testsuite/cdebootstrap/pbuilder-build-dsh-sarge.log602
-rw-r--r--testsuite/cdebootstrap/pbuilder-build-dsh-sid.log13
-rw-r--r--testsuite/cdebootstrap/pbuilder-create-etch.log660
-rw-r--r--testsuite/cdebootstrap/pbuilder-create-sarge.log657
-rw-r--r--testsuite/cdebootstrap/pbuilder-create-sid.log417
-rw-r--r--testsuite/cdebootstrap/pbuilder-execute-etch.log13
-rw-r--r--testsuite/cdebootstrap/pbuilder-execute-sarge.log13
-rw-r--r--testsuite/cdebootstrap/pbuilder-execute-sid.log7
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log44
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-etch-sid.log38
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid-experimental.log48
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid.log43
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-sarge-etch.log128
-rw-r--r--testsuite/cdebootstrap/pdebuild-internal-etch.log585
-rw-r--r--testsuite/cdebootstrap/pdebuild-internal-sarge.log586
-rw-r--r--testsuite/cdebootstrap/pdebuild-internal-sid.log7
-rw-r--r--testsuite/cdebootstrap/pdebuild-normal-etch.log632
-rw-r--r--testsuite/cdebootstrap/pdebuild-normal-sarge.log632
-rw-r--r--testsuite/cdebootstrap/pdebuild-normal-sid.log40
-rw-r--r--testsuite/normal/pbuilder-build-dsh-etch.log10
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sarge.log79
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sid.log10
-rw-r--r--testsuite/normal/pbuilder-create-etch.log3
-rw-r--r--testsuite/normal/pbuilder-create-sarge.log193
-rw-r--r--testsuite/normal/pbuilder-create-sid.log4
-rw-r--r--testsuite/normal/pbuilder-execute-etch.log4
-rw-r--r--testsuite/normal/pbuilder-execute-sarge.log6
-rw-r--r--testsuite/normal/pbuilder-execute-sid.log4
-rw-r--r--testsuite/normal/pbuilder-update-etch-sid-experimental.log4
-rw-r--r--testsuite/normal/pbuilder-update-etch-sid.log4
-rw-r--r--testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log49
-rw-r--r--testsuite/normal/pbuilder-update-sarge-etch-sid.log487
-rw-r--r--testsuite/normal/pbuilder-update-sarge-etch.log294
-rw-r--r--testsuite/normal/pdebuild-internal-etch.log5
-rw-r--r--testsuite/normal/pdebuild-internal-sarge.log206
-rw-r--r--testsuite/normal/pdebuild-internal-sid.log5
-rw-r--r--testsuite/normal/pdebuild-normal-etch.log19
-rw-r--r--testsuite/normal/pdebuild-normal-sarge.log88
-rw-r--r--testsuite/normal/pdebuild-normal-sid.log19
-rw-r--r--testsuite/run-test-cdebootstrap.log17
-rw-r--r--testsuite/run-test.log6
-rwxr-xr-xtestsuite/run-test.sh39
52 files changed, 6644 insertions, 752 deletions
diff --git a/ChangeLog b/ChangeLog
index 334cd30..c0dd499 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2005-08-07 Junichi Uekawa <dancer@debian.org>
+
+ * debian/control: allow cdebootstrap dependency.
+
+ * testsuite/run-test.sh: complicate the process by testing both
+ cdebootstrap and debootstrap.
+
+ * pbuilder.8: document --debootstrap
+
+ * pbuilder-checkparams: --debootstrap
+
+ * pbuilder-modules: --debootstrap
+
+ * pbuilder-createbuildenv: unset DEBOOTSTRAPSCRIPT instead of setting
+ "". The number of parameter given to cdebootstrap changes.
+ since DEBOOTSTRAPSCRIPT are not supported by cdebootstrap,
+ Giving cdebootstrap this parameter caused it to fail.
+
+ * pbuilderrc.5: Document DEBOOTSTRAP
+
+ * pbuilderrc (DEBOOTSTRAP): new option.
+
+ * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): call ${DEBOOTSTRAP} instead of calling debootstrap directly.
+
2005-07-28 Junichi Uekawa <dancer@debian.org>
* Documentation/Makefile (%.html): update make rule to successfully fail on error.
diff --git a/debian/changelog b/debian/changelog
index f54c208..db1d538 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,12 +5,21 @@ pbuilder (0.129) UNRELEASED; urgency=low
* changed manpages to use \- instead of - for dash.
* work around su change in Debian. c.f. login:317264
(closes: #317361)
+ * Support preliminary support for cdebootstrap.
+ - --debootstrap option.
+ - default pbuilderrc uses cdebootstrap
+ - testsuite now tests both cdebootstrap and debootstrap
+ - Depends on debootstrap or cdebootstrap.
TODO for this release:
gnupg install and new key install hooks.
- revert back to using --variant=buildd, depends on 314858.
-
- -- Junichi Uekawa <dancer@debian.org> Thu, 14 Jul 2005 06:12:38 +0900
+ - save-afer-login seems to save aptcache and make a big base.tgz;
+ do we want that?
+ - cdebootstrap doesn't really work either.
+ - select cdebootstrap if debootstrap does not exist and cdebootstrap exists.
+
+ -- Junichi Uekawa <dancer@debian.org> Sun, 7 Aug 2005 12:13:24 +0900
pbuilder (0.128) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0213803..2cc3f96 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
Package: pbuilder
Architecture: all
-Depends: debootstrap (>= 0.2.29), wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1)
+Depends: debootstrap (>= 0.2.29) | cdebootstrap, wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1)
Recommends: fakeroot, sudo, devscripts
Suggests: pbuilder-uml
Description: personal package builder for Debian packages
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 2bdf33d..6e8350e 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -183,6 +183,11 @@ while [ -n "$1" ]; do
DEBOOTSTRAPOPTS[${#DEBOOTSTRAPOPTS[@]}]="$2";
shift; shift;
;;
+ --debootstrap)
+ # Use this option to specify cdebootstrap
+ DEBOOTSTRAP="$2";
+ shift; shift;
+ ;;
--save-after-login|--save-after-exec)
SAVE_AFTER_LOGIN=yes;
shift;
diff --git a/pbuilder-createbuildenv b/pbuilder-createbuildenv
index c474984..6485438 100755
--- a/pbuilder-createbuildenv
+++ b/pbuilder-createbuildenv
@@ -45,8 +45,8 @@ if [ ! -d "$BUILDPLACE" ]; then
fi
$TRAP cleanbuildplace exit
-echo " -> running debootstrap"
-DEBOOTSTRAPSCRIPT=""
+echo " -> running $DEBOOTSTRAP"
+unset DEBOOTSTRAPSCRIPT
if [ -n "$HOOKDIR" ]; then
if [ -f "$HOOKDIR/$DISTRIBUTION" ]; then
DEBOOTSTRAPSCRIPT=$(readlink -f $HOOKDIR)"/$DISTRIBUTION"
@@ -54,8 +54,8 @@ if [ -n "$HOOKDIR" ]; then
fi
fi
-if ! ( cd "$BUILDPLACE" && debootstrap "${DEBOOTSTRAPOPTS[@]}" "$DISTRIBUTION" . "$MIRRORSITE" "$DEBOOTSTRAPSCRIPT" ) ; then
- echo "pbuilder: debootstrap failed" >&2
+if ! ( cd "$BUILDPLACE" && "${DEBOOTSTRAP}" "${DEBOOTSTRAPOPTS[@]}" "$DISTRIBUTION" . "$MIRRORSITE" $DEBOOTSTRAPSCRIPT ) ; then
+ echo "pbuilder: $DEBOOTSTRAP failed" >&2
exit 1
fi
diff --git a/pbuilder-modules b/pbuilder-modules
index 2def2e9..e9ab324 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -74,6 +74,7 @@ pbuilder-options:
--autocleanaptcache
--debootstrapopts [debootstrap options]
--save-after-login/--save-after-exec
+ --debootstrap=[debootstrap|cdebootstrap]
pdebuild-specific pbuilder-options:
--pbuilderroot [command to obtain root privilege for pbuilder]
diff --git a/pbuilder.8 b/pbuilder.8
index 1606eac..b785178 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -459,6 +459,14 @@ targets.
Add extra command-line options to debootstrap.
.TP
+.BI "\-\-debootstrap " "debootstrap"
+Use specified debootstrap implementation as debootstrap.
+Known implementations are
+.B cdebootstrap
+and
+.B debootstrap
+
+.TP
.BI "\-\-save\-after\-login "
.TP
.BI "\-\-save\-after\-exec "
diff --git a/pbuilderrc b/pbuilderrc
index 4530c5f..8fe7576 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -57,3 +57,6 @@ unset DEBOOTSTRAPOPTS
# Set the PATH I am going to use inside pbuilder: default is "/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
+
+# The name of debootstrap command.
+DEBOOTSTRAP="cdebootstrap"
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 585a82f..36178e8 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -311,6 +311,15 @@ with "--variant=buildd"
option, which results in debootstrap creating a minimal chroot for
buildd instead of trying to create a minimal installation chroot.
+.TP
+.BI "DEBOOTSTRAP=" "debootstrap"
+Use this option to switch the implementation of
+debootstrap.
+Known implementations of debootstrap are
+.B "cdebootstrap"
+and
+.B "debootstrap"
+
.SH "AUTHOR"
Initial coding, and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.
diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log b/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log
new file mode 100644
index 0000000..389b000
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log
@@ -0,0 +1,603 @@
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
+$Id$
+
+Current time: Sun Aug 7 13:09:02 JST 2005
+pbuilder-time-stamp: 1123387742
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+ -> created buildresult dir :/var/cache/pbuilder/result/
+Installing the build-deps
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
+ -> Considering debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering libdshconfig1-dev (>= 0.20.11-1)
+ -> Trying libdshconfig1-dev
+ -> Installing debhelper libdshconfig1-dev
+Reading Package Lists...
+Building Dependency Tree...
+The following extra packages will be installed:
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ curl libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2649kB of archives.
+After unpacking 8360kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp etch/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp etch/main debconf-utils 1.4.52 [32.9kB]
+Get:4 http://ring.asahi-net.or.jp etch/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp etch/main gettext 0.14.5-2 [1775kB]
+Get:6 http://ring.asahi-net.or.jp etch/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp etch/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp etch/main debhelper 4.9.3 [363kB]
+Get:9 http://ring.asahi-net.or.jp etch/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp etch/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2649kB in 0s (5587kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 11211 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
+Selecting previously deselected package debconf-utils.
+Unpacking debconf-utils (from .../debconf-utils_1.4.52_all.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.14.5-2_i386.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_4.9.3_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
+Setting up libmagic1 (4.12-1) ...
+
+Setting up file (4.12-1) ...
+Setting up debconf-utils (1.4.52) ...
+
+Setting up html2text (1.3.2a-2) ...
+
+Setting up gettext (0.14.5-2) ...
+
+Setting up intltool-debian (0.30+20040213) ...
+Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.9.3) ...
+Setting up libdshconfig1 (0.20.11-1) ...
+
+Setting up libdshconfig1-dev (0.20.11-1) ...
+ -> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 70.4kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main fakeroot 1.3 [70.4kB]
+Fetched 70.4kB in 0s (2085kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11754 files and directories currently installed.)
+Unpacking fakeroot (from .../archives/fakeroot_1.3_i386.deb) ...
+Setting up fakeroot (1.3) ...
+
+Copying source file
+ -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/dsh_0.25.6-1.dsc]
+ -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/dsh_0.25.6.orig.tar.gz]
+ -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/dsh_0.25.6-1.diff.gz]
+Extracting source
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: extracting dsh in dsh-0.25.6
+ -> Building the package
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source package is dsh
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source version is 0.25.6-1
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: host architecture is i386
+dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.6
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.6-1.dsc
+ debian/rules build
+dh_testdir
+INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
+ ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... no
+checking for mawk... mawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for style of include used by make... GNU
+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 dependency style of gcc... gcc3
+checking for library containing strerror... none required
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking whether make sets $(MAKE)... (cached) yes
+checking how to run the C preprocessor... gcc -E
+checking for egrep... grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking for a sed that does not truncate output... /bin/sed
+checking for ld used by gcc... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for /usr/bin/ld option to reload object files... -r
+checking for BSD-compatible nm... /usr/bin/nm -B
+checking whether ln -s works... yes
+checking how to recognise dependent libraries... pass_all
+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 dlfcn.h usability... yes
+checking dlfcn.h presence... yes
+checking for dlfcn.h... yes
+checking for g++... g++
+checking whether we are using the GNU C++ compiler... yes
+checking whether g++ accepts -g... yes
+checking dependency style of g++... gcc3
+checking how to run the C++ preprocessor... g++ -E
+checking for g77... no
+checking for f77... no
+checking for xlf... no
+checking for frt... no
+checking for pgf77... no
+checking for fort77... no
+checking for fl32... no
+checking for af77... no
+checking for f90... no
+checking for xlf90... no
+checking for pgf90... no
+checking for epcf90... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for gfortran... no
+checking whether we are using the GNU Fortran 77 compiler... no
+checking whether accepts -g... no
+checking the maximum length of command line arguments... 32768
+checking command to parse /usr/bin/nm -B output from gcc object... ok
+checking for objdir... .libs
+checking for ar... ar
+checking for ranlib... ranlib
+checking for strip... strip
+checking if gcc static flag works... yes
+checking if gcc supports -fno-rtti -fno-exceptions... no
+checking for gcc option to produce PIC... -fPIC
+checking if gcc PIC flag -fPIC works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
+checking whether -lc should be explicitly linked in... no
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+checking if libtool supports shared libraries... yes
+checking whether to build shared libraries... yes
+checking whether to build static libraries... yes
+configure: creating libtool
+appending configuration tag "CXX" to libtool
+checking for ld used by g++... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+appending configuration tag "F77" to libtool
+checking for an ANSI C-conforming const... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for msgmerge... /usr/bin/msgmerge
+checking for ld used by GCC... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for shared library run path origin... done
+checking whether NLS is requested... yes
+checking for GNU gettext in libc... yes
+checking for gettext... yes
+checking getopt.h usability... yes
+checking getopt.h presence... yes
+checking for getopt.h... yes
+checking fcntl.h usability... yes
+checking fcntl.h presence... yes
+checking for fcntl.h... yes
+checking libintl.h usability... yes
+checking libintl.h presence... yes
+checking for libintl.h... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for stdlib.h... (cached) yes
+checking netdb.h usability... yes
+checking netdb.h presence... yes
+checking for netdb.h... yes
+checking for string.h... (cached) yes
+checking for unistd.h... (cached) yes
+checking netgroup.h usability... no
+checking netgroup.h presence... no
+checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
+checking for libdshconfig.h ... yes
+checking for asprintf... yes
+checking for strdup... yes
+checking for getopt_long... yes
+checking for getline... yes
+checking for dup2... yes
+checking for setlocale... yes
+checking for strcasecmp... yes
+checking for strchr... yes
+checking for setnetgrent... yes
+checking for getnetgrent... yes
+checking for endnetgrent... yes
+checking for open_dshconfig in -ldshconfig... yes
+checking netdb.h has setnetgrent that returns void... no
+checking getopt with a GNU option reordering extention... yes, disabling
+configure: creating ./config.status
+config.status: creating po/Makefile.in
+config.status: creating m4/Makefile
+config.status: creating Makefile
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing default-1 commands
+config.status: creating po/POTFILES
+config.status: creating po/Makefile
+touch configure-stamp
+dh_testdir
+/usr/bin/make
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making all in m4
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making all in po
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
+then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
+then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
+then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; else rm -f ".deps/dsh-parameter.Tpo"; exit 1; fi
+/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
+mkdir .libs
+gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
+mkdir build-man
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make check
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making check in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making check in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make dsh
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+PASS: tests/param-f.sh
+dsh: File ./tests/nonexistent.file could not be opened for read
+PASS: tests/param-f-fail.sh
+PASS: tests/param-f-with-space.sh
+PASS: tests/param-m.sh
+test to check that unknown parameter checking is right.
+./dsh: unrecognized option `--unknown-parameter'
+./dsh: invalid option -- u
+PASS: tests/param-unknown.sh
+test1
+test2
+dsh: Process terminated (before write).
+PASS: tests/param-i.sh
+Check that cn4 option is working.
+PASS: tests/param-cn4.sh
+test to check that -b0 is rejected, and -b1 is accepted
+Buffer size needs to be greater than 1
+Buffer size needs to be greater than 1
+a
+b
+PASS: tests/param-b-0.sh
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+success
+success
+success
+success
+a: dsh: Failed executing ./invalid-exec-file with llexec call
+b: dsh: Failed executing ./invalid-exec-file with llexec call
+c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+PASS: tests/param-r-invalid.sh
+2: 2
+1: 1
+dsh: fork limit and wait shell cannot be specified at the same time
+PASS: tests/param-F-invalid.sh
+Sun Aug 7 04:09:42 UTC 2005
+2: Using sleep as the remote shell
+2: Show machine names on output
+2: Adding machine 5,4,3,2,1 to list
+2: Setting forklimit to 3 and wait_shell to 0
+2: DUMPing parameters passed to llexec
+2: [2]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[2]
+3: Using sleep as the remote shell
+3: Show machine names on output
+3: Adding machine 5,4,3,2,1 to list
+3: Setting forklimit to 3 and wait_shell to 0
+3: DUMPing parameters passed to llexec
+3: [3]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[3]
+1: Using sleep as the remote shell
+1: Show machine names on output
+1: Adding machine 5,4,3,2,1 to list
+1: Setting forklimit to 3 and wait_shell to 0
+1: ... Waiting for process to end with waitpid
+1: DUMPing parameters passed to llexec
+1: [1]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+DUMPing parameters passed to llexec
+[1]
+4: Using sleep as the remote shell
+4: Show machine names on output
+4: Adding machine 5,4,3,2,1 to list
+4: Setting forklimit to 3 and wait_shell to 0
+4: DUMPing parameters passed to llexec
+4: [4]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[4]
+5: Using sleep as the remote shell
+5: Show machine names on output
+5: Adding machine 5,4,3,2,1 to list
+5: Setting forklimit to 3 and wait_shell to 0
+5: DUMPing parameters passed to llexec
+5: [5]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[5]
+--- Terminated running
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+... Waiting for process to end with waitpid
+Sun Aug 7 04:09:47 UTC 2005
+PASS: tests/param-F-forklimit.sh
+PASS: tests/param-gnu-getopt.sh
+PASS: tests/news-okay.sh
+a: a
+dsh: Process terminated (before write).
+b: b
+c: c
+PASS: tests/segv-catcher.sh
+l w
+PASS: tests/test-bufferoverflow.sh
+PASS: tests/machinelist-comment-test.sh
+PASS: tests/machinelist-order.sh
+===================
+All 17 tests passed
+===================
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+touch build-stamp
+ fakeroot debian/rules binary
+dh_testdir
+dh_testroot
+dh_clean -k
+dh_installdirs
+# Add here commands to install the package into debian/dsh.
+/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making install in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `install-exec-am'.
+make[3]: Nothing to be done for `install-data-am'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making install in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+if test "dsh" = "gettext"; then \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
+ /usr/bin/install -c -m 644 ./$file \
+ /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+else \
+ : ; \
+fi
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+done
+test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+cp /tmp/buildd/dsh-0.25.6/debian/machines.list /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.6/dsh.conf /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.6/debian/dsh.updatelist /tmp/buildd/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+dh_testdir
+dh_testroot
+dh_installdocs NEWS
+dh_installexamples
+dh_installmenu
+dh_installman
+dh_installchangelogs ChangeLog
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_link
+dh_strip
+dh_shlibdeps
+dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_gencontrol
+dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_md5sums
+dh_builddeb
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
+ dpkg-genchanges -mJunichi Uekawa <dancer@debian.org>
+dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: full upload (original source is included)
+ -> Terminate timeout process
+/usr/lib/pbuilder/pbuilder-buildpackage: line 135: 27214 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+Current time: Sun Aug 7 13:09:50 JST 2005
+pbuilder-time-stamp: 1123387790
+ -> cleaning the build env
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/26909 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-sarge.log b/testsuite/cdebootstrap/pbuilder-build-dsh-sarge.log
new file mode 100644
index 0000000..d3907bd
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-build-dsh-sarge.log
@@ -0,0 +1,602 @@
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
+$Id$
+
+Current time: Sun Aug 7 13:03:06 JST 2005
+pbuilder-time-stamp: 1123387386
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+ -> created buildresult dir :/var/cache/pbuilder/result/
+Installing the build-deps
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
+ -> Considering debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering libdshconfig1-dev (>= 0.20.11-1)
+ -> Trying libdshconfig1-dev
+ -> Installing debhelper libdshconfig1-dev
+Reading Package Lists...
+Building Dependency Tree...
+The following extra packages will be installed:
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ curl libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2591kB of archives.
+After unpacking 8679kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.13 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.14.4-2 [1718kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.32 [362kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2591kB in 0s (5641kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 11073 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
+Selecting previously deselected package debconf-utils.
+Unpacking debconf-utils (from .../debconf-utils_1.4.30.13_all.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.14.4-2_i386.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_4.2.32_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
+Setting up libmagic1 (4.12-1) ...
+
+Setting up file (4.12-1) ...
+Setting up debconf-utils (1.4.30.13) ...
+
+Setting up html2text (1.3.2a-2) ...
+
+Setting up gettext (0.14.4-2) ...
+
+Setting up intltool-debian (0.30+20040213) ...
+Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.2.32) ...
+Setting up libdshconfig1 (0.20.11-1) ...
+
+Setting up libdshconfig1-dev (0.20.11-1) ...
+ -> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 70.5kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [70.5kB]
+Fetched 70.5kB in 0s (2170kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11615 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_i386.deb) ...
+Setting up fakeroot (1.2.10) ...
+
+Copying source file
+ -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/dsh_0.25.6-1.dsc]
+ -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/dsh_0.25.6.orig.tar.gz]
+ -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/dsh_0.25.6-1.diff.gz]
+Extracting source
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: extracting dsh in dsh-0.25.6
+ -> Building the package
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source package is dsh
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source version is 0.25.6-1
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: host architecture is i386
+dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.6
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.6-1.dsc
+ debian/rules build
+dh_testdir
+INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
+ ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... no
+checking for mawk... mawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for style of include used by make... GNU
+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 dependency style of gcc... gcc3
+checking for library containing strerror... none required
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking whether make sets $(MAKE)... (cached) yes
+checking how to run the C preprocessor... gcc -E
+checking for egrep... grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking for a sed that does not truncate output... /bin/sed
+checking for ld used by gcc... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for /usr/bin/ld option to reload object files... -r
+checking for BSD-compatible nm... /usr/bin/nm -B
+checking whether ln -s works... yes
+checking how to recognise dependent libraries... pass_all
+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 dlfcn.h usability... yes
+checking dlfcn.h presence... yes
+checking for dlfcn.h... yes
+checking for g++... g++
+checking whether we are using the GNU C++ compiler... yes
+checking whether g++ accepts -g... yes
+checking dependency style of g++... gcc3
+checking how to run the C++ preprocessor... g++ -E
+checking for g77... no
+checking for f77... no
+checking for xlf... no
+checking for frt... no
+checking for pgf77... no
+checking for fort77... no
+checking for fl32... no
+checking for af77... no
+checking for f90... no
+checking for xlf90... no
+checking for pgf90... no
+checking for epcf90... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for gfortran... no
+checking whether we are using the GNU Fortran 77 compiler... no
+checking whether accepts -g... no
+checking the maximum length of command line arguments... 32768
+checking command to parse /usr/bin/nm -B output from gcc object... ok
+checking for objdir... .libs
+checking for ar... ar
+checking for ranlib... ranlib
+checking for strip... strip
+checking if gcc static flag works... yes
+checking if gcc supports -fno-rtti -fno-exceptions... no
+checking for gcc option to produce PIC... -fPIC
+checking if gcc PIC flag -fPIC works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
+checking whether -lc should be explicitly linked in... no
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+checking if libtool supports shared libraries... yes
+checking whether to build shared libraries... yes
+checking whether to build static libraries... yes
+configure: creating libtool
+appending configuration tag "CXX" to libtool
+checking for ld used by g++... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+appending configuration tag "F77" to libtool
+checking for an ANSI C-conforming const... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for msgmerge... /usr/bin/msgmerge
+checking for ld used by GCC... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for shared library run path origin... done
+checking whether NLS is requested... yes
+checking for GNU gettext in libc... yes
+checking for gettext... yes
+checking getopt.h usability... yes
+checking getopt.h presence... yes
+checking for getopt.h... yes
+checking fcntl.h usability... yes
+checking fcntl.h presence... yes
+checking for fcntl.h... yes
+checking libintl.h usability... yes
+checking libintl.h presence... yes
+checking for libintl.h... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for stdlib.h... (cached) yes
+checking netdb.h usability... yes
+checking netdb.h presence... yes
+checking for netdb.h... yes
+checking for string.h... (cached) yes
+checking for unistd.h... (cached) yes
+checking netgroup.h usability... no
+checking netgroup.h presence... no
+checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
+checking for libdshconfig.h ... yes
+checking for asprintf... yes
+checking for strdup... yes
+checking for getopt_long... yes
+checking for getline... yes
+checking for dup2... yes
+checking for setlocale... yes
+checking for strcasecmp... yes
+checking for strchr... yes
+checking for setnetgrent... yes
+checking for getnetgrent... yes
+checking for endnetgrent... yes
+checking for open_dshconfig in -ldshconfig... yes
+checking netdb.h has setnetgrent that returns void... no
+checking getopt with a GNU option reordering extention... yes, disabling
+configure: creating ./config.status
+config.status: creating po/Makefile.in
+config.status: creating m4/Makefile
+config.status: creating Makefile
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing default-1 commands
+config.status: creating po/POTFILES
+config.status: creating po/Makefile
+touch configure-stamp
+dh_testdir
+/usr/bin/make
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making all in m4
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making all in po
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
+then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
+then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
+then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; else rm -f ".deps/dsh-parameter.Tpo"; exit 1; fi
+/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
+mkdir .libs
+gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
+mkdir build-man
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make check
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making check in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making check in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make dsh
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+PASS: tests/param-f.sh
+dsh: File ./tests/nonexistent.file could not be opened for read
+PASS: tests/param-f-fail.sh
+PASS: tests/param-f-with-space.sh
+PASS: tests/param-m.sh
+test to check that unknown parameter checking is right.
+./dsh: unrecognized option `--unknown-parameter'
+./dsh: invalid option -- u
+PASS: tests/param-unknown.sh
+test1
+test2
+dsh: Process terminated (before write).
+PASS: tests/param-i.sh
+Check that cn4 option is working.
+PASS: tests/param-cn4.sh
+test to check that -b0 is rejected, and -b1 is accepted
+Buffer size needs to be greater than 1
+Buffer size needs to be greater than 1
+a
+b
+PASS: tests/param-b-0.sh
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+success
+success
+success
+success
+a: dsh: Failed executing ./invalid-exec-file with llexec call
+b: dsh: Failed executing ./invalid-exec-file with llexec call
+c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+PASS: tests/param-r-invalid.sh
+2: 2
+1: 1
+dsh: fork limit and wait shell cannot be specified at the same time
+PASS: tests/param-F-invalid.sh
+Sun Aug 7 04:03:42 UTC 2005
+2: Using sleep as the remote shell
+2: Show machine names on output
+2: Adding machine 5,4,3,2,1 to list
+2: Setting forklimit to 3 and wait_shell to 0
+2: DUMPing parameters passed to llexec
+2: [2]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[2]
+3: Using sleep as the remote shell
+3: Show machine names on output
+3: Adding machine 5,4,3,2,1 to list
+3: Setting forklimit to 3 and wait_shell to 0
+3: DUMPing parameters passed to llexec
+3: [3]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[3]
+1: Using sleep as the remote shell
+1: Show machine names on output
+1: Adding machine 5,4,3,2,1 to list
+1: Setting forklimit to 3 and wait_shell to 0
+1: ... Waiting for process to end with waitpid
+1: DUMPing parameters passed to llexec
+1: [1]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+DUMPing parameters passed to llexec
+[1]
+4: Using sleep as the remote shell
+4: Show machine names on output
+4: Adding machine 5,4,3,2,1 to list
+4: Setting forklimit to 3 and wait_shell to 0
+4: DUMPing parameters passed to llexec
+4: [4]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[4]
+5: Using sleep as the remote shell
+5: Show machine names on output
+5: Adding machine 5,4,3,2,1 to list
+5: Setting forklimit to 3 and wait_shell to 0
+5: DUMPing parameters passed to llexec
+5: [5]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[5]
+--- Terminated running
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+... Waiting for process to end with waitpid
+Sun Aug 7 04:03:47 UTC 2005
+PASS: tests/param-F-forklimit.sh
+PASS: tests/param-gnu-getopt.sh
+PASS: tests/news-okay.sh
+a: a
+b: b
+c: c
+PASS: tests/segv-catcher.sh
+l w
+PASS: tests/test-bufferoverflow.sh
+PASS: tests/machinelist-comment-test.sh
+PASS: tests/machinelist-order.sh
+===================
+All 17 tests passed
+===================
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+touch build-stamp
+ fakeroot debian/rules binary
+dh_testdir
+dh_testroot
+dh_clean -k
+dh_installdirs
+# Add here commands to install the package into debian/dsh.
+/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making install in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `install-exec-am'.
+make[3]: Nothing to be done for `install-data-am'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making install in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+if test "dsh" = "gettext"; then \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
+ /usr/bin/install -c -m 644 ./$file \
+ /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+else \
+ : ; \
+fi
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+done
+test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+cp /tmp/buildd/dsh-0.25.6/debian/machines.list /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.6/dsh.conf /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.6/debian/dsh.updatelist /tmp/buildd/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+dh_testdir
+dh_testroot
+dh_installdocs NEWS
+dh_installexamples
+dh_installmenu
+dh_installman
+dh_installchangelogs ChangeLog
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_link
+dh_strip
+dh_shlibdeps
+dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_gencontrol
+dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_md5sums
+dh_builddeb
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
+ dpkg-genchanges -mJunichi Uekawa <dancer@debian.org>
+dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: full upload (original source is included)
+ -> Terminate timeout process
+ -> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 89: 24136 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+ -> unmounting proc filesystem
+Current time: Sun Aug 7 13:03:54 JST 2005
+pbuilder-time-stamp: 1123387434
+ -> cleaning the build env
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/23848 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log b/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log
new file mode 100644
index 0000000..cafdcd5
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log
@@ -0,0 +1,13 @@
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
+$Id$
+
+Current time: Sun Aug 7 13:00:35 JST 2005
+pbuilder-time-stamp: 1123387235
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+
+gzip: stdin: unexpected end of file
+tar: Child returned status 1
+tar: Error exit delayed from previous errors
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/8210
diff --git a/testsuite/cdebootstrap/pbuilder-create-etch.log b/testsuite/cdebootstrap/pbuilder-create-etch.log
new file mode 100644
index 0000000..43980a3
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-create-etch.log
@@ -0,0 +1,660 @@
+Distribution is etch.
+Building the build environment
+ -> running cdebootstrap
+P: Retrieving Release.gpg
+P: Retrieving Release
+P: Parsing Release
+P: Retrieving Packages.gz
+P: Validating Packages
+P: Parsing Packages
+P: Retrieving libdb1-compat
+P: Validating libdb1-compat
+P: Retrieving libc6
+P: Validating libc6
+P: Retrieving libgcc1
+P: Validating libgcc1
+P: Retrieving gcc-3.3-base
+P: Validating gcc-3.3-base
+P: Retrieving libstdc++5
+P: Validating libstdc++5
+P: Retrieving apt
+P: Validating apt
+P: Retrieving libdb4.2
+P: Validating libdb4.2
+P: Retrieving apt-utils
+P: Validating apt-utils
+P: Retrieving perl-base
+P: Validating perl-base
+P: Retrieving liblocale-gettext-perl
+P: Validating liblocale-gettext-perl
+P: Retrieving libtext-iconv-perl
+P: Validating libtext-iconv-perl
+P: Retrieving libtext-charwidth-perl
+P: Validating libtext-charwidth-perl
+P: Retrieving libtext-wrapi18n-perl
+P: Validating libtext-wrapi18n-perl
+P: Retrieving debconf-i18n
+P: Validating debconf-i18n
+P: Retrieving debconf
+P: Validating debconf
+P: Retrieving libattr1
+P: Validating libattr1
+P: Retrieving libacl1
+P: Validating libacl1
+P: Retrieving coreutils
+P: Validating coreutils
+P: Retrieving debianutils
+P: Validating debianutils
+P: Retrieving dhcp3-common
+P: Validating dhcp3-common
+P: Retrieving dhcp3-client
+P: Validating dhcp3-client
+P: Retrieving net-tools
+P: Validating net-tools
+P: Retrieving ifupdown
+P: Validating ifupdown
+P: Retrieving iptables
+P: Validating iptables
+P: Retrieving iputils-ping
+P: Validating iputils-ping
+P: Retrieving libwrap0
+P: Validating libwrap0
+P: Retrieving tcpd
+P: Validating tcpd
+P: Retrieving netkit-inetd
+P: Validating netkit-inetd
+P: Retrieving netbase
+P: Validating netbase
+P: Retrieving libncurses5
+P: Validating libncurses5
+P: Retrieving telnet
+P: Validating telnet
+P: Retrieving libssl0.9.7
+P: Validating libssl0.9.7
+P: Retrieving wget
+P: Validating wget
+P: Retrieving libpam-runtime
+P: Validating libpam-runtime
+P: Retrieving libpam0g
+P: Validating libpam0g
+P: Retrieving libpcap0.7
+P: Validating libpcap0.7
+P: Retrieving zlib1g
+P: Validating zlib1g
+P: Retrieving libcap1
+P: Validating libcap1
+P: Retrieving libdb3
+P: Validating libdb3
+P: Retrieving libpam-modules
+P: Validating libpam-modules
+P: Retrieving procps
+P: Validating procps
+P: Retrieving base-passwd
+P: Validating base-passwd
+P: Retrieving makedev
+P: Validating makedev
+P: Retrieving ppp
+P: Validating ppp
+P: Retrieving libslang2
+P: Validating libslang2
+P: Retrieving libnewt0.51
+P: Validating libnewt0.51
+P: Retrieving libpopt0
+P: Validating libpopt0
+P: Retrieving whiptail
+P: Validating whiptail
+P: Retrieving pppconfig
+P: Validating pppconfig
+P: Retrieving gettext-base
+P: Validating gettext-base
+P: Retrieving sed
+P: Validating sed
+P: Retrieving pppoeconf
+P: Validating pppoeconf
+P: Retrieving info
+P: Validating info
+P: Retrieving manpages
+P: Validating manpages
+P: Retrieving groff-base
+P: Validating groff-base
+P: Retrieving bsdutils
+P: Validating bsdutils
+P: Retrieving bsdmainutils
+P: Validating bsdmainutils
+P: Retrieving dselect
+P: Validating dselect
+P: Retrieving dpkg
+P: Validating dpkg
+P: Retrieving libgdbm3
+P: Validating libgdbm3
+P: Retrieving man-db
+P: Validating man-db
+P: Retrieving login
+P: Validating login
+P: Retrieving passwd
+P: Validating passwd
+P: Retrieving adduser
+P: Validating adduser
+P: Retrieving cron
+P: Validating cron
+P: Retrieving exim4-config
+P: Validating exim4-config
+P: Retrieving exim4-base
+P: Validating exim4-base
+P: Retrieving libgpg-error0
+P: Validating libgpg-error0
+P: Retrieving libgcrypt11
+P: Validating libgcrypt11
+P: Retrieving liblzo1
+P: Validating liblzo1
+P: Retrieving libopencdk8
+P: Validating libopencdk8
+P: Retrieving libtasn1-2
+P: Validating libtasn1-2
+P: Retrieving libgnutls11
+P: Validating libgnutls11
+P: Retrieving libpcre3
+P: Validating libpcre3
+P: Retrieving exim4-daemon-light
+P: Validating exim4-daemon-light
+P: Retrieving at
+P: Validating at
+P: Retrieving cpio
+P: Validating cpio
+P: Retrieving ed
+P: Validating ed
+P: Retrieving nano
+P: Validating nano
+P: Retrieving nvi
+P: Validating nvi
+P: Retrieving psmisc
+P: Validating psmisc
+P: Retrieving klogd
+P: Validating klogd
+P: Retrieving sysklogd
+P: Validating sysklogd
+P: Retrieving libsigc++-1.2-5c102
+P: Validating libsigc++-1.2-5c102
+P: Retrieving aptitude
+P: Validating aptitude
+P: Retrieving tasksel
+P: Validating tasksel
+P: Retrieving libconsole
+P: Validating libconsole
+P: Retrieving libblkid1
+P: Validating libblkid1
+P: Retrieving libuuid1
+P: Validating libuuid1
+P: Retrieving mount
+P: Validating mount
+P: Retrieving slang1a-utf8
+P: Validating slang1a-utf8
+P: Retrieving util-linux
+P: Validating util-linux
+P: Retrieving e2fslibs
+P: Validating e2fslibs
+P: Retrieving libcomerr2
+P: Validating libcomerr2
+P: Retrieving libss2
+P: Validating libss2
+P: Retrieving e2fsprogs
+P: Validating e2fsprogs
+P: Retrieving initscripts
+P: Validating initscripts
+P: Retrieving sysv-rc
+P: Validating sysv-rc
+P: Retrieving sysvinit
+P: Validating sysvinit
+P: Retrieving console-data
+P: Validating console-data
+P: Retrieving console-common
+P: Validating console-common
+P: Retrieving console-tools
+P: Validating console-tools
+P: Retrieving fdutils
+P: Validating fdutils
+P: Retrieving base-config
+P: Validating base-config
+P: Retrieving exim4
+P: Validating exim4
+P: Retrieving logrotate
+P: Validating logrotate
+P: Retrieving pciutils
+P: Validating pciutils
+P: Retrieving setserial
+P: Validating setserial
+P: Retrieving ncurses-bin
+P: Validating ncurses-bin
+P: Retrieving hostname
+P: Validating hostname
+P: Retrieving grep
+P: Validating grep
+P: Retrieving ncurses-base
+P: Validating ncurses-base
+P: Retrieving mawk
+P: Validating mawk
+P: Retrieving tar
+P: Validating tar
+P: Retrieving gzip
+P: Validating gzip
+P: Retrieving diff
+P: Validating diff
+P: Retrieving base-files
+P: Validating base-files
+P: Retrieving bash
+P: Validating bash
+P: Retrieving findutils
+P: Validating findutils
+P: Extracting libc6
+P: Extracting libdb1-compat
+P: Extracting libgcc1
+P: Extracting gcc-3.3-base
+P: Extracting libstdc++5
+P: Extracting perl-base
+P: Extracting liblocale-gettext-perl
+P: Extracting libtext-iconv-perl
+P: Extracting libtext-charwidth-perl
+P: Extracting libtext-wrapi18n-perl
+P: Extracting debconf
+P: Extracting debconf-i18n
+P: Extracting libattr1
+P: Extracting libacl1
+P: Extracting coreutils
+P: Extracting debianutils
+P: Extracting libncurses5
+P: Extracting libpam-runtime
+P: Extracting libpam0g
+P: Extracting zlib1g
+P: Extracting libcap1
+P: Extracting libdb3
+P: Extracting libpam-modules
+P: Extracting procps
+P: Extracting base-passwd
+P: Extracting makedev
+P: Extracting libslang2
+P: Extracting libnewt0.51
+P: Extracting sed
+P: Extracting bsdutils
+P: Extracting dselect
+P: Extracting dpkg
+P: Extracting login
+P: Extracting passwd
+P: Extracting libblkid1
+P: Extracting libuuid1
+P: Extracting mount
+P: Extracting slang1a-utf8
+P: Extracting util-linux
+P: Extracting e2fslibs
+P: Extracting libcomerr2
+P: Extracting libss2
+P: Extracting e2fsprogs
+P: Extracting initscripts
+P: Extracting sysv-rc
+P: Extracting sysvinit
+P: Extracting ncurses-bin
+P: Extracting hostname
+P: Extracting grep
+P: Extracting ncurses-base
+P: Extracting mawk
+P: Extracting tar
+P: Extracting gzip
+P: Extracting diff
+P: Extracting base-files
+P: Extracting bash
+P: Extracting findutils
+P: Unpacking package base-passwd
+P: Configuring package base-passwd
+P: Unpacking package dpkg
+P: Configuring package dpkg
+P: Unpacking package libc6
+P: Unpacking package libdb1-compat
+P: Unpacking package libgcc1
+P: Unpacking package gcc-3.3-base
+P: Unpacking package libstdc++5
+P: Unpacking package perl-base
+P: Unpacking package liblocale-gettext-perl
+P: Unpacking package libtext-iconv-perl
+P: Unpacking package libtext-charwidth-perl
+P: Unpacking package libtext-wrapi18n-perl
+P: Unpacking package debconf
+P: Unpacking package debconf-i18n
+P: Unpacking package libattr1
+P: Unpacking package libacl1
+P: Unpacking package coreutils
+P: Unpacking package debianutils
+P: Unpacking package libncurses5
+P: Unpacking package libpam-runtime
+P: Unpacking package libpam0g
+P: Unpacking package zlib1g
+P: Unpacking package libcap1
+P: Unpacking package libdb3
+P: Unpacking package libpam-modules
+P: Unpacking package procps
+P: Unpacking package makedev
+P: Unpacking package libslang2
+P: Unpacking package libnewt0.51
+P: Unpacking package sed
+P: Unpacking package bsdutils
+P: Unpacking package dselect
+P: Unpacking package login
+P: Unpacking package passwd
+P: Unpacking package libblkid1
+P: Unpacking package libuuid1
+P: Unpacking package mount
+P: Unpacking package slang1a-utf8
+P: Unpacking package util-linux
+P: Unpacking package e2fslibs
+P: Unpacking package libcomerr2
+P: Unpacking package libss2
+P: Unpacking package e2fsprogs
+P: Unpacking package initscripts
+P: Unpacking package sysv-rc
+P: Unpacking package sysvinit
+P: Unpacking package ncurses-bin
+P: Unpacking package hostname
+P: Unpacking package grep
+P: Unpacking package ncurses-base
+P: Unpacking package mawk
+P: Unpacking package tar
+P: Unpacking package gzip
+P: Unpacking package diff
+P: Unpacking package base-files
+P: Unpacking package bash
+P: Unpacking package findutils
+P: Configuring package makedev
+P: Configuring package ncurses-base
+P: Configuring package sysv-rc
+P: Configuring package libpam-runtime
+P: Configuring package gcc-3.3-base
+P: Configuring package libc6
+P: Configuring package libcap1
+P: Configuring package libdb1-compat
+P: Configuring package libuuid1
+P: Configuring package libpam0g
+P: Configuring package bsdutils
+P: Configuring package perl-base
+P: Configuring package tar
+P: Configuring package zlib1g
+P: Configuring package slang1a-utf8
+P: Configuring package libgcc1
+P: Configuring package libtext-iconv-perl
+P: Configuring package libncurses5
+P: Configuring package libattr1
+P: Configuring package sed
+P: Configuring package e2fslibs
+P: Configuring package libcomerr2
+P: Configuring package mawk
+P: Configuring package grep
+P: Configuring package hostname
+P: Configuring package libacl1
+P: Configuring package libslang2
+P: Configuring package libblkid1
+P: Configuring package libss2
+P: Configuring package findutils
+P: Configuring package e2fsprogs
+P: Configuring package liblocale-gettext-perl
+P: Configuring package diff
+P: Configuring package libdb3
+P: Configuring package util-linux
+P: Configuring package libstdc++5
+P: Configuring package libtext-charwidth-perl
+P: Configuring package libtext-wrapi18n-perl
+P: Configuring package coreutils
+P: Configuring package debianutils
+P: Configuring package procps
+P: Configuring package ncurses-bin
+P: Configuring package libpam-modules
+P: Configuring package base-files
+P: Configuring package mount
+P: Configuring package libnewt0.51
+P: Configuring package debconf-i18n
+P: Configuring package initscripts
+P: Configuring package gzip
+P: Configuring package dselect
+P: Configuring package debconf
+P: Configuring package login
+P: Configuring package passwd
+P: Configuring package sysvinit
+P: Configuring package bash
+P: Configuring helper cdebootstrap-helper-apt
+P: Configuring helper cdebootstrap-helper-diverts
+P: Configuring helper cdebootstrap-helper-makedev
+P: Doing something important
+P: Unpacking package apt
+P: Configuring package apt
+P: Unpacking package console-data
+P: Unpacking package libconsole
+P: Unpacking package console-tools
+P: Unpacking package console-common
+P: Unpacking package adduser
+P: Unpacking package libdb4.2
+P: Unpacking package apt-utils
+P: Unpacking package libsigc++-1.2-5c102
+P: Unpacking package aptitude
+P: Unpacking package gettext-base
+P: Unpacking package base-config
+P: Unpacking package bsdmainutils
+P: Unpacking package cpio
+P: Unpacking package cron
+P: Unpacking package ed
+P: Unpacking package groff-base
+P: Unpacking package net-tools
+P: Unpacking package ifupdown
+P: Unpacking package info
+P: Unpacking package iptables
+P: Unpacking package iputils-ping
+P: Unpacking package sysklogd
+P: Unpacking package klogd
+P: Unpacking package libgpg-error0
+P: Unpacking package libgcrypt11
+P: Unpacking package libgdbm3
+P: Unpacking package liblzo1
+P: Unpacking package libopencdk8
+P: Unpacking package libtasn1-2
+P: Unpacking package libgnutls11
+P: Unpacking package libpcre3
+P: Unpacking package libpopt0
+P: Unpacking package libssl0.9.7
+P: Unpacking package libwrap0
+P: Unpacking package logrotate
+P: Unpacking package man-db
+P: Unpacking package manpages
+P: Unpacking package nano
+P: Unpacking package netkit-inetd
+P: Unpacking package tcpd
+P: Unpacking package netbase
+P: Unpacking package nvi
+P: Unpacking package tasksel
+P: Unpacking package wget
+P: Unpacking package whiptail
+P: Unpacking package exim4-config
+P: Unpacking package exim4-base
+P: Unpacking package exim4-daemon-light
+P: Unpacking package at
+P: Unpacking package exim4
+P: Unpacking package telnet
+P: Unpacking package dhcp3-common
+P: Unpacking package dhcp3-client
+P: Unpacking package fdutils
+P: Unpacking package libpcap0.7
+P: Unpacking package pciutils
+P: Unpacking package ppp
+P: Unpacking package pppconfig
+P: Unpacking package pppoeconf
+P: Unpacking package psmisc
+P: Unpacking package setserial
+P: Configuring package libconsole
+P: Configuring package adduser
+P: Configuring package libdb4.2
+P: Configuring package apt-utils
+P: Configuring package libsigc++-1.2-5c102
+P: Configuring package aptitude
+P: Configuring package gettext-base
+P: Configuring package bsdmainutils
+P: Configuring package cpio
+P: Configuring package cron
+P: Configuring package ed
+P: Configuring package groff-base
+P: Configuring package net-tools
+P: Configuring package ifupdown
+P: Configuring package info
+P: Configuring package iptables
+P: Configuring package iputils-ping
+P: Configuring package libgpg-error0
+P: Configuring package libgcrypt11
+P: Configuring package libgdbm3
+P: Configuring package liblzo1
+P: Configuring package libopencdk8
+P: Configuring package libtasn1-2
+P: Configuring package libgnutls11
+P: Configuring package libpcre3
+P: Configuring package libpopt0
+P: Configuring package libssl0.9.7
+P: Configuring package libwrap0
+P: Configuring package logrotate
+P: Configuring package man-db
+P: Configuring package manpages
+P: Configuring package nano
+P: Configuring package netkit-inetd
+P: Configuring package tcpd
+P: Configuring package netbase
+P: Configuring package nvi
+P: Configuring package tasksel
+P: Configuring package wget
+P: Configuring package whiptail
+P: Configuring package exim4-config
+P: Configuring package exim4-base
+P: Configuring package exim4-daemon-light
+P: Configuring package at
+P: Configuring package exim4
+P: Configuring package telnet
+P: Configuring package dhcp3-common
+P: Configuring package dhcp3-client
+P: Configuring package fdutils
+P: Configuring package libpcap0.7
+P: Configuring package pciutils
+P: Configuring package ppp
+P: Configuring package pppconfig
+P: Configuring package pppoeconf
+P: Configuring package psmisc
+P: Configuring package setserial
+P: Configuring package sysklogd
+P: Configuring package console-common
+P: Configuring package console-data
+P: Configuring package klogd
+P: Configuring package console-tools
+P: Configuring package base-config
+P: Deconfiguring helper cdebootstrap-helper-apt
+P: Deconfiguring helper cdebootstrap-helper-diverts
+P: Deconfiguring helper cdebootstrap-helper-makedev
+ -> debootstrap finished
+ -> copying local configuration
+ -> Installing apt-lines
+Refreshing the base.tgz
+ -> upgrading packages
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> installing dummy policy-rc.d
+Get:1 http://ring.asahi-net.or.jp etch/main Packages [3544kB]
+Get:2 http://ring.asahi-net.or.jp etch/main Release [81B]
+Fetched 3544kB in 0s (3703kB/s)
+Reading Package Lists...
+dpkg - warning: ignoring request to remove lilo which isn't installed.
+Reading Package Lists...
+Building Dependency Tree...
+0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+Reading Package Lists...
+Building Dependency Tree...
+apt is already the newest version.
+The following extra packages will be installed:
+ binutils cpp cpp-3.3 g++ g++-3.3 gcc gcc-3.3 libc6-dev libstdc++5-3.3-dev
+ linux-kernel-headers make patch perl perl-modules
+Suggested packages:
+ binutils-doc cpp-doc gnupg debian-keyring gcc-3.3-doc manpages-dev autoconf
+ automake libtool flex bison gdb gcc-doc glibc-doc libstdc++5-3.3-doc
+ stl-manual libterm-readline-gnu-perl libterm-readline-perl-perl
+Recommended packages:
+ perl-doc
+The following NEW packages will be installed:
+ binutils build-essential cpp cpp-3.3 dpkg-dev g++ g++-3.3 gcc gcc-3.3
+ libc6-dev libstdc++5-3.3-dev linux-kernel-headers make patch perl
+ perl-modules
+0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
+Need to get 18.2MB of archives.
+After unpacking 63.9MB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main binutils 2.16.1-2 [2378kB]
+Get:2 http://ring.asahi-net.or.jp etch/main cpp-3.3 1:3.3.5-13 [1393kB]
+Get:3 http://ring.asahi-net.or.jp etch/main cpp 4:3.3.5-3 [29.6kB]
+Get:4 http://ring.asahi-net.or.jp etch/main perl-modules 5.8.7-3 [2326kB]
+Get:5 http://ring.asahi-net.or.jp etch/main perl 5.8.7-3 [3371kB]
+Get:6 http://ring.asahi-net.or.jp etch/main patch 2.5.9-2 [96.4kB]
+Get:7 http://ring.asahi-net.or.jp etch/main make 3.80-9 [366kB]
+Get:8 http://ring.asahi-net.or.jp etch/main dpkg-dev 1.10.28 [166kB]
+Get:9 http://ring.asahi-net.or.jp etch/main gcc-3.3 1:3.3.5-13 [1570kB]
+Get:10 http://ring.asahi-net.or.jp etch/main gcc 4:3.3.5-3 [4906B]
+Get:11 http://ring.asahi-net.or.jp etch/main linux-kernel-headers 2.5.999-test7-bk-17 [1377kB]
+Get:12 http://ring.asahi-net.or.jp etch/main libc6-dev 2.3.2.ds1-22 [2532kB]
+Get:13 http://ring.asahi-net.or.jp etch/main libstdc++5-3.3-dev 1:3.3.5-13 [775kB]
+Get:14 http://ring.asahi-net.or.jp etch/main g++-3.3 1:3.3.5-13 [1779kB]
+Get:15 http://ring.asahi-net.or.jp etch/main g++ 4:3.3.5-3 [1398B]
+Get:16 http://ring.asahi-net.or.jp etch/main build-essential 10.1 [6520B]
+Fetched 18.2MB in 2s (8698kB/s)
+Selecting previously deselected package binutils.
+(Reading database ... 7596 files and directories currently installed.)
+Unpacking binutils (from .../binutils_2.16.1-2_i386.deb) ...
+Selecting previously deselected package cpp-3.3.
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package cpp.
+Unpacking cpp (from .../cpp_4%3a3.3.5-3_i386.deb) ...
+Selecting previously deselected package perl-modules.
+Unpacking perl-modules (from .../perl-modules_5.8.7-3_all.deb) ...
+Selecting previously deselected package perl.
+Unpacking perl (from .../archives/perl_5.8.7-3_i386.deb) ...
+Selecting previously deselected package patch.
+Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
+Selecting previously deselected package make.
+Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
+Selecting previously deselected package dpkg-dev.
+Unpacking dpkg-dev (from .../dpkg-dev_1.10.28_all.deb) ...
+Selecting previously deselected package gcc-3.3.
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package gcc.
+Unpacking gcc (from .../gcc_4%3a3.3.5-3_i386.deb) ...
+Selecting previously deselected package linux-kernel-headers.
+Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-17_i386.deb) ...
+Selecting previously deselected package libc6-dev.
+Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-22_i386.deb) ...
+Selecting previously deselected package libstdc++5-3.3-dev.
+Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package g++-3.3.
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package g++.
+Unpacking g++ (from .../g++_4%3a3.3.5-3_i386.deb) ...
+Selecting previously deselected package build-essential.
+Unpacking build-essential (from .../build-essential_10.1_i386.deb) ...
+Setting up binutils (2.16.1-2) ...
+
+Setting up cpp-3.3 (3.3.5-13) ...
+Setting up cpp (3.3.5-3) ...
+Setting up patch (2.5.9-2) ...
+Setting up make (3.80-9) ...
+
+Setting up gcc-3.3 (3.3.5-13) ...
+Setting up gcc (3.3.5-3) ...
+
+Setting up linux-kernel-headers (2.5.999-test7-bk-17) ...
+Setting up libc6-dev (2.3.2.ds1-22) ...
+Setting up perl-modules (5.8.7-3) ...
+Setting up libstdc++5-3.3-dev (3.3.5-13) ...
+Setting up perl (5.8.7-3) ...
+
+Setting up dpkg-dev (1.10.28) ...
+Setting up g++-3.3 (3.3.5-13) ...
+Setting up g++ (3.3.5-3) ...
+
+Setting up build-essential (10.1) ...
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//10895 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-create-sarge.log b/testsuite/cdebootstrap/pbuilder-create-sarge.log
new file mode 100644
index 0000000..ab4c8ed
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-create-sarge.log
@@ -0,0 +1,657 @@
+Distribution is sarge.
+Building the build environment
+ -> running cdebootstrap
+P: Retrieving Release.gpg
+P: Retrieving Release
+P: Parsing Release
+P: Retrieving Packages.gz
+P: Validating Packages
+P: Parsing Packages
+P: Retrieving libdb1-compat
+P: Validating libdb1-compat
+P: Retrieving libc6
+P: Validating libc6
+P: Retrieving libgcc1
+P: Validating libgcc1
+P: Retrieving gcc-3.3-base
+P: Validating gcc-3.3-base
+P: Retrieving libstdc++5
+P: Validating libstdc++5
+P: Retrieving apt
+P: Validating apt
+P: Retrieving libdb4.2
+P: Validating libdb4.2
+P: Retrieving apt-utils
+P: Validating apt-utils
+P: Retrieving perl-base
+P: Validating perl-base
+P: Retrieving liblocale-gettext-perl
+P: Validating liblocale-gettext-perl
+P: Retrieving libtext-iconv-perl
+P: Validating libtext-iconv-perl
+P: Retrieving libtext-charwidth-perl
+P: Validating libtext-charwidth-perl
+P: Retrieving libtext-wrapi18n-perl
+P: Validating libtext-wrapi18n-perl
+P: Retrieving debconf-i18n
+P: Validating debconf-i18n
+P: Retrieving debconf
+P: Validating debconf
+P: Retrieving libattr1
+P: Validating libattr1
+P: Retrieving libacl1
+P: Validating libacl1
+P: Retrieving coreutils
+P: Validating coreutils
+P: Retrieving debianutils
+P: Validating debianutils
+P: Retrieving dhcp3-common
+P: Validating dhcp3-common
+P: Retrieving dhcp3-client
+P: Validating dhcp3-client
+P: Retrieving net-tools
+P: Validating net-tools
+P: Retrieving ifupdown
+P: Validating ifupdown
+P: Retrieving iptables
+P: Validating iptables
+P: Retrieving iputils-ping
+P: Validating iputils-ping
+P: Retrieving libwrap0
+P: Validating libwrap0
+P: Retrieving tcpd
+P: Validating tcpd
+P: Retrieving netkit-inetd
+P: Validating netkit-inetd
+P: Retrieving netbase
+P: Validating netbase
+P: Retrieving libncurses5
+P: Validating libncurses5
+P: Retrieving telnet
+P: Validating telnet
+P: Retrieving libssl0.9.7
+P: Validating libssl0.9.7
+P: Retrieving wget
+P: Validating wget
+P: Retrieving libpam-runtime
+P: Validating libpam-runtime
+P: Retrieving libpam0g
+P: Validating libpam0g
+P: Retrieving libpcap0.7
+P: Validating libpcap0.7
+P: Retrieving zlib1g
+P: Validating zlib1g
+P: Retrieving libcap1
+P: Validating libcap1
+P: Retrieving libdb3
+P: Validating libdb3
+P: Retrieving libpam-modules
+P: Validating libpam-modules
+P: Retrieving procps
+P: Validating procps
+P: Retrieving base-passwd
+P: Validating base-passwd
+P: Retrieving makedev
+P: Validating makedev
+P: Retrieving ppp
+P: Validating ppp
+P: Retrieving slang1a-utf8
+P: Validating slang1a-utf8
+P: Retrieving libnewt0.51
+P: Validating libnewt0.51
+P: Retrieving libpopt0
+P: Validating libpopt0
+P: Retrieving whiptail
+P: Validating whiptail
+P: Retrieving pppconfig
+P: Validating pppconfig
+P: Retrieving gettext-base
+P: Validating gettext-base
+P: Retrieving sed
+P: Validating sed
+P: Retrieving pppoeconf
+P: Validating pppoeconf
+P: Retrieving info
+P: Validating info
+P: Retrieving manpages
+P: Validating manpages
+P: Retrieving groff-base
+P: Validating groff-base
+P: Retrieving bsdutils
+P: Validating bsdutils
+P: Retrieving bsdmainutils
+P: Validating bsdmainutils
+P: Retrieving dselect
+P: Validating dselect
+P: Retrieving dpkg
+P: Validating dpkg
+P: Retrieving libgdbm3
+P: Validating libgdbm3
+P: Retrieving man-db
+P: Validating man-db
+P: Retrieving login
+P: Validating login
+P: Retrieving passwd
+P: Validating passwd
+P: Retrieving adduser
+P: Validating adduser
+P: Retrieving cron
+P: Validating cron
+P: Retrieving exim4-config
+P: Validating exim4-config
+P: Retrieving exim4-base
+P: Validating exim4-base
+P: Retrieving libgpg-error0
+P: Validating libgpg-error0
+P: Retrieving libgcrypt11
+P: Validating libgcrypt11
+P: Retrieving liblzo1
+P: Validating liblzo1
+P: Retrieving libopencdk8
+P: Validating libopencdk8
+P: Retrieving libtasn1-2
+P: Validating libtasn1-2
+P: Retrieving libgnutls11
+P: Validating libgnutls11
+P: Retrieving libpcre3
+P: Validating libpcre3
+P: Retrieving exim4-daemon-light
+P: Validating exim4-daemon-light
+P: Retrieving at
+P: Validating at
+P: Retrieving cpio
+P: Validating cpio
+P: Retrieving ed
+P: Validating ed
+P: Retrieving nano
+P: Validating nano
+P: Retrieving nvi
+P: Validating nvi
+P: Retrieving psmisc
+P: Validating psmisc
+P: Retrieving klogd
+P: Validating klogd
+P: Retrieving sysklogd
+P: Validating sysklogd
+P: Retrieving libsigc++-1.2-5c102
+P: Validating libsigc++-1.2-5c102
+P: Retrieving aptitude
+P: Validating aptitude
+P: Retrieving tasksel
+P: Validating tasksel
+P: Retrieving libconsole
+P: Validating libconsole
+P: Retrieving libblkid1
+P: Validating libblkid1
+P: Retrieving libuuid1
+P: Validating libuuid1
+P: Retrieving mount
+P: Validating mount
+P: Retrieving util-linux
+P: Validating util-linux
+P: Retrieving e2fslibs
+P: Validating e2fslibs
+P: Retrieving libcomerr2
+P: Validating libcomerr2
+P: Retrieving libss2
+P: Validating libss2
+P: Retrieving e2fsprogs
+P: Validating e2fsprogs
+P: Retrieving initscripts
+P: Validating initscripts
+P: Retrieving sysv-rc
+P: Validating sysv-rc
+P: Retrieving sysvinit
+P: Validating sysvinit
+P: Retrieving console-data
+P: Validating console-data
+P: Retrieving console-common
+P: Validating console-common
+P: Retrieving console-tools
+P: Validating console-tools
+P: Retrieving fdutils
+P: Validating fdutils
+P: Retrieving base-config
+P: Validating base-config
+P: Retrieving exim4
+P: Validating exim4
+P: Retrieving logrotate
+P: Validating logrotate
+P: Retrieving pciutils
+P: Validating pciutils
+P: Retrieving setserial
+P: Validating setserial
+P: Retrieving ncurses-bin
+P: Validating ncurses-bin
+P: Retrieving modutils
+P: Validating modutils
+P: Retrieving hostname
+P: Validating hostname
+P: Retrieving grep
+P: Validating grep
+P: Retrieving ncurses-base
+P: Validating ncurses-base
+P: Retrieving mawk
+P: Validating mawk
+P: Retrieving tar
+P: Validating tar
+P: Retrieving gzip
+P: Validating gzip
+P: Retrieving diff
+P: Validating diff
+P: Retrieving base-files
+P: Validating base-files
+P: Retrieving module-init-tools
+P: Validating module-init-tools
+P: Retrieving bash
+P: Validating bash
+P: Retrieving findutils
+P: Validating findutils
+P: Extracting libc6
+P: Extracting libdb1-compat
+P: Extracting libgcc1
+P: Extracting gcc-3.3-base
+P: Extracting libstdc++5
+P: Extracting perl-base
+P: Extracting libattr1
+P: Extracting libacl1
+P: Extracting coreutils
+P: Extracting debianutils
+P: Extracting libncurses5
+P: Extracting libpam-runtime
+P: Extracting libpam0g
+P: Extracting zlib1g
+P: Extracting libcap1
+P: Extracting libdb3
+P: Extracting libpam-modules
+P: Extracting procps
+P: Extracting base-passwd
+P: Extracting makedev
+P: Extracting slang1a-utf8
+P: Extracting sed
+P: Extracting bsdutils
+P: Extracting dselect
+P: Extracting dpkg
+P: Extracting login
+P: Extracting passwd
+P: Extracting libblkid1
+P: Extracting libuuid1
+P: Extracting mount
+P: Extracting util-linux
+P: Extracting e2fslibs
+P: Extracting libcomerr2
+P: Extracting libss2
+P: Extracting e2fsprogs
+P: Extracting initscripts
+P: Extracting sysv-rc
+P: Extracting sysvinit
+P: Extracting ncurses-bin
+P: Extracting modutils
+P: Extracting hostname
+P: Extracting grep
+P: Extracting ncurses-base
+P: Extracting mawk
+P: Extracting tar
+P: Extracting gzip
+P: Extracting diff
+P: Extracting base-files
+P: Extracting module-init-tools
+P: Extracting bash
+P: Extracting findutils
+P: Unpacking package dpkg
+P: Configuring package dpkg
+P: Unpacking package libc6
+P: Unpacking package libdb1-compat
+P: Unpacking package libgcc1
+P: Unpacking package gcc-3.3-base
+P: Unpacking package libstdc++5
+P: Unpacking package perl-base
+P: Unpacking package libattr1
+P: Unpacking package libacl1
+P: Unpacking package coreutils
+P: Unpacking package debianutils
+P: Unpacking package libncurses5
+P: Unpacking package libpam-runtime
+P: Unpacking package libpam0g
+P: Unpacking package zlib1g
+P: Unpacking package libcap1
+P: Unpacking package libdb3
+P: Unpacking package libpam-modules
+P: Unpacking package procps
+P: Unpacking package base-passwd
+P: Unpacking package makedev
+P: Unpacking package slang1a-utf8
+P: Unpacking package sed
+P: Unpacking package bsdutils
+P: Unpacking package dselect
+P: Unpacking package login
+P: Unpacking package passwd
+P: Unpacking package libblkid1
+P: Unpacking package libuuid1
+P: Unpacking package mount
+P: Unpacking package util-linux
+P: Unpacking package e2fslibs
+P: Unpacking package libcomerr2
+P: Unpacking package libss2
+P: Unpacking package e2fsprogs
+P: Unpacking package initscripts
+P: Unpacking package sysv-rc
+P: Unpacking package sysvinit
+P: Unpacking package ncurses-bin
+P: Unpacking package modutils
+P: Unpacking package hostname
+P: Unpacking package grep
+P: Unpacking package ncurses-base
+P: Unpacking package mawk
+P: Unpacking package tar
+P: Unpacking package gzip
+P: Unpacking package diff
+P: Unpacking package base-files
+P: Unpacking package module-init-tools
+P: Unpacking package bash
+P: Unpacking package findutils
+P: Configuring package ncurses-base
+P: Configuring package sysv-rc
+P: Configuring package libpam-runtime
+P: Configuring package gcc-3.3-base
+P: Configuring package libc6
+P: Configuring package libcap1
+P: Configuring package libdb1-compat
+P: Configuring package module-init-tools
+P: Configuring package libuuid1
+P: Configuring package libpam0g
+P: Configuring package bsdutils
+P: Configuring package perl-base
+P: Configuring package tar
+P: Configuring package zlib1g
+P: Configuring package slang1a-utf8
+P: Configuring package libgcc1
+P: Configuring package libncurses5
+P: Configuring package libattr1
+P: Configuring package sed
+P: Configuring package e2fslibs
+P: Configuring package base-passwd
+P: Configuring package libcomerr2
+P: Configuring package mawk
+P: Configuring package grep
+P: Configuring package hostname
+P: Configuring package libacl1
+P: Configuring package libblkid1
+P: Configuring package libss2
+P: Configuring package findutils
+P: Configuring package e2fsprogs
+P: Configuring package diff
+P: Configuring package libdb3
+P: Configuring package util-linux
+P: Configuring package libstdc++5
+P: Configuring package coreutils
+P: Configuring package debianutils
+P: Configuring package makedev
+P: Configuring package procps
+P: Configuring package ncurses-bin
+P: Configuring package libpam-modules
+P: Configuring package base-files
+P: Configuring package mount
+P: Configuring package initscripts
+P: Configuring package gzip
+P: Configuring package dselect
+P: Configuring package login
+P: Configuring package passwd
+P: Configuring package sysvinit
+P: Configuring package bash
+P: Configuring package modutils
+P: Configuring helper cdebootstrap-helper-apt
+P: Configuring helper cdebootstrap-helper-diverts
+P: Configuring helper cdebootstrap-helper-makedev
+P: Unpacking package apt
+P: Configuring package apt
+P: Unpacking package liblocale-gettext-perl
+P: Unpacking package libtext-iconv-perl
+P: Unpacking package libtext-charwidth-perl
+P: Unpacking package libtext-wrapi18n-perl
+P: Unpacking package debconf-i18n
+P: Unpacking package debconf
+P: Unpacking package console-data
+P: Unpacking package libconsole
+P: Unpacking package console-tools
+P: Configuring package liblocale-gettext-perl
+P: Configuring package libtext-iconv-perl
+P: Configuring package libtext-charwidth-perl
+P: Configuring package libtext-wrapi18n-perl
+P: Configuring package debconf-i18n
+P: Configuring package debconf
+P: Unpacking package console-common
+P: Unpacking package adduser
+P: Unpacking package libdb4.2
+P: Unpacking package cron
+P: Unpacking package exim4-config
+P: Unpacking package net-tools
+P: Unpacking package ifupdown
+P: Unpacking package netkit-inetd
+P: Unpacking package libwrap0
+P: Unpacking package tcpd
+P: Unpacking package iputils-ping
+P: Unpacking package netbase
+P: Unpacking package exim4-base
+P: Unpacking package libgpg-error0
+P: Unpacking package libgcrypt11
+P: Unpacking package liblzo1
+P: Unpacking package libopencdk8
+P: Unpacking package libtasn1-2
+P: Unpacking package libgnutls11
+P: Unpacking package libpcre3
+P: Unpacking package exim4-daemon-light
+P: Unpacking package at
+P: Unpacking package bsdmainutils
+P: Unpacking package cpio
+P: Unpacking package ed
+P: Unpacking package exim4
+P: Unpacking package groff-base
+P: Unpacking package info
+P: Unpacking package iptables
+P: Unpacking package sysklogd
+P: Unpacking package klogd
+P: Unpacking package libgdbm3
+P: Unpacking package libpopt0
+P: Unpacking package logrotate
+P: Unpacking package man-db
+P: Unpacking package manpages
+P: Unpacking package nano
+P: Unpacking package nvi
+P: Unpacking package gettext-base
+P: Unpacking package libnewt0.51
+P: Unpacking package libssl0.9.7
+P: Unpacking package telnet
+P: Unpacking package whiptail
+P: Unpacking package apt-utils
+P: Unpacking package libsigc++-1.2-5c102
+P: Unpacking package aptitude
+P: Unpacking package base-config
+P: Unpacking package dhcp3-common
+P: Unpacking package dhcp3-client
+P: Unpacking package fdutils
+P: Unpacking package libpcap0.7
+P: Unpacking package pciutils
+P: Unpacking package ppp
+P: Unpacking package pppconfig
+P: Unpacking package pppoeconf
+P: Unpacking package psmisc
+P: Unpacking package tasksel
+P: Unpacking package wget
+P: Unpacking package setserial
+P: Configuring package libconsole
+P: Configuring package adduser
+P: Configuring package libdb4.2
+P: Configuring package cron
+P: Configuring package exim4-config
+P: Configuring package net-tools
+P: Configuring package ifupdown
+P: Configuring package netkit-inetd
+P: Configuring package libwrap0
+P: Configuring package tcpd
+P: Configuring package iputils-ping
+P: Configuring package netbase
+P: Configuring package exim4-base
+P: Configuring package libgpg-error0
+P: Configuring package libgcrypt11
+P: Configuring package liblzo1
+P: Configuring package libopencdk8
+P: Configuring package libtasn1-2
+P: Configuring package libgnutls11
+P: Configuring package libpcre3
+P: Configuring package exim4-daemon-light
+P: Configuring package at
+P: Configuring package bsdmainutils
+P: Configuring package cpio
+P: Configuring package ed
+P: Configuring package exim4
+P: Configuring package groff-base
+P: Configuring package info
+P: Configuring package iptables
+P: Configuring package libgdbm3
+P: Configuring package libpopt0
+P: Configuring package logrotate
+P: Configuring package man-db
+P: Configuring package manpages
+P: Configuring package nano
+P: Configuring package nvi
+P: Configuring package gettext-base
+P: Configuring package libnewt0.51
+P: Configuring package libssl0.9.7
+P: Configuring package telnet
+P: Configuring package whiptail
+P: Configuring package apt-utils
+P: Configuring package libsigc++-1.2-5c102
+P: Configuring package aptitude
+P: Configuring package dhcp3-common
+P: Configuring package dhcp3-client
+P: Configuring package fdutils
+P: Configuring package libpcap0.7
+P: Configuring package pciutils
+P: Configuring package ppp
+P: Configuring package pppconfig
+P: Configuring package pppoeconf
+P: Configuring package psmisc
+P: Configuring package tasksel
+P: Configuring package wget
+P: Configuring package setserial
+P: Configuring package sysklogd
+P: Configuring package console-common
+P: Configuring package console-data
+P: Configuring package klogd
+P: Configuring package console-tools
+P: Configuring package base-config
+P: Deconfiguring helper cdebootstrap-helper-apt
+P: Deconfiguring helper cdebootstrap-helper-diverts
+P: Deconfiguring helper cdebootstrap-helper-makedev
+ -> debootstrap finished
+ -> copying local configuration
+ -> Installing apt-lines
+Refreshing the base.tgz
+ -> upgrading packages
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> installing dummy policy-rc.d
+Get:1 http://ring.asahi-net.or.jp sarge/main Packages [3347kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main Release [95B]
+Fetched 3347kB in 0s (3877kB/s)
+Reading Package Lists...
+dpkg - warning: ignoring request to remove lilo which isn't installed.
+Reading Package Lists...
+Building Dependency Tree...
+0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+Reading Package Lists...
+Building Dependency Tree...
+apt is already the newest version.
+The following extra packages will be installed:
+ binutils cpp cpp-3.3 g++ g++-3.3 gcc gcc-3.3 libc6-dev libstdc++5-3.3-dev
+ linux-kernel-headers make patch perl perl-modules
+Suggested packages:
+ binutils-doc cpp-doc gnupg debian-keyring gcc-3.3-doc manpages-dev autoconf
+ automake libtool flex bison gdb gcc-doc glibc-doc libstdc++5-3.3-doc
+ stl-manual libterm-readline-gnu-perl libterm-readline-perl-perl
+Recommended packages:
+ perl-doc
+The following NEW packages will be installed:
+ binutils build-essential cpp cpp-3.3 dpkg-dev g++ g++-3.3 gcc gcc-3.3
+ libc6-dev libstdc++5-3.3-dev linux-kernel-headers make patch perl
+ perl-modules
+0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
+Need to get 17.7MB of archives.
+After unpacking 62.4MB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main binutils 2.15-6 [2221kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main cpp-3.3 1:3.3.5-13 [1393kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main cpp 4:3.3.5-3 [29.6kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main perl-modules 5.8.4-8 [2178kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main perl 5.8.4-8 [3238kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main patch 2.5.9-2 [96.4kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main make 3.80-9 [366kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main dpkg-dev 1.10.28 [166kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main gcc-3.3 1:3.3.5-13 [1570kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main gcc 4:3.3.5-3 [4906B]
+Get:11 http://ring.asahi-net.or.jp sarge/main linux-kernel-headers 2.5.999-test7-bk-17 [1377kB]
+Get:12 http://ring.asahi-net.or.jp sarge/main libc6-dev 2.3.2.ds1-22 [2532kB]
+Get:13 http://ring.asahi-net.or.jp sarge/main libstdc++5-3.3-dev 1:3.3.5-13 [775kB]
+Get:14 http://ring.asahi-net.or.jp sarge/main g++-3.3 1:3.3.5-13 [1779kB]
+Get:15 http://ring.asahi-net.or.jp sarge/main g++ 4:3.3.5-3 [1398B]
+Get:16 http://ring.asahi-net.or.jp sarge/main build-essential 10.1 [6520B]
+Fetched 17.7MB in 2s (7990kB/s)
+Selecting previously deselected package binutils.
+(Reading database ... 7617 files and directories currently installed.)
+Unpacking binutils (from .../binutils_2.15-6_i386.deb) ...
+Selecting previously deselected package cpp-3.3.
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package cpp.
+Unpacking cpp (from .../cpp_4%3a3.3.5-3_i386.deb) ...
+Selecting previously deselected package perl-modules.
+Unpacking perl-modules (from .../perl-modules_5.8.4-8_all.deb) ...
+Selecting previously deselected package perl.
+Unpacking perl (from .../archives/perl_5.8.4-8_i386.deb) ...
+Selecting previously deselected package patch.
+Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
+Selecting previously deselected package make.
+Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
+Selecting previously deselected package dpkg-dev.
+Unpacking dpkg-dev (from .../dpkg-dev_1.10.28_all.deb) ...
+Selecting previously deselected package gcc-3.3.
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package gcc.
+Unpacking gcc (from .../gcc_4%3a3.3.5-3_i386.deb) ...
+Selecting previously deselected package linux-kernel-headers.
+Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-17_i386.deb) ...
+Selecting previously deselected package libc6-dev.
+Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-22_i386.deb) ...
+Selecting previously deselected package libstdc++5-3.3-dev.
+Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package g++-3.3.
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-13_i386.deb) ...
+Selecting previously deselected package g++.
+Unpacking g++ (from .../g++_4%3a3.3.5-3_i386.deb) ...
+Selecting previously deselected package build-essential.
+Unpacking build-essential (from .../build-essential_10.1_i386.deb) ...
+Setting up binutils (2.15-6) ...
+
+Setting up cpp-3.3 (3.3.5-13) ...
+Setting up cpp (3.3.5-3) ...
+Setting up patch (2.5.9-2) ...
+Setting up make (3.80-9) ...
+
+Setting up gcc-3.3 (3.3.5-13) ...
+Setting up gcc (3.3.5-3) ...
+
+Setting up linux-kernel-headers (2.5.999-test7-bk-17) ...
+Setting up libc6-dev (2.3.2.ds1-22) ...
+Setting up perl-modules (5.8.4-8) ...
+Setting up libstdc++5-3.3-dev (3.3.5-13) ...
+Setting up perl (5.8.4-8) ...
+
+Setting up dpkg-dev (1.10.28) ...
+Setting up g++-3.3 (3.3.5-13) ...
+Setting up g++ (3.3.5-3) ...
+
+Setting up build-essential (10.1) ...
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//8521 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-create-sid.log b/testsuite/cdebootstrap/pbuilder-create-sid.log
new file mode 100644
index 0000000..a1c7f83
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-create-sid.log
@@ -0,0 +1,417 @@
+Distribution is sid.
+Building the build environment
+ -> running cdebootstrap
+P: Retrieving Release.gpg
+P: Retrieving Release
+P: Parsing Release
+P: Retrieving Packages.gz
+P: Validating Packages
+P: Parsing Packages
+W: resolver (libsigc++-1.2-5c102): package doesn't exist
+P: Retrieving libdb1-compat
+P: Validating libdb1-compat
+P: Retrieving libc6
+P: Validating libc6
+P: Retrieving libgcc1
+P: Validating libgcc1
+P: Retrieving gcc-3.3-base
+P: Validating gcc-3.3-base
+P: Retrieving libstdc++5
+P: Validating libstdc++5
+P: Retrieving apt
+P: Validating apt
+P: Retrieving libdb4.2
+P: Validating libdb4.2
+P: Retrieving apt-utils
+P: Validating apt-utils
+P: Retrieving perl-base
+P: Validating perl-base
+P: Retrieving liblocale-gettext-perl
+P: Validating liblocale-gettext-perl
+P: Retrieving libtext-iconv-perl
+P: Validating libtext-iconv-perl
+P: Retrieving libtext-charwidth-perl
+P: Validating libtext-charwidth-perl
+P: Retrieving libtext-wrapi18n-perl
+P: Validating libtext-wrapi18n-perl
+P: Retrieving debconf-i18n
+P: Validating debconf-i18n
+P: Retrieving debconf
+P: Validating debconf
+P: Retrieving libattr1
+P: Validating libattr1
+P: Retrieving libacl1
+P: Validating libacl1
+P: Retrieving coreutils
+P: Validating coreutils
+P: Retrieving debianutils
+P: Validating debianutils
+P: Retrieving dhcp3-common
+P: Validating dhcp3-common
+P: Retrieving dhcp3-client
+P: Validating dhcp3-client
+P: Retrieving net-tools
+P: Validating net-tools
+P: Retrieving ifupdown
+P: Validating ifupdown
+P: Retrieving iptables
+P: Validating iptables
+P: Retrieving iputils-ping
+P: Validating iputils-ping
+P: Retrieving libwrap0
+P: Validating libwrap0
+P: Retrieving tcpd
+P: Validating tcpd
+P: Retrieving netkit-inetd
+P: Validating netkit-inetd
+P: Retrieving netbase
+P: Validating netbase
+P: Retrieving libncurses5
+P: Validating libncurses5
+P: Retrieving telnet
+P: Validating telnet
+P: Retrieving libssl0.9.7
+P: Validating libssl0.9.7
+P: Retrieving wget
+P: Validating wget
+P: Retrieving libpam-runtime
+P: Validating libpam-runtime
+P: Retrieving libpam0g
+P: Validating libpam0g
+P: Retrieving libpcap0.7
+P: Validating libpcap0.7
+P: Retrieving zlib1g
+P: Validating zlib1g
+P: Retrieving libcap1
+P: Validating libcap1
+P: Retrieving libdb3
+P: Validating libdb3
+P: Retrieving libpam-modules
+P: Validating libpam-modules
+P: Retrieving procps
+P: Validating procps
+P: Retrieving base-passwd
+P: Validating base-passwd
+P: Retrieving makedev
+P: Validating makedev
+P: Retrieving ppp
+P: Validating ppp
+P: Retrieving libslang2
+P: Validating libslang2
+P: Retrieving libnewt0.51
+P: Validating libnewt0.51
+P: Retrieving libpopt0
+P: Validating libpopt0
+P: Retrieving whiptail
+P: Validating whiptail
+P: Retrieving pppconfig
+P: Validating pppconfig
+P: Retrieving gettext-base
+P: Validating gettext-base
+P: Retrieving sed
+P: Validating sed
+P: Retrieving pppoeconf
+P: Validating pppoeconf
+P: Retrieving info
+P: Validating info
+P: Retrieving manpages
+P: Validating manpages
+P: Retrieving groff-base
+P: Validating groff-base
+P: Retrieving bsdutils
+P: Validating bsdutils
+P: Retrieving bsdmainutils
+P: Validating bsdmainutils
+P: Retrieving dpkg
+P: Validating dpkg
+P: Retrieving libgdbm3
+P: Validating libgdbm3
+P: Retrieving man-db
+P: Validating man-db
+P: Retrieving login
+P: Validating login
+P: Retrieving passwd
+P: Validating passwd
+P: Retrieving adduser
+P: Validating adduser
+P: Retrieving cron
+P: Validating cron
+P: Retrieving exim4-config
+P: Validating exim4-config
+P: Retrieving exim4-base
+P: Validating exim4-base
+P: Retrieving libgpg-error0
+P: Validating libgpg-error0
+P: Retrieving libgcrypt11
+P: Validating libgcrypt11
+P: Retrieving liblzo1
+P: Validating liblzo1
+P: Retrieving libopencdk8
+P: Validating libopencdk8
+P: Retrieving libtasn1-2
+P: Validating libtasn1-2
+P: Retrieving libgnutls11
+P: Validating libgnutls11
+P: Retrieving libpcre3
+P: Validating libpcre3
+P: Retrieving exim4-daemon-light
+P: Validating exim4-daemon-light
+P: Retrieving at
+P: Validating at
+P: Retrieving cpio
+P: Validating cpio
+P: Retrieving ed
+P: Validating ed
+P: Retrieving libncursesw5
+P: Validating libncursesw5
+P: Retrieving nano
+P: Validating nano
+P: Retrieving nvi
+P: Validating nvi
+P: Retrieving psmisc
+P: Validating psmisc
+P: Retrieving klogd
+P: Validating klogd
+P: Retrieving sysklogd
+P: Validating sysklogd
+P: Retrieving libconsole
+P: Validating libconsole
+P: Retrieving libblkid1
+P: Validating libblkid1
+P: Retrieving libuuid1
+P: Validating libuuid1
+P: Retrieving mount
+P: Validating mount
+P: Retrieving libslang1-utf8
+P: Validating libslang1-utf8
+P: Retrieving util-linux
+P: Validating util-linux
+P: Retrieving e2fslibs
+P: Validating e2fslibs
+P: Retrieving libcomerr2
+P: Validating libcomerr2
+P: Retrieving libss2
+P: Validating libss2
+P: Retrieving e2fsprogs
+P: Validating e2fsprogs
+P: Retrieving initscripts
+P: Validating initscripts
+P: Retrieving sysv-rc
+P: Validating sysv-rc
+P: Retrieving sysvinit
+P: Validating sysvinit
+P: Retrieving console-data
+P: Validating console-data
+P: Retrieving console-common
+P: Validating console-common
+P: Retrieving console-tools
+P: Validating console-tools
+P: Retrieving fdutils
+P: Validating fdutils
+P: Retrieving base-config
+P: Validating base-config
+P: Retrieving exim4
+P: Validating exim4
+P: Retrieving logrotate
+P: Validating logrotate
+P: Retrieving pciutils
+P: Validating pciutils
+P: Retrieving setserial
+P: Validating setserial
+P: Retrieving ncurses-bin
+P: Validating ncurses-bin
+P: Retrieving hostname
+P: Validating hostname
+P: Retrieving grep
+P: Validating grep
+P: Retrieving ncurses-base
+P: Validating ncurses-base
+P: Retrieving mawk
+P: Validating mawk
+P: Retrieving tar
+P: Validating tar
+P: Retrieving gzip
+P: Validating gzip
+P: Retrieving dselect
+P: Validating dselect
+P: Retrieving diff
+P: Validating diff
+P: Retrieving base-files
+P: Validating base-files
+P: Retrieving bash
+P: Validating bash
+P: Retrieving findutils
+P: Validating findutils
+P: Extracting libc6
+P: Extracting libdb1-compat
+P: Extracting libgcc1
+P: Extracting gcc-3.3-base
+P: Extracting libstdc++5
+P: Extracting perl-base
+P: Extracting liblocale-gettext-perl
+P: Extracting libtext-iconv-perl
+P: Extracting libtext-charwidth-perl
+P: Extracting libtext-wrapi18n-perl
+P: Extracting debconf
+P: Extracting debconf-i18n
+P: Extracting libattr1
+P: Extracting libacl1
+P: Extracting coreutils
+P: Extracting debianutils
+P: Extracting libncurses5
+P: Extracting libpam-runtime
+P: Extracting libpam0g
+P: Extracting zlib1g
+P: Extracting libcap1
+P: Extracting libdb3
+P: Extracting libpam-modules
+P: Extracting procps
+P: Extracting base-passwd
+P: Extracting makedev
+P: Extracting libslang2
+P: Extracting libnewt0.51
+P: Extracting sed
+P: Extracting bsdutils
+P: Extracting dpkg
+P: Extracting login
+P: Extracting passwd
+P: Extracting libblkid1
+P: Extracting libuuid1
+P: Extracting mount
+P: Extracting libslang1-utf8
+P: Extracting util-linux
+P: Extracting e2fslibs
+P: Extracting libcomerr2
+P: Extracting libss2
+P: Extracting e2fsprogs
+P: Extracting initscripts
+P: Extracting sysv-rc
+P: Extracting sysvinit
+P: Extracting ncurses-bin
+P: Extracting hostname
+P: Extracting grep
+P: Extracting ncurses-base
+P: Extracting mawk
+P: Extracting tar
+P: Extracting gzip
+P: Extracting dselect
+P: Extracting diff
+P: Extracting base-files
+P: Extracting bash
+P: Extracting findutils
+P: Unpacking package base-passwd
+P: Configuring package base-passwd
+P: Unpacking package dpkg
+P: Configuring package dpkg
+P: Unpacking package libc6
+P: Unpacking package libdb1-compat
+P: Unpacking package libgcc1
+P: Unpacking package gcc-3.3-base
+P: Unpacking package libstdc++5
+P: Unpacking package perl-base
+P: Unpacking package liblocale-gettext-perl
+P: Unpacking package libtext-iconv-perl
+P: Unpacking package libtext-charwidth-perl
+P: Unpacking package libtext-wrapi18n-perl
+P: Unpacking package debconf
+P: Unpacking package debconf-i18n
+P: Unpacking package libattr1
+P: Unpacking package libacl1
+P: Unpacking package coreutils
+P: Unpacking package debianutils
+P: Unpacking package libncurses5
+P: Unpacking package libpam-runtime
+P: Unpacking package libpam0g
+P: Unpacking package zlib1g
+P: Unpacking package libcap1
+P: Unpacking package libdb3
+P: Unpacking package libpam-modules
+P: Unpacking package procps
+P: Unpacking package makedev
+P: Unpacking package libslang2
+P: Unpacking package libnewt0.51
+P: Unpacking package sed
+P: Unpacking package bsdutils
+P: Unpacking package login
+P: Unpacking package passwd
+P: Unpacking package libblkid1
+P: Unpacking package libuuid1
+P: Unpacking package mount
+P: Unpacking package libslang1-utf8
+P: Unpacking package util-linux
+P: Unpacking package e2fslibs
+P: Unpacking package libcomerr2
+P: Unpacking package libss2
+P: Unpacking package e2fsprogs
+P: Unpacking package initscripts
+P: Unpacking package sysv-rc
+P: Unpacking package sysvinit
+P: Unpacking package ncurses-bin
+P: Unpacking package hostname
+P: Unpacking package grep
+P: Unpacking package ncurses-base
+P: Unpacking package mawk
+P: Unpacking package tar
+P: Unpacking package gzip
+P: Unpacking package dselect
+P: Unpacking package diff
+P: Unpacking package base-files
+P: Unpacking package bash
+P: Unpacking package findutils
+P: Configuring package makedev
+P: Configuring package sysv-rc
+P: Configuring package libpam-runtime
+P: Configuring package gcc-3.3-base
+P: Configuring package libc6
+P: Configuring package libcap1
+P: Configuring package libdb1-compat
+P: Configuring package libuuid1
+P: Configuring package libpam0g
+P: Configuring package bsdutils
+P: Configuring package perl-base
+P: Configuring package tar
+P: Configuring package zlib1g
+P: Configuring package libgcc1
+P: Configuring package libtext-iconv-perl
+P: Configuring package libslang1-utf8
+P: Configuring package libncurses5
+P: Configuring package libattr1
+P: Configuring package sed
+P: Configuring package e2fslibs
+P: Configuring package libcomerr2
+P: Configuring package mawk
+P: Configuring package grep
+P: Configuring package hostname
+P: Configuring package libacl1
+P: Configuring package libslang2
+P: Configuring package libblkid1
+P: Configuring package libss2
+P: Configuring package findutils
+P: Configuring package e2fsprogs
+P: Configuring package liblocale-gettext-perl
+P: Configuring package diff
+P: Configuring package libdb3
+P: Configuring package libstdc++5
+P: Configuring package libtext-charwidth-perl
+P: Configuring package libtext-wrapi18n-perl
+P: Configuring package coreutils
+P: Configuring package debianutils
+P: Configuring package procps
+P: Configuring package ncurses-base
+P: Configuring package ncurses-bin
+P: Configuring package libpam-modules
+P: Configuring package base-files
+P: Configuring package mount
+P: Configuring package libnewt0.51
+P: Configuring package debconf-i18n
+P: Configuring package gzip
+P: Configuring package dselect
+P: Configuring package debconf
+P: Configuring package login
+P: Configuring package passwd
+P: Configuring package bash
+E: Couldn't install root!
+pbuilder: cdebootstrap failed
+ -> Aborting with an error
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//4881 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-execute-etch.log b/testsuite/cdebootstrap/pbuilder-execute-etch.log
new file mode 100644
index 0000000..060c3c2
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-execute-etch.log
@@ -0,0 +1,13 @@
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+--- parameters given to this script
+[test1 test2 test3]
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//11901 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-execute-sarge.log b/testsuite/cdebootstrap/pbuilder-execute-sarge.log
new file mode 100644
index 0000000..0ab3e74
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-execute-sarge.log
@@ -0,0 +1,13 @@
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+--- parameters given to this script
+[test1 test2 test3]
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//10253 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-execute-sid.log b/testsuite/cdebootstrap/pbuilder-execute-sid.log
new file mode 100644
index 0000000..3de757a
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-execute-sid.log
@@ -0,0 +1,7 @@
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+
+gzip: stdin: unexpected end of file
+tar: Child returned status 1
+tar: Error exit delayed from previous errors
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /var/cache/pbuilder/build//8510
diff --git a/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log b/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log
new file mode 100644
index 0000000..506107f
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log
@@ -0,0 +1,44 @@
+Upgrading for distribution sid
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+ -> Installing apt-lines
+ -> Installing apt-lines and pinning for experimental
+Refreshing the base.tgz
+ -> upgrading packages
+Get:1 http://ring.asahi-net.or.jp sid/main Packages [3741kB]
+Get:2 http://ring.asahi-net.or.jp sid/main Release [82B]
+Get:3 http://ring.asahi-net.or.jp ../project/experimental/main Packages [154kB]
+Get:4 http://ring.asahi-net.or.jp ../project/experimental/main Release [104B]
+Fetched 3895kB in 1s (2341kB/s)
+Reading Package Lists...
+dpkg - warning: ignoring request to remove lilo which isn't installed.
+Reading Package Lists...
+Building Dependency Tree...
+The following packages will be REMOVED:
+ aptitude tasksel
+The following NEW packages will be installed:
+ cpp-4.0 dmidecode g++-4.0 gcc-4.0 gcc-4.0-base laptop-detect libncursesw5
+ libstdc++6 libstdc++6-4.0-dev
+The following packages will be upgraded:
+ adduser apt apt-utils base-config base-files build-essential console-common
+ cpp cpp-3.3 dhcp3-client dhcp3-common diff dpkg dpkg-dev dselect e2fslibs
+ e2fsprogs fdutils g++ g++-3.3 gcc gcc-3.3 gcc-3.3-base gzip libacl1 libblkid1
+ libc6 libc6-dev libcomerr2 libdb4.2 libgcc1 libgcrypt11 libgpg-error0
+ libncurses5 libnewt0.51 libopencdk8 libpam-modules libpam-runtime libpam0g
+ libslang2 libss2 libssl0.9.7 libstdc++5 libstdc++5-3.3-dev libtasn1-2
+ libuuid1 linux-kernel-headers login makedev nano ncurses-base ncurses-bin
+ netkit-inetd passwd perl perl-base perl-modules sed tar telnet whiptail
+ zlib1g
+E: You don't have enough free space in /var/cache/apt/archives/.
+62 upgraded, 9 newly installed, 2 to remove and 0 not upgraded.
+Need to get 41.9MB of archives.
+After unpacking 19.0MB of additional disk space will be used.
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//12096 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-etch-sid.log b/testsuite/cdebootstrap/pbuilder-update-etch-sid.log
new file mode 100644
index 0000000..a3d28e8
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-update-etch-sid.log
@@ -0,0 +1,38 @@
+Upgrading for distribution sid
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+ -> Installing apt-lines
+Refreshing the base.tgz
+ -> upgrading packages
+Get:1 http://ring.asahi-net.or.jp sid/main Packages [3741kB]
+Get:2 http://ring.asahi-net.or.jp sid/main Release [82B]
+Fetched 3741kB in 1s (3197kB/s)
+Reading Package Lists...
+dpkg - warning: ignoring request to remove lilo which isn't installed.
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ cpp-4.0 dmidecode g++-4.0 gcc-4.0 gcc-4.0-base laptop-detect libncursesw5
+ libstdc++6 libstdc++6-4.0-dev
+The following packages will be upgraded:
+ adduser apt apt-utils aptitude base-config base-files build-essential
+ console-common cpp cpp-3.3 dhcp3-client dhcp3-common dpkg dpkg-dev dselect
+ e2fslibs e2fsprogs fdutils g++ g++-3.3 gcc gcc-3.3 gcc-3.3-base gzip libacl1
+ libblkid1 libcomerr2 libdb4.2 libgcc1 libgcrypt11 libgpg-error0 libncurses5
+ libnewt0.51 libopencdk8 libpam-modules libpam-runtime libpam0g libslang2
+ libss2 libssl0.9.7 libstdc++5 libstdc++5-3.3-dev libtasn1-2 libuuid1
+ linux-kernel-headers login nano ncurses-base ncurses-bin netkit-inetd passwd
+ perl perl-base perl-modules sed tar tasksel telnet whiptail zlib1g
+E: You don't have enough free space in /var/cache/apt/archives/.
+60 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
+Need to get 35.1MB of archives.
+After unpacking 19.8MB of additional disk space will be used.
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//11995 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid-experimental.log b/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid-experimental.log
new file mode 100644
index 0000000..7f9d50b
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid-experimental.log
@@ -0,0 +1,48 @@
+Upgrading for distribution sid
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+ -> Installing apt-lines
+ -> Installing apt-lines and pinning for experimental
+Refreshing the base.tgz
+ -> upgrading packages
+Get:1 http://ring.asahi-net.or.jp sid/main Packages [3741kB]
+Get:2 http://ring.asahi-net.or.jp sid/main Release [82B]
+Get:3 http://ring.asahi-net.or.jp ../project/experimental/main Packages [154kB]
+Get:4 http://ring.asahi-net.or.jp ../project/experimental/main Release [104B]
+Fetched 3895kB in 1s (3659kB/s)
+Reading Package Lists...
+dpkg - warning: ignoring request to remove lilo which isn't installed.
+Reading Package Lists...
+Building Dependency Tree...
+The following packages will be REMOVED:
+ aptitude tasksel
+The following NEW packages will be installed:
+ cpp-4.0 dmidecode g++-4.0 gcc-4.0 gcc-4.0-base laptop-detect libncursesw5
+ libslang2 libstdc++6 libstdc++6-4.0-dev
+The following packages will be upgraded:
+ adduser apt apt-utils base-config base-files base-passwd bash binutils
+ bsdmainutils build-essential console-common cpp cpp-3.3 cron debconf
+ debconf-i18n debianutils dhcp3-client dhcp3-common diff dpkg dpkg-dev dselect
+ e2fslibs e2fsprogs exim4 exim4-base exim4-config exim4-daemon-light fdutils
+ findutils g++ g++-3.3 gcc gcc-3.3 gcc-3.3-base gettext-base grep groff-base
+ gzip iptables libacl1 libattr1 libblkid1 libc6 libc6-dev libcomerr2 libdb4.2
+ libgcc1 libgcrypt11 libgpg-error0 liblocale-gettext-perl liblzo1 libncurses5
+ libnewt0.51 libopencdk8 libpam-modules libpam-runtime libpam0g libpcre3
+ libss2 libssl0.9.7 libstdc++5 libstdc++5-3.3-dev libtasn1-2
+ libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libuuid1
+ linux-kernel-headers login makedev man-db manpages modutils nano ncurses-base
+ ncurses-bin net-tools netkit-inetd passwd perl perl-base perl-modules procps
+ psmisc sed setserial tar telnet wget whiptail zlib1g
+E: You don't have enough free space in /var/cache/apt/archives/.
+93 upgraded, 10 newly installed, 2 to remove and 0 not upgraded.
+Need to get 51.5MB of archives.
+After unpacking 22.6MB of additional disk space will be used.
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//10797 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid.log b/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid.log
new file mode 100644
index 0000000..16e85a8
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid.log
@@ -0,0 +1,43 @@
+Upgrading for distribution sid
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+ -> Installing apt-lines
+Refreshing the base.tgz
+ -> upgrading packages
+Get:1 http://ring.asahi-net.or.jp sid/main Packages [3741kB]
+Get:2 http://ring.asahi-net.or.jp sid/main Release [82B]
+Fetched 3741kB in 0s (3847kB/s)
+Reading Package Lists...
+dpkg - warning: ignoring request to remove lilo which isn't installed.
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ cpp-4.0 dmidecode g++-4.0 gcc-4.0 gcc-4.0-base laptop-detect libncursesw5
+ libslang2 libstdc++6 libstdc++6-4.0-dev
+The following packages will be upgraded:
+ adduser apt apt-utils aptitude base-config base-files base-passwd bash
+ binutils bsdmainutils build-essential console-common cpp cpp-3.3 cron debconf
+ debconf-i18n debianutils dhcp3-client dhcp3-common dpkg dpkg-dev dselect
+ e2fslibs e2fsprogs exim4 exim4-base exim4-config exim4-daemon-light fdutils
+ findutils g++ g++-3.3 gcc gcc-3.3 gcc-3.3-base gettext-base grep groff-base
+ gzip iptables libacl1 libattr1 libblkid1 libcomerr2 libdb4.2 libgcc1
+ libgcrypt11 libgpg-error0 liblocale-gettext-perl liblzo1 libncurses5
+ libnewt0.51 libopencdk8 libpam-modules libpam-runtime libpam0g libpcre3
+ libss2 libssl0.9.7 libstdc++5 libstdc++5-3.3-dev libtasn1-2
+ libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libuuid1
+ linux-kernel-headers login makedev man-db manpages modutils nano ncurses-base
+ ncurses-bin net-tools netkit-inetd passwd perl perl-base perl-modules procps
+ psmisc sed setserial tar tasksel telnet wget whiptail zlib1g
+E: You don't have enough free space in /var/cache/apt/archives/.
+92 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 44.7MB of archives.
+After unpacking 23.4MB of additional disk space will be used.
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//10702 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-sarge-etch.log b/testsuite/cdebootstrap/pbuilder-update-sarge-etch.log
new file mode 100644
index 0000000..f37cd34
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-update-sarge-etch.log
@@ -0,0 +1,128 @@
+Upgrading for distribution etch
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+ -> Installing apt-lines
+Refreshing the base.tgz
+ -> upgrading packages
+Get:1 http://ring.asahi-net.or.jp etch/main Packages [3544kB]
+Get:2 http://ring.asahi-net.or.jp etch/main Release [81B]
+Fetched 3544kB in 1s (2738kB/s)
+Reading Package Lists...
+dpkg - warning: ignoring request to remove lilo which isn't installed.
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ libslang2
+The following packages will be upgraded:
+ adduser base-config base-files base-passwd bash binutils bsdmainutils
+ console-common cron debconf debconf-i18n debianutils exim4 exim4-base
+ exim4-config exim4-daemon-light findutils gettext-base grep groff-base
+ iptables libattr1 libgcc1 liblocale-gettext-perl liblzo1 libnewt0.51 libpcre3
+ libtasn1-2 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl
+ login makedev man-db manpages net-tools netkit-inetd passwd perl perl-base
+ perl-modules procps psmisc setserial tasksel wget whiptail
+47 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 18.3MB of archives.
+After unpacking 3481kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main base-passwd 3.5.10 [34.7kB]
+Get:2 http://ring.asahi-net.or.jp etch/main base-files 3.1.5 [34.5kB]
+Get:3 http://ring.asahi-net.or.jp etch/main libpcre3 5.0-1.1 [159kB]
+Get:4 http://ring.asahi-net.or.jp etch/main exim4-daemon-light 4.52-1 [379kB]
+Get:5 http://ring.asahi-net.or.jp etch/main debianutils 2.14.1 [43.4kB]
+Get:6 http://ring.asahi-net.or.jp etch/main perl-modules 5.8.7-3 [2326kB]
+Get:7 http://ring.asahi-net.or.jp etch/main perl 5.8.7-3 [3371kB]
+Get:8 http://ring.asahi-net.or.jp etch/main perl-base 5.8.7-3 [749kB]
+Get:9 http://ring.asahi-net.or.jp etch/main liblocale-gettext-perl 1.05-1 [19.9kB]
+Get:10 http://ring.asahi-net.or.jp etch/main libtext-iconv-perl 1.4-1 [14.9kB]
+Get:11 http://ring.asahi-net.or.jp etch/main libtext-charwidth-perl 0.04-2 [11.3kB]
+Get:12 http://ring.asahi-net.or.jp etch/main libtext-wrapi18n-perl 0.06-2 [8528B]
+Get:13 http://ring.asahi-net.or.jp etch/main debconf-i18n 1.4.52 [109kB]
+Get:14 http://ring.asahi-net.or.jp etch/main debconf 1.4.52 [109kB]
+Get:15 http://ring.asahi-net.or.jp etch/main adduser 3.64 [99.8kB]
+Get:16 http://ring.asahi-net.or.jp etch/main cron 3.0pl1-87 [58.8kB]
+Get:17 http://ring.asahi-net.or.jp etch/main exim4-config 4.52-1 [247kB]
+Get:18 http://ring.asahi-net.or.jp etch/main exim4-base 4.52-1 [834kB]
+Get:19 http://ring.asahi-net.or.jp etch/main login 1:4.0.3-35 [591kB]
+Get:20 http://ring.asahi-net.or.jp etch/main passwd 1:4.0.3-35 [533kB]
+Get:21 http://ring.asahi-net.or.jp etch/main bash 3.0-15 [793kB]
+Get:22 http://ring.asahi-net.or.jp etch/main findutils 4.2.22-2 [301kB]
+Get:23 http://ring.asahi-net.or.jp etch/main grep 2.5.1.ds1-5 [170kB]
+Get:24 http://ring.asahi-net.or.jp etch/main console-common 0.7.51 [108kB]
+Get:25 http://ring.asahi-net.or.jp etch/main libgcc1 1:4.0.0-9 [84.1kB]
+Get:26 http://ring.asahi-net.or.jp etch/main tasksel 2.25 [137kB]
+Get:27 http://ring.asahi-net.or.jp etch/main gettext-base 0.14.5-2 [101kB]
+Get:28 http://ring.asahi-net.or.jp etch/main base-config 2.65 [324kB]
+Get:29 http://ring.asahi-net.or.jp etch/main bsdmainutils 6.1.2 [170kB]
+Get:30 http://ring.asahi-net.or.jp etch/main groff-base 1.18.1.1-8 [832kB]
+Get:31 http://ring.asahi-net.or.jp etch/main iptables 1.3.1-2 [397kB]
+Get:32 http://ring.asahi-net.or.jp etch/main liblzo1 1.08-2 [48.4kB]
+Get:33 http://ring.asahi-net.or.jp etch/main libslang2 2.0.4-2 [408kB]
+Get:34 http://ring.asahi-net.or.jp etch/main libtasn1-2 0.2.10-4 [42.5kB]
+Get:35 http://ring.asahi-net.or.jp etch/main man-db 2.4.3-1 [658kB]
+Get:36 http://ring.asahi-net.or.jp etch/main manpages 2.02-2 [392kB]
+Get:37 http://ring.asahi-net.or.jp etch/main net-tools 1.60-15 [248kB]
+Get:38 http://ring.asahi-net.or.jp etch/main netkit-inetd 0.10-10.1 [30.9kB]
+Get:39 http://ring.asahi-net.or.jp etch/main wget 1.10-3+1.10.1beta1 [451kB]
+Get:40 http://ring.asahi-net.or.jp etch/main whiptail 0.51.6-26 [32.5kB]
+Get:41 http://ring.asahi-net.or.jp etch/main libnewt0.51 0.51.6-26 [57.8kB]
+Get:42 http://ring.asahi-net.or.jp etch/main libattr1 2.4.21-1.0.1 [7854B]
+Get:43 http://ring.asahi-net.or.jp etch/main makedev 2.3.1-78 [40.9kB]
+Get:44 http://ring.asahi-net.or.jp etch/main procps 1:3.2.5-1 [215kB]
+Get:45 http://ring.asahi-net.or.jp etch/main binutils 2.16.1-2 [2378kB]
+Get:46 http://ring.asahi-net.or.jp etch/main exim4 4.52-1 [1834B]
+Get:47 http://ring.asahi-net.or.jp etch/main psmisc 21.6-1 [58.9kB]
+Get:48 http://ring.asahi-net.or.jp etch/main setserial 2.17-41 [54.7kB]
+Preconfiguring packages ...
+Fetched 18.3MB in 2s (7797kB/s)
+(Reading database ... 11073 files and directories currently installed.)
+Preparing to replace base-passwd 3.5.9 (using .../base-passwd_3.5.10_i386.deb) ...
+Unpacking replacement base-passwd ...
+Setting up base-passwd (3.5.10) ...
+
+(Reading database ... 11073 files and directories currently installed.)
+Preparing to replace base-files 3.1.2 (using .../base-files_3.1.5_i386.deb) ...
+Unpacking replacement base-files ...
+Setting up base-files (3.1.5) ...
+Installing new version of config file /etc/debian_version ...
+Installing new version of config file /etc/issue ...
+Installing new version of config file /etc/issue.net ...
+
+(Reading database ... 11073 files and directories currently installed.)
+Preparing to replace libpcre3 4.5-1.2 (using .../libpcre3_5.0-1.1_i386.deb) ...
+Unpacking replacement libpcre3 ...
+Preparing to replace exim4-daemon-light 4.50-8 (using .../exim4-daemon-light_4.52-1_i386.deb) ...
+Unpacking replacement exim4-daemon-light ...
+Preparing to replace debianutils 2.8.4 (using .../debianutils_2.14.1_i386.deb) ...
+Unpacking replacement debianutils ...
+Setting up debianutils (2.14.1) ...
+
+(Reading database ... 11074 files and directories currently installed.)
+Preparing to replace perl-modules 5.8.4-8 (using .../perl-modules_5.8.7-3_all.deb) ...
+Unpacking replacement perl-modules ...
+dpkg: error processing /var/cache/apt/archives/perl-modules_5.8.7-3_all.deb (--unpack):
+ failed in buffer_write(fd) (8, ret=-1): backend dpkg-deb during `./usr/share/perl/5.8.7/unicore/EastAsianWidth.txt': No space left on device
+dpkg-deb: subprocess paste killed by signal (Broken pipe)
+Preparing to replace perl 5.8.4-8 (using .../archives/perl_5.8.7-3_i386.deb) ...
+Unpacking replacement perl ...
+dpkg: error processing /var/cache/apt/archives/perl_5.8.7-3_i386.deb (--unpack):
+ failed in buffer_write(fd) (8, ret=-1): backend dpkg-deb during `./usr/bin/perlbug': No space left on device
+dpkg-deb: subprocess paste killed by signal (Broken pipe)
+Preparing to replace perl-base 5.8.4-8 (using .../perl-base_5.8.7-3_i386.deb) ...
+Unpacking replacement perl-base ...
+dpkg: error processing /var/cache/apt/archives/perl-base_5.8.7-3_i386.deb (--unpack):
+ failed in buffer_write(fd) (8, ret=-1): backend dpkg-deb during `./usr/bin/perl': No space left on device
+Errors were encountered while processing:
+ /var/cache/apt/archives/perl-modules_5.8.7-3_all.deb
+ /var/cache/apt/archives/perl_5.8.7-3_i386.deb
+ /var/cache/apt/archives/perl-base_5.8.7-3_i386.deb
+E: Sub-process /usr/bin/dpkg returned an error code (1)
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//10341 and its subdirectories
+dpkg-deb: subprocess paste killed by signal (Broken pipe)
diff --git a/testsuite/cdebootstrap/pdebuild-internal-etch.log b/testsuite/cdebootstrap/pdebuild-internal-etch.log
new file mode 100644
index 0000000..53969c0
--- /dev/null
+++ b/testsuite/cdebootstrap/pdebuild-internal-etch.log
@@ -0,0 +1,585 @@
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+-> Mounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2
+ -> policy-rc.d already exists
+Using: : pdebuild-internal,v 1.6 2005/07/02 05:39:44 dancer Exp $
+Reading Package Lists...
+Building Dependency Tree...
+The following extra packages will be installed:
+ debootstrap
+Suggested packages:
+ pbuilder-uml
+Recommended packages:
+ fakeroot sudo devscripts
+The following NEW packages will be installed:
+ debootstrap pbuilder
+0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
+Need to get 111kB of archives.
+After unpacking 643kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main debootstrap 0.3.1.4 [42.1kB]
+Get:2 http://ring.asahi-net.or.jp etch/main pbuilder 0.128 [68.6kB]
+Fetched 111kB in 0s (669kB/s)
+Selecting previously deselected package debootstrap.
+(Reading database ... 11211 files and directories currently installed.)
+Unpacking debootstrap (from .../debootstrap_0.3.1.4_all.deb) ...
+Selecting previously deselected package pbuilder.
+Unpacking pbuilder (from .../pbuilder_0.128_all.deb) ...
+Setting up debootstrap (0.3.1.4) ...
+Setting up pbuilder (0.128) ...
+Setting DEBBUILDOPTS=
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
+ -> Considering debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering libdshconfig1-dev (>= 0.20.11-1)
+ -> Trying libdshconfig1-dev
+ -> Installing debhelper libdshconfig1-dev
+Reading Package Lists...
+Building Dependency Tree...
+The following extra packages will be installed:
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ curl libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2649kB of archives.
+After unpacking 8360kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp etch/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp etch/main debconf-utils 1.4.52 [32.9kB]
+Get:4 http://ring.asahi-net.or.jp etch/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp etch/main gettext 0.14.5-2 [1775kB]
+Get:6 http://ring.asahi-net.or.jp etch/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp etch/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp etch/main debhelper 4.9.3 [363kB]
+Get:9 http://ring.asahi-net.or.jp etch/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp etch/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2649kB in 0s (6168kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 11290 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
+Selecting previously deselected package debconf-utils.
+Unpacking debconf-utils (from .../debconf-utils_1.4.52_all.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.14.5-2_i386.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_4.9.3_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
+Setting up libmagic1 (4.12-1) ...
+
+Setting up file (4.12-1) ...
+Setting up debconf-utils (1.4.52) ...
+
+Setting up html2text (1.3.2a-2) ...
+
+Setting up gettext (0.14.5-2) ...
+
+Setting up intltool-debian (0.30+20040213) ...
+Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.9.3) ...
+Setting up libdshconfig1 (0.20.11-1) ...
+
+Setting up libdshconfig1-dev (0.20.11-1) ...
+ -> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 70.4kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main fakeroot 1.3 [70.4kB]
+Fetched 70.4kB in 0s (1966kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11833 files and directories currently installed.)
+Unpacking fakeroot (from .../archives/fakeroot_1.3_i386.deb) ...
+Setting up fakeroot (1.3) ...
+
+dpkg-buildpackage: source package is dsh
+dpkg-buildpackage: source version is 0.25.6-1
+dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
+dpkg-buildpackage: host architecture is i386
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.6
+dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.6-1.dsc
+ debian/rules build
+dh_testdir
+INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
+ ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... no
+checking for mawk... mawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for style of include used by make... GNU
+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 dependency style of gcc... gcc3
+checking for library containing strerror... none required
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking whether make sets $(MAKE)... (cached) yes
+checking how to run the C preprocessor... gcc -E
+checking for egrep... grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking for a sed that does not truncate output... /bin/sed
+checking for ld used by gcc... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for /usr/bin/ld option to reload object files... -r
+checking for BSD-compatible nm... /usr/bin/nm -B
+checking whether ln -s works... yes
+checking how to recognise dependent libraries... pass_all
+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 dlfcn.h usability... yes
+checking dlfcn.h presence... yes
+checking for dlfcn.h... yes
+checking for g++... g++
+checking whether we are using the GNU C++ compiler... yes
+checking whether g++ accepts -g... yes
+checking dependency style of g++... gcc3
+checking how to run the C++ preprocessor... g++ -E
+checking for g77... no
+checking for f77... no
+checking for xlf... no
+checking for frt... no
+checking for pgf77... no
+checking for fort77... no
+checking for fl32... no
+checking for af77... no
+checking for f90... no
+checking for xlf90... no
+checking for pgf90... no
+checking for epcf90... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for gfortran... no
+checking whether we are using the GNU Fortran 77 compiler... no
+checking whether accepts -g... no
+checking the maximum length of command line arguments... 32768
+checking command to parse /usr/bin/nm -B output from gcc object... ok
+checking for objdir... .libs
+checking for ar... ar
+checking for ranlib... ranlib
+checking for strip... strip
+checking if gcc static flag works... yes
+checking if gcc supports -fno-rtti -fno-exceptions... no
+checking for gcc option to produce PIC... -fPIC
+checking if gcc PIC flag -fPIC works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
+checking whether -lc should be explicitly linked in... no
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+checking if libtool supports shared libraries... yes
+checking whether to build shared libraries... yes
+checking whether to build static libraries... yes
+configure: creating libtool
+appending configuration tag "CXX" to libtool
+checking for ld used by g++... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+appending configuration tag "F77" to libtool
+checking for an ANSI C-conforming const... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for msgmerge... /usr/bin/msgmerge
+checking for ld used by GCC... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for shared library run path origin... done
+checking whether NLS is requested... yes
+checking for GNU gettext in libc... yes
+checking for gettext... yes
+checking getopt.h usability... yes
+checking getopt.h presence... yes
+checking for getopt.h... yes
+checking fcntl.h usability... yes
+checking fcntl.h presence... yes
+checking for fcntl.h... yes
+checking libintl.h usability... yes
+checking libintl.h presence... yes
+checking for libintl.h... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for stdlib.h... (cached) yes
+checking netdb.h usability... yes
+checking netdb.h presence... yes
+checking for netdb.h... yes
+checking for string.h... (cached) yes
+checking for unistd.h... (cached) yes
+checking netgroup.h usability... no
+checking netgroup.h presence... no
+checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
+checking for libdshconfig.h ... yes
+checking for asprintf... yes
+checking for strdup... yes
+checking for getopt_long... yes
+checking for getline... yes
+checking for dup2... yes
+checking for setlocale... yes
+checking for strcasecmp... yes
+checking for strchr... yes
+checking for setnetgrent... yes
+checking for getnetgrent... yes
+checking for endnetgrent... yes
+checking for open_dshconfig in -ldshconfig... yes
+checking netdb.h has setnetgrent that returns void... no
+checking getopt with a GNU option reordering extention... yes, disabling
+configure: creating ./config.status
+config.status: creating po/Makefile.in
+config.status: creating m4/Makefile
+config.status: creating Makefile
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing default-1 commands
+config.status: creating po/POTFILES
+config.status: creating po/Makefile
+touch configure-stamp
+dh_testdir
+/usr/bin/make
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+Making all in m4
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+Making all in po
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
+then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
+then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
+then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; else rm -f ".deps/dsh-parameter.Tpo"; exit 1; fi
+/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
+mkdir .libs
+gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
+mkdir build-man
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+/usr/bin/make check
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+Making check in m4
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+Making check in po
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+/usr/bin/make dsh
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+PASS: tests/param-f.sh
+dsh: File ./tests/nonexistent.file could not be opened for read
+PASS: tests/param-f-fail.sh
+PASS: tests/param-f-with-space.sh
+PASS: tests/param-m.sh
+test to check that unknown parameter checking is right.
+./dsh: unrecognized option `--unknown-parameter'
+./dsh: invalid option -- u
+PASS: tests/param-unknown.sh
+test1
+test2
+dsh: Process terminated (before write).
+PASS: tests/param-i.sh
+Check that cn4 option is working.
+PASS: tests/param-cn4.sh
+test to check that -b0 is rejected, and -b1 is accepted
+Buffer size needs to be greater than 1
+Buffer size needs to be greater than 1
+a
+b
+PASS: tests/param-b-0.sh
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+success
+success
+success
+success
+a: dsh: Failed executing ./invalid-exec-file with llexec call
+b: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
+c: dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+PASS: tests/param-r-invalid.sh
+2: 2
+1: 1
+dsh: fork limit and wait shell cannot be specified at the same time
+PASS: tests/param-F-invalid.sh
+Sun Aug 7 04:11:25 UTC 2005
+2: Using sleep as the remote shell
+2: Show machine names on output
+2: Adding machine 5,4,3,2,1 to list
+2: Setting forklimit to 3 and wait_shell to 0
+2: DUMPing parameters passed to llexec
+2: [2]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[2]
+3: Using sleep as the remote shell
+3: Show machine names on output
+3: Adding machine 5,4,3,2,1 to list
+3: Setting forklimit to 3 and wait_shell to 0
+3: DUMPing parameters passed to llexec
+3: [3]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[3]
+1: Using sleep as the remote shell
+1: Show machine names on output
+1: Adding machine 5,4,3,2,1 to list
+1: Setting forklimit to 3 and wait_shell to 0
+1: ... Waiting for process to end with waitpid
+1: DUMPing parameters passed to llexec
+1: [1]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+DUMPing parameters passed to llexec
+[1]
+4: Using sleep as the remote shell
+4: Show machine names on output
+4: Adding machine 5,4,3,2,1 to list
+4: Setting forklimit to 3 and wait_shell to 0
+4: DUMPing parameters passed to llexec
+4: [4]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[4]
+5: Using sleep as the remote shell
+5: Show machine names on output
+5: Adding machine 5,4,3,2,1 to list
+5: Setting forklimit to 3 and wait_shell to 0
+5: DUMPing parameters passed to llexec
+5: [5]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[5]
+--- Terminated running
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+... Waiting for process to end with waitpid
+Sun Aug 7 04:11:30 UTC 2005
+PASS: tests/param-F-forklimit.sh
+PASS: tests/param-gnu-getopt.sh
+PASS: tests/news-okay.sh
+a: a
+b: b
+c: c
+PASS: tests/segv-catcher.sh
+l w
+PASS: tests/test-bufferoverflow.sh
+PASS: tests/machinelist-comment-test.sh
+PASS: tests/machinelist-order.sh
+===================
+All 17 tests passed
+===================
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+touch build-stamp
+ fakeroot debian/rules binary
+dh_testdir
+dh_testroot
+dh_clean -k
+dh_installdirs
+# Add here commands to install the package into debian/dsh.
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+Making install in m4
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `install-exec-am'.
+make[3]: Nothing to be done for `install-data-am'.
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+Making install in po
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+if test "dsh" = "gettext"; then \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
+ /usr/bin/install -c -m 644 ./$file \
+ /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+else \
+ : ; \
+fi
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+done
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+dh_testdir
+dh_testroot
+dh_installdocs NEWS
+dh_installexamples
+dh_installmenu
+dh_installman
+dh_installchangelogs ChangeLog
+dh_link
+dh_strip
+dh_shlibdeps
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_gencontrol
+dh_md5sums
+dh_builddeb
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
+ dpkg-genchanges
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: full upload (original source is included)
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2 filesystem
+ -> cleaning the build env
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/6152 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-internal-sarge.log b/testsuite/cdebootstrap/pdebuild-internal-sarge.log
new file mode 100644
index 0000000..4b8409c
--- /dev/null
+++ b/testsuite/cdebootstrap/pdebuild-internal-sarge.log
@@ -0,0 +1,586 @@
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+-> Mounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2
+ -> policy-rc.d already exists
+Using: : pdebuild-internal,v 1.6 2005/07/02 05:39:44 dancer Exp $
+Reading Package Lists...
+Building Dependency Tree...
+The following extra packages will be installed:
+ debootstrap
+Suggested packages:
+ pbuilder-uml
+Recommended packages:
+ fakeroot sudo devscripts
+The following NEW packages will be installed:
+ debootstrap pbuilder
+0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
+Need to get 136kB of archives.
+After unpacking 586kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main debootstrap 0.2.45-0.2 [72.2kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main pbuilder 0.123 [64.0kB]
+Fetched 136kB in 0s (775kB/s)
+Selecting previously deselected package debootstrap.
+(Reading database ... 11073 files and directories currently installed.)
+Unpacking debootstrap (from .../debootstrap_0.2.45-0.2_i386.deb) ...
+Selecting previously deselected package pbuilder.
+Unpacking pbuilder (from .../pbuilder_0.123_all.deb) ...
+Setting up debootstrap (0.2.45-0.2) ...
+Setting up pbuilder (0.123) ...
+Setting DEBBUILDOPTS=
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
+ -> Considering debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering libdshconfig1-dev (>= 0.20.11-1)
+ -> Trying libdshconfig1-dev
+ -> Installing debhelper libdshconfig1-dev
+Reading Package Lists...
+Building Dependency Tree...
+The following extra packages will be installed:
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ curl libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2591kB of archives.
+After unpacking 8679kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.13 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.14.4-2 [1718kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.32 [362kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2591kB in 0s (8968kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 11148 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
+Selecting previously deselected package debconf-utils.
+Unpacking debconf-utils (from .../debconf-utils_1.4.30.13_all.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.14.4-2_i386.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_4.2.32_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
+Setting up libmagic1 (4.12-1) ...
+
+Setting up file (4.12-1) ...
+Setting up debconf-utils (1.4.30.13) ...
+
+Setting up html2text (1.3.2a-2) ...
+
+Setting up gettext (0.14.4-2) ...
+
+Setting up intltool-debian (0.30+20040213) ...
+Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.2.32) ...
+Setting up libdshconfig1 (0.20.11-1) ...
+
+Setting up libdshconfig1-dev (0.20.11-1) ...
+ -> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 70.5kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [70.5kB]
+Fetched 70.5kB in 0s (2174kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11690 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_i386.deb) ...
+Setting up fakeroot (1.2.10) ...
+
+dpkg-buildpackage: source package is dsh
+dpkg-buildpackage: source version is 0.25.6-1
+dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
+dpkg-buildpackage: host architecture is i386
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.6
+dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.6-1.dsc
+ debian/rules build
+dh_testdir
+INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
+ ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... no
+checking for mawk... mawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for style of include used by make... GNU
+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 dependency style of gcc... gcc3
+checking for library containing strerror... none required
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking whether make sets $(MAKE)... (cached) yes
+checking how to run the C preprocessor... gcc -E
+checking for egrep... grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking for a sed that does not truncate output... /bin/sed
+checking for ld used by gcc... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for /usr/bin/ld option to reload object files... -r
+checking for BSD-compatible nm... /usr/bin/nm -B
+checking whether ln -s works... yes
+checking how to recognise dependent libraries... pass_all
+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 dlfcn.h usability... yes
+checking dlfcn.h presence... yes
+checking for dlfcn.h... yes
+checking for g++... g++
+checking whether we are using the GNU C++ compiler... yes
+checking whether g++ accepts -g... yes
+checking dependency style of g++... gcc3
+checking how to run the C++ preprocessor... g++ -E
+checking for g77... no
+checking for f77... no
+checking for xlf... no
+checking for frt... no
+checking for pgf77... no
+checking for fort77... no
+checking for fl32... no
+checking for af77... no
+checking for f90... no
+checking for xlf90... no
+checking for pgf90... no
+checking for epcf90... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for gfortran... no
+checking whether we are using the GNU Fortran 77 compiler... no
+checking whether accepts -g... no
+checking the maximum length of command line arguments... 32768
+checking command to parse /usr/bin/nm -B output from gcc object... ok
+checking for objdir... .libs
+checking for ar... ar
+checking for ranlib... ranlib
+checking for strip... strip
+checking if gcc static flag works... yes
+checking if gcc supports -fno-rtti -fno-exceptions... no
+checking for gcc option to produce PIC... -fPIC
+checking if gcc PIC flag -fPIC works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
+checking whether -lc should be explicitly linked in... no
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+checking if libtool supports shared libraries... yes
+checking whether to build shared libraries... yes
+checking whether to build static libraries... yes
+configure: creating libtool
+appending configuration tag "CXX" to libtool
+checking for ld used by g++... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+appending configuration tag "F77" to libtool
+checking for an ANSI C-conforming const... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for msgmerge... /usr/bin/msgmerge
+checking for ld used by GCC... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for shared library run path origin... done
+checking whether NLS is requested... yes
+checking for GNU gettext in libc... yes
+checking for gettext... yes
+checking getopt.h usability... yes
+checking getopt.h presence... yes
+checking for getopt.h... yes
+checking fcntl.h usability... yes
+checking fcntl.h presence... yes
+checking for fcntl.h... yes
+checking libintl.h usability... yes
+checking libintl.h presence... yes
+checking for libintl.h... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for stdlib.h... (cached) yes
+checking netdb.h usability... yes
+checking netdb.h presence... yes
+checking for netdb.h... yes
+checking for string.h... (cached) yes
+checking for unistd.h... (cached) yes
+checking netgroup.h usability... no
+checking netgroup.h presence... no
+checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
+checking for libdshconfig.h ... yes
+checking for asprintf... yes
+checking for strdup... yes
+checking for getopt_long... yes
+checking for getline... yes
+checking for dup2... yes
+checking for setlocale... yes
+checking for strcasecmp... yes
+checking for strchr... yes
+checking for setnetgrent... yes
+checking for getnetgrent... yes
+checking for endnetgrent... yes
+checking for open_dshconfig in -ldshconfig... yes
+checking netdb.h has setnetgrent that returns void... no
+checking getopt with a GNU option reordering extention... yes, disabling
+configure: creating ./config.status
+config.status: creating po/Makefile.in
+config.status: creating m4/Makefile
+config.status: creating Makefile
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing default-1 commands
+config.status: creating po/POTFILES
+config.status: creating po/Makefile
+touch configure-stamp
+dh_testdir
+/usr/bin/make
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+Making all in m4
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+Making all in po
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
+then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
+then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
+then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; else rm -f ".deps/dsh-parameter.Tpo"; exit 1; fi
+/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
+mkdir .libs
+gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
+mkdir build-man
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+/usr/bin/make check
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+Making check in m4
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+Making check in po
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+/usr/bin/make dsh
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+PASS: tests/param-f.sh
+dsh: File ./tests/nonexistent.file could not be opened for read
+PASS: tests/param-f-fail.sh
+PASS: tests/param-f-with-space.sh
+PASS: tests/param-m.sh
+test to check that unknown parameter checking is right.
+./dsh: unrecognized option `--unknown-parameter'
+./dsh: invalid option -- u
+PASS: tests/param-unknown.sh
+test1
+test2
+dsh: Process terminated (before write).
+PASS: tests/param-i.sh
+Check that cn4 option is working.
+PASS: tests/param-cn4.sh
+test to check that -b0 is rejected, and -b1 is accepted
+Buffer size needs to be greater than 1
+Buffer size needs to be greater than 1
+a
+b
+PASS: tests/param-b-0.sh
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+success
+success
+success
+success
+a: dsh: Failed executing ./invalid-exec-file with llexec call
+b: dsh: Failed executing ./invalid-exec-file with llexec call
+c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+PASS: tests/param-r-invalid.sh
+2: 2
+1: 1
+dsh: fork limit and wait shell cannot be specified at the same time
+PASS: tests/param-F-invalid.sh
+Sun Aug 7 04:05:38 UTC 2005
+2: Using sleep as the remote shell
+2: Show machine names on output
+2: Adding machine 5,4,3,2,1 to list
+2: Setting forklimit to 3 and wait_shell to 0
+2: DUMPing parameters passed to llexec
+2: [2]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[2]
+3: Using sleep as the remote shell
+3: Show machine names on output
+3: Adding machine 5,4,3,2,1 to list
+3: Setting forklimit to 3 and wait_shell to 0
+3: DUMPing parameters passed to llexec
+3: [3]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[3]
+1: Using sleep as the remote shell
+1: Show machine names on output
+1: Adding machine 5,4,3,2,1 to list
+1: Setting forklimit to 3 and wait_shell to 0
+1: ... Waiting for process to end with waitpid
+1: DUMPing parameters passed to llexec
+1: [1]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+DUMPing parameters passed to llexec
+[1]
+4: Using sleep as the remote shell
+4: Show machine names on output
+4: Adding machine 5,4,3,2,1 to list
+4: Setting forklimit to 3 and wait_shell to 0
+4: DUMPing parameters passed to llexec
+4: [4]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[4]
+5: Using sleep as the remote shell
+5: Show machine names on output
+5: Adding machine 5,4,3,2,1 to list
+5: Setting forklimit to 3 and wait_shell to 0
+5: DUMPing parameters passed to llexec
+5: [5]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[5]
+--- Terminated running
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+... Waiting for process to end with waitpid
+Sun Aug 7 04:05:43 UTC 2005
+PASS: tests/param-F-forklimit.sh
+PASS: tests/param-gnu-getopt.sh
+PASS: tests/news-okay.sh
+b: b
+a: a
+c: c
+PASS: tests/segv-catcher.sh
+l w
+PASS: tests/test-bufferoverflow.sh
+PASS: tests/machinelist-comment-test.sh
+PASS: tests/machinelist-order.sh
+===================
+All 17 tests passed
+===================
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+touch build-stamp
+ fakeroot debian/rules binary
+dh_testdir
+dh_testroot
+dh_clean -k
+dh_installdirs
+# Add here commands to install the package into debian/dsh.
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+Making install in m4
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `install-exec-am'.
+make[3]: Nothing to be done for `install-data-am'.
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+Making install in po
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+if test "dsh" = "gettext"; then \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
+ /usr/bin/install -c -m 644 ./$file \
+ /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+else \
+ : ; \
+fi
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+done
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+dh_testdir
+dh_testroot
+dh_installdocs NEWS
+dh_installexamples
+dh_installmenu
+dh_installman
+dh_installchangelogs ChangeLog
+dh_link
+dh_strip
+dh_shlibdeps
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_gencontrol
+dh_md5sums
+dh_builddeb
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
+ dpkg-genchanges
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: full upload (original source is included)
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2 filesystem
+ -> cleaning the build env
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/4524 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-internal-sid.log b/testsuite/cdebootstrap/pdebuild-internal-sid.log
new file mode 100644
index 0000000..0466f11
--- /dev/null
+++ b/testsuite/cdebootstrap/pdebuild-internal-sid.log
@@ -0,0 +1,7 @@
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+
+gzip: stdin: unexpected end of file
+tar: Child returned status 1
+tar: Error exit delayed from previous errors
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/8501
diff --git a/testsuite/cdebootstrap/pdebuild-normal-etch.log b/testsuite/cdebootstrap/pdebuild-normal-etch.log
new file mode 100644
index 0000000..b7ecc53
--- /dev/null
+++ b/testsuite/cdebootstrap/pdebuild-normal-etch.log
@@ -0,0 +1,632 @@
+dpkg-buildpackage: source package is dsh
+dpkg-buildpackage: source version is 0.25.6-1
+dpkg-buildpackage: source changed by Junichi Uekawa <dancer@debian.org>
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.6
+dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.6-1.dsc
+ dpkg-genchanges -S
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: source only upload (original source is included)
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
+$Id$
+
+Current time: Sun Aug 7 13:09:55 JST 2005
+pbuilder-time-stamp: 1123387795
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+ -> created buildresult dir :/var/cache/pbuilder/result
+Installing the build-deps
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
+ -> Considering debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering libdshconfig1-dev (>= 0.20.11-1)
+ -> Trying libdshconfig1-dev
+ -> Installing debhelper libdshconfig1-dev
+Reading Package Lists...
+Building Dependency Tree...
+The following extra packages will be installed:
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ curl libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2649kB of archives.
+After unpacking 8360kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp etch/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp etch/main debconf-utils 1.4.52 [32.9kB]
+Get:4 http://ring.asahi-net.or.jp etch/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp etch/main gettext 0.14.5-2 [1775kB]
+Get:6 http://ring.asahi-net.or.jp etch/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp etch/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp etch/main debhelper 4.9.3 [363kB]
+Get:9 http://ring.asahi-net.or.jp etch/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp etch/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2649kB in 0s (5836kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 11211 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
+Selecting previously deselected package debconf-utils.
+Unpacking debconf-utils (from .../debconf-utils_1.4.52_all.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.14.5-2_i386.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_4.9.3_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
+Setting up libmagic1 (4.12-1) ...
+
+Setting up file (4.12-1) ...
+Setting up debconf-utils (1.4.52) ...
+
+Setting up html2text (1.3.2a-2) ...
+
+Setting up gettext (0.14.5-2) ...
+
+Setting up intltool-debian (0.30+20040213) ...
+Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.9.3) ...
+Setting up libdshconfig1 (0.20.11-1) ...
+
+Setting up libdshconfig1-dev (0.20.11-1) ...
+ -> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 70.4kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main fakeroot 1.3 [70.4kB]
+Fetched 70.4kB in 0s (1988kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11754 files and directories currently installed.)
+Unpacking fakeroot (from .../archives/fakeroot_1.3_i386.deb) ...
+Setting up fakeroot (1.3) ...
+
+Copying source file
+ -> copying [../dsh_0.25.6-1.dsc]
+ -> copying [../dsh_0.25.6.orig.tar.gz]
+ -> copying [../dsh_0.25.6-1.diff.gz]
+Extracting source
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: extracting dsh in dsh-0.25.6
+ -> Building the package
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source package is dsh
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source version is 0.25.6-1
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: host architecture is i386
+dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.6
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.6-1.dsc
+ debian/rules build
+dh_testdir
+INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
+ ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... no
+checking for mawk... mawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for style of include used by make... GNU
+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 dependency style of gcc... gcc3
+checking for library containing strerror... none required
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking whether make sets $(MAKE)... (cached) yes
+checking how to run the C preprocessor... gcc -E
+checking for egrep... grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking for a sed that does not truncate output... /bin/sed
+checking for ld used by gcc... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for /usr/bin/ld option to reload object files... -r
+checking for BSD-compatible nm... /usr/bin/nm -B
+checking whether ln -s works... yes
+checking how to recognise dependent libraries... pass_all
+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 dlfcn.h usability... yes
+checking dlfcn.h presence... yes
+checking for dlfcn.h... yes
+checking for g++... g++
+checking whether we are using the GNU C++ compiler... yes
+checking whether g++ accepts -g... yes
+checking dependency style of g++... gcc3
+checking how to run the C++ preprocessor... g++ -E
+checking for g77... no
+checking for f77... no
+checking for xlf... no
+checking for frt... no
+checking for pgf77... no
+checking for fort77... no
+checking for fl32... no
+checking for af77... no
+checking for f90... no
+checking for xlf90... no
+checking for pgf90... no
+checking for epcf90... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for gfortran... no
+checking whether we are using the GNU Fortran 77 compiler... no
+checking whether accepts -g... no
+checking the maximum length of command line arguments... 32768
+checking command to parse /usr/bin/nm -B output from gcc object... ok
+checking for objdir... .libs
+checking for ar... ar
+checking for ranlib... ranlib
+checking for strip... strip
+checking if gcc static flag works... yes
+checking if gcc supports -fno-rtti -fno-exceptions... no
+checking for gcc option to produce PIC... -fPIC
+checking if gcc PIC flag -fPIC works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
+checking whether -lc should be explicitly linked in... no
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+checking if libtool supports shared libraries... yes
+checking whether to build shared libraries... yes
+checking whether to build static libraries... yes
+configure: creating libtool
+appending configuration tag "CXX" to libtool
+checking for ld used by g++... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+appending configuration tag "F77" to libtool
+checking for an ANSI C-conforming const... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for msgmerge... /usr/bin/msgmerge
+checking for ld used by GCC... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for shared library run path origin... done
+checking whether NLS is requested... yes
+checking for GNU gettext in libc... yes
+checking for gettext... yes
+checking getopt.h usability... yes
+checking getopt.h presence... yes
+checking for getopt.h... yes
+checking fcntl.h usability... yes
+checking fcntl.h presence... yes
+checking for fcntl.h... yes
+checking libintl.h usability... yes
+checking libintl.h presence... yes
+checking for libintl.h... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for stdlib.h... (cached) yes
+checking netdb.h usability... yes
+checking netdb.h presence... yes
+checking for netdb.h... yes
+checking for string.h... (cached) yes
+checking for unistd.h... (cached) yes
+checking netgroup.h usability... no
+checking netgroup.h presence... no
+checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
+checking for libdshconfig.h ... yes
+checking for asprintf... yes
+checking for strdup... yes
+checking for getopt_long... yes
+checking for getline... yes
+checking for dup2... yes
+checking for setlocale... yes
+checking for strcasecmp... yes
+checking for strchr... yes
+checking for setnetgrent... yes
+checking for getnetgrent... yes
+checking for endnetgrent... yes
+checking for open_dshconfig in -ldshconfig... yes
+checking netdb.h has setnetgrent that returns void... no
+checking getopt with a GNU option reordering extention... yes, disabling
+configure: creating ./config.status
+config.status: creating po/Makefile.in
+config.status: creating m4/Makefile
+config.status: creating Makefile
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing default-1 commands
+config.status: creating po/POTFILES
+config.status: creating po/Makefile
+touch configure-stamp
+dh_testdir
+/usr/bin/make
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making all in m4
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making all in po
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
+then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
+then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
+then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; else rm -f ".deps/dsh-parameter.Tpo"; exit 1; fi
+/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
+mkdir .libs
+gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
+mkdir build-man
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make check
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making check in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making check in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make dsh
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+PASS: tests/param-f.sh
+dsh: File ./tests/nonexistent.file could not be opened for read
+PASS: tests/param-f-fail.sh
+PASS: tests/param-f-with-space.sh
+PASS: tests/param-m.sh
+test to check that unknown parameter checking is right.
+./dsh: unrecognized option `--unknown-parameter'
+./dsh: invalid option -- u
+PASS: tests/param-unknown.sh
+test1
+test2
+dsh: Process terminated (before write).
+PASS: tests/param-i.sh
+Check that cn4 option is working.
+PASS: tests/param-cn4.sh
+test to check that -b0 is rejected, and -b1 is accepted
+Buffer size needs to be greater than 1
+Buffer size needs to be greater than 1
+a
+b
+PASS: tests/param-b-0.sh
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+success
+success
+success
+success
+a: dsh: Failed executing ./invalid-exec-file with llexec call
+b: dsh: Failed executing ./invalid-exec-file with llexec call
+c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+PASS: tests/param-r-invalid.sh
+2: 2
+1: 1
+dsh: fork limit and wait shell cannot be specified at the same time
+PASS: tests/param-F-invalid.sh
+Sun Aug 7 04:10:35 UTC 2005
+2: Using sleep as the remote shell
+2: Show machine names on output
+2: Adding machine 5,4,3,2,1 to list
+2: Setting forklimit to 3 and wait_shell to 0
+2: DUMPing parameters passed to llexec
+2: [2]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[2]
+3: Using sleep as the remote shell
+3: Show machine names on output
+3: Adding machine 5,4,3,2,1 to list
+3: Setting forklimit to 3 and wait_shell to 0
+3: DUMPing parameters passed to llexec
+3: [3]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[3]
+1: Using sleep as the remote shell
+1: Show machine names on output
+1: Adding machine 5,4,3,2,1 to list
+1: Setting forklimit to 3 and wait_shell to 0
+1: ... Waiting for process to end with waitpid
+1: DUMPing parameters passed to llexec
+1: [1]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+DUMPing parameters passed to llexec
+[1]
+4: Using sleep as the remote shell
+4: Show machine names on output
+4: Adding machine 5,4,3,2,1 to list
+4: Setting forklimit to 3 and wait_shell to 0
+4: DUMPing parameters passed to llexec
+4: [4]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[4]
+5: Using sleep as the remote shell
+5: Show machine names on output
+5: Adding machine 5,4,3,2,1 to list
+5: Setting forklimit to 3 and wait_shell to 0
+5: DUMPing parameters passed to llexec
+5: [5]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[5]
+--- Terminated running
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+... Waiting for process to end with waitpid
+Sun Aug 7 04:10:40 UTC 2005
+PASS: tests/param-F-forklimit.sh
+PASS: tests/param-gnu-getopt.sh
+PASS: tests/news-okay.sh
+a: a
+b: b
+c: c
+PASS: tests/segv-catcher.sh
+l w
+PASS: tests/test-bufferoverflow.sh
+PASS: tests/machinelist-comment-test.sh
+PASS: tests/machinelist-order.sh
+===================
+All 17 tests passed
+===================
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+touch build-stamp
+ fakeroot debian/rules binary
+dh_testdir
+dh_testroot
+dh_clean -k
+dh_installdirs
+# Add here commands to install the package into debian/dsh.
+/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making install in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `install-exec-am'.
+make[3]: Nothing to be done for `install-data-am'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making install in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+if test "dsh" = "gettext"; then \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
+ /usr/bin/install -c -m 644 ./$file \
+ /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+else \
+ : ; \
+fi
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+done
+test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+cp /tmp/buildd/dsh-0.25.6/debian/machines.list /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.6/dsh.conf /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.6/debian/dsh.updatelist /tmp/buildd/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+dh_testdir
+dh_testroot
+dh_installdocs NEWS
+dh_installexamples
+dh_installmenu
+dh_installman
+dh_installchangelogs ChangeLog
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_link
+dh_strip
+dh_shlibdeps
+dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_gencontrol
+dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_md5sums
+dh_builddeb
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
+ dpkg-genchanges
+dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: full upload (original source is included)
+ -> Terminate timeout process
+ -> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 89: 707 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+ -> unmounting proc filesystem
+Current time: Sun Aug 7 13:10:43 JST 2005
+pbuilder-time-stamp: 1123387843
+ -> cleaning the build env
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/392 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-normal-sarge.log b/testsuite/cdebootstrap/pdebuild-normal-sarge.log
new file mode 100644
index 0000000..fc354c6
--- /dev/null
+++ b/testsuite/cdebootstrap/pdebuild-normal-sarge.log
@@ -0,0 +1,632 @@
+dpkg-buildpackage: source package is dsh
+dpkg-buildpackage: source version is 0.25.6-1
+dpkg-buildpackage: source changed by Junichi Uekawa <dancer@debian.org>
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.6
+dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.6-1.dsc
+ dpkg-genchanges -S
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: source only upload (original source is included)
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
+$Id$
+
+Current time: Sun Aug 7 13:03:59 JST 2005
+pbuilder-time-stamp: 1123387439
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+ -> created buildresult dir :/var/cache/pbuilder/result
+Installing the build-deps
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
+ -> Considering debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering libdshconfig1-dev (>= 0.20.11-1)
+ -> Trying libdshconfig1-dev
+ -> Installing debhelper libdshconfig1-dev
+Reading Package Lists...
+Building Dependency Tree...
+The following extra packages will be installed:
+ debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ curl libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 2591kB of archives.
+After unpacking 8679kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.13 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.14.4-2 [1718kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.32 [362kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2591kB in 0s (4827kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 11073 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
+Selecting previously deselected package debconf-utils.
+Unpacking debconf-utils (from .../debconf-utils_1.4.30.13_all.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.14.4-2_i386.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_4.2.32_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
+Setting up libmagic1 (4.12-1) ...
+
+Setting up file (4.12-1) ...
+Setting up debconf-utils (1.4.30.13) ...
+
+Setting up html2text (1.3.2a-2) ...
+
+Setting up gettext (0.14.4-2) ...
+
+Setting up intltool-debian (0.30+20040213) ...
+Setting up po-debconf (0.8.23) ...
+Setting up debhelper (4.2.32) ...
+Setting up libdshconfig1 (0.20.11-1) ...
+
+Setting up libdshconfig1-dev (0.20.11-1) ...
+ -> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 70.5kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [70.5kB]
+Fetched 70.5kB in 0s (2208kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 11615 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_i386.deb) ...
+Setting up fakeroot (1.2.10) ...
+
+Copying source file
+ -> copying [../dsh_0.25.6-1.dsc]
+ -> copying [../dsh_0.25.6.orig.tar.gz]
+ -> copying [../dsh_0.25.6-1.diff.gz]
+Extracting source
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: extracting dsh in dsh-0.25.6
+ -> Building the package
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source package is dsh
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source version is 0.25.6-1
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-buildpackage: host architecture is i386
+dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.6
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.6-1.dsc
+ debian/rules build
+dh_testdir
+INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
+ ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... no
+checking for mawk... mawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for style of include used by make... GNU
+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 dependency style of gcc... gcc3
+checking for library containing strerror... none required
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking for gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ANSI C... (cached) none needed
+checking dependency style of gcc... (cached) gcc3
+checking whether make sets $(MAKE)... (cached) yes
+checking how to run the C preprocessor... gcc -E
+checking for egrep... grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking for a sed that does not truncate output... /bin/sed
+checking for ld used by gcc... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for /usr/bin/ld option to reload object files... -r
+checking for BSD-compatible nm... /usr/bin/nm -B
+checking whether ln -s works... yes
+checking how to recognise dependent libraries... pass_all
+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 dlfcn.h usability... yes
+checking dlfcn.h presence... yes
+checking for dlfcn.h... yes
+checking for g++... g++
+checking whether we are using the GNU C++ compiler... yes
+checking whether g++ accepts -g... yes
+checking dependency style of g++... gcc3
+checking how to run the C++ preprocessor... g++ -E
+checking for g77... no
+checking for f77... no
+checking for xlf... no
+checking for frt... no
+checking for pgf77... no
+checking for fort77... no
+checking for fl32... no
+checking for af77... no
+checking for f90... no
+checking for xlf90... no
+checking for pgf90... no
+checking for epcf90... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for gfortran... no
+checking whether we are using the GNU Fortran 77 compiler... no
+checking whether accepts -g... no
+checking the maximum length of command line arguments... 32768
+checking command to parse /usr/bin/nm -B output from gcc object... ok
+checking for objdir... .libs
+checking for ar... ar
+checking for ranlib... ranlib
+checking for strip... strip
+checking if gcc static flag works... yes
+checking if gcc supports -fno-rtti -fno-exceptions... no
+checking for gcc option to produce PIC... -fPIC
+checking if gcc PIC flag -fPIC works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
+checking whether -lc should be explicitly linked in... no
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+checking if libtool supports shared libraries... yes
+checking whether to build shared libraries... yes
+checking whether to build static libraries... yes
+configure: creating libtool
+appending configuration tag "CXX" to libtool
+checking for ld used by g++... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+appending configuration tag "F77" to libtool
+checking for an ANSI C-conforming const... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for msgmerge... /usr/bin/msgmerge
+checking for ld used by GCC... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for shared library run path origin... done
+checking whether NLS is requested... yes
+checking for GNU gettext in libc... yes
+checking for gettext... yes
+checking getopt.h usability... yes
+checking getopt.h presence... yes
+checking for getopt.h... yes
+checking fcntl.h usability... yes
+checking fcntl.h presence... yes
+checking for fcntl.h... yes
+checking libintl.h usability... yes
+checking libintl.h presence... yes
+checking for libintl.h... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for stdlib.h... (cached) yes
+checking netdb.h usability... yes
+checking netdb.h presence... yes
+checking for netdb.h... yes
+checking for string.h... (cached) yes
+checking for unistd.h... (cached) yes
+checking netgroup.h usability... no
+checking netgroup.h presence... no
+checking for netgroup.h... no
+checking signal.h usability... yes
+checking signal.h presence... yes
+checking for signal.h... yes
+checking for libdshconfig.h ... yes
+checking for asprintf... yes
+checking for strdup... yes
+checking for getopt_long... yes
+checking for getline... yes
+checking for dup2... yes
+checking for setlocale... yes
+checking for strcasecmp... yes
+checking for strchr... yes
+checking for setnetgrent... yes
+checking for getnetgrent... yes
+checking for endnetgrent... yes
+checking for open_dshconfig in -ldshconfig... yes
+checking netdb.h has setnetgrent that returns void... no
+checking getopt with a GNU option reordering extention... yes, disabling
+configure: creating ./config.status
+config.status: creating po/Makefile.in
+config.status: creating m4/Makefile
+config.status: creating Makefile
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing default-1 commands
+config.status: creating po/POTFILES
+config.status: creating po/Makefile
+touch configure-stamp
+dh_testdir
+/usr/bin/make
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making all in m4
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making all in po
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
+then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
+then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; fi
+if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
+then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; else rm -f ".deps/dsh-parameter.Tpo"; exit 1; fi
+/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
+mkdir .libs
+gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
+mkdir build-man
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
+sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make check
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making check in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making check in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make dsh
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+PASS: tests/param-f.sh
+dsh: File ./tests/nonexistent.file could not be opened for read
+PASS: tests/param-f-fail.sh
+PASS: tests/param-f-with-space.sh
+PASS: tests/param-m.sh
+test to check that unknown parameter checking is right.
+./dsh: unrecognized option `--unknown-parameter'
+./dsh: invalid option -- u
+PASS: tests/param-unknown.sh
+test1
+test2
+PASS: tests/param-i.sh
+Check that cn4 option is working.
+PASS: tests/param-cn4.sh
+test to check that -b0 is rejected, and -b1 is accepted
+Buffer size needs to be greater than 1
+Buffer size needs to be greater than 1
+a
+b
+PASS: tests/param-b-0.sh
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+success
+success
+success
+success
+a: dsh: Failed executing ./invalid-exec-file with llexec call
+b: dsh: Failed executing ./invalid-exec-file with llexec call
+c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
+success
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+dsh: Failed executing ./invalid-exec-file with llexec call
+success
+PASS: tests/param-r-invalid.sh
+1: 1
+2: 2
+dsh: fork limit and wait shell cannot be specified at the same time
+PASS: tests/param-F-invalid.sh
+Sun Aug 7 04:04:47 UTC 2005
+2: Using sleep as the remote shell
+2: Show machine names on output
+2: Adding machine 5,4,3,2,1 to list
+2: Setting forklimit to 3 and wait_shell to 0
+2: DUMPing parameters passed to llexec
+2: [2]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[2]
+3: Using sleep as the remote shell
+3: Show machine names on output
+3: Adding machine 5,4,3,2,1 to list
+3: Setting forklimit to 3 and wait_shell to 0
+3: DUMPing parameters passed to llexec
+3: [3]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[3]
+1: Using sleep as the remote shell
+1: Show machine names on output
+1: Adding machine 5,4,3,2,1 to list
+1: Setting forklimit to 3 and wait_shell to 0
+1: ... Waiting for process to end with waitpid
+1: DUMPing parameters passed to llexec
+1: [1]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+DUMPing parameters passed to llexec
+[1]
+4: Using sleep as the remote shell
+4: Show machine names on output
+4: Adding machine 5,4,3,2,1 to list
+4: Setting forklimit to 3 and wait_shell to 0
+4: DUMPing parameters passed to llexec
+4: [4]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[4]
+5: Using sleep as the remote shell
+5: Show machine names on output
+5: Adding machine 5,4,3,2,1 to list
+5: Setting forklimit to 3 and wait_shell to 0
+5: DUMPing parameters passed to llexec
+5: [5]
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+DUMPing parameters passed to llexec
+[5]
+--- Terminated running
+Using sleep as the remote shell
+Show machine names on output
+Adding machine 5,4,3,2,1 to list
+Setting forklimit to 3 and wait_shell to 0
+... Waiting for process to end with waitpid
+... Waiting for process to end with waitpid
+Sun Aug 7 04:04:52 UTC 2005
+PASS: tests/param-F-forklimit.sh
+PASS: tests/param-gnu-getopt.sh
+PASS: tests/news-okay.sh
+a: a
+dsh: Process terminated (before write).
+b: b
+c: c
+PASS: tests/segv-catcher.sh
+l w
+PASS: tests/test-bufferoverflow.sh
+PASS: tests/machinelist-comment-test.sh
+PASS: tests/machinelist-order.sh
+===================
+All 17 tests passed
+===================
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+touch build-stamp
+ fakeroot debian/rules binary
+dh_testdir
+dh_testroot
+dh_clean -k
+dh_installdirs
+# Add here commands to install the package into debian/dsh.
+/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.6'
+Making install in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6/m4'
+make[3]: Nothing to be done for `install-exec-am'.
+make[3]: Nothing to be done for `install-data-am'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/m4'
+Making install in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+if test "dsh" = "gettext"; then \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
+ /usr/bin/install -c -m 644 ./$file \
+ /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+else \
+ : ; \
+fi
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+done
+test -z "/usr/share/man/man1" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
+cp /tmp/buildd/dsh-0.25.6/debian/machines.list /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.6/dsh.conf /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.6/debian/dsh.updatelist /tmp/buildd/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+dh_testdir
+dh_testroot
+dh_installdocs NEWS
+dh_installexamples
+dh_installmenu
+dh_installman
+dh_installchangelogs ChangeLog
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_link
+dh_strip
+dh_shlibdeps
+dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_gencontrol
+dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+dh_md5sums
+dh_builddeb
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
+ dpkg-genchanges
+dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: full upload (original source is included)
+ -> Terminate timeout process
+ -> unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 89: 30072 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+ -> unmounting proc filesystem
+Current time: Sun Aug 7 13:04:54 JST 2005
+pbuilder-time-stamp: 1123387494
+ -> cleaning the build env
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/29786 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-normal-sid.log b/testsuite/cdebootstrap/pdebuild-normal-sid.log
new file mode 100644
index 0000000..b924c1b
--- /dev/null
+++ b/testsuite/cdebootstrap/pdebuild-normal-sid.log
@@ -0,0 +1,40 @@
+dpkg-buildpackage: source package is dsh
+dpkg-buildpackage: source version is 0.25.6-1
+dpkg-buildpackage: source changed by Junichi Uekawa <dancer@debian.org>
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.6
+dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.6-1.dsc
+ dpkg-genchanges -S
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: source only upload (original source is included)
+I: using fakeroot in build.
+pbuilder-buildpackage/i386 $Id$
+$Id$
+
+Current time: Sun Aug 7 13:00:38 JST 2005
+pbuilder-time-stamp: 1123387238
+Building the build Environment
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
+
+gzip: stdin: unexpected end of file
+tar: Child returned status 1
+tar: Error exit delayed from previous errors
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/8470
diff --git a/testsuite/normal/pbuilder-build-dsh-etch.log b/testsuite/normal/pbuilder-build-dsh-etch.log
index a604eb0..03e9330 100644
--- a/testsuite/normal/pbuilder-build-dsh-etch.log
+++ b/testsuite/normal/pbuilder-build-dsh-etch.log
@@ -1,13 +1,13 @@
I: using fakeroot in build.
-pbuilder-buildpackage/powerpc $Id$
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Thu Jul 14 06:59:40 JST 2005
-pbuilder-time-stamp: 1121291980
+Current time: Sun Aug 7 13:00:11 JST 2005
+pbuilder-time-stamp: 1123387211
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir1/7610
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/4546
diff --git a/testsuite/normal/pbuilder-build-dsh-sarge.log b/testsuite/normal/pbuilder-build-dsh-sarge.log
index e433a81..fc877e6 100644
--- a/testsuite/normal/pbuilder-build-dsh-sarge.log
+++ b/testsuite/normal/pbuilder-build-dsh-sarge.log
@@ -1,18 +1,17 @@
I: using fakeroot in build.
-pbuilder-buildpackage/powerpc $Id$
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Thu Jul 14 06:12:45 JST 2005
-pbuilder-time-stamp: 1121289165
+Current time: Sun Aug 7 12:54:05 JST 2005
+pbuilder-time-stamp: 1123386845
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result/
-Obtaining the cached apt archive contents
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -33,19 +32,30 @@ The following NEW packages will be installed:
debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/2641kB of archives.
-After unpacking 8970kB of additional disk space will be used.
+Need to get 2591kB of archives.
+After unpacking 8679kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.13 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.14.4-2 [1718kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.32 [362kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2591kB in 0s (6154kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 10865 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.12-1_powerpc.deb) ...
+(Reading database ... 11040 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../file_4.12-1_powerpc.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.30.13_all.deb) ...
Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.2a-2_powerpc.deb) ...
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.4-2_powerpc.deb) ...
+Unpacking gettext (from .../gettext_0.14.4-2_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
@@ -53,9 +63,9 @@ Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_4.2.32_all.deb) ...
Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
Setting up libmagic1 (4.12-1) ...
Setting up file (4.12-1) ...
@@ -77,18 +87,19 @@ Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/81.8kB of archives.
-After unpacking 315kB of additional disk space will be used.
+Need to get 70.5kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [70.5kB]
+Fetched 70.5kB in 0s (776kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 11407 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.2.10_powerpc.deb) ...
+(Reading database ... 11582 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_i386.deb) ...
Setting up fakeroot (1.2.10) ...
-Copying back the cached apt archive contents
Copying source file
- -> copying [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir1/dsh_0.25.6-1.dsc]
- -> copying [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir1/dsh_0.25.6.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir1/dsh_0.25.6-1.diff.gz]
+ -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/dsh_0.25.6-1.dsc]
+ -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/dsh_0.25.6.orig.tar.gz]
+ -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/dsh_0.25.6-1.diff.gz]
Extracting source
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
@@ -101,7 +112,7 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-buildpackage: source version is 0.25.6-1
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: host architecture is powerpc
+dpkg-buildpackage: host architecture is i386
dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
@@ -166,8 +177,8 @@ checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... powerpc-unknown-linux-gnu
-checking host system type... powerpc-unknown-linux-gnu
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
@@ -346,9 +357,9 @@ make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
/usr/bin/make check-TESTS
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
@@ -402,7 +413,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Wed Jul 13 21:16:22 UTC 2005
+Sun Aug 7 03:54:41 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -472,13 +483,12 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Wed Jul 13 21:16:27 UTC 2005
+Sun Aug 7 03:54:46 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
b: b
-dsh: Process terminated (before write).
c: c
PASS: tests/segv-catcher.sh
l w
@@ -574,7 +584,7 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_powerpc.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
dpkg-genchanges -mJunichi Uekawa <dancer@debian.org>
dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
@@ -582,10 +592,11 @@ dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; u
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-Copying back the cached apt archive contents
+ -> Terminate timeout process
+/usr/lib/pbuilder/pbuilder-buildpackage: line 135: 7588 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Thu Jul 14 06:17:05 JST 2005
-pbuilder-time-stamp: 1121289425
+Current time: Sun Aug 7 12:54:49 JST 2005
+pbuilder-time-stamp: 1123386889
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir1/2217 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/7260 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-sid.log b/testsuite/normal/pbuilder-build-dsh-sid.log
index 8790cc0..bca1bef 100644
--- a/testsuite/normal/pbuilder-build-dsh-sid.log
+++ b/testsuite/normal/pbuilder-build-dsh-sid.log
@@ -1,13 +1,13 @@
I: using fakeroot in build.
-pbuilder-buildpackage/powerpc $Id$
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Thu Jul 14 05:51:42 JST 2005
-pbuilder-time-stamp: 1121287902
+Current time: Sun Aug 7 12:52:22 JST 2005
+pbuilder-time-stamp: 1123386742
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir1/23824
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir1/28458
diff --git a/testsuite/normal/pbuilder-create-etch.log b/testsuite/normal/pbuilder-create-etch.log
index 2cd6c65..9e467c9 100644
--- a/testsuite/normal/pbuilder-create-etch.log
+++ b/testsuite/normal/pbuilder-create-etch.log
@@ -39,7 +39,6 @@ I: Extracting libnewt0.51...
I: Extracting libpam-modules...
I: Extracting libpam-runtime...
I: Extracting libpam0g...
-I: Extracting libreadline4...
I: Extracting libss2...
I: Extracting libstdc++5...
I: Extracting libtext-charwidth-perl...
@@ -74,4 +73,4 @@ W: Failure while configuring base packages. This will be attempted 5 times.
pbuilder: debootstrap failed
-> Aborting with an error
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//31122 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//28940 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sarge.log b/testsuite/normal/pbuilder-create-sarge.log
index 5aaa497..6784115 100644
--- a/testsuite/normal/pbuilder-create-sarge.log
+++ b/testsuite/normal/pbuilder-create-sarge.log
@@ -39,9 +39,7 @@ I: Extracting libnewt0.51...
I: Extracting libpam-modules...
I: Extracting libpam-runtime...
I: Extracting libpam0g...
-I: Extracting libperl5.8...
I: Extracting libpopt0...
-I: Extracting libreadline4...
I: Extracting libss2...
I: Extracting libstdc++5...
I: Extracting libtext-charwidth-perl...
@@ -77,140 +75,11 @@ Refreshing the base.tgz
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
-Get:1 http://ring.asahi-net.or.jp sarge/main Packages [3273kB]
-Get:2 http://ring.asahi-net.or.jp sarge/main Release [98B]
-Fetched 3274kB in 32s (101kB/s)
+Get:1 http://ring.asahi-net.or.jp sarge/main Packages [3347kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main Release [95B]
+Fetched 3347kB in 1s (2227kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
-Obtaining the cached apt archive contents
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//apt_0.5.28.6_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//base-files_3.1.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//base-passwd_3.5.9_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//bsdutils_1%3a2.12p-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//coreutils_5.2.1-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//cpio_2.5-1.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//diff_2.8.1-11_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//dpkg_1.10.28_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//dselect_1.10.28_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//findutils_4.1.20-6_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//grep_2.5.1.ds1-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//gzip_1.3.5-10_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//hostname_2.13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//initscripts_2.86.ds1-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libc6_2.3.2.ds1-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libcap1_1%3a1.10-14_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libdb1-compat_2.1.3-7_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libdb3_3.2.9-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libdb4.2_4.2.52-18_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libgcc1_1%3a3.4.3-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libgdbm3_1.8.3-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libncurses5_5.4-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libpam-modules_0.76-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libpam-runtime_0.76-22_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libpam0g_0.76-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//mawk_1.3.3-11_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//mount_2.12p-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//ncurses-base_5.4-4_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//ncurses-bin_5.4-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//perl-base_5.8.4-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//slang1a-utf8_1.4.9dbs-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//sysv-rc_2.86.ds1-1_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//sysvinit_2.86.ds1-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//util-linux_2.12p-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//zlib1g_1%3a1.2.2-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libtext-iconv-perl_1.2-3_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//gettext-base_0.14.4-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//wget_1.9.1-12_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//bash_2.05b-26_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//debianutils_2.8.4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//e2fslibs_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//e2fsprogs_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//gcc-3.3-base_1%3a3.3.5-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libacl1_2.2.23-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libattr1_2.4.16-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libblkid1_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libcomerr2_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libss2_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libstdc++5_1%3a3.3.5-13_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libuuid1_1.37-2sarge1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//login_1%3a4.0.3-31sarge5_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//passwd_1%3a4.0.3-31sarge5_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//sed_4.1.2-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//tar_1.14-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//liblocale-gettext-perl_1.01-17_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libtext-charwidth-perl_0.04-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libtext-wrapi18n-perl_0.06-1_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//debconf-i18n_1.4.30.13_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//debconf_1.4.30.13_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libssl0.9.7_0.9.7e-3_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//adduser_3.63_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//amiga-fdisk_0.04-9_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//apt-utils_0.5.28.6_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//aptitude_0.2.15.9-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//at_3.1.8-11_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//base-config_2.53.10_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//bsdmainutils_6.0.17_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//console-common_0.7.49_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//console-data_2002.12.04dbs-49_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//console-tools_1%3a0.2.3dbs-56_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//cron_3.0pl1-86_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//dhcp-client_2.0pl5-19.1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//ed_0.2-20_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//exim4_4.50-8_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//exim4-base_4.50-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//exim4-config_4.50-8_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//exim4-daemon-light_4.50-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//fdutils_5.4-20040228-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//groff-base_1.18.1.1-7_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//hfsutils_3.2.6-7_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//ifupdown_0.6.7_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//info_4.7-2.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//ipchains_1.3.10-15_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//iptables_1.2.11-10_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//iputils-ping_3%3a20020927-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//klogd_1.4.1-17_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libconsole_1%3a0.2.3dbs-56_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libgnutls11_1.0.16-13.1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//liblockfile1_1.06_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//liblzo1_1.08-1.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libnewt0.51_0.51.6-20_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libopencdk8_0.5.5-10_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libpcap0.7_0.7.2-7_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libpcre3_4.5-1.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libperl5.8_5.8.4-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libpopt0_1.7-5_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libreadline4_4.3-11_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libsigc++-1.2-5c102_1.2.5-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libtasn1-2_0.2.10-3_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libtextwrap1_0.1-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libwrap0_7.6.dbs-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//logrotate_3.7-5_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//mac-fdisk_0.1-11_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//mailx_1%3a8.1.2-0.20040524cvs-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//makedev_2.3.1-77_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//man-db_2.4.2-21_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//manpages_1.70-1_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//modutils_2.4.26-1.2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//nano_1.2.4-5_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//net-tools_1.60-10_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//netbase_4.21_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//netkit-inetd_0.10-10_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//nvi_1.79-22_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//pciutils_1%3a2.1.11-15_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//ppp_2.4.3-20050321+2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libgpg-error0_1.0-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//libgcrypt11_1.2.0-11.1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//powerpc-utils_1.1.3-15_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//pppconfig_2.3.11_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//pppoe_3.5-4_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//pppoeconf_1.7_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//procps_1%3a3.2.1-2_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//psmisc_21.5-1_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//sysklogd_1.4.1-17_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//tasksel_2.24_all.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//tcpd_7.6.dbs-8_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//telnet_0.17-29_powerpc.deb': File exists
-ln: `/var/cache/pbuilder/build//24169/var/cache/apt/archives//whiptail_0.51.6-20_powerpc.deb': File exists
Reading Package Lists...
Building Dependency Tree...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
@@ -231,41 +100,58 @@ The following NEW packages will be installed:
libc6-dev libstdc++5-3.3-dev linux-kernel-headers make patch perl
perl-modules
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/19.1MB of archives.
-After unpacking 65.9MB of additional disk space will be used.
+Need to get 17.7MB of archives.
+After unpacking 62.4MB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main binutils 2.15-6 [2221kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main cpp-3.3 1:3.3.5-13 [1393kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main cpp 4:3.3.5-3 [29.6kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main perl-modules 5.8.4-8 [2178kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main perl 5.8.4-8 [3238kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main patch 2.5.9-2 [96.4kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main make 3.80-9 [366kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main dpkg-dev 1.10.28 [166kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main gcc-3.3 1:3.3.5-13 [1570kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main gcc 4:3.3.5-3 [4906B]
+Get:11 http://ring.asahi-net.or.jp sarge/main linux-kernel-headers 2.5.999-test7-bk-17 [1377kB]
+Get:12 http://ring.asahi-net.or.jp sarge/main libc6-dev 2.3.2.ds1-22 [2532kB]
+Get:13 http://ring.asahi-net.or.jp sarge/main libstdc++5-3.3-dev 1:3.3.5-13 [775kB]
+Get:14 http://ring.asahi-net.or.jp sarge/main g++-3.3 1:3.3.5-13 [1779kB]
+Get:15 http://ring.asahi-net.or.jp sarge/main g++ 4:3.3.5-3 [1398B]
+Get:16 http://ring.asahi-net.or.jp sarge/main build-essential 10.1 [6520B]
+Fetched 17.7MB in 2s (6752kB/s)
Selecting previously deselected package binutils.
-(Reading database ... 7606 files and directories currently installed.)
-Unpacking binutils (from .../binutils_2.15-6_powerpc.deb) ...
+(Reading database ... 7584 files and directories currently installed.)
+Unpacking binutils (from .../binutils_2.15-6_i386.deb) ...
Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-13_powerpc.deb) ...
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-13_i386.deb) ...
Selecting previously deselected package cpp.
-Unpacking cpp (from .../cpp_4%3a3.3.5-3_powerpc.deb) ...
+Unpacking cpp (from .../cpp_4%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.8.4-8_all.deb) ...
Selecting previously deselected package perl.
-Unpacking perl (from .../perl_5.8.4-8_powerpc.deb) ...
+Unpacking perl (from .../archives/perl_5.8.4-8_i386.deb) ...
Selecting previously deselected package patch.
-Unpacking patch (from .../patch_2.5.9-2_powerpc.deb) ...
+Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
Selecting previously deselected package make.
-Unpacking make (from .../make_3.80-9_powerpc.deb) ...
+Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.10.28_all.deb) ...
Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-13_powerpc.deb) ...
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.5-13_i386.deb) ...
Selecting previously deselected package gcc.
-Unpacking gcc (from .../gcc_4%3a3.3.5-3_powerpc.deb) ...
+Unpacking gcc (from .../gcc_4%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package linux-kernel-headers.
-Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-17_powerpc.deb) ...
+Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-17_i386.deb) ...
Selecting previously deselected package libc6-dev.
-Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-22_powerpc.deb) ...
+Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-22_i386.deb) ...
Selecting previously deselected package libstdc++5-3.3-dev.
-Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.5-13_powerpc.deb) ...
+Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.5-13_i386.deb) ...
Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-13_powerpc.deb) ...
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.5-13_i386.deb) ...
Selecting previously deselected package g++.
-Unpacking g++ (from .../g++_4%3a3.3.5-3_powerpc.deb) ...
+Unpacking g++ (from .../g++_4%3a3.3.5-3_i386.deb) ...
Selecting previously deselected package build-essential.
-Unpacking build-essential (from .../build-essential_10.1_powerpc.deb) ...
+Unpacking build-essential (from .../build-essential_10.1_i386.deb) ...
Setting up binutils (2.15-6) ...
Setting up cpp-3.3 (3.3.5-13) ...
@@ -287,9 +173,8 @@ Setting up g++-3.3 (3.3.5-13) ...
Setting up g++ (3.3.5-3) ...
Setting up build-essential (10.1) ...
-Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//24169 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//28769 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sid.log b/testsuite/normal/pbuilder-create-sid.log
index 28acfd6..dd15efe 100644
--- a/testsuite/normal/pbuilder-create-sid.log
+++ b/testsuite/normal/pbuilder-create-sid.log
@@ -5,8 +5,8 @@ I: Retrieving Release
I: Retrieving Packages
I: Validating Packages
I: Checking component main on http://ring.asahi-net.or.jp/archives/linux/debian/debian...
-E: Couldn't find these debs: libsigc++-1.2-5c102
+E: Couldn't find these debs: 34687544
pbuilder: debootstrap failed
-> Aborting with an error
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//23664 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//28311 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-etch.log b/testsuite/normal/pbuilder-execute-etch.log
index 1647d7e..315c577 100644
--- a/testsuite/normal/pbuilder-execute-etch.log
+++ b/testsuite/normal/pbuilder-execute-etch.log
@@ -1,7 +1,7 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /var/cache/pbuilder/build//7909
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /var/cache/pbuilder/build//4846
diff --git a/testsuite/normal/pbuilder-execute-sarge.log b/testsuite/normal/pbuilder-execute-sarge.log
index a14ac93..f594517 100644
--- a/testsuite/normal/pbuilder-execute-sarge.log
+++ b/testsuite/normal/pbuilder-execute-sarge.log
@@ -1,15 +1,13 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-Obtaining the cached apt archive contents
--- parameters given to this script
[test1 test2 test3]
-Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//22812 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//24515 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sid.log b/testsuite/normal/pbuilder-execute-sid.log
index 2f700cd..23dcdb5 100644
--- a/testsuite/normal/pbuilder-execute-sid.log
+++ b/testsuite/normal/pbuilder-execute-sid.log
@@ -1,7 +1,7 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /var/cache/pbuilder/build//24158
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /var/cache/pbuilder/build//28758
diff --git a/testsuite/normal/pbuilder-update-etch-sid-experimental.log b/testsuite/normal/pbuilder-update-etch-sid-experimental.log
index 3a66c99..20089d1 100644
--- a/testsuite/normal/pbuilder-update-etch-sid-experimental.log
+++ b/testsuite/normal/pbuilder-update-etch-sid-experimental.log
@@ -1,8 +1,8 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /var/cache/pbuilder/build//7929
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /var/cache/pbuilder/build//4866
diff --git a/testsuite/normal/pbuilder-update-etch-sid.log b/testsuite/normal/pbuilder-update-etch-sid.log
index 1ade698..fc63016 100644
--- a/testsuite/normal/pbuilder-update-etch-sid.log
+++ b/testsuite/normal/pbuilder-update-etch-sid.log
@@ -1,8 +1,8 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /var/cache/pbuilder/build//7919
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /var/cache/pbuilder/build//4856
diff --git a/testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log b/testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log
index df1ea43..e5bb05d 100644
--- a/testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log
+++ b/testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log
@@ -1,6 +1,6 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -17,52 +17,57 @@ Ign http://ring.asahi-net.or.jp sid Release
Get:4 http://ring.asahi-net.or.jp ../project/experimental Release [21.6kB]
Ign http://ring.asahi-net.or.jp ../project/experimental Release
Hit http://ring.asahi-net.or.jp sid/main Packages
-Get:5 http://ring.asahi-net.or.jp ../project/experimental/main Packages [84.7kB]
-Fetched 141kB in 5s (26.1kB/s)
+Get:5 http://ring.asahi-net.or.jp ../project/experimental/main Packages [154kB]
+Fetched 210kB in 0s (558kB/s)
Reading package lists...
W: GPG error: http://ring.asahi-net.or.jp sid Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: GPG error: http://ring.asahi-net.or.jp ../project/experimental Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: You may want to run apt-get update to correct these problems
dpkg - warning: ignoring request to remove lilo which isn't installed.
-Obtaining the cached apt archive contents
Reading package lists...
Building dependency tree...
+The following packages have been kept back:
+ aptitude
The following packages will be upgraded:
diff libc6 libc6-dev makedev
-4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/7740kB of archives.
-After unpacking 1069kB of additional disk space will be used.
+4 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
+Need to get 7929kB of archives.
+After unpacking 3559kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
diff libc6-dev libc6 makedev
-(Reading database ... 12084 files and directories currently installed.)
-Preparing to replace diff 2.8.1-11 (using .../diff_2.8.7-0.2_powerpc.deb) ...
+Get:1 http://ring.asahi-net.or.jp ../project/experimental/main diff 2.8.7-0.2 [241kB]
+Get:2 http://ring.asahi-net.or.jp ../project/experimental/main libc6-dev 2.3.5-2 [2672kB]
+Get:3 http://ring.asahi-net.or.jp ../project/experimental/main libc6 2.3.5-2 [4923kB]
+Get:4 http://ring.asahi-net.or.jp ../project/experimental/main makedev 3.3.8.2-0 [92.2kB]
+Fetched 7929kB in 0s (8398kB/s)
+(Reading database ... 11782 files and directories currently installed.)
+Preparing to replace diff 2.8.1-11 (using .../diff_2.8.7-0.2_i386.deb) ...
Unpacking replacement diff ...
Setting up diff (2.8.7-0.2) ...
-(Reading database ... 12092 files and directories currently installed.)
-Preparing to replace libc6-dev 2.3.2.ds1-22 (using .../libc6-dev_2.3.5-1_powerpc.deb) ...
+(Reading database ... 11790 files and directories currently installed.)
+Preparing to replace libc6-dev 2.3.2.ds1-22 (using .../libc6-dev_2.3.5-2_i386.deb) ...
Unpacking replacement libc6-dev ...
-Preparing to replace libc6 2.3.2.ds1-22 (using .../libc6_2.3.5-1_powerpc.deb) ...
+Preparing to replace libc6 2.3.2.ds1-22 (using .../libc6_2.3.5-2_i386.deb) ...
Unpacking replacement libc6 ...
-Setting up libc6 (2.3.5-1) ...
+Setting up libc6 (2.3.5-2) ...
Current default timezone: 'UTC'.
-Local time is now: Wed Jul 13 21:48:21 UTC 2005.
-Universal Time is now: Wed Jul 13 21:48:21 UTC 2005.
+Local time is now: Sun Aug 7 03:58:41 UTC 2005.
+Universal Time is now: Sun Aug 7 03:58:41 UTC 2005.
Run 'tzconfig' if you wish to change it.
-(Reading database ... 12101 files and directories currently installed.)
-Preparing to replace makedev 2.3.1-78 (using .../makedev_3.3.8.2-0_powerpc.deb) ...
+(Reading database ... 11824 files and directories currently installed.)
+Preparing to replace makedev 2.3.1-78 (using .../makedev_3.3.8.2-0_i386.deb) ...
Unpacking replacement makedev ...
-Setting up libc6-dev (2.3.5-1) ...
+Setting up libc6-dev (2.3.5-2) ...
Setting up makedev (3.3.8.2-0) ...
Reading package lists...
Building dependency tree...
build-essential is already the newest version.
dpkg-dev is already the newest version.
apt is already the newest version.
-0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-Copying back the cached apt archive contents
+0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//30189 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//28662 and its subdirectories
diff --git a/testsuite/normal/pbuilder-update-sarge-etch-sid.log b/testsuite/normal/pbuilder-update-sarge-etch-sid.log
index 608d39d..f7452b6 100644
--- a/testsuite/normal/pbuilder-update-sarge-etch-sid.log
+++ b/testsuite/normal/pbuilder-update-sarge-etch-sid.log
@@ -1,6 +1,6 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -9,33 +9,102 @@ Building the build Environment
-> Installing apt-lines
Refreshing the base.tgz
-> upgrading packages
-Get:1 http://ring.asahi-net.or.jp sid/main Packages [3510kB]
-Get:2 http://ring.asahi-net.or.jp sid/main Release [85B]
-Fetched 3510kB in 22s (156kB/s)
+Get:1 http://ring.asahi-net.or.jp sid/main Packages [3741kB]
+Get:2 http://ring.asahi-net.or.jp sid/main Release [82B]
+Fetched 3741kB in 1s (3062kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
-Obtaining the cached apt archive contents
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
- cpp-4.0 g++-4.0 gcc-4.0 gcc-4.0-base laptop-detect libncursesw5 libstdc++6
- libstdc++6-4.0-dev
+ cpp-4.0 dmidecode g++-4.0 gcc-4.0 gcc-4.0-base laptop-detect libncursesw5
+ libstdc++6 libstdc++6-4.0-dev
The following packages will be upgraded:
- apt apt-utils aptitude base-config binutils build-essential cpp cpp-3.3
- debconf debconf-i18n dpkg dpkg-dev dselect e2fslibs e2fsprogs exim4
- exim4-base exim4-config exim4-daemon-light fdutils g++ g++-3.3 gcc gcc-3.3
- gcc-3.3-base gettext-base grep gzip libacl1 libblkid1 libcomerr2 libdb4.2
- libgcc1 libgcrypt11 libncurses5 libnewt0.51 libpam-modules libpam-runtime
- libpam0g libperl5.8 libslang2 libss2 libssl0.9.7 libstdc++5
- libstdc++5-3.3-dev libuuid1 linux-kernel-headers login mac-fdisk man-db
- modutils nano ncurses-base ncurses-bin net-tools passwd perl perl-base
- perl-modules powerpc-utils sed tar tasksel telnet wget whiptail zlib1g
+ adduser apt apt-utils aptitude base-config base-files build-essential
+ console-common cpp cpp-3.3 dpkg dpkg-dev dselect e2fslibs e2fsprogs fdutils
+ g++ g++-3.3 gcc gcc-3.3 gcc-3.3-base gzip libacl1 libblkid1 libcomerr2
+ libdb4.2 libgcc1 libgcrypt11 libgpg-error0 libncurses5 libnewt0.51
+ libopencdk8 libpam-modules libpam-runtime libpam0g libslang2 libss2
+ libssl0.9.7 libstdc++5 libstdc++5-3.3-dev libtasn1-2 libuuid1
+ linux-kernel-headers login mailx modutils nano ncurses-base ncurses-bin
+ netkit-inetd passwd perl perl-base perl-modules sed tar tasksel telnet
+ whiptail zlib1g
+60 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
+Need to get 34.9MB of archives.
+After unpacking 19.9MB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sid/main dpkg 1.13.10 [1811kB]
+Get:2 http://ring.asahi-net.or.jp sid/main e2fslibs 1.38-1 [78.2kB]
+Get:3 http://ring.asahi-net.or.jp sid/main e2fsprogs 1.38-1 [525kB]
+Get:4 http://ring.asahi-net.or.jp sid/main gzip 1.3.5-12 [71.1kB]
+Get:5 http://ring.asahi-net.or.jp sid/main libpam-runtime 0.76-23 [59.1kB]
+Get:6 http://ring.asahi-net.or.jp sid/main libpam0g 0.76-23 [74.3kB]
+Get:7 http://ring.asahi-net.or.jp sid/main libpam-modules 0.76-23 [147kB]
+Get:8 http://ring.asahi-net.or.jp sid/main login 1:4.0.3-38 [579kB]
+Get:9 http://ring.asahi-net.or.jp sid/main libncurses5 5.4-9 [290kB]
+Get:10 http://ring.asahi-net.or.jp sid/main ncurses-bin 5.4-9 [208kB]
+Get:11 http://ring.asahi-net.or.jp sid/main perl-modules 5.8.7-4 [2326kB]
+Get:12 http://ring.asahi-net.or.jp sid/main libdb4.2 4.2.52-19 [388kB]
+Get:13 http://ring.asahi-net.or.jp sid/main perl 5.8.7-4 [3378kB]
+Get:14 http://ring.asahi-net.or.jp sid/main perl-base 5.8.7-4 [781kB]
+Get:15 http://ring.asahi-net.or.jp sid/main sed 4.1.4-2 [242kB]
+Get:16 http://ring.asahi-net.or.jp sid/main tar 1.15.1-2 [756kB]
+Get:17 http://ring.asahi-net.or.jp sid/main base-files 3.1.6 [34.6kB]
+Get:18 http://ring.asahi-net.or.jp sid/main ncurses-base 5.4-9 [12.8kB]
+Get:19 http://ring.asahi-net.or.jp sid/main console-common 0.7.52 [116kB]
+Get:20 http://ring.asahi-net.or.jp sid/main libgcc1 1:4.0.1-2 [89.4kB]
+Get:21 http://ring.asahi-net.or.jp sid/main libstdc++5-3.3-dev 1:3.3.6-7 [775kB]
+Get:22 http://ring.asahi-net.or.jp sid/main g++-3.3 1:3.3.6-7 [1779kB]
+Get:23 http://ring.asahi-net.or.jp sid/main gcc-3.3 1:3.3.6-7 [1556kB]
+Get:24 http://ring.asahi-net.or.jp sid/main cpp-3.3 1:3.3.6-7 [1393kB]
+Get:25 http://ring.asahi-net.or.jp sid/main gcc-3.3-base 1:3.3.6-7 [150kB]
+Get:26 http://ring.asahi-net.or.jp sid/main libstdc++5 1:3.3.6-7 [295kB]
+Get:27 http://ring.asahi-net.or.jp sid/main apt-utils 0.6.38 [188kB]
+Get:28 http://ring.asahi-net.or.jp sid/main aptitude 0.2.15.9-3 [941kB]
+Get:29 http://ring.asahi-net.or.jp sid/main apt 0.6.38 [1192kB]
+Get:30 http://ring.asahi-net.or.jp sid/main dselect 1.13.10 [121kB]
+Get:31 http://ring.asahi-net.or.jp sid/main libacl1 2.2.29-1.0.1 [13.6kB]
+Get:32 http://ring.asahi-net.or.jp sid/main libblkid1 1.38-1 [43.0kB]
+Get:33 http://ring.asahi-net.or.jp sid/main libcomerr2 1.38-1 [27.3kB]
+Get:34 http://ring.asahi-net.or.jp sid/main libss2 1.38-1 [33.2kB]
+Get:35 http://ring.asahi-net.or.jp sid/main libuuid1 1.38-1 [32.8kB]
+Get:36 http://ring.asahi-net.or.jp sid/main passwd 1:4.0.3-38 [511kB]
+Get:37 http://ring.asahi-net.or.jp sid/main zlib1g 1:1.2.3-1 [68.9kB]
+Get:38 http://ring.asahi-net.or.jp sid/main adduser 3.65 [100kB]
+Get:39 http://ring.asahi-net.or.jp sid/main base-config 2.69 [333kB]
+Get:40 http://ring.asahi-net.or.jp sid/main dmidecode 2.6-2 [47.4kB]
+Get:41 http://ring.asahi-net.or.jp sid/main laptop-detect 0.12.1 [2512B]
+Get:42 http://ring.asahi-net.or.jp sid/main libgpg-error0 1.1-1 [22.6kB]
+Get:43 http://ring.asahi-net.or.jp sid/main libgcrypt11 1.2.1-4 [180kB]
+Get:44 http://ring.asahi-net.or.jp sid/main libncursesw5 5.4-9 [307kB]
+Get:45 http://ring.asahi-net.or.jp sid/main libopencdk8 0.5.7-2 [96.3kB]
+Get:46 http://ring.asahi-net.or.jp sid/main libslang2 2.0.4-4 [406kB]
+Get:47 http://ring.asahi-net.or.jp sid/main libssl0.9.7 0.9.7g-1 [2215kB]
+Get:48 http://ring.asahi-net.or.jp sid/main libtasn1-2 0.2.13-1 [46.5kB]
+Get:49 http://ring.asahi-net.or.jp sid/main modutils 2.4.27.0-3 [235kB]
+Get:50 http://ring.asahi-net.or.jp sid/main nano 1.3.8-2 [403kB]
+Get:51 http://ring.asahi-net.or.jp sid/main netkit-inetd 0.10-10.2 [30.6kB]
+Get:52 http://ring.asahi-net.or.jp sid/main tasksel 2.28 [154kB]
+Get:53 http://ring.asahi-net.or.jp sid/main whiptail 0.51.6-28 [32.4kB]
+Get:54 http://ring.asahi-net.or.jp sid/main libnewt0.51 0.51.6-28 [59.1kB]
+Get:55 http://ring.asahi-net.or.jp sid/main gcc-4.0-base 4.0.1-2 [174kB]
+Get:56 http://ring.asahi-net.or.jp sid/main cpp-4.0 4.0.1-2 [2038kB]
+Get:57 http://ring.asahi-net.or.jp sid/main cpp 4:4.0.0-2 [30.4kB]
+Get:58 http://ring.asahi-net.or.jp sid/main dpkg-dev 1.13.10 [163kB]
+Get:59 http://ring.asahi-net.or.jp sid/main gcc-4.0 4.0.1-2 [495kB]
+Get:60 http://ring.asahi-net.or.jp sid/main gcc 4:4.0.0-2 [4914B]
+Get:61 http://ring.asahi-net.or.jp sid/main libstdc++6 4.0.1-2 [353kB]
+Get:62 http://ring.asahi-net.or.jp sid/main libstdc++6-4.0-dev 4.0.1-2 [1516kB]
+Get:63 http://ring.asahi-net.or.jp sid/main g++-4.0 4.0.1-2 [2321kB]
+Get:64 http://ring.asahi-net.or.jp sid/main g++ 4:4.0.0-2 [1388B]
+Get:65 http://ring.asahi-net.or.jp sid/main linux-kernel-headers 2.6.12.0-1 [1474kB]
+Get:66 http://ring.asahi-net.or.jp sid/main mailx 1:8.1.2-0.20050715cvs-1 [155kB]
+Get:67 http://ring.asahi-net.or.jp sid/main telnet 0.17-30 [64.3kB]
+Get:68 http://ring.asahi-net.or.jp sid/main build-essential 11.1 [6834B]
+Get:69 http://ring.asahi-net.or.jp sid/main fdutils 5.5-20050303-1 [347kB]
Preconfiguring packages ...
-67 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/40.9MB of archives.
-After unpacking 25.4MB of additional disk space will be used.
-(Reading database ... 11113 files and directories currently installed.)
-Preparing to replace dpkg 1.10.28 (using .../dpkg_1.13.10_powerpc.deb) ...
+Fetched 34.9MB in 7s (4725kB/s)
+(Reading database ... 11300 files and directories currently installed.)
+Preparing to replace dpkg 1.10.28 (using .../archives/dpkg_1.13.10_i386.deb) ...
Unpacking replacement dpkg ...
Setting up dpkg (1.13.10) ...
Installing new version of config file /etc/dpkg/origins/debian ...
@@ -43,273 +112,284 @@ Removing /usr/info symlink ...
Adding `local diversion of /usr/bin/md5sum.textutils to /usr/bin/md5sum'
Adding `local diversion of /usr/share/man/man1/md5sum.textutils.1.gz to /usr/share/man/man1/md5sum.1.gz'
-(Reading database ... 11112 files and directories currently installed.)
-Preparing to replace e2fslibs 1.37-2sarge1 (using .../e2fslibs_1.38-1_powerpc.deb) ...
+(Reading database ... 11299 files and directories currently installed.)
+Preparing to replace e2fslibs 1.37-2sarge1 (using .../e2fslibs_1.38-1_i386.deb) ...
Unpacking replacement e2fslibs ...
Setting up e2fslibs (1.38-1) ...
-(Reading database ... 11112 files and directories currently installed.)
-Preparing to replace e2fsprogs 1.37-2sarge1 (using .../e2fsprogs_1.38-1_powerpc.deb) ...
+(Reading database ... 11299 files and directories currently installed.)
+Preparing to replace e2fsprogs 1.37-2sarge1 (using .../e2fsprogs_1.38-1_i386.deb) ...
Unpacking replacement e2fsprogs ...
Setting up e2fsprogs (1.38-1) ...
-(Reading database ... 11114 files and directories currently installed.)
-Preparing to replace grep 2.5.1.ds1-4 (using .../grep_2.5.1.ds1-5_powerpc.deb) ...
-Unpacking replacement grep ...
-Setting up grep (2.5.1.ds1-5) ...
-(Reading database ... 11114 files and directories currently installed.)
-Preparing to replace gzip 1.3.5-10 (using .../gzip_1.3.5-11_powerpc.deb) ...
+(Reading database ... 11301 files and directories currently installed.)
+Preparing to replace gzip 1.3.5-10 (using .../gzip_1.3.5-12_i386.deb) ...
Unpacking replacement gzip ...
-Setting up gzip (1.3.5-11) ...
+Setting up gzip (1.3.5-12) ...
-(Reading database ... 11114 files and directories currently installed.)
+(Reading database ... 11301 files and directories currently installed.)
Preparing to replace libpam-runtime 0.76-22 (using .../libpam-runtime_0.76-23_all.deb) ...
Unpacking replacement libpam-runtime ...
Setting up libpam-runtime (0.76-23) ...
Installing new version of config file /etc/pam.conf ...
-(Reading database ... 11114 files and directories currently installed.)
-Preparing to replace libpam0g 0.76-22 (using .../libpam0g_0.76-23_powerpc.deb) ...
+(Reading database ... 11301 files and directories currently installed.)
+Preparing to replace libpam0g 0.76-22 (using .../libpam0g_0.76-23_i386.deb) ...
Unpacking replacement libpam0g ...
Setting up libpam0g (0.76-23) ...
-(Reading database ... 11114 files and directories currently installed.)
-Preparing to replace libpam-modules 0.76-22 (using .../libpam-modules_0.76-23_powerpc.deb) ...
+(Reading database ... 11301 files and directories currently installed.)
+Preparing to replace libpam-modules 0.76-22 (using .../libpam-modules_0.76-23_i386.deb) ...
Unpacking replacement libpam-modules ...
Setting up libpam-modules (0.76-23) ...
Installing new version of config file /etc/security/pam_env.conf ...
-(Reading database ... 11114 files and directories currently installed.)
-Preparing to replace login 1:4.0.3-35 (using .../login_1%3a4.0.3-37_powerpc.deb) ...
+(Reading database ... 11301 files and directories currently installed.)
+Preparing to replace login 1:4.0.3-35 (using .../login_1%3a4.0.3-38_i386.deb) ...
Unpacking replacement login ...
-Setting up login (4.0.3-37) ...
+Setting up login (4.0.3-38) ...
Installing new version of config file /etc/login.defs ...
-(Reading database ... 11113 files and directories currently installed.)
-Preparing to replace libncurses5 5.4-4 (using .../libncurses5_5.4-8_powerpc.deb) ...
+(Reading database ... 11299 files and directories currently installed.)
+Preparing to replace libncurses5 5.4-4 (using .../libncurses5_5.4-9_i386.deb) ...
Unpacking replacement libncurses5 ...
-Setting up libncurses5 (5.4-8) ...
+Setting up libncurses5 (5.4-9) ...
-(Reading database ... 11114 files and directories currently installed.)
-Preparing to replace ncurses-bin 5.4-4 (using .../ncurses-bin_5.4-8_powerpc.deb) ...
+(Reading database ... 11300 files and directories currently installed.)
+Preparing to replace ncurses-bin 5.4-4 (using .../ncurses-bin_5.4-9_i386.deb) ...
Unpacking replacement ncurses-bin ...
-Setting up ncurses-bin (5.4-8) ...
-
-(Reading database ... 11114 files and directories currently installed.)
+Setting up ncurses-bin (5.4-9) ...
+(Reading database ... 11300 files and directories currently installed.)
Preparing to replace perl-modules 5.8.7-3 (using .../perl-modules_5.8.7-4_all.deb) ...
Unpacking replacement perl-modules ...
-Preparing to replace libdb4.2 4.2.52-18 (using .../libdb4.2_4.2.52-19_powerpc.deb) ...
+Preparing to replace libdb4.2 4.2.52-18 (using .../libdb4.2_4.2.52-19_i386.deb) ...
Unpacking replacement libdb4.2 ...
-Preparing to replace perl 5.8.7-3 (using .../perl_5.8.7-4_powerpc.deb) ...
+Preparing to replace perl 5.8.7-3 (using .../archives/perl_5.8.7-4_i386.deb) ...
Unpacking replacement perl ...
-Preparing to replace libperl5.8 5.8.7-3 (using .../libperl5.8_5.8.7-4_powerpc.deb) ...
-Unpacking replacement libperl5.8 ...
-Preparing to replace perl-base 5.8.7-3 (using .../perl-base_5.8.7-4_powerpc.deb) ...
+Preparing to replace perl-base 5.8.7-3 (using .../perl-base_5.8.7-4_i386.deb) ...
Unpacking replacement perl-base ...
Setting up perl-base (5.8.7-4) ...
-(Reading database ... 11172 files and directories currently installed.)
-Preparing to replace sed 4.1.2-8 (using .../sed_4.1.4-2_powerpc.deb) ...
+(Reading database ... 11315 files and directories currently installed.)
+Preparing to replace sed 4.1.2-8 (using .../archives/sed_4.1.4-2_i386.deb) ...
Unpacking replacement sed ...
Setting up sed (4.1.4-2) ...
-(Reading database ... 11173 files and directories currently installed.)
-Preparing to replace tar 1.14-2 (using .../tar_1.15.1-2_powerpc.deb) ...
+(Reading database ... 11316 files and directories currently installed.)
+Preparing to replace tar 1.14-2 (using .../archives/tar_1.15.1-2_i386.deb) ...
Unpacking replacement tar ...
Setting up tar (1.15.1-2) ...
-(Reading database ... 11177 files and directories currently installed.)
-Preparing to replace ncurses-base 5.4-4 (using .../ncurses-base_5.4-8_all.deb) ...
+(Reading database ... 11320 files and directories currently installed.)
+Preparing to replace base-files 3.1.5 (using .../base-files_3.1.6_i386.deb) ...
+Unpacking replacement base-files ...
+dpkg: warning - unable to delete old file `/usr/doc': Directory not empty
+Setting up base-files (3.1.6) ...
+
+(Reading database ... 11318 files and directories currently installed.)
+Preparing to replace ncurses-base 5.4-4 (using .../ncurses-base_5.4-9_all.deb) ...
+Removing obsolete conffile /etc/terminfo/x/xterm-color ...
+Removing obsolete conffile /etc/terminfo/x/xterm-vt220 ...
+Removing obsolete conffile /etc/terminfo/x/xterm-mono ...
+Removing obsolete conffile /etc/terminfo/x/xterm-xfree86 ...
+Removing obsolete conffile /etc/terminfo/x/xterm-r6 ...
+Removing obsolete conffile /etc/terminfo/x/xterm-r5 ...
+Removing obsolete conffile /etc/terminfo/x/xterm-debian ...
+Removing obsolete conffile /etc/terminfo/x/xterm ...
+Removing obsolete conffile /etc/terminfo/w/wsvt25m ...
+Removing obsolete conffile /etc/terminfo/w/wsvt25 ...
+Removing obsolete conffile /etc/terminfo/v/vt52 ...
+Removing obsolete conffile /etc/terminfo/v/vt220 ...
+Removing obsolete conffile /etc/terminfo/v/vt102 ...
+Removing obsolete conffile /etc/terminfo/v/vt100 ...
+Removing obsolete conffile /etc/terminfo/s/sun ...
+Removing obsolete conffile /etc/terminfo/s/screen-w ...
+Removing obsolete conffile /etc/terminfo/s/screen-s ...
+Removing obsolete conffile /etc/terminfo/s/screen-bce ...
+Removing obsolete conffile /etc/terminfo/s/screen ...
+Removing obsolete conffile /etc/terminfo/r/rxvt-m ...
+Removing obsolete conffile /etc/terminfo/r/rxvt-basic ...
+Removing obsolete conffile /etc/terminfo/r/rxvt ...
+Removing obsolete conffile /etc/terminfo/p/pcansi ...
+Removing obsolete conffile /etc/terminfo/m/mach-color ...
+Removing obsolete conffile /etc/terminfo/m/mach-bold ...
+Removing obsolete conffile /etc/terminfo/m/mach ...
+Removing obsolete conffile /etc/terminfo/l/linux ...
+Removing obsolete conffile /etc/terminfo/h/hurd ...
+Removing obsolete conffile /etc/terminfo/d/dumb ...
+Removing obsolete conffile /etc/terminfo/c/cygwin ...
+Removing obsolete conffile /etc/terminfo/c/cons25 ...
+Removing obsolete conffile /etc/terminfo/a/ansi ...
+Removing obsolete conffile /etc/terminfo/E/Eterm-color ...
+Removing obsolete conffile /etc/terminfo/E/Eterm ...
Unpacking replacement ncurses-base ...
-Setting up ncurses-base (5.4-8) ...
-Installing new version of config file /etc/terminfo/E/Eterm ...
-Installing new version of config file /etc/terminfo/a/ansi ...
-Installing new version of config file /etc/terminfo/c/cons25 ...
-Installing new version of config file /etc/terminfo/l/linux ...
-Installing new version of config file /etc/terminfo/p/pcansi ...
-Installing new version of config file /etc/terminfo/r/rxvt ...
-Installing new version of config file /etc/terminfo/r/rxvt-basic ...
-Installing new version of config file /etc/terminfo/s/screen-w ...
-Installing new version of config file /etc/terminfo/s/sun ...
-Installing new version of config file /etc/terminfo/v/vt100 ...
-Installing new version of config file /etc/terminfo/v/vt102 ...
-Installing new version of config file /etc/terminfo/v/vt220 ...
-Installing new version of config file /etc/terminfo/v/vt52 ...
-Installing new version of config file /etc/terminfo/w/wsvt25 ...
-Installing new version of config file /etc/terminfo/w/wsvt25m ...
-Installing new version of config file /etc/terminfo/x/xterm ...
-Installing new version of config file /etc/terminfo/x/xterm-debian ...
-Installing new version of config file /etc/terminfo/x/xterm-xfree86 ...
-Installing new version of config file /etc/terminfo/x/xterm-mono ...
-Installing new version of config file /etc/terminfo/x/xterm-vt220 ...
-
-(Reading database ... 11179 files and directories currently installed.)
-Preparing to replace debconf-i18n 1.4.51 (using .../debconf-i18n_1.4.52_all.deb) ...
-Unpacking replacement debconf-i18n ...
-Preparing to replace debconf 1.4.51 (using .../debconf_1.4.52_all.deb) ...
-Unpacking replacement debconf ...
-Preparing to replace libgcc1 1:4.0.0-9 (using .../libgcc1_1%3a4.0.1-1_powerpc.deb) ...
+Setting up ncurses-base (5.4-9) ...
+(Reading database ... 11322 files and directories currently installed.)
+Preparing to replace console-common 0.7.51 (using .../console-common_0.7.52_all.deb) ...
+Unpacking replacement console-common ...
+Preparing to replace libgcc1 1:4.0.0-9 (using .../libgcc1_1%3a4.0.1-2_i386.deb) ...
Unpacking replacement libgcc1 ...
-Setting up libgcc1 (4.0.1-1) ...
+Setting up libgcc1 (4.0.1-2) ...
-(Reading database ... 11179 files and directories currently installed.)
-Preparing to replace libstdc++5-3.3-dev 1:3.3.5-13 (using .../libstdc++5-3.3-dev_1%3a3.3.6-7_powerpc.deb) ...
+(Reading database ... 11325 files and directories currently installed.)
+Preparing to replace libstdc++5-3.3-dev 1:3.3.5-13 (using .../libstdc++5-3.3-dev_1%3a3.3.6-7_i386.deb) ...
Unpacking replacement libstdc++5-3.3-dev ...
-Preparing to replace g++-3.3 1:3.3.5-13 (using .../g++-3.3_1%3a3.3.6-7_powerpc.deb) ...
+Preparing to replace g++-3.3 1:3.3.5-13 (using .../g++-3.3_1%3a3.3.6-7_i386.deb) ...
Unpacking replacement g++-3.3 ...
-Preparing to replace binutils 2.15-7 (using .../binutils_2.16.1-2_powerpc.deb) ...
-Unpacking replacement binutils ...
-Preparing to replace gcc-3.3 1:3.3.5-13 (using .../gcc-3.3_1%3a3.3.6-7_powerpc.deb) ...
+Preparing to replace gcc-3.3 1:3.3.5-13 (using .../gcc-3.3_1%3a3.3.6-7_i386.deb) ...
Unpacking replacement gcc-3.3 ...
-Preparing to replace cpp-3.3 1:3.3.5-13 (using .../cpp-3.3_1%3a3.3.6-7_powerpc.deb) ...
+Preparing to replace cpp-3.3 1:3.3.5-13 (using .../cpp-3.3_1%3a3.3.6-7_i386.deb) ...
Unpacking replacement cpp-3.3 ...
-Preparing to replace gcc-3.3-base 1:3.3.5-13 (using .../gcc-3.3-base_1%3a3.3.6-7_powerpc.deb) ...
+Preparing to replace gcc-3.3-base 1:3.3.5-13 (using .../gcc-3.3-base_1%3a3.3.6-7_i386.deb) ...
Unpacking replacement gcc-3.3-base ...
-Preparing to replace libstdc++5 1:3.3.5-13 (using .../libstdc++5_1%3a3.3.6-7_powerpc.deb) ...
+Preparing to replace libstdc++5 1:3.3.5-13 (using .../libstdc++5_1%3a3.3.6-7_i386.deb) ...
Unpacking replacement libstdc++5 ...
Setting up gcc-3.3-base (3.3.6-7) ...
Setting up libstdc++5 (3.3.6-7) ...
-(Reading database ... 11193 files and directories currently installed.)
-Preparing to replace apt-utils 0.5.28.6 (using .../apt-utils_0.6.38_powerpc.deb) ...
+(Reading database ... 11319 files and directories currently installed.)
+Preparing to replace apt-utils 0.5.28.6 (using .../apt-utils_0.6.38_i386.deb) ...
Unpacking replacement apt-utils ...
-Preparing to replace aptitude 0.2.15.9-2 (using .../aptitude_0.2.15.9-3_powerpc.deb) ...
+Preparing to replace aptitude 0.2.15.9-2 (using .../aptitude_0.2.15.9-3_i386.deb) ...
Unpacking replacement aptitude ...
-Preparing to replace apt 0.5.28.6 (using .../apt_0.6.38_powerpc.deb) ...
+Preparing to replace apt 0.5.28.6 (using .../archives/apt_0.6.38_i386.deb) ...
Unpacking replacement apt ...
Setting up apt (0.6.38) ...
-(Reading database ... 11219 files and directories currently installed.)
-Preparing to replace dselect 1.10.28 (using .../dselect_1.13.10_powerpc.deb) ...
+(Reading database ... 11317 files and directories currently installed.)
+Preparing to replace dselect 1.10.28 (using .../dselect_1.13.10_i386.deb) ...
Unpacking replacement dselect ...
Setting up dselect (1.13.10) ...
Installing new version of config file /etc/dpkg/dselect.cfg ...
-(Reading database ... 11219 files and directories currently installed.)
-Preparing to replace libacl1 2.2.23-1 (using .../libacl1_2.2.29-1_powerpc.deb) ...
+(Reading database ... 11317 files and directories currently installed.)
+Preparing to replace libacl1 2.2.23-1 (using .../libacl1_2.2.29-1.0.1_i386.deb) ...
Unpacking replacement libacl1 ...
-Setting up libacl1 (2.2.29-1) ...
+Setting up libacl1 (2.2.29-1.0.1) ...
-(Reading database ... 11219 files and directories currently installed.)
-Preparing to replace libblkid1 1.37-2sarge1 (using .../libblkid1_1.38-1_powerpc.deb) ...
+(Reading database ... 11317 files and directories currently installed.)
+Preparing to replace libblkid1 1.37-2sarge1 (using .../libblkid1_1.38-1_i386.deb) ...
Unpacking replacement libblkid1 ...
Setting up libblkid1 (1.38-1) ...
-(Reading database ... 11219 files and directories currently installed.)
-Preparing to replace libcomerr2 1.37-2sarge1 (using .../libcomerr2_1.38-1_powerpc.deb) ...
+(Reading database ... 11317 files and directories currently installed.)
+Preparing to replace libcomerr2 1.37-2sarge1 (using .../libcomerr2_1.38-1_i386.deb) ...
Unpacking replacement libcomerr2 ...
Setting up libcomerr2 (1.38-1) ...
-(Reading database ... 11219 files and directories currently installed.)
-Preparing to replace libss2 1.37-2sarge1 (using .../libss2_1.38-1_powerpc.deb) ...
+(Reading database ... 11317 files and directories currently installed.)
+Preparing to replace libss2 1.37-2sarge1 (using .../libss2_1.38-1_i386.deb) ...
Unpacking replacement libss2 ...
Setting up libss2 (1.38-1) ...
-(Reading database ... 11219 files and directories currently installed.)
-Preparing to replace libuuid1 1.37-2sarge1 (using .../libuuid1_1.38-1_powerpc.deb) ...
+(Reading database ... 11317 files and directories currently installed.)
+Preparing to replace libuuid1 1.37-2sarge1 (using .../libuuid1_1.38-1_i386.deb) ...
Unpacking replacement libuuid1 ...
Setting up libuuid1 (1.38-1) ...
-(Reading database ... 11219 files and directories currently installed.)
-Preparing to replace exim4-daemon-light 4.50-8 (using .../exim4-daemon-light_4.52-1_powerpc.deb) ...
-Unpacking replacement exim4-daemon-light ...
-Preparing to replace exim4-config 4.50-8 (using .../exim4-config_4.52-1_all.deb) ...
-Unpacking replacement exim4-config ...
-Preparing to replace exim4-base 4.50-8 (using .../exim4-base_4.52-1_powerpc.deb) ...
-Unpacking replacement exim4-base ...
-Preparing to replace passwd 1:4.0.3-35 (using .../passwd_1%3a4.0.3-37_powerpc.deb) ...
+(Reading database ... 11317 files and directories currently installed.)
+Preparing to replace passwd 1:4.0.3-35 (using .../passwd_1%3a4.0.3-38_i386.deb) ...
Unpacking replacement passwd ...
-Setting up passwd (4.0.3-37) ...
+Setting up passwd (4.0.3-38) ...
-(Reading database ... 11215 files and directories currently installed.)
-Preparing to replace zlib1g 1:1.2.2-4 (using .../zlib1g_1%3a1.2.2-8_powerpc.deb) ...
+(Reading database ... 11313 files and directories currently installed.)
+Preparing to replace zlib1g 1:1.2.2-4 (using .../zlib1g_1%3a1.2.3-1_i386.deb) ...
Unpacking replacement zlib1g ...
-Setting up zlib1g (1.2.2-8) ...
+Setting up zlib1g (1.2.3-1) ...
-(Reading database ... 11215 files and directories currently installed.)
-Preparing to replace gettext-base 0.14.5-1 (using .../gettext-base_0.14.5-2_powerpc.deb) ...
-Unpacking replacement gettext-base ...
+(Reading database ... 11313 files and directories currently installed.)
+Preparing to replace adduser 3.64 (using .../archives/adduser_3.65_all.deb) ...
+Unpacking replacement adduser ...
Preparing to replace base-config 2.65 (using .../base-config_2.69_all.deb) ...
Unpacking replacement base-config ...
+Selecting previously deselected package dmidecode.
+Unpacking dmidecode (from .../dmidecode_2.6-2_i386.deb) ...
Selecting previously deselected package laptop-detect.
-Unpacking laptop-detect (from .../laptop-detect_0.12.1_powerpc.deb) ...
-Preparing to replace libgcrypt11 1.2.0-11.1 (using .../libgcrypt11_1.2.1-2_powerpc.deb) ...
+Unpacking laptop-detect (from .../laptop-detect_0.12.1_i386.deb) ...
+Preparing to replace libgpg-error0 1.0-1 (using .../libgpg-error0_1.1-1_i386.deb) ...
+Unpacking replacement libgpg-error0 ...
+Preparing to replace libgcrypt11 1.2.0-11.1 (using .../libgcrypt11_1.2.1-4_i386.deb) ...
Unpacking replacement libgcrypt11 ...
Selecting previously deselected package libncursesw5.
-Unpacking libncursesw5 (from .../libncursesw5_5.4-8_powerpc.deb) ...
-Preparing to replace libslang2 2.0.4-2 (using .../libslang2_2.0.4-3_powerpc.deb) ...
+Unpacking libncursesw5 (from .../libncursesw5_5.4-9_i386.deb) ...
+Preparing to replace libopencdk8 0.5.5-10 (using .../libopencdk8_0.5.7-2_i386.deb) ...
+Unpacking replacement libopencdk8 ...
+Preparing to replace libslang2 2.0.4-2 (using .../libslang2_2.0.4-4_i386.deb) ...
Unpacking replacement libslang2 ...
-Preparing to replace libssl0.9.7 0.9.7e-3 (using .../libssl0.9.7_0.9.7g-1_powerpc.deb) ...
+Preparing to replace libssl0.9.7 0.9.7e-3 (using .../libssl0.9.7_0.9.7g-1_i386.deb) ...
Unpacking replacement libssl0.9.7 ...
-Preparing to replace mac-fdisk 0.1-11 (using .../mac-fdisk_0.1-12_powerpc.deb) ...
-Unpacking replacement mac-fdisk ...
-Preparing to replace man-db 2.4.2-21 (using .../man-db_2.4.3-1_powerpc.deb) ...
-Unpacking replacement man-db ...
-Preparing to replace modutils 2.4.26-1.2 (using .../modutils_2.4.27.0-3_powerpc.deb) ...
+Preparing to replace libtasn1-2 0.2.10-4 (using .../libtasn1-2_0.2.13-1_i386.deb) ...
+Unpacking replacement libtasn1-2 ...
+Preparing to replace modutils 2.4.26-1.2 (using .../modutils_2.4.27.0-3_i386.deb) ...
Unpacking replacement modutils ...
-Preparing to replace nano 1.2.4-5 (using .../nano_1.3.8-2_powerpc.deb) ...
+Preparing to replace nano 1.2.4-5 (using .../archives/nano_1.3.8-2_i386.deb) ...
Unpacking replacement nano ...
-Preparing to replace net-tools 1.60-13 (using .../net-tools_1.60-15_powerpc.deb) ...
-Unpacking replacement net-tools ...
-Preparing to replace powerpc-utils 1.1.3-15 (using .../powerpc-utils_1.1.3-16_powerpc.deb) ...
-Unpacking replacement powerpc-utils ...
-Preparing to replace tasksel 2.25 (using .../archives/tasksel_2.27_all.deb) ...
+Preparing to replace netkit-inetd 0.10-10.1 (using .../netkit-inetd_0.10-10.2_i386.deb) ...
+Unpacking replacement netkit-inetd ...
+Preparing to replace tasksel 2.25 (using .../archives/tasksel_2.28_all.deb) ...
Unpacking replacement tasksel ...
-Preparing to replace wget 1.10-2 (using .../wget_1.10-3+1.10.1beta1_powerpc.deb) ...
-Unpacking replacement wget ...
-Preparing to replace whiptail 0.51.6-26 (using .../whiptail_0.51.6-27_powerpc.deb) ...
+Preparing to replace whiptail 0.51.6-26 (using .../whiptail_0.51.6-28_i386.deb) ...
Unpacking replacement whiptail ...
-Preparing to replace libnewt0.51 0.51.6-26 (using .../libnewt0.51_0.51.6-27_powerpc.deb) ...
+Preparing to replace libnewt0.51 0.51.6-26 (using .../libnewt0.51_0.51.6-28_i386.deb) ...
Unpacking replacement libnewt0.51 ...
Selecting previously deselected package gcc-4.0-base.
-Unpacking gcc-4.0-base (from .../gcc-4.0-base_4.0.1-1_powerpc.deb) ...
+Unpacking gcc-4.0-base (from .../gcc-4.0-base_4.0.1-2_i386.deb) ...
Selecting previously deselected package cpp-4.0.
-Unpacking cpp-4.0 (from .../cpp-4.0_4.0.1-1_powerpc.deb) ...
-Preparing to replace cpp 4:3.3.5-3 (using .../cpp_4%3a4.0.0-2_powerpc.deb) ...
+Unpacking cpp-4.0 (from .../cpp-4.0_4.0.1-2_i386.deb) ...
+Preparing to replace cpp 4:3.3.5-3 (using .../cpp_4%3a4.0.0-2_i386.deb) ...
Unpacking replacement cpp ...
Preparing to replace dpkg-dev 1.10.28 (using .../dpkg-dev_1.13.10_all.deb) ...
Unpacking replacement dpkg-dev ...
-Preparing to replace exim4 4.50-8 (using .../archives/exim4_4.52-1_all.deb) ...
-Unpacking replacement exim4 ...
Selecting previously deselected package gcc-4.0.
-Unpacking gcc-4.0 (from .../gcc-4.0_4.0.1-1_powerpc.deb) ...
-Preparing to replace gcc 4:3.3.5-3 (using .../gcc_4%3a4.0.0-2_powerpc.deb) ...
+Unpacking gcc-4.0 (from .../gcc-4.0_4.0.1-2_i386.deb) ...
+Preparing to replace gcc 4:3.3.5-3 (using .../gcc_4%3a4.0.0-2_i386.deb) ...
Removing old gcc doc directory.
Unpacking replacement gcc ...
Selecting previously deselected package libstdc++6.
-Unpacking libstdc++6 (from .../libstdc++6_4.0.1-1_powerpc.deb) ...
+Unpacking libstdc++6 (from .../libstdc++6_4.0.1-2_i386.deb) ...
Selecting previously deselected package libstdc++6-4.0-dev.
-Unpacking libstdc++6-4.0-dev (from .../libstdc++6-4.0-dev_4.0.1-1_powerpc.deb) ...
+Unpacking libstdc++6-4.0-dev (from .../libstdc++6-4.0-dev_4.0.1-2_i386.deb) ...
Selecting previously deselected package g++-4.0.
-Unpacking g++-4.0 (from .../g++-4.0_4.0.1-1_powerpc.deb) ...
-Preparing to replace g++ 4:3.3.5-3 (using .../g++_4%3a4.0.0-2_powerpc.deb) ...
+Unpacking g++-4.0 (from .../g++-4.0_4.0.1-2_i386.deb) ...
+Preparing to replace g++ 4:3.3.5-3 (using .../g++_4%3a4.0.0-2_i386.deb) ...
Unpacking replacement g++ ...
-Preparing to replace linux-kernel-headers 2.5.999-test7-bk-17 (using .../linux-kernel-headers_2.6.12.0-1_powerpc.deb) ...
+Preparing to replace linux-kernel-headers 2.5.999-test7-bk-17 (using .../linux-kernel-headers_2.6.12.0-1_i386.deb) ...
Unpacking replacement linux-kernel-headers ...
-Preparing to replace telnet 0.17-29 (using .../telnet_0.17-30_powerpc.deb) ...
+Preparing to replace mailx 1:8.1.2-0.20040524cvs-4 (using .../mailx_1%3a8.1.2-0.20050715cvs-1_i386.deb) ...
+Unpacking replacement mailx ...
+Preparing to replace telnet 0.17-29 (using .../telnet_0.17-30_i386.deb) ...
Unpacking replacement telnet ...
-Preparing to replace build-essential 10.1 (using .../build-essential_11.1_powerpc.deb) ...
+Preparing to replace build-essential 10.1 (using .../build-essential_11.1_i386.deb) ...
Unpacking replacement build-essential ...
-Preparing to replace fdutils 5.4-20040228-1 (using .../fdutils_5.5-20050303-1_powerpc.deb) ...
+Preparing to replace fdutils 5.4-20040228-1 (using .../fdutils_5.5-20050303-1_i386.deb) ...
Unpacking replacement fdutils ...
Setting up libdb4.2 (4.2.52-19) ...
-Setting up libperl5.8 (5.8.7-4) ...
+Setting up console-common (0.7.52) ...
+Looking for keymap to install:
+NONE
Setting up cpp-3.3 (3.3.6-7) ...
-Setting up binutils (2.16.1-2) ...
-
Setting up gcc-3.3 (3.3.6-7) ...
Setting up apt-utils (0.6.38) ...
Setting up aptitude (0.2.15.9-3) ...
-Setting up gettext-base (0.14.5-2) ...
+Setting up adduser (3.65) ...
+
+Setting up base-config (2.69) ...
+Setting up dmidecode (2.6-2) ...
Setting up laptop-detect (0.12.1) ...
-Setting up libgcrypt11 (1.2.1-2) ...
+Setting up libgpg-error0 (1.1-1) ...
-Setting up libncursesw5 (5.4-8) ...
+Setting up libgcrypt11 (1.2.1-4) ...
-Setting up libslang2 (2.0.4-3) ...
+Setting up libncursesw5 (5.4-9) ...
+
+Setting up libopencdk8 (0.5.7-2) ...
+
+Setting up libslang2 (2.0.4-4) ...
+
+Setting up libssl0.9.7 (0.9.7g-1) ...
-Setting up mac-fdisk (0.1-12) ...
+Setting up libtasn1-2 (0.2.13-1) ...
Setting up modutils (2.4.27.0-3) ...
Installing new version of config file /etc/init.d/modutils ...
@@ -319,60 +399,38 @@ Installing new version of config file /etc/modutils/actions ...
Setting up nano (1.3.8-2) ...
Installing new version of config file /etc/nanorc ...
-Setting up net-tools (1.60-15) ...
-Setting up powerpc-utils (1.1.3-16) ...
+Setting up netkit-inetd (0.10-10.2) ...
+Restarting internet superserver: inetd.
-Setting up libnewt0.51 (0.51.6-27) ...
+Setting up tasksel (2.28) ...
-Setting up whiptail (0.51.6-27) ...
-Setting up gcc-4.0-base (4.0.1-1) ...
-Setting up cpp-4.0 (4.0.1-1) ...
+Setting up libnewt0.51 (0.51.6-28) ...
+
+Setting up whiptail (0.51.6-28) ...
+Setting up gcc-4.0-base (4.0.1-2) ...
+Setting up cpp-4.0 (4.0.1-2) ...
Setting up cpp (4.0.0-2) ...
-Setting up gcc-4.0 (4.0.1-1) ...
+Setting up gcc-4.0 (4.0.1-2) ...
Setting up gcc (4.0.0-2) ...
-Setting up libstdc++6 (4.0.1-1) ...
+Setting up libstdc++6 (4.0.1-2) ...
Setting up linux-kernel-headers (2.6.12.0-1) ...
-Setting up telnet (0.17-30) ...
-
-Setting up debconf-i18n (1.4.52) ...
-Setting up libstdc++5-3.3-dev (3.3.6-7) ...
-Setting up libstdc++6-4.0-dev (4.0.1-1) ...
-Setting up perl-modules (5.8.7-4) ...
-Setting up debconf (1.4.52) ...
-
-Setting up g++-3.3 (3.3.6-7) ...
-Setting up exim4-config (4.52-1) ...
-Installing new version of config file /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt ...
-Installing new version of config file /etc/exim4/conf.d/auth/30_exim4-config_examples ...
-Installing new version of config file /etc/exim4/conf.d/main/03_exim4-config_tlsoptions ...
-Installing new version of config file /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs ...
-Installing new version of config file /etc/exim4/exim4.conf.template ...
+Setting up mailx (8.1.2-0.20050715cvs-1) ...
-Setting up exim4-base (4.52-1) ...
-
-Setting up exim4-daemon-light (4.52-1) ...
-
-Setting up base-config (2.69) ...
-
-Setting up libssl0.9.7 (0.9.7g-1) ...
-
-Setting up man-db (2.4.3-1) ...
-Installing new version of config file /etc/manpath.config ...
-
-Setting up tasksel (2.27) ...
+Setting up telnet (0.17-30) ...
-Setting up wget (1.10-3+1.10.1beta1) ...
+Setting up fdutils (5.5-20050303-1) ...
-Setting up exim4 (4.52-1) ...
-Setting up g++-4.0 (4.0.1-1) ...
+Setting up libstdc++6-4.0-dev (4.0.1-2) ...
+Setting up perl-modules (5.8.7-4) ...
+Setting up libstdc++5-3.3-dev (3.3.6-7) ...
+Setting up g++-4.0 (4.0.1-2) ...
Setting up g++ (4.0.0-2) ...
-Setting up fdutils (5.5-20050303-1) ...
-
Setting up perl (5.8.7-4) ...
+Setting up g++-3.3 (3.3.6-7) ...
Setting up dpkg-dev (1.13.10) ...
Installing new version of config file /etc/dpkg/shlibs.default ...
Installing new version of config file /etc/dpkg/shlibs.override ...
@@ -383,9 +441,8 @@ build-essential is already the newest version.
dpkg-dev is already the newest version.
apt is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//27911 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//27169 and its subdirectories
diff --git a/testsuite/normal/pbuilder-update-sarge-etch.log b/testsuite/normal/pbuilder-update-sarge-etch.log
index 2d43732..b5301bb 100644
--- a/testsuite/normal/pbuilder-update-sarge-etch.log
+++ b/testsuite/normal/pbuilder-update-sarge-etch.log
@@ -1,6 +1,6 @@
Upgrading for distribution etch
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -9,56 +9,140 @@ Building the build Environment
-> Installing apt-lines
Refreshing the base.tgz
-> upgrading packages
-Get:1 http://ring.asahi-net.or.jp etch/main Packages [3376kB]
-Get:2 http://ring.asahi-net.or.jp etch/main Release [84B]
-Fetched 3376kB in 19s (174kB/s)
+Get:1 http://ring.asahi-net.or.jp etch/main Packages [3544kB]
+Get:2 http://ring.asahi-net.or.jp etch/main Release [81B]
+Fetched 3544kB in 1s (3228kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
-Obtaining the cached apt archive contents
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
libslang2
The following packages will be upgraded:
adduser base-config base-files base-passwd bash binutils bsdmainutils
- console-common cron debconf debconf-i18n debianutils findutils gettext-base
- groff-base hfsutils iptables libattr1 libgcc1 liblocale-gettext-perl liblzo1
- libnewt0.51 libpcre3 libperl5.8 libreadline4 libtasn1-2
- libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl login makedev
- manpages net-tools netkit-inetd passwd perl perl-base perl-modules procps
- psmisc tasksel wget whiptail
+ console-common cron debconf debconf-i18n debianutils exim4 exim4-base
+ exim4-config exim4-daemon-light findutils gettext-base grep groff-base
+ iptables libattr1 libgcc1 liblocale-gettext-perl liblzo1 libnewt0.51 libpcre3
+ libtasn1-2 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl
+ login makedev man-db manpages net-tools netkit-inetd passwd perl perl-base
+ perl-modules procps psmisc tasksel wget whiptail
+46 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 18.2MB of archives.
+After unpacking 3481kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp etch/main base-passwd 3.5.10 [34.7kB]
+Get:2 http://ring.asahi-net.or.jp etch/main base-files 3.1.5 [34.5kB]
+Get:3 http://ring.asahi-net.or.jp etch/main libpcre3 5.0-1.1 [159kB]
+Get:4 http://ring.asahi-net.or.jp etch/main exim4-daemon-light 4.52-1 [379kB]
+Get:5 http://ring.asahi-net.or.jp etch/main debianutils 2.14.1 [43.4kB]
+Get:6 http://ring.asahi-net.or.jp etch/main perl-modules 5.8.7-3 [2326kB]
+Get:7 http://ring.asahi-net.or.jp etch/main perl 5.8.7-3 [3371kB]
+Get:8 http://ring.asahi-net.or.jp etch/main perl-base 5.8.7-3 [749kB]
+Get:9 http://ring.asahi-net.or.jp etch/main liblocale-gettext-perl 1.05-1 [19.9kB]
+Get:10 http://ring.asahi-net.or.jp etch/main libtext-iconv-perl 1.4-1 [14.9kB]
+Get:11 http://ring.asahi-net.or.jp etch/main libtext-charwidth-perl 0.04-2 [11.3kB]
+Get:12 http://ring.asahi-net.or.jp etch/main libtext-wrapi18n-perl 0.06-2 [8528B]
+Get:13 http://ring.asahi-net.or.jp etch/main debconf-i18n 1.4.52 [109kB]
+Get:14 http://ring.asahi-net.or.jp etch/main debconf 1.4.52 [109kB]
+Get:15 http://ring.asahi-net.or.jp etch/main adduser 3.64 [99.8kB]
+Get:16 http://ring.asahi-net.or.jp etch/main cron 3.0pl1-87 [58.8kB]
+Get:17 http://ring.asahi-net.or.jp etch/main exim4-config 4.52-1 [247kB]
+Get:18 http://ring.asahi-net.or.jp etch/main exim4-base 4.52-1 [834kB]
+Get:19 http://ring.asahi-net.or.jp etch/main login 1:4.0.3-35 [591kB]
+Get:20 http://ring.asahi-net.or.jp etch/main passwd 1:4.0.3-35 [533kB]
+Get:21 http://ring.asahi-net.or.jp etch/main bash 3.0-15 [793kB]
+Get:22 http://ring.asahi-net.or.jp etch/main findutils 4.2.22-2 [301kB]
+Get:23 http://ring.asahi-net.or.jp etch/main grep 2.5.1.ds1-5 [170kB]
+Get:24 http://ring.asahi-net.or.jp etch/main console-common 0.7.51 [108kB]
+Get:25 http://ring.asahi-net.or.jp etch/main libgcc1 1:4.0.0-9 [84.1kB]
+Get:26 http://ring.asahi-net.or.jp etch/main tasksel 2.25 [137kB]
+Get:27 http://ring.asahi-net.or.jp etch/main gettext-base 0.14.5-2 [101kB]
+Get:28 http://ring.asahi-net.or.jp etch/main base-config 2.65 [324kB]
+Get:29 http://ring.asahi-net.or.jp etch/main bsdmainutils 6.1.2 [170kB]
+Get:30 http://ring.asahi-net.or.jp etch/main groff-base 1.18.1.1-8 [832kB]
+Get:31 http://ring.asahi-net.or.jp etch/main iptables 1.3.1-2 [397kB]
+Get:32 http://ring.asahi-net.or.jp etch/main liblzo1 1.08-2 [48.4kB]
+Get:33 http://ring.asahi-net.or.jp etch/main libslang2 2.0.4-2 [408kB]
+Get:34 http://ring.asahi-net.or.jp etch/main libtasn1-2 0.2.10-4 [42.5kB]
+Get:35 http://ring.asahi-net.or.jp etch/main man-db 2.4.3-1 [658kB]
+Get:36 http://ring.asahi-net.or.jp etch/main manpages 2.02-2 [392kB]
+Get:37 http://ring.asahi-net.or.jp etch/main net-tools 1.60-15 [248kB]
+Get:38 http://ring.asahi-net.or.jp etch/main netkit-inetd 0.10-10.1 [30.9kB]
+Get:39 http://ring.asahi-net.or.jp etch/main wget 1.10-3+1.10.1beta1 [451kB]
+Get:40 http://ring.asahi-net.or.jp etch/main whiptail 0.51.6-26 [32.5kB]
+Get:41 http://ring.asahi-net.or.jp etch/main libnewt0.51 0.51.6-26 [57.8kB]
+Get:42 http://ring.asahi-net.or.jp etch/main libattr1 2.4.21-1.0.1 [7854B]
+Get:43 http://ring.asahi-net.or.jp etch/main makedev 2.3.1-78 [40.9kB]
+Get:44 http://ring.asahi-net.or.jp etch/main procps 1:3.2.5-1 [215kB]
+Get:45 http://ring.asahi-net.or.jp etch/main binutils 2.16.1-2 [2378kB]
+Get:46 http://ring.asahi-net.or.jp etch/main exim4 4.52-1 [1834B]
+Get:47 http://ring.asahi-net.or.jp etch/main psmisc 21.6-1 [58.9kB]
Preconfiguring packages ...
-43 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/16.6MB of archives.
-After unpacking 4133kB of additional disk space will be used.
-(Reading database ... 10865 files and directories currently installed.)
-Preparing to replace base-passwd 3.5.9 (using .../base-passwd_3.5.10_powerpc.deb) ...
+Fetched 18.2MB in 2s (6458kB/s)
+(Reading database ... 11040 files and directories currently installed.)
+Preparing to replace base-passwd 3.5.9 (using .../base-passwd_3.5.10_i386.deb) ...
Unpacking replacement base-passwd ...
Setting up base-passwd (3.5.10) ...
-(Reading database ... 10865 files and directories currently installed.)
-Preparing to replace base-files 3.1.2 (using .../base-files_3.1.5_powerpc.deb) ...
+(Reading database ... 11040 files and directories currently installed.)
+Preparing to replace base-files 3.1.2 (using .../base-files_3.1.5_i386.deb) ...
Unpacking replacement base-files ...
Setting up base-files (3.1.5) ...
Installing new version of config file /etc/debian_version ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
-(Reading database ... 10865 files and directories currently installed.)
-Preparing to replace login 1:4.0.3-31sarge5 (using .../login_1%3a4.0.3-35_powerpc.deb) ...
+(Reading database ... 11040 files and directories currently installed.)
+Preparing to replace libpcre3 4.5-1.2 (using .../libpcre3_5.0-1.1_i386.deb) ...
+Unpacking replacement libpcre3 ...
+Preparing to replace exim4-daemon-light 4.50-8 (using .../exim4-daemon-light_4.52-1_i386.deb) ...
+Unpacking replacement exim4-daemon-light ...
+Preparing to replace debianutils 2.8.4 (using .../debianutils_2.14.1_i386.deb) ...
+Unpacking replacement debianutils ...
+Setting up debianutils (2.14.1) ...
+
+(Reading database ... 11041 files and directories currently installed.)
+Preparing to replace perl-modules 5.8.4-8 (using .../perl-modules_5.8.7-3_all.deb) ...
+Unpacking replacement perl-modules ...
+Preparing to replace perl 5.8.4-8 (using .../archives/perl_5.8.7-3_i386.deb) ...
+Unpacking replacement perl ...
+Preparing to replace perl-base 5.8.4-8 (using .../perl-base_5.8.7-3_i386.deb) ...
+Unpacking replacement perl-base ...
+Setting up perl-base (5.8.7-3) ...
+(Reading database ... 11192 files and directories currently installed.)
+Preparing to replace liblocale-gettext-perl 1.01-17 (using .../liblocale-gettext-perl_1.05-1_i386.deb) ...
+Unpacking replacement liblocale-gettext-perl ...
+Preparing to replace libtext-iconv-perl 1.2-3 (using .../libtext-iconv-perl_1.4-1_i386.deb) ...
+Unpacking replacement libtext-iconv-perl ...
+Preparing to replace libtext-charwidth-perl 0.04-1 (using .../libtext-charwidth-perl_0.04-2_i386.deb) ...
+Unpacking replacement libtext-charwidth-perl ...
+Preparing to replace libtext-wrapi18n-perl 0.06-1 (using .../libtext-wrapi18n-perl_0.06-2_all.deb) ...
+Unpacking replacement libtext-wrapi18n-perl ...
+Preparing to replace debconf-i18n 1.4.30.13 (using .../debconf-i18n_1.4.52_all.deb) ...
+Unpacking replacement debconf-i18n ...
+Preparing to replace debconf 1.4.30.13 (using .../debconf_1.4.52_all.deb) ...
+Unpacking replacement debconf ...
+Preparing to replace adduser 3.63 (using .../archives/adduser_3.64_all.deb) ...
+Unpacking replacement adduser ...
+Preparing to replace cron 3.0pl1-86 (using .../cron_3.0pl1-87_i386.deb) ...
+Unpacking replacement cron ...
+Preparing to replace exim4-config 4.50-8 (using .../exim4-config_4.52-1_all.deb) ...
+Unpacking replacement exim4-config ...
+Preparing to replace exim4-base 4.50-8 (using .../exim4-base_4.52-1_i386.deb) ...
+Unpacking replacement exim4-base ...
+Preparing to replace login 1:4.0.3-31sarge5 (using .../login_1%3a4.0.3-35_i386.deb) ...
Unpacking replacement login ...
Setting up login (4.0.3-35) ...
Installing new version of config file /etc/pam.d/login ...
Installing new version of config file /etc/pam.d/su ...
Installing new version of config file /etc/login.defs ...
-(Reading database ... 10867 files and directories currently installed.)
-Preparing to replace passwd 1:4.0.3-31sarge5 (using .../passwd_1%3a4.0.3-35_powerpc.deb) ...
+(Reading database ... 11207 files and directories currently installed.)
+Preparing to replace passwd 1:4.0.3-31sarge5 (using .../passwd_1%3a4.0.3-35_i386.deb) ...
Unpacking replacement passwd ...
Setting up passwd (4.0.3-35) ...
-(Reading database ... 10873 files and directories currently installed.)
-Preparing to replace bash 2.05b-26 (using .../bash_3.0-15_powerpc.deb) ...
+(Reading database ... 11213 files and directories currently installed.)
+Preparing to replace bash 2.05b-26 (using .../archives/bash_3.0-15_i386.deb) ...
Unpacking replacement bash ...
Setting up bash (3.0-15) ...
Installing new version of config file /etc/skel/.bashrc ...
@@ -66,104 +150,101 @@ Installing new version of config file /etc/skel/.bash_profile ...
Installing new version of config file /etc/bash.bashrc ...
Installing new version of config file /etc/bash_completion ...
-(Reading database ... 10876 files and directories currently installed.)
-Preparing to replace debianutils 2.8.4 (using .../debianutils_2.14.1_powerpc.deb) ...
-Unpacking replacement debianutils ...
-Setting up debianutils (2.14.1) ...
-
-(Reading database ... 10877 files and directories currently installed.)
-Preparing to replace findutils 4.1.20-6 (using .../findutils_4.2.22-2_powerpc.deb) ...
+(Reading database ... 11216 files and directories currently installed.)
+Preparing to replace findutils 4.1.20-6 (using .../findutils_4.2.22-2_i386.deb) ...
Unpacking replacement findutils ...
Setting up findutils (4.2.22-2) ...
Installing new version of config file /etc/updatedb.conf ...
-(Reading database ... 10898 files and directories currently installed.)
-Preparing to replace perl-modules 5.8.4-8 (using .../perl-modules_5.8.7-3_all.deb) ...
-Unpacking replacement perl-modules ...
-Preparing to replace perl 5.8.4-8 (using .../perl_5.8.7-3_powerpc.deb) ...
-Unpacking replacement perl ...
-Preparing to replace libperl5.8 5.8.4-8 (using .../libperl5.8_5.8.7-3_powerpc.deb) ...
-Unpacking replacement libperl5.8 ...
-Preparing to replace perl-base 5.8.4-8 (using .../perl-base_5.8.7-3_powerpc.deb) ...
-Unpacking replacement perl-base ...
-Setting up perl-base (5.8.7-3) ...
-(Reading database ... 11049 files and directories currently installed.)
+(Reading database ... 11237 files and directories currently installed.)
+Preparing to replace grep 2.5.1.ds1-4 (using .../grep_2.5.1.ds1-5_i386.deb) ...
+Unpacking replacement grep ...
+Setting up grep (2.5.1.ds1-5) ...
+Setting up liblocale-gettext-perl (1.05-1) ...
+Setting up libtext-iconv-perl (1.4-1) ...
+Setting up libtext-charwidth-perl (0.04-2) ...
+Setting up libtext-wrapi18n-perl (0.06-2) ...
+Setting up debconf-i18n (1.4.52) ...
+Setting up debconf (1.4.52) ...
+
+(Reading database ... 11237 files and directories currently installed.)
Preparing to replace console-common 0.7.49 (using .../console-common_0.7.51_all.deb) ...
Unpacking replacement console-common ...
-Preparing to replace liblocale-gettext-perl 1.01-17 (using .../liblocale-gettext-perl_1.05-1_powerpc.deb) ...
-Unpacking replacement liblocale-gettext-perl ...
-Preparing to replace libtext-iconv-perl 1.2-3 (using .../libtext-iconv-perl_1.4-1_powerpc.deb) ...
-Unpacking replacement libtext-iconv-perl ...
-Preparing to replace libtext-charwidth-perl 0.04-1 (using .../libtext-charwidth-perl_0.04-2_powerpc.deb) ...
-Unpacking replacement libtext-charwidth-perl ...
-Preparing to replace libtext-wrapi18n-perl 0.06-1 (using .../libtext-wrapi18n-perl_0.06-2_all.deb) ...
-Unpacking replacement libtext-wrapi18n-perl ...
-Preparing to replace debconf-i18n 1.4.30.13 (using .../debconf-i18n_1.4.51_all.deb) ...
-Unpacking replacement debconf-i18n ...
-Preparing to replace debconf 1.4.30.13 (using .../debconf_1.4.51_all.deb) ...
-Unpacking replacement debconf ...
-Preparing to replace libgcc1 1:3.4.3-13 (using .../libgcc1_1%3a4.0.0-9_powerpc.deb) ...
+Preparing to replace libgcc1 1:3.4.3-13 (using .../libgcc1_1%3a4.0.0-9_i386.deb) ...
Unpacking replacement libgcc1 ...
Setting up libgcc1 (4.0.0-9) ...
-(Reading database ... 11063 files and directories currently installed.)
-Preparing to replace adduser 3.63 (using .../archives/adduser_3.64_all.deb) ...
-Unpacking replacement adduser ...
+(Reading database ... 11238 files and directories currently installed.)
Preparing to replace tasksel 2.24 (using .../archives/tasksel_2.25_all.deb) ...
Unpacking replacement tasksel ...
-Preparing to replace gettext-base 0.14.4-2 (using .../gettext-base_0.14.5-1_powerpc.deb) ...
+Preparing to replace gettext-base 0.14.4-2 (using .../gettext-base_0.14.5-2_i386.deb) ...
Unpacking replacement gettext-base ...
Preparing to replace base-config 2.53.10 (using .../base-config_2.65_all.deb) ...
Unpacking replacement base-config ...
-Preparing to replace bsdmainutils 6.0.17 (using .../bsdmainutils_6.1.2_powerpc.deb) ...
+Preparing to replace bsdmainutils 6.0.17 (using .../bsdmainutils_6.1.2_i386.deb) ...
Unpacking replacement bsdmainutils ...
-Preparing to replace cron 3.0pl1-86 (using .../cron_3.0pl1-87_powerpc.deb) ...
-Unpacking replacement cron ...
-Preparing to replace groff-base 1.18.1.1-7 (using .../groff-base_1.18.1.1-8_powerpc.deb) ...
+Preparing to replace groff-base 1.18.1.1-7 (using .../groff-base_1.18.1.1-8_i386.deb) ...
Unpacking replacement groff-base ...
-Preparing to replace iptables 1.2.11-10 (using .../iptables_1.3.1-2_powerpc.deb) ...
+Preparing to replace iptables 1.2.11-10 (using .../iptables_1.3.1-2_i386.deb) ...
Unpacking replacement iptables ...
-Preparing to replace liblzo1 1.08-1.2 (using .../liblzo1_1.08-2_powerpc.deb) ...
+Preparing to replace liblzo1 1.08-1.2 (using .../liblzo1_1.08-2_i386.deb) ...
Unpacking replacement liblzo1 ...
-Preparing to replace libpcre3 4.5-1.2 (using .../libpcre3_5.0-1.1_powerpc.deb) ...
-Unpacking replacement libpcre3 ...
Selecting previously deselected package libslang2.
-Unpacking libslang2 (from .../libslang2_2.0.4-2_powerpc.deb) ...
-Preparing to replace libtasn1-2 0.2.10-3 (using .../libtasn1-2_0.2.10-4_powerpc.deb) ...
+Unpacking libslang2 (from .../libslang2_2.0.4-2_i386.deb) ...
+Preparing to replace libtasn1-2 0.2.10-3 (using .../libtasn1-2_0.2.10-4_i386.deb) ...
Unpacking replacement libtasn1-2 ...
+Preparing to replace man-db 2.4.2-21 (using .../man-db_2.4.3-1_i386.deb) ...
+Unpacking replacement man-db ...
Preparing to replace manpages 1.70-1 (using .../manpages_2.02-2_all.deb) ...
Unpacking replacement manpages ...
-Preparing to replace net-tools 1.60-10 (using .../net-tools_1.60-13_powerpc.deb) ...
+Preparing to replace net-tools 1.60-10 (using .../net-tools_1.60-15_i386.deb) ...
Unpacking replacement net-tools ...
-Preparing to replace netkit-inetd 0.10-10 (using .../netkit-inetd_0.10-10.1_powerpc.deb) ...
+Preparing to replace netkit-inetd 0.10-10 (using .../netkit-inetd_0.10-10.1_i386.deb) ...
Unpacking replacement netkit-inetd ...
-Preparing to replace wget 1.9.1-12 (using .../wget_1.10-2_powerpc.deb) ...
+Preparing to replace wget 1.9.1-12 (using .../wget_1.10-3+1.10.1beta1_i386.deb) ...
Unpacking replacement wget ...
-Preparing to replace whiptail 0.51.6-20 (using .../whiptail_0.51.6-26_powerpc.deb) ...
+Preparing to replace whiptail 0.51.6-20 (using .../whiptail_0.51.6-26_i386.deb) ...
Unpacking replacement whiptail ...
-Preparing to replace libnewt0.51 0.51.6-20 (using .../libnewt0.51_0.51.6-26_powerpc.deb) ...
+Preparing to replace libnewt0.51 0.51.6-20 (using .../libnewt0.51_0.51.6-26_i386.deb) ...
Unpacking replacement libnewt0.51 ...
-Preparing to replace libattr1 2.4.16-1 (using .../libattr1_2.4.21-1_powerpc.deb) ...
+Preparing to replace libattr1 2.4.16-1 (using .../libattr1_2.4.21-1.0.1_i386.deb) ...
Unpacking replacement libattr1 ...
Preparing to replace makedev 2.3.1-77 (using .../makedev_2.3.1-78_all.deb) ...
Unpacking replacement makedev ...
-Preparing to replace procps 1:3.2.1-2 (using .../procps_1%3a3.2.5-1_powerpc.deb) ...
+Preparing to replace procps 1:3.2.1-2 (using .../procps_1%3a3.2.5-1_i386.deb) ...
Unpacking replacement procps ...
-Preparing to replace binutils 2.15-6 (using .../binutils_2.15-7_powerpc.deb) ...
+Preparing to replace binutils 2.15-6 (using .../binutils_2.16.1-2_i386.deb) ...
Unpacking replacement binutils ...
-Preparing to replace libreadline4 4.3-11 (using .../libreadline4_4.3-15_powerpc.deb) ...
-Unpacking replacement libreadline4 ...
-Preparing to replace psmisc 21.5-1 (using .../psmisc_21.6-1_powerpc.deb) ...
+Preparing to replace exim4 4.50-8 (using .../archives/exim4_4.52-1_all.deb) ...
+Unpacking replacement exim4 ...
+Preparing to replace psmisc 21.5-1 (using .../psmisc_21.6-1_i386.deb) ...
Unpacking replacement psmisc ...
-Preparing to replace hfsutils 3.2.6-7 (using .../hfsutils_3.2.6-9_powerpc.deb) ...
-Unpacking replacement hfsutils ...
-Setting up libperl5.8 (5.8.7-3) ...
+Setting up libpcre3 (5.0-1.1) ...
-Setting up liblocale-gettext-perl (1.05-1) ...
-Setting up libtext-iconv-perl (1.4-1) ...
-Setting up libtext-charwidth-perl (0.04-2) ...
-Setting up libtext-wrapi18n-perl (0.06-2) ...
-Setting up gettext-base (0.14.5-1) ...
+Setting up adduser (3.64) ...
+
+Setting up cron (3.0pl1-87) ...
+
+Setting up exim4-config (4.52-1) ...
+Installing new version of config file /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt ...
+Installing new version of config file /etc/exim4/conf.d/auth/30_exim4-config_examples ...
+Installing new version of config file /etc/exim4/conf.d/main/03_exim4-config_tlsoptions ...
+Installing new version of config file /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs ...
+Installing new version of config file /etc/exim4/exim4.conf.template ...
+
+Setting up exim4-base (4.52-1) ...
+
+Setting up exim4-daemon-light (4.52-1) ...
+
+Setting up console-common (0.7.51) ...
+Looking for keymap to install:
+NONE
+
+Setting up tasksel (2.25) ...
+
+Setting up gettext-base (0.14.5-2) ...
+
+Setting up base-config (2.65) ...
Setting up bsdmainutils (6.1.2) ...
@@ -173,24 +254,25 @@ Setting up iptables (1.3.1-2) ...
Setting up liblzo1 (1.08-2) ...
-Setting up libpcre3 (5.0-1.1) ...
-
Setting up libslang2 (2.0.4-2) ...
Setting up libtasn1-2 (0.2.10-4) ...
+Setting up man-db (2.4.3-1) ...
+Installing new version of config file /etc/manpath.config ...
+
Setting up manpages (2.02-2) ...
-Setting up net-tools (1.60-13) ...
+Setting up net-tools (1.60-15) ...
Setting up netkit-inetd (0.10-10.1) ...
Restarting internet superserver: inetd.
-Setting up wget (1.10-2) ...
+Setting up wget (1.10-3+1.10.1beta1) ...
Installing new version of config file /etc/wgetrc ...
Setting up libnewt0.51 (0.51.6-26) ...
Setting up whiptail (0.51.6-26) ...
-Setting up libattr1 (2.4.21-1) ...
+Setting up libattr1 (2.4.21-1.0.1) ...
Setting up makedev (2.3.1-78) ...
@@ -198,40 +280,22 @@ Setting up procps (3.2.5-1) ...
Installing new version of config file /etc/sysctl.conf ...
Installing new version of config file /etc/init.d/procps.sh ...
-Setting up binutils (2.15-7) ...
-
-Setting up libreadline4 (4.3-15) ...
+Setting up binutils (2.16.1-2) ...
+Setting up exim4 (4.52-1) ...
Setting up psmisc (21.6-1) ...
-Setting up hfsutils (3.2.6-9) ...
-Setting up debconf-i18n (1.4.51) ...
Setting up perl-modules (5.8.7-3) ...
-Setting up debconf (1.4.51) ...
-
-Setting up adduser (3.64) ...
-
-Setting up tasksel (2.25) ...
-
-Setting up base-config (2.65) ...
-
-Setting up cron (3.0pl1-87) ...
-
Setting up perl (5.8.7-3) ...
-Setting up console-common (0.7.51) ...
-Looking for keymap to install:
-NONE
-
Reading Package Lists...
Building Dependency Tree...
build-essential is already the newest version.
dpkg-dev is already the newest version.
apt is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//23779 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//24588 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-etch.log b/testsuite/normal/pdebuild-internal-etch.log
index 56905a4..3aa32dd 100644
--- a/testsuite/normal/pdebuild-internal-etch.log
+++ b/testsuite/normal/pdebuild-internal-etch.log
@@ -1,8 +1,7 @@
-W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/7900
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/4837
diff --git a/testsuite/normal/pdebuild-internal-sarge.log b/testsuite/normal/pdebuild-internal-sarge.log
index 72e7968..e9bce4c 100644
--- a/testsuite/normal/pdebuild-internal-sarge.log
+++ b/testsuite/normal/pdebuild-internal-sarge.log
@@ -1,13 +1,11 @@
-W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2
+-> Mounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2
-> policy-rc.d already exists
-Obtaining the cached apt archive contents
Using: : pdebuild-internal,v 1.6 2005/07/02 05:39:44 dancer Exp $
Reading Package Lists...
Building Dependency Tree...
@@ -20,11 +18,14 @@ Recommended packages:
The following NEW packages will be installed:
debootstrap pbuilder
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/112kB of archives.
-After unpacking 602kB of additional disk space will be used.
+Need to get 136kB of archives.
+After unpacking 586kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main debootstrap 0.2.45-0.2 [72.2kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main pbuilder 0.123 [64.0kB]
+Fetched 136kB in 0s (1878kB/s)
Selecting previously deselected package debootstrap.
-(Reading database ... 10865 files and directories currently installed.)
-Unpacking debootstrap (from .../debootstrap_0.2.45-0.2_powerpc.deb) ...
+(Reading database ... 11040 files and directories currently installed.)
+Unpacking debootstrap (from .../debootstrap_0.2.45-0.2_i386.deb) ...
Selecting previously deselected package pbuilder.
Unpacking pbuilder (from .../pbuilder_0.123_all.deb) ...
Setting up debootstrap (0.2.45-0.2) ...
@@ -49,19 +50,30 @@ The following NEW packages will be installed:
debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/2641kB of archives.
-After unpacking 8970kB of additional disk space will be used.
+Need to get 2591kB of archives.
+After unpacking 8679kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.13 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.14.4-2 [1718kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.32 [362kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2591kB in 0s (8268kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 10940 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.12-1_powerpc.deb) ...
+(Reading database ... 11115 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../file_4.12-1_powerpc.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.30.13_all.deb) ...
Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.2a-2_powerpc.deb) ...
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.4-2_powerpc.deb) ...
+Unpacking gettext (from .../gettext_0.14.4-2_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
@@ -69,9 +81,9 @@ Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_4.2.32_all.deb) ...
Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
Setting up libmagic1 (4.12-1) ...
Setting up file (4.12-1) ...
@@ -93,30 +105,32 @@ Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/81.8kB of archives.
-After unpacking 315kB of additional disk space will be used.
+Need to get 70.5kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [70.5kB]
+Fetched 70.5kB in 0s (1020kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 11482 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.2.10_powerpc.deb) ...
+(Reading database ... 11657 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_i386.deb) ...
Setting up fakeroot (1.2.10) ...
dpkg-buildpackage: source package is dsh
dpkg-buildpackage: source version is 0.25.6-1
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-buildpackage: host architecture is powerpc
+dpkg-buildpackage: host architecture is i386
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
@@ -162,8 +176,8 @@ checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... powerpc-unknown-linux-gnu
-checking host system type... powerpc-unknown-linux-gnu
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
@@ -304,18 +318,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -328,26 +342,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -385,8 +399,8 @@ success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
b: dsh: Failed executing ./invalid-exec-file with llexec call
-d: dsh: Failed executing ./invalid-exec-file with llexec call
c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
success
dsh: Failed executing ./invalid-exec-file with llexec call
dsh: Failed executing ./invalid-exec-file with llexec call
@@ -394,11 +408,11 @@ dsh: Failed executing ./invalid-exec-file with llexec call
dsh: Failed executing ./invalid-exec-file with llexec call
success
PASS: tests/param-r-invalid.sh
-1: 1
2: 2
+1: 1
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Wed Jul 13 21:24:13 UTC 2005
+Sun Aug 7 03:56:11 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -468,14 +482,13 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Wed Jul 13 21:24:18 UTC 2005
+Sun Aug 7 03:56:16 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
b: b
c: c
-dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -484,9 +497,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -494,58 +507,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-make[3]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
-cp /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -562,13 +575,12 @@ dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_powerpc.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> unmounting /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2 filesystem
+ -> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/15963 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/18868 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sid.log b/testsuite/normal/pdebuild-internal-sid.log
index 7a10200..1b010b4 100644
--- a/testsuite/normal/pdebuild-internal-sid.log
+++ b/testsuite/normal/pdebuild-internal-sid.log
@@ -1,8 +1,7 @@
-W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/24149
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/28749
diff --git a/testsuite/normal/pdebuild-normal-etch.log b/testsuite/normal/pdebuild-normal-etch.log
index 7234781..3d2bdeb 100644
--- a/testsuite/normal/pdebuild-normal-etch.log
+++ b/testsuite/normal/pdebuild-normal-etch.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
@@ -25,17 +25,16 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
-W: /home/dancer/.pbuilderrc does not exist
I: using fakeroot in build.
-pbuilder-buildpackage/powerpc $Id$
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Thu Jul 14 06:59:49 JST 2005
-pbuilder-time-stamp: 1121291989
+Current time: Sun Aug 7 13:00:14 JST 2005
+pbuilder-time-stamp: 1123387214
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/7869
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/4806
diff --git a/testsuite/normal/pdebuild-normal-sarge.log b/testsuite/normal/pdebuild-normal-sarge.log
index 78a96f0..bad5520 100644
--- a/testsuite/normal/pdebuild-normal-sarge.log
+++ b/testsuite/normal/pdebuild-normal-sarge.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
@@ -25,22 +25,20 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
-W: /home/dancer/.pbuilderrc does not exist
I: using fakeroot in build.
-pbuilder-buildpackage/powerpc $Id$
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Thu Jul 14 06:17:45 JST 2005
-pbuilder-time-stamp: 1121289465
+Current time: Sun Aug 7 12:54:54 JST 2005
+pbuilder-time-stamp: 1123386894
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result
-Obtaining the cached apt archive contents
Installing the build-deps
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.19 2005/06/03 12:07:39 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -61,19 +59,30 @@ The following NEW packages will be installed:
debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/2641kB of archives.
-After unpacking 8970kB of additional disk space will be used.
+Need to get 2591kB of archives.
+After unpacking 8679kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.12-1 [233kB]
+Get:2 http://ring.asahi-net.or.jp sarge/main file 4.12-1 [28.6kB]
+Get:3 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.4.30.13 [33.0kB]
+Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.2a-2 [92.6kB]
+Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.14.4-2 [1718kB]
+Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.30+20040213 [23.5kB]
+Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.23 [78.0kB]
+Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.32 [362kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
+Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
+Fetched 2591kB in 0s (4446kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 10865 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.12-1_powerpc.deb) ...
+(Reading database ... 11040 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ...
Selecting previously deselected package file.
-Unpacking file (from .../file_4.12-1_powerpc.deb) ...
+Unpacking file (from .../archives/file_4.12-1_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.30.13_all.deb) ...
Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.2a-2_powerpc.deb) ...
+Unpacking html2text (from .../html2text_1.3.2a-2_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.4-2_powerpc.deb) ...
+Unpacking gettext (from .../gettext_0.14.4-2_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
@@ -81,9 +90,9 @@ Unpacking po-debconf (from .../po-debconf_0.8.23_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_4.2.32_all.deb) ...
Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_powerpc.deb) ...
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
Setting up libmagic1 (4.12-1) ...
Setting up file (4.12-1) ...
@@ -105,14 +114,15 @@ Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/81.8kB of archives.
-After unpacking 315kB of additional disk space will be used.
+Need to get 70.5kB of archives.
+After unpacking 201kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.2.10 [70.5kB]
+Fetched 70.5kB in 0s (2028kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 11407 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.2.10_powerpc.deb) ...
+(Reading database ... 11582 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_i386.deb) ...
Setting up fakeroot (1.2.10) ...
-Copying back the cached apt archive contents
Copying source file
-> copying [../dsh_0.25.6-1.dsc]
-> copying [../dsh_0.25.6.orig.tar.gz]
@@ -132,7 +142,7 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: host architecture is powerpc
+dpkg-buildpackage: host architecture is i386
dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
@@ -197,8 +207,8 @@ checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... powerpc-unknown-linux-gnu
-checking host system type... powerpc-unknown-linux-gnu
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
@@ -377,9 +387,9 @@ make[2]: Entering directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6/po'
make[2]: Entering directory `/tmp/buildd/dsh-0.25.6'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
/usr/bin/make dsh
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
+make[3]: `dsh' is up to date.
make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
/usr/bin/make check-TESTS
make[3]: Entering directory `/tmp/buildd/dsh-0.25.6'
@@ -420,8 +430,8 @@ success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
b: dsh: Failed executing ./invalid-exec-file with llexec call
-d: dsh: Failed executing ./invalid-exec-file with llexec call
c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
success
dsh: Failed executing ./invalid-exec-file with llexec call
dsh: Failed executing ./invalid-exec-file with llexec call
@@ -429,11 +439,11 @@ dsh: Failed executing ./invalid-exec-file with llexec call
dsh: Failed executing ./invalid-exec-file with llexec call
success
PASS: tests/param-r-invalid.sh
-1: 1
2: 2
+1: 1
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Wed Jul 13 21:19:54 UTC 2005
+Sun Aug 7 03:55:27 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -503,14 +513,13 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Wed Jul 13 21:19:59 UTC 2005
+Sun Aug 7 03:55:32 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-a: a
b: b
+a: a
c: c
-dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -605,7 +614,7 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
dh_md5sums
dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_powerpc.deb'.
+dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_i386.deb'.
dpkg-genchanges
dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
@@ -613,10 +622,11 @@ dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; u
debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-Copying back the cached apt archive contents
+ -> Terminate timeout process
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Thu Jul 14 06:20:16 JST 2005
-pbuilder-time-stamp: 1121289616
+/usr/lib/pbuilder/pbuilder-buildpackage: line 152: 13492 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+Current time: Sun Aug 7 12:55:35 JST 2005
+pbuilder-time-stamp: 1123386935
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/9232 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/13189 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sid.log b/testsuite/normal/pdebuild-normal-sid.log
index 4b4be5d..167b9a3 100644
--- a/testsuite/normal/pdebuild-normal-sid.log
+++ b/testsuite/normal/pdebuild-normal-sid.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
@@ -25,17 +25,16 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
-W: /home/dancer/.pbuilderrc does not exist
I: using fakeroot in build.
-pbuilder-buildpackage/powerpc $Id$
+pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Thu Jul 14 05:52:09 JST 2005
-pbuilder-time-stamp: 1121287929
+Current time: Sun Aug 7 12:52:25 JST 2005
+pbuilder-time-stamp: 1123386745
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-E: failed to extract /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/testimage to /home/dancer/cvscheckout/whole/pbuilder/testsuite/tmp.rJ4u0j/dir2/24118
+E: failed to extract /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/testimage to /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/tmp.k8Hxv8/dir2/28718
diff --git a/testsuite/run-test-cdebootstrap.log b/testsuite/run-test-cdebootstrap.log
new file mode 100644
index 0000000..b6f31bb
--- /dev/null
+++ b/testsuite/run-test-cdebootstrap.log
@@ -0,0 +1,17 @@
+[FAIL] create-sid-cdebootstrap
+[FAIL] build-sid-dsh
+[FAIL] pdebuild-sid-dsh
+[FAIL] pdebuild-internal-sid-dsh
+[OK] create-sarge-cdebootstrap
+[OK] build-sarge-dsh
+[OK] pdebuild-sarge-dsh
+[OK] pdebuild-internal-sarge-dsh
+[FAIL] update-sarge-etch.log
+[FAIL] update-sarge-etch-sid.log
+[FAIL] update-sarge-etch-sid-experimental.log
+[OK] create-etch-cdebootstrap
+[OK] build-etch-dsh
+[OK] pdebuild-etch-dsh
+[OK] pdebuild-internal-etch-dsh
+[FAIL] update-etch-sid.log
+[FAIL] update-etch-sid-experimental.log
diff --git a/testsuite/run-test.log b/testsuite/run-test.log
index 6c75a04..e19bbe2 100644
--- a/testsuite/run-test.log
+++ b/testsuite/run-test.log
@@ -1,15 +1,15 @@
-[FAIL] create-sid
+[FAIL] create-sid-debootstrap
[FAIL] build-sid-dsh
[FAIL] pdebuild-sid-dsh
[FAIL] pdebuild-internal-sid-dsh
-[OK] create-sarge
+[OK] create-sarge-debootstrap
[OK] build-sarge-dsh
[OK] pdebuild-sarge-dsh
[OK] pdebuild-internal-sarge-dsh
[OK] update-sarge-etch.log
[OK] update-sarge-etch-sid.log
[OK] update-sarge-etch-sid-experimental.log
-[FAIL] create-etch
+[FAIL] create-etch-debootstrap
[FAIL] build-etch-dsh
[FAIL] pdebuild-etch-dsh
[FAIL] pdebuild-internal-etch-dsh
diff --git a/testsuite/run-test.sh b/testsuite/run-test.sh
index dedfdb2..8d091d6 100755
--- a/testsuite/run-test.sh
+++ b/testsuite/run-test.sh
@@ -4,10 +4,6 @@
PBUILDER=/usr/sbin/pbuilder
-RESULTFILE="run-test.log"
-: > ${RESULTFILE}
-RESULTFILE=$(readlink -f ${RESULTFILE})
-
log_success () {
CODE=$?
if [ $CODE = 0 ]; then
@@ -17,22 +13,38 @@ log_success () {
fi
}
+[ -x ${PBUILDER} ] || exit 1
+[ -x /usr/sbin/debootstrap ] || exit 1
+[ -x /usr/bin/cdebootstrap ] || exit 1
mirror=http://ring.asahi-net.or.jp/archives/linux/debian/debian
-logdir=$(readlink -f normal/)
testdir=$(TMPDIR=$(pwd) mktemp -d)
testimage=$testdir/testimage
testbuild=$testdir/dir1
testbuild2=$testdir/dir2
-if [ -x "${PBUILDER}" ]; then
+
+for DEBOOTSTRAP in debootstrap cdebootstrap; do
+ case $DEBOOTSTRAP in
+ debootstrap)
+ logdir=$(readlink -f normal/)
+ RESULTFILE="run-test.log"
+ ;;
+ *)
+ logdir=$(readlink -f $DEBOOTSTRAP)
+ RESULTFILE="run-test-${DEBOOTSTRAP}.log"
+ ;;
+ esac
+ : > ${RESULTFILE}
+ RESULTFILE=$(readlink -f ${RESULTFILE})
+
for distribution in sid sarge etch; do
- sudo ${PBUILDER} create --mirror $mirror --distribution "${distribution}" --basetgz ${testimage} --logfile ${logdir}/pbuilder-create-${distribution}.log
+ sudo ${PBUILDER} create --mirror $mirror --debootstrap ${DEBOOTSTRAP} --distribution "${distribution}" --basetgz ${testimage} --logfile ${logdir}/pbuilder-create-${distribution}.log
# --hookdir /usr/share/doc/pbuilder/examples/libc6workaround
- log_success create-${distribution}
-
+ log_success create-${distribution}-${DEBOOTSTRAP}
+
for PKG in dsh; do
(
mkdir ${testbuild}
@@ -41,7 +53,7 @@ if [ -x "${PBUILDER}" ]; then
)
sudo ${PBUILDER} build --debemail "Junichi Uekawa <dancer@debian.org>" --basetgz ${testimage} --buildplace ${testbuild}/ --logfile ${logdir}/pbuilder-build-${PKG}-${distribution}.log ${testbuild}/${PKG}*.dsc
log_success build-${distribution}-${PKG}
-
+
(
mkdir ${testbuild2}
cd ${testbuild2}
@@ -49,13 +61,13 @@ if [ -x "${PBUILDER}" ]; then
cd ${PKG}-*
pdebuild --logfile ${logdir}/pdebuild-normal-${distribution}.log -- --basetgz ${testimage} --buildplace ${testbuild2}
log_success pdebuild-${distribution}-${PKG}
-
+
pdebuild --use-pdebuild-internal --logfile ${logdir}/pdebuild-internal-${distribution}.log -- --basetgz ${testimage} --buildplace ${testbuild2}
log_success pdebuild-internal-${distribution}-${PKG}
)
done
sudo ${PBUILDER} execute --basetgz ${testimage} --logfile ${logdir}/pbuilder-execute-${distribution}.log ../examples/execute_paramtest.sh test1 test2 test3
-
+
# upgrading testing.
case $distribution in
sarge)
@@ -73,9 +85,8 @@ if [ -x "${PBUILDER}" ]; then
log_success update-${distribution}-sid-experimental.log
;;
esac
-
sudo rm -rf ${testbuild} ${testbuild2} ${testimage}
done
-fi
+done
rm -r ${testdir}