aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog6
-rw-r--r--README1
-rw-r--r--debian/changelog5
-rwxr-xr-xpbuilder-buildpackage2
-rw-r--r--pbuilder-buildpackage-funcs2
-rwxr-xr-xpbuilder-satisfydepends2
-rwxr-xr-xpbuilder-satisfydepends-aptitude2
-rwxr-xr-xpbuilder-satisfydepends-experimental2
-rw-r--r--pdebuild-internal2
-rw-r--r--testsuite/cdebootstrap/pbuilder-build-dsh-etch.log34
-rw-r--r--testsuite/cdebootstrap/pbuilder-build-dsh-lenny.log615
-rw-r--r--testsuite/cdebootstrap/pbuilder-build-dsh-sid.log42
-rw-r--r--testsuite/cdebootstrap/pbuilder-create-etch.log24
-rw-r--r--testsuite/cdebootstrap/pbuilder-create-lenny.log1486
-rw-r--r--testsuite/cdebootstrap/pbuilder-create-sid.log70
-rw-r--r--testsuite/cdebootstrap/pbuilder-execute-etch.log4
-rw-r--r--testsuite/cdebootstrap/pbuilder-execute-lenny.log13
-rw-r--r--testsuite/cdebootstrap/pbuilder-execute-sid.log4
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log80
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-etch-sid.log95
-rw-r--r--testsuite/cdebootstrap/pdebuild-internal-etch.log151
-rw-r--r--testsuite/cdebootstrap/pdebuild-internal-lenny.log607
-rw-r--r--testsuite/cdebootstrap/pdebuild-internal-sid.log184
-rw-r--r--testsuite/cdebootstrap/pdebuild-normal-etch.log35
-rw-r--r--testsuite/cdebootstrap/pdebuild-normal-lenny.log645
-rw-r--r--testsuite/cdebootstrap/pdebuild-normal-sid.log45
-rw-r--r--testsuite/normal/pbuilder-build-dsh-etch.log29
-rw-r--r--testsuite/normal/pbuilder-build-dsh-lenny.log615
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sid.log42
-rw-r--r--testsuite/normal/pbuilder-create-etch.log12
-rw-r--r--testsuite/normal/pbuilder-create-lenny.log709
-rw-r--r--testsuite/normal/pbuilder-create-sid.log19
-rw-r--r--testsuite/normal/pbuilder-execute-etch.log4
-rw-r--r--testsuite/normal/pbuilder-execute-lenny.log13
-rw-r--r--testsuite/normal/pbuilder-execute-sid.log4
-rw-r--r--testsuite/normal/pbuilder-update-etch-sid-experimental.log80
-rw-r--r--testsuite/normal/pbuilder-update-etch-sid.log91
-rw-r--r--testsuite/normal/pdebuild-internal-etch.log150
-rw-r--r--testsuite/normal/pdebuild-internal-lenny.log607
-rw-r--r--testsuite/normal/pdebuild-internal-sid.log188
-rw-r--r--testsuite/normal/pdebuild-normal-etch.log30
-rw-r--r--testsuite/normal/pdebuild-normal-lenny.log645
-rw-r--r--testsuite/normal/pdebuild-normal-sid.log45
-rw-r--r--testsuite/run-test-cdebootstrap.log4
-rw-r--r--testsuite/run-test.log4
46 files changed, 6717 insertions, 733 deletions
diff --git a/AUTHORS b/AUTHORS
index 1b7649b..30ded29 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,4 +10,3 @@ Daniel Schepler <schepler@math.berkeley.edu> -- many patches, --preserve-buildpl
Sam Hartman <hartmans@debian.org> -- bind-mount patch
Mattia Dongili <malattia@linux.it> -- user-mode-linux support
-$Id$ \ No newline at end of file
diff --git a/ChangeLog b/ChangeLog
index 66bb237..97cae37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-11 Junichi Uekawa <dancer@debian.org>
+
+ * AUTHORS, etc: remove $Id$, which is CVS specific
+
2007-04-10 Junichi Uekawa <dancer@debian.org>
* Documentation/pbuilder-doc.xml: update documentation
@@ -3310,6 +3314,6 @@
14 Jan 2002 Junichi Uekawa <dancer@debian.org>
Copyright (c) 2001-2006 Junichi Uekawa
- $Id$
+
diff --git a/README b/README
index 3261acc..60b7d5b 100644
--- a/README
+++ b/README
@@ -16,4 +16,3 @@ Junichi Uekawa.
Initially, 30 Sep 2001 Midnight.
Updated on 11 Jan 2004
-$Id$ \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 11833d8..75e21b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,12 +7,13 @@ pbuilder (0.166) UNRELEASED; urgency=low
(Closes: #416920).
* Manual page SEE ALSO fix, '.RI'->'.BR' (closes: #409135)
* minor update to documentation.
+ * remove CVS Id banners since they have no meaning on git trees.
[ Loic Minier ]
* New pbuilder-satisfydepends-aptitude resolver based on aptitude; based on
an idea by Mike Hommey; closes: #337015.
-
- -- Junichi Uekawa <dancer@debian.org> Tue, 10 Apr 2007 08:50:37 +0900
+
+ -- Junichi Uekawa <dancer@debian.org> Wed, 11 Apr 2007 09:00:29 +0900
pbuilder (0.165) unstable; urgency=low
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index 0dff8f0..08c4c66 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -50,7 +50,6 @@ BUILDRESULTGID="${BUILDRESULTGID:-${SUDO_GID:-0}}"
export HOME="/tmp/buildd"
-showbuildbanner '$Id$'
echobacktime
extractbuildplace
trap umountproc_cleanbuildplace exit
@@ -75,7 +74,6 @@ if [ -z "${PBUILDER_BUILD_LOGFILE}" ]; then
exec 2>&1
PBUILDER_BUILD_LOGFILE=$(readlink -f "${PBUILDER_BUILD_LOGFILE}")
echo "I: Using pkgname logfile"
- showbuildbanner '$Id$'
echobacktime
fi
fi
diff --git a/pbuilder-buildpackage-funcs b/pbuilder-buildpackage-funcs
index ab554a8..0619802 100644
--- a/pbuilder-buildpackage-funcs
+++ b/pbuilder-buildpackage-funcs
@@ -61,7 +61,7 @@ function echobacktime () {
function showbuildbanner () {
# show some banners for building
- echo "pbuilder-buildpackage/"$(dpkg --print-architecture) '$Id$'
+ echo "pbuilder-buildpackage/"$(dpkg --print-architecture)
echo "$1"
echo
}
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends
index e0f7659..dfd6850 100755
--- a/pbuilder-satisfydepends
+++ b/pbuilder-satisfydepends
@@ -31,7 +31,7 @@ function checkbuilddep_internal () {
local INSTALLPKGMULTI
local CURRENTREALPKGNAME
local SATISFIED
- echo " -> Attempting to parse the build-deps $Id$"
+ echo " -> Attempting to parse the build-deps "
for INSTALLPKGMULTI in $(get_control_re "$DEBIAN_CONTROL" "$BD_REGEXP" |
tr " " "/" | \
awk 'BEGIN{RS=","} {print}'); do
diff --git a/pbuilder-satisfydepends-aptitude b/pbuilder-satisfydepends-aptitude
index 092e046..af08796 100755
--- a/pbuilder-satisfydepends-aptitude
+++ b/pbuilder-satisfydepends-aptitude
@@ -61,7 +61,7 @@ function checkbuilddep_internal () {
local BUILD_DEP_DEB_CONTROL
local DEPENDS
local CONFLICTS
- echo " -> Attempting to satisfy build-dependencies $Id$"
+ echo " -> Attempting to satisfy build-dependencies"
DEPENDS="$(get_control_re "$DEBIAN_CONTROL" "$BD_REGEXP" | filter_arch_deps "$ARCH")"
CONFLICTS="$(get_control_re "$DEBIAN_CONTROL" "$BC_REGEXP" | filter_arch_deps "$ARCH")"
echo " -> Creating pbuilder-satisfydepends-dummy package"
diff --git a/pbuilder-satisfydepends-experimental b/pbuilder-satisfydepends-experimental
index 39a3a2b..c0e7ca2 100755
--- a/pbuilder-satisfydepends-experimental
+++ b/pbuilder-satisfydepends-experimental
@@ -33,7 +33,7 @@ function checkbuilddep_internal () {
local SATISFIED
local PACKAGEVERSIONS
local CANDIDATE_VERSION
- echo " -> Attempting to parse the build-deps $Id$"
+ echo " -> Attempting to parse the build-deps"
for INSTALLPKGMULTI in $(get_control_re "$DEBIAN_CONTROL" "$BD_REGEXP" |
tr " " "/" | \
awk 'BEGIN{RS=","} {print}'); do
diff --git a/pdebuild-internal b/pdebuild-internal
index 64448d0..a60fbad 100644
--- a/pdebuild-internal
+++ b/pdebuild-internal
@@ -28,8 +28,6 @@
set -e
-echo "Using: $Id$"
-
# I am probably running as root; make sure I have pbuilder installed here.
# passwd is needed as well because of useradd and groupadd calls.
apt-get install -y --force-yes pbuilder passwd
diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log b/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log
index a0e68b1..f8714c5 100644
--- a/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log
+++ b/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log
@@ -2,10 +2,10 @@ I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Mon Apr 9 12:47:44 JST 2007
-pbuilder-time-stamp: 1176090464
+Current time: Thu Apr 12 07:24:51 JST 2007
+pbuilder-time-stamp: 1176330291
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -44,7 +44,7 @@ Get:7 http://ftp.jp.debian.org etch/main po-debconf 1.0.8 [111kB]
Get:8 http://ftp.jp.debian.org etch/main debhelper 5.0.42 [510kB]
Get:9 http://ftp.jp.debian.org etch/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org etch/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3482kB in 28s (123kB/s)
+Fetched 3482kB in 13s (254kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 12033 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.17-5etch1_amd64.deb) ...
@@ -90,16 +90,16 @@ The following NEW packages will be installed:
Need to get 97.4kB of archives.
After unpacking 406kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org etch/main fakeroot 1.5.10 [97.4kB]
-Fetched 97.4kB in 2s (41.6kB/s)
+Fetched 97.4kB in 0s (115kB/s)
Selecting previously deselected package fakeroot.
(Reading database ... 12703 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.10_amd64.deb) ...
Setting up fakeroot (1.5.10) ...
Copying source file
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7-1.dsc]
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7.orig.tar.gz]
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7-1.diff.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.dsc]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7.orig.tar.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.diff.gz]
Extracting source
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
gpg: can't open `/gnupg/options.skel': No such file or directory
@@ -413,9 +413,9 @@ 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
+b: 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
@@ -423,11 +423,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
-2: 2
1: 1
+2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Mon Apr 9 03:48:51 UTC 2007
+Wed Apr 11 22:27:12 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -497,14 +497,14 @@ 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
-Mon Apr 9 03:48:56 UTC 2007
+Wed Apr 11 22:27:17 UTC 2007
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-c: c
-dsh: Process terminated (before write).
a: a
b: b
+c: c
+dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -609,7 +609,7 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Mon Apr 9 12:48:58 JST 2007
-pbuilder-time-stamp: 1176090538
+Current time: Thu Apr 12 07:27:29 JST 2007
+pbuilder-time-stamp: 1176330449
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/7607 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/28878 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-lenny.log b/testsuite/cdebootstrap/pbuilder-build-dsh-lenny.log
new file mode 100644
index 0000000..99d2cd5
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-build-dsh-lenny.log
@@ -0,0 +1,615 @@
+I: using fakeroot in build.
+pbuilder-buildpackage/amd64 $Id$
+$Id$
+
+Current time: Thu Apr 12 07:46:49 JST 2007
+pbuilder-time-stamp: 1176331609
+Building the build Environment
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+Installing the build-deps
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+ -> Attempting to parse the build-deps $
+ -> Considering build-dep debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering build-dep 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:
+ file gettext gettext-base html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 3539kB of archives.
+After unpacking 12.0MB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main libmagic1 4.20-4 [326kB]
+Get:2 http://ftp.jp.debian.org lenny/main file 4.20-4 [38.7kB]
+Get:3 http://ftp.jp.debian.org lenny/main gettext-base 0.16.1-1 [132kB]
+Get:4 http://ftp.jp.debian.org lenny/main html2text 1.3.2a-3 [92.7kB]
+Get:5 http://ftp.jp.debian.org lenny/main gettext 0.16.1-1 [2261kB]
+Get:6 http://ftp.jp.debian.org lenny/main intltool-debian 0.35.0+20060710.1 [30.8kB]
+Get:7 http://ftp.jp.debian.org lenny/main po-debconf 1.0.8 [111kB]
+Get:8 http://ftp.jp.debian.org lenny/main debhelper 5.0.42 [510kB]
+Get:9 http://ftp.jp.debian.org lenny/main libdshconfig1 0.20.12-2 [10.9kB]
+Get:10 http://ftp.jp.debian.org lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB]
+Fetched 3539kB in 5s (615kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 12039 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
+Selecting previously deselected package gettext-base.
+Unpacking gettext-base (from .../gettext-base_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.12-2_amd64.deb) ...
+Setting up libmagic1 (4.20-4) ...
+
+Setting up file (4.20-4) ...
+Setting up gettext-base (0.16.1-1) ...
+
+Setting up html2text (1.3.2a-3) ...
+
+Setting up gettext (0.16.1-1) ...
+
+Setting up intltool-debian (0.35.0+20060710.1) ...
+Setting up po-debconf (1.0.8) ...
+Setting up debhelper (5.0.42) ...
+Setting up libdshconfig1 (0.20.12-2) ...
+
+Setting up libdshconfig1-dev (0.20.12-2) ...
+ -> 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 103kB of archives.
+After unpacking 430kB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main fakeroot 1.6.5 [103kB]
+Fetched 103kB in 0s (278kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 12711 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
+Setting up fakeroot (1.6.5) ...
+
+Copying source file
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.dsc]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7.orig.tar.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.diff.gz]
+Extracting source
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+gpg: can't open `/gnupg/options.skel': No such file or directory
+gpg: Signature made Fri Aug 11 14:17:58 2006 UTC using DSA key ID E81E55C1
+gpg: Can't check signature: public key not found
+dpkg-source: extracting dsh in dsh-0.25.7
+dpkg-source: unpacking dsh_0.25.7.orig.tar.gz
+dpkg-source: applying ./dsh_0.25.7-1.diff.gz
+ -> 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.7-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 amd64
+dpkg-buildpackage: source version without epoch 0.25.7-1
+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.7'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.7
+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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: building dsh using existing dsh_0.25.7.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.7-1.diff.gz
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.7-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 ISO C89... 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 ISO C89... (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 ISO C89... (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 grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... x86_64-unknown-linux-gnu
+checking host system type... x86_64-unknown-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 cf77... 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 pghpf... no
+checking for epcf90... no
+checking for gfortran... no
+checking for g95... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifort... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for ftn... 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 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 static flag -static works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ static flag -static works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) 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: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
+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.7'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making all in m4
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making all in po
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+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 --tag=CC --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.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make check
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making check in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making check in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make dsh
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+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
+c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
+a: dsh: Failed executing ./invalid-exec-file with llexec call
+b: 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
+Wed Apr 11 22:49:05 UTC 2007
+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
+Wed Apr 11 22:49:10 UTC 2007
+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
+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.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+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.7/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making install in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/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.7/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making install in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.7/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.7/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.7/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+ else \
+ : ; \
+ fi
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ done
+test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+cp /tmp/buildd/dsh-0.25.7/debian/machines.list /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.7/dsh.conf /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.7/debian/dsh.updatelist /tmp/buildd/dsh-0.25.7/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.7-1_amd64.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)
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+Current time: Thu Apr 12 07:49:16 JST 2007
+pbuilder-time-stamp: 1176331756
+ -> cleaning the build env
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/20646 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log b/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log
index 2c8e64f..9c5fcb6 100644
--- a/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log
+++ b/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log
@@ -2,10 +2,10 @@ I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Mon Apr 9 12:34:42 JST 2007
-pbuilder-time-stamp: 1176089682
+Current time: Thu Apr 12 07:13:20 JST 2007
+pbuilder-time-stamp: 1176329600
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -32,7 +32,7 @@ The following NEW packages will be installed:
debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 3539kB of archives.
+Need to get 3544kB of archives.
After unpacking 12.0MB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main libmagic1 4.20-4 [326kB]
Get:2 http://ftp.jp.debian.org sid/main file 4.20-4 [38.7kB]
@@ -41,12 +41,12 @@ Get:4 http://ftp.jp.debian.org sid/main html2text 1.3.2a-3 [92.7kB]
Get:5 http://ftp.jp.debian.org sid/main gettext 0.16.1-1 [2261kB]
Get:6 http://ftp.jp.debian.org sid/main intltool-debian 0.35.0+20060710.1 [30.8kB]
Get:7 http://ftp.jp.debian.org sid/main po-debconf 1.0.8 [111kB]
-Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.42 [510kB]
+Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.44 [516kB]
Get:9 http://ftp.jp.debian.org sid/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org sid/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3539kB in 22s (160kB/s)
+Fetched 3544kB in 7s (456kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 12041 files and directories currently installed.)
+(Reading database ... 12033 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
@@ -61,7 +61,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) .
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Unpacking debhelper (from .../debhelper_5.0.44_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -77,7 +77,7 @@ Setting up gettext (0.16.1-1) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.8) ...
-Setting up debhelper (5.0.42) ...
+Setting up debhelper (5.0.44) ...
Setting up libdshconfig1 (0.20.12-2) ...
Setting up libdshconfig1-dev (0.20.12-2) ...
@@ -90,16 +90,16 @@ The following NEW packages will be installed:
Need to get 103kB of archives.
After unpacking 430kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main fakeroot 1.6.5 [103kB]
-Fetched 103kB in 1s (75.4kB/s)
+Fetched 103kB in 0s (225kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 12713 files and directories currently installed.)
+(Reading database ... 12707 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
Setting up fakeroot (1.6.5) ...
Copying source file
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7-1.dsc]
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7.orig.tar.gz]
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7-1.diff.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.dsc]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7.orig.tar.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.diff.gz]
Extracting source
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
gpg: can't open `/gnupg/options.skel': No such file or directory
@@ -412,10 +412,10 @@ 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
+a: 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
@@ -427,7 +427,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
-Mon Apr 9 03:35:46 UTC 2007
+Wed Apr 11 22:14:32 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -497,14 +497,14 @@ 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
-Mon Apr 9 03:35:51 UTC 2007
+Wed Apr 11 22:14:37 UTC 2007
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).
-a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -609,7 +609,7 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Mon Apr 9 12:35:53 JST 2007
-pbuilder-time-stamp: 1176089753
+Current time: Thu Apr 12 07:14:40 JST 2007
+pbuilder-time-stamp: 1176329680
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/3515 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/32547 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-create-etch.log b/testsuite/cdebootstrap/pbuilder-create-etch.log
index fcf83a8..d969499 100644
--- a/testsuite/cdebootstrap/pbuilder-create-etch.log
+++ b/testsuite/cdebootstrap/pbuilder-create-etch.log
@@ -9,7 +9,7 @@ P: Retrieving Release
P: Retrieving Packages.gz
P: Validating Packages.gz
P: Parsing Packages
-I: Can't find package libtasn1-2-bin for exclusion
+P: Can't find package libtasn1-2-bin for exclusion
P: Retrieving tzdata
P: Validating tzdata
P: Retrieving libc6
@@ -323,16 +323,15 @@ O: Selecting previously deselected package base-passwd.
O: (Reading database ... 0 files and directories currently installed.)
O: Unpacking base-passwd (from .../base-passwd_3.5.11_amd64.deb) ...
P: Unpacking package base-passwd
+O: Setting up base-passwd (3.5.11) ...
+P: Configuring package base-passwd
O: dpkg: base-passwd: dependency problems, but configuring anyway as you request:
O: base-passwd depends on libc6 (>= 2.3.5-1); however:
O: Package libc6 is not installed.
-O: Setting up base-passwd (3.5.11) ...
-P: Configuring package base-passwd
O:
P: Configuring helper cdebootstrap-helper-diverts
O: Selecting previously deselected package cdebootstrap-helper-diverts.
-O: (Reading database ...
-O: 24 files and directories currently installed.)
+O: (Reading database ... 24 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-diverts (from .../cdebootstrap-helper-diverts.deb) ...
O: Adding `diversion of /sbin/start-stop-daemon to /sbin/start-stop-daemon.REAL by cdebootstrap-helper-diverts'
O: Adding `diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.REAL by cdebootstrap-helper-diverts'
@@ -1027,6 +1026,7 @@ O: Get:2 bootstrap: . Release [58.2kB]
O: Reading package lists...
O:
O: Reading package lists...
+O:
O: Building dependency tree...
O:
O: Suggested packages:
@@ -1350,6 +1350,8 @@ O: 7112 files and directories currently installed.)
O: Removing cdebootstrap-helper-makedev ...
O: Reading package lists...
O:
+P: Writing hosts
+P: Writing resolv.conf
P: Writing apt sources.list
-> debootstrap finished
-> copying local configuration
@@ -1359,7 +1361,7 @@ umount: /proc/bus/usb: not found
umount: /dev/shm: not mounted
umount: /proc: not mounted
umount: /dev/pts: not mounted
- -> user script /var/cache/pbuilder/build//21339/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
+ -> user script /var/cache/pbuilder/build//19171/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
Refreshing the base.tgz
-> upgrading packages
-> mounting /proc filesystem
@@ -1368,7 +1370,7 @@ Refreshing the base.tgz
Get:1 http://ftp.jp.debian.org etch Release.gpg [378B]
Get:2 http://ftp.jp.debian.org etch Release [58.2kB]
Get:3 http://ftp.jp.debian.org etch/main Packages [5549kB]
-Fetched 5608kB in 20s (271kB/s)
+Fetched 5608kB in 8s (667kB/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading package lists...
@@ -1412,7 +1414,7 @@ Get:14 http://ftp.jp.debian.org etch/main g++ 4:4.1.1-15 [1358B]
Get:15 http://ftp.jp.debian.org etch/main make 3.81-2 [390kB]
Get:16 http://ftp.jp.debian.org etch/main dpkg-dev 1.13.25 [166kB]
Get:17 http://ftp.jp.debian.org etch/main build-essential 11.3 [6982B]
-Fetched 21.2MB in 2m1s (175kB/s)
+Fetched 21.2MB in 42s (503kB/s)
Selecting previously deselected package patch.
(Reading database ... 7112 files and directories currently installed.)
Unpacking patch (from .../patch_2.5.9-4_amd64.deb) ...
@@ -1478,9 +1480,9 @@ umount: /dev/shm: not mounted
umount: /lib/init/rw: not mounted
cat: /var/run/inetd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- -> user script /var/cache/pbuilder/build//21339/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> user script /var/cache/pbuilder/build//19171/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//21339 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//19171 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-create-lenny.log b/testsuite/cdebootstrap/pbuilder-create-lenny.log
new file mode 100644
index 0000000..936cf67
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-create-lenny.log
@@ -0,0 +1,1486 @@
+Distribution is lenny.
+Building the build environment
+ -> running cdebootstrap
+/usr/bin/cdebootstrap
+P: Retrieving Release.gpg
+P: Retrieving Release
+P: Parsing Release
+P: Retrieving Release
+P: Retrieving Packages.gz
+P: Validating Packages.gz
+P: Parsing Packages
+P: Can't find package libtasn1-2-bin for exclusion
+P: Retrieving tzdata
+P: Validating tzdata
+P: Retrieving libc6
+P: Validating libc6
+P: Retrieving perl-base
+P: Validating perl-base
+P: Retrieving libpam-runtime
+P: Validating libpam-runtime
+P: Retrieving libpam0g
+P: Validating libpam0g
+P: Retrieving libsepol1
+P: Validating libsepol1
+P: Retrieving libselinux1
+P: Validating libselinux1
+P: Retrieving libcap1
+P: Validating libcap1
+P: Retrieving libdb4.3
+P: Validating libdb4.3
+P: Retrieving libpam-modules
+P: Validating libpam-modules
+P: Retrieving login
+P: Validating login
+P: Retrieving libattr1
+P: Validating libattr1
+P: Retrieving libacl1
+P: Validating libacl1
+P: Retrieving coreutils
+P: Validating coreutils
+P: Retrieving mktemp
+P: Validating mktemp
+P: Retrieving debianutils
+P: Validating debianutils
+P: Retrieving passwd
+P: Validating passwd
+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 adduser
+P: Validating adduser
+P: Retrieving gcc-4.1-base
+P: Validating gcc-4.1-base
+P: Retrieving libgcc1
+P: Validating libgcc1
+P: Retrieving libstdc++6
+P: Validating libstdc++6
+P: Retrieving libbz2-1.0
+P: Validating libbz2-1.0
+P: Retrieving libgpg-error0
+P: Validating libgpg-error0
+P: Retrieving libgcrypt11
+P: Validating libgcrypt11
+P: Retrieving liblzo1
+P: Validating liblzo1
+P: Retrieving zlib1g
+P: Validating zlib1g
+P: Retrieving libopencdk8
+P: Validating libopencdk8
+P: Retrieving libtasn1-3
+P: Validating libtasn1-3
+P: Retrieving libgnutls13
+P: Validating libgnutls13
+P: Retrieving libdb4.2
+P: Validating libdb4.2
+P: Retrieving libsasl2-2
+P: Validating libsasl2-2
+P: Retrieving libldap2
+P: Validating libldap2
+P: Retrieving readline-common
+P: Validating readline-common
+P: Retrieving libncurses5
+P: Validating libncurses5
+P: Retrieving libreadline5
+P: Validating libreadline5
+P: Retrieving libusb-0.1-4
+P: Validating libusb-0.1-4
+P: Retrieving gpgv
+P: Validating gpgv
+P: Retrieving base-passwd
+P: Validating base-passwd
+P: Retrieving makedev
+P: Validating makedev
+P: Retrieving gnupg
+P: Validating gnupg
+P: Retrieving debian-archive-keyring
+P: Validating debian-archive-keyring
+P: Retrieving apt
+P: Validating apt
+P: Retrieving libdb4.4
+P: Validating libdb4.4
+P: Retrieving apt-utils
+P: Validating apt-utils
+P: Retrieving libncursesw5
+P: Validating libncursesw5
+P: Retrieving libsigc++-2.0-0c2a
+P: Validating libsigc++-2.0-0c2a
+P: Retrieving aptitude
+P: Validating aptitude
+P: Retrieving mawk
+P: Validating mawk
+P: Retrieving base-files
+P: Validating base-files
+P: Retrieving bash
+P: Validating bash
+P: Retrieving bsdutils
+P: Validating bsdutils
+P: Retrieving bsdmainutils
+P: Validating bsdmainutils
+P: Retrieving cpio
+P: Validating cpio
+P: Retrieving sed
+P: Validating sed
+P: Retrieving ncurses-bin
+P: Validating ncurses-bin
+P: Retrieving lsb-base
+P: Validating lsb-base
+P: Retrieving cron
+P: Validating cron
+P: Retrieving dhcp3-common
+P: Validating dhcp3-common
+P: Retrieving dhcp3-client
+P: Validating dhcp3-client
+P: Retrieving diff
+P: Validating diff
+P: Retrieving dmidecode
+P: Validating dmidecode
+P: Retrieving dpkg
+P: Validating dpkg
+P: Retrieving dselect
+P: Validating dselect
+P: Retrieving e2fslibs
+P: Validating e2fslibs
+P: Retrieving libdevmapper1.02
+P: Validating libdevmapper1.02
+P: Retrieving libblkid1
+P: Validating libblkid1
+P: Retrieving libcomerr2
+P: Validating libcomerr2
+P: Retrieving libss2
+P: Validating libss2
+P: Retrieving libuuid1
+P: Validating libuuid1
+P: Retrieving e2fsprogs
+P: Validating e2fsprogs
+P: Retrieving ed
+P: Validating ed
+P: Retrieving nano
+P: Validating nano
+P: Retrieving findutils
+P: Validating findutils
+P: Retrieving grep
+P: Validating grep
+P: Retrieving groff-base
+P: Validating groff-base
+P: Retrieving gzip
+P: Validating gzip
+P: Retrieving hostname
+P: Validating hostname
+P: Retrieving net-tools
+P: Validating net-tools
+P: Retrieving ifupdown
+P: Validating ifupdown
+P: Retrieving libwrap0
+P: Validating libwrap0
+P: Retrieving update-inetd
+P: Validating update-inetd
+P: Retrieving tcpd
+P: Validating tcpd
+P: Retrieving openbsd-inetd
+P: Validating openbsd-inetd
+P: Retrieving info
+P: Validating info
+P: Retrieving mount
+P: Validating mount
+P: Retrieving sysvinit-utils
+P: Validating sysvinit-utils
+P: Retrieving initscripts
+P: Validating initscripts
+P: Retrieving iptables
+P: Validating iptables
+P: Retrieving iputils-ping
+P: Validating iputils-ping
+P: Retrieving sysklogd
+P: Validating sysklogd
+P: Retrieving klogd
+P: Validating klogd
+P: Retrieving laptop-detect
+P: Validating laptop-detect
+P: Retrieving libconsole
+P: Validating libconsole
+P: Retrieving libgdbm3
+P: Validating libgdbm3
+P: Retrieving libslang2
+P: Validating libslang2
+P: Retrieving libnewt0.52
+P: Validating libnewt0.52
+P: Retrieving libpopt0
+P: Validating libpopt0
+P: Retrieving libsasl2
+P: Validating libsasl2
+P: Retrieving libssl0.9.8
+P: Validating libssl0.9.8
+P: Retrieving logrotate
+P: Validating logrotate
+P: Retrieving man-db
+P: Validating man-db
+P: Retrieving manpages
+P: Validating manpages
+P: Retrieving module-init-tools
+P: Validating module-init-tools
+P: Retrieving ncurses-base
+P: Validating ncurses-base
+P: Retrieving netbase
+P: Validating netbase
+P: Retrieving netcat
+P: Validating netcat
+P: Retrieving procps
+P: Validating procps
+P: Retrieving sysv-rc
+P: Validating sysv-rc
+P: Retrieving sysvinit
+P: Validating sysvinit
+P: Retrieving tar
+P: Validating tar
+P: Retrieving tasksel-data
+P: Validating tasksel-data
+P: Retrieving tasksel
+P: Validating tasksel
+P: Retrieving traceroute
+P: Validating traceroute
+P: Retrieving util-linux
+P: Validating util-linux
+P: Retrieving vim-common
+P: Validating vim-common
+P: Retrieving vim-tiny
+P: Validating vim-tiny
+P: Retrieving wget
+P: Validating wget
+P: Retrieving whiptail
+P: Validating whiptail
+P: Extracting tzdata
+P: Extracting libc6
+P: Extracting perl-base
+P: Extracting libpam-runtime
+P: Extracting libpam0g
+P: Extracting libsepol1
+P: Extracting libselinux1
+P: Extracting libcap1
+P: Extracting libdb4.3
+P: Extracting libpam-modules
+P: Extracting login
+P: Extracting libattr1
+P: Extracting libacl1
+P: Extracting coreutils
+P: Extracting mktemp
+P: Extracting debianutils
+P: Extracting passwd
+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 gcc-4.1-base
+P: Extracting libgcc1
+P: Extracting libstdc++6
+P: Extracting zlib1g
+P: Extracting libncurses5
+P: Extracting base-passwd
+P: Extracting makedev
+P: Extracting mawk
+P: Extracting base-files
+P: Extracting bash
+P: Extracting bsdutils
+P: Extracting sed
+P: Extracting ncurses-bin
+P: Extracting lsb-base
+P: Extracting diff
+P: Extracting dpkg
+P: Extracting dselect
+P: Extracting e2fslibs
+P: Extracting libdevmapper1.02
+P: Extracting libblkid1
+P: Extracting libcomerr2
+P: Extracting libss2
+P: Extracting libuuid1
+P: Extracting e2fsprogs
+P: Extracting findutils
+P: Extracting grep
+P: Extracting gzip
+P: Extracting hostname
+P: Extracting mount
+P: Extracting sysvinit-utils
+P: Extracting initscripts
+P: Extracting libslang2
+P: Extracting ncurses-base
+P: Extracting procps
+P: Extracting sysv-rc
+P: Extracting sysvinit
+P: Extracting tar
+P: Extracting util-linux
+O: Selecting previously deselected package base-passwd.
+O: (Reading database ...
+O: 0 files and directories currently installed.)
+O: Unpacking base-passwd (from .../base-passwd_3.5.11_amd64.deb) ...
+P: Unpacking package base-passwd
+O: dpkg: base-passwd: dependency problems, but configuring anyway as you request:
+O: base-passwd depends on libc6 (>= 2.3.5-1); however:
+O: Package libc6 is not installed.
+O: Setting up base-passwd (3.5.11) ...
+P: Configuring package base-passwd
+O:
+P: Configuring helper cdebootstrap-helper-diverts
+O: Selecting previously deselected package cdebootstrap-helper-diverts.
+O: (Reading database ...
+O: 24 files and directories currently installed.)
+O: Unpacking cdebootstrap-helper-diverts (from .../cdebootstrap-helper-diverts.deb) ...
+O: Adding `diversion of /sbin/start-stop-daemon to /sbin/start-stop-daemon.REAL by cdebootstrap-helper-diverts'
+O: Adding `diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.REAL by cdebootstrap-helper-diverts'
+O: Setting up cdebootstrap-helper-diverts (1) ...
+P: Configuring helper cdebootstrap-helper-makedev
+O: Selecting previously deselected package cdebootstrap-helper-makedev.
+O: (Reading database ...
+O: 29 files and directories currently installed.)
+O: Unpacking cdebootstrap-helper-makedev (from .../cdebootstrap-helper-makedev.deb) ...
+O: Setting up cdebootstrap-helper-makedev (1) ...
+O:
+O: Selecting previously deselected package dpkg.
+O: dpkg: regarding .../dpkg_1.13.25_amd64.deb containing dpkg, pre-dependency problem:
+O: dpkg pre-depends on libc6 (>= 2.3.5-1)
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../dpkg_1.13.25_amd64.deb containing dpkg, pre-dependency problem:
+O: dpkg pre-depends on coreutils (>= 5.93-1)
+O: dpkg: warning - ignoring pre-dependency problem !
+O: (Reading database ...
+O: 29 files and directories currently installed.)
+O: Unpacking dpkg (from .../dpkg_1.13.25_amd64.deb) ...
+P: Unpacking package dpkg
+O: dpkg: dpkg: dependency problems, but configuring anyway as you request:
+O: dpkg depends on libc6 (>= 2.3.5-1); however:
+O: Package libc6 is not installed.
+O: dpkg depends on coreutils (>= 5.93-1); however:
+O: Package coreutils is not installed.
+O: Setting up dpkg (1.13.25) ...
+P: Configuring package dpkg
+O:
+O: Selecting previously deselected package tzdata.
+O: (Reading database ...
+O: 254 files and directories currently installed.)
+O: Unpacking tzdata (from .../tzdata_2007d-1_all.deb) ...
+P: Unpacking package tzdata
+O: Selecting previously deselected package libc6.
+O: Unpacking libc6 (from .../libc6_2.3.6.ds1-13_amd64.deb) ...
+P: Unpacking package libc6
+O: Selecting previously deselected package perl-base.
+O: dpkg: regarding .../perl-base_5.8.8-7_amd64.deb containing perl-base, pre-dependency problem:
+O: perl-base pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking perl-base (from .../perl-base_5.8.8-7_amd64.deb) ...
+P: Unpacking package perl-base
+O: Selecting previously deselected package libpam-runtime.
+O: Unpacking libpam-runtime (from .../libpam-runtime_0.79-4_all.deb) ...
+P: Unpacking package libpam-runtime
+O: Selecting previously deselected package libpam0g.
+O: Unpacking libpam0g (from .../libpam0g_0.79-4_amd64.deb) ...
+P: Unpacking package libpam0g
+O: Selecting previously deselected package libsepol1.
+O: Unpacking libsepol1 (from .../libsepol1_1.14-3_amd64.deb) ...
+P: Unpacking package libsepol1
+O: Selecting previously deselected package libselinux1.
+O: Unpacking libselinux1 (from .../libselinux1_1.32-3_amd64.deb) ...
+P: Unpacking package libselinux1
+O: Selecting previously deselected package libcap1.
+O: Unpacking libcap1 (from .../libcap1_1.10-14_amd64.deb) ...
+P: Unpacking package libcap1
+O: Selecting previously deselected package libdb4.3.
+O: Unpacking libdb4.3 (from .../libdb4.3_4.3.29-8_amd64.deb) ...
+P: Unpacking package libdb4.3
+O: Selecting previously deselected package libpam-modules.
+O: Unpacking libpam-modules (from .../libpam-modules_0.79-4_amd64.deb) ...
+P: Unpacking package libpam-modules
+O: Selecting previously deselected package login.
+O: dpkg: regarding .../login_4.0.18.1-7_amd64.deb containing login, pre-dependency problem:
+O: login pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../login_4.0.18.1-7_amd64.deb containing login, pre-dependency problem:
+O: login pre-depends on libpam0g (>= 0.76)
+O: libpam0g is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../login_4.0.18.1-7_amd64.deb containing login, pre-dependency problem:
+O: login pre-depends on libpam-runtime (>= 0.76-14)
+O: libpam-runtime is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking login (from .../login_4.0.18.1-7_amd64.deb) ...
+P: Unpacking package login
+O: Selecting previously deselected package libattr1.
+O: Unpacking libattr1 (from .../libattr1_2.4.32-1.1_amd64.deb) ...
+P: Unpacking package libattr1
+O: Selecting previously deselected package libacl1.
+O: Unpacking libacl1 (from .../libacl1_2.2.42-1_amd64.deb) ...
+P: Unpacking package libacl1
+O: Selecting previously deselected package coreutils.
+O: dpkg: regarding .../coreutils_5.97-5.3_amd64.deb containing coreutils, pre-dependency problem:
+O: coreutils pre-depends on libacl1 (>= 2.2.11-1)
+O: libacl1 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../coreutils_5.97-5.3_amd64.deb containing coreutils, pre-dependency problem:
+O: coreutils pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../coreutils_5.97-5.3_amd64.deb containing coreutils, pre-dependency problem:
+O: coreutils pre-depends on libselinux1 (>= 1.32)
+O: libselinux1 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking coreutils (from .../coreutils_5.97-5.3_amd64.deb) ...
+P: Unpacking package coreutils
+O: No diversion `any diversion of /usr/share/man/man1/md5sum.textutils.1.gz', none removed
+O: No diversion `any diversion of /usr/bin/md5sum.textutils', none removed
+O: Selecting previously deselected package mktemp.
+O: Unpacking mktemp (from .../mktemp_1.5-2_amd64.deb) ...
+P: Unpacking package mktemp
+O: Selecting previously deselected package debianutils.
+O: dpkg: regarding .../debianutils_2.18_amd64.deb containing debianutils, pre-dependency problem:
+O: debianutils pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../debianutils_2.18_amd64.deb containing debianutils, pre-dependency problem:
+O: debianutils pre-depends on coreutils (>= 4.5.8-1)
+O: coreutils is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../debianutils_2.18_amd64.deb containing debianutils, pre-dependency problem:
+O: debianutils pre-depends on mktemp
+O: mktemp is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking debianutils (from .../debianutils_2.18_amd64.deb) ...
+P: Unpacking package debianutils
+O: Selecting previously deselected package passwd.
+O: Unpacking passwd (from .../passwd_4.0.18.1-7_amd64.deb) ...
+P: Unpacking package passwd
+O: Selecting previously deselected package liblocale-gettext-perl.
+O: dpkg: regarding .../liblocale-gettext-perl_1.05-1_amd64.deb containing liblocale-gettext-perl, pre-dependency problem:
+O: liblocale-gettext-perl pre-depends on perl-base (>= 5.8.8-3)
+O: perl-base is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../liblocale-gettext-perl_1.05-1_amd64.deb containing liblocale-gettext-perl, pre-dependency problem:
+O: liblocale-gettext-perl pre-depends on perlapi-5.8.8
+O: perl-base provides perlapi-5.8.8 but is unpacked but not configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.05-1_amd64.deb) ...
+P: Unpacking package liblocale-gettext-perl
+O: Selecting previously deselected package libtext-iconv-perl.
+O: Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.4-3_amd64.deb) ...
+P: Unpacking package libtext-iconv-perl
+O: Selecting previously deselected package libtext-charwidth-perl.
+O: Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-4_amd64.deb) ...
+P: Unpacking package libtext-charwidth-perl
+O: Selecting previously deselected package libtext-wrapi18n-perl.
+O: Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-5_all.deb) ...
+P: Unpacking package libtext-wrapi18n-perl
+O: Selecting previously deselected package debconf.
+O: dpkg: regarding .../debconf_1.5.13_all.deb containing debconf, pre-dependency problem:
+O: debconf pre-depends on perl-base (>= 5.6.1-4)
+O: perl-base is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking debconf (from .../debconf_1.5.13_all.deb) ...
+P: Unpacking package debconf
+O: Selecting previously deselected package debconf-i18n.
+O: Unpacking debconf-i18n (from .../debconf-i18n_1.5.13_all.deb) ...
+P: Unpacking package debconf-i18n
+O: Selecting previously deselected package gcc-4.1-base.
+O: Unpacking gcc-4.1-base (from .../gcc-4.1-base_4.1.1-21_amd64.deb) ...
+P: Unpacking package gcc-4.1-base
+O: Selecting previously deselected package libgcc1.
+O: Unpacking libgcc1 (from .../libgcc1_4.1.1-21_amd64.deb) ...
+P: Unpacking package libgcc1
+O: Selecting previously deselected package libstdc++6.
+O: Unpacking libstdc++6 (from .../libstdc++6_4.1.1-21_amd64.deb) ...
+P: Unpacking package libstdc++6
+O: Selecting previously deselected package zlib1g.
+O: Unpacking zlib1g (from .../zlib1g_1.2.3-13_amd64.deb) ...
+P: Unpacking package zlib1g
+O: Selecting previously deselected package libncurses5.
+O: Unpacking libncurses5 (from .../libncurses5_5.5-5_amd64.deb) ...
+P: Unpacking package libncurses5
+O: Selecting previously deselected package makedev.
+O: Unpacking makedev (from .../makedev_2.3.1-83_all.deb) ...
+P: Unpacking package makedev
+O: Selecting previously deselected package mawk.
+O: dpkg: regarding .../mawk_1.3.3-11_amd64.deb containing mawk, pre-dependency problem:
+O: mawk pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking mawk (from .../mawk_1.3.3-11_amd64.deb) ...
+P: Unpacking package mawk
+O: Selecting previously deselected package base-files.
+O: Unpacking base-files (from .../base-files_4.0_amd64.deb) ...
+P: Unpacking package base-files
+O: Selecting previously deselected package bash.
+O: dpkg: regarding .../bash_3.1dfsg-8_amd64.deb containing bash, pre-dependency problem:
+O: bash pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../bash_3.1dfsg-8_amd64.deb containing bash, pre-dependency problem:
+O: bash pre-depends on libncurses5 (>= 5.4-5)
+O: libncurses5 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking bash (from .../bash_3.1dfsg-8_amd64.deb) ...
+P: Unpacking package bash
+O: Selecting previously deselected package bsdutils.
+O: dpkg: regarding .../bsdutils_2.12r-19_amd64.deb containing bsdutils, pre-dependency problem:
+O: bsdutils pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking bsdutils (from .../bsdutils_2.12r-19_amd64.deb) ...
+P: Unpacking package bsdutils
+O: Selecting previously deselected package sed.
+O: dpkg: regarding .../sed_4.1.5-1_amd64.deb containing sed, pre-dependency problem:
+O: sed pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking sed (from .../sed_4.1.5-1_amd64.deb) ...
+P: Unpacking package sed
+O: Selecting previously deselected package ncurses-bin.
+O: dpkg: regarding .../ncurses-bin_5.5-5_amd64.deb containing ncurses-bin, pre-dependency problem:
+O: ncurses-bin pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../ncurses-bin_5.5-5_amd64.deb containing ncurses-bin, pre-dependency problem:
+O: ncurses-bin pre-depends on libncurses5 (>= 5.4-5)
+O: libncurses5 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking ncurses-bin (from .../ncurses-bin_5.5-5_amd64.deb) ...
+P: Unpacking package ncurses-bin
+O: Selecting previously deselected package lsb-base.
+O: Unpacking lsb-base (from .../lsb-base_3.1-23.1_all.deb) ...
+P: Unpacking package lsb-base
+O: Selecting previously deselected package diff.
+O: dpkg: regarding .../diff_2.8.1-11_amd64.deb containing diff, pre-dependency problem:
+O: diff pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking diff (from .../diff_2.8.1-11_amd64.deb) ...
+P: Unpacking package diff
+O: Selecting previously deselected package dselect.
+O: Unpacking dselect (from .../dselect_1.13.25_amd64.deb) ...
+P: Unpacking package dselect
+O: Selecting previously deselected package e2fslibs.
+O: Unpacking e2fslibs (from .../e2fslibs_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb) ...
+P: Unpacking package e2fslibs
+O: Selecting previously deselected package libdevmapper1.02.
+O: Unpacking libdevmapper1.02 (from .../libdevmapper1.02_1.02.08-1_amd64.deb) ...
+P: Unpacking package libdevmapper1.02
+O: Selecting previously deselected package libblkid1.
+O: Unpacking libblkid1 (from .../libblkid1_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb) ...
+P: Unpacking package libblkid1
+O: Selecting previously deselected package libcomerr2.
+O: Unpacking libcomerr2 (from .../libcomerr2_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb) ...
+P: Unpacking package libcomerr2
+O: Selecting previously deselected package libss2.
+O: Unpacking libss2 (from .../libss2_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb) ...
+P: Unpacking package libss2
+O: Selecting previously deselected package libuuid1.
+O: Unpacking libuuid1 (from .../libuuid1_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb) ...
+P: Unpacking package libuuid1
+O: Selecting previously deselected package e2fsprogs.
+O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
+O: e2fsprogs pre-depends on e2fslibs (= 1.39+1.40-WIP-2006.11.14+dfsg-2)
+O: e2fslibs is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
+O: e2fsprogs pre-depends on libblkid1 (>= 1.34-1)
+O: libblkid1 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
+O: e2fsprogs pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
+O: e2fsprogs pre-depends on libcomerr2 (>= 1.34-1)
+O: libcomerr2 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
+O: e2fsprogs pre-depends on libss2 (>= 1.34-1)
+O: libss2 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
+O: e2fsprogs pre-depends on libuuid1 (>= 1.34-1)
+O: libuuid1 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking e2fsprogs (from .../e2fsprogs_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb) ...
+P: Unpacking package e2fsprogs
+O: Selecting previously deselected package findutils.
+O: dpkg: regarding .../findutils_4.2.28-2_amd64.deb containing findutils, pre-dependency problem:
+O: findutils pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking findutils (from .../findutils_4.2.28-2_amd64.deb) ...
+P: Unpacking package findutils
+O: Selecting previously deselected package grep.
+O: dpkg: regarding .../grep_2.5.1.ds2-6_amd64.deb containing grep, pre-dependency problem:
+O: grep pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking grep (from .../grep_2.5.1.ds2-6_amd64.deb) ...
+P: Unpacking package grep
+O: Selecting previously deselected package gzip.
+O: dpkg: regarding .../gzip_1.3.9-2_amd64.deb containing gzip, pre-dependency problem:
+O: gzip pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking gzip (from .../gzip_1.3.9-2_amd64.deb) ...
+P: Unpacking package gzip
+O: Selecting previously deselected package hostname.
+O: dpkg: regarding .../hostname_2.93_amd64.deb containing hostname, pre-dependency problem:
+O: hostname pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking hostname (from .../hostname_2.93_amd64.deb) ...
+P: Unpacking package hostname
+O: Selecting previously deselected package mount.
+O: dpkg: regarding .../mount_2.12r-19_amd64.deb containing mount, pre-dependency problem:
+O: mount pre-depends on libblkid1 (>= 1.37-1)
+O: libblkid1 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../mount_2.12r-19_amd64.deb containing mount, pre-dependency problem:
+O: mount pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../mount_2.12r-19_amd64.deb containing mount, pre-dependency problem:
+O: mount pre-depends on libuuid1
+O: libuuid1 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking mount (from .../mount_2.12r-19_amd64.deb) ...
+P: Unpacking package mount
+O: Selecting previously deselected package sysvinit-utils.
+O: Unpacking sysvinit-utils (from .../sysvinit-utils_2.86.ds1-38_amd64.deb) ...
+P: Unpacking package sysvinit-utils
+O: Selecting previously deselected package initscripts.
+O: Unpacking initscripts (from .../initscripts_2.86.ds1-38_amd64.deb) ...
+P: Unpacking package initscripts
+O: Selecting previously deselected package libslang2.
+O: Unpacking libslang2 (from .../libslang2_2.0.6-4_amd64.deb) ...
+P: Unpacking package libslang2
+O: Selecting previously deselected package ncurses-base.
+O: Unpacking ncurses-base (from .../ncurses-base_5.5-5_all.deb) ...
+P: Unpacking package ncurses-base
+O: Selecting previously deselected package procps.
+O: Unpacking procps (from .../procps_3.2.7-3_amd64.deb) ...
+P: Unpacking package procps
+O: Selecting previously deselected package sysv-rc.
+O: Unpacking sysv-rc (from .../sysv-rc_2.86.ds1-38_all.deb) ...
+P: Unpacking package sysv-rc
+O: Selecting previously deselected package sysvinit.
+O: dpkg: regarding .../sysvinit_2.86.ds1-38_amd64.deb containing sysvinit, pre-dependency problem:
+O: sysvinit pre-depends on initscripts
+O: initscripts is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../sysvinit_2.86.ds1-38_amd64.deb containing sysvinit, pre-dependency problem:
+O: sysvinit pre-depends on sysv-rc (>= 2.86.ds1-1.2) | file-rc (>> 0.7.0)
+O: sysv-rc is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../sysvinit_2.86.ds1-38_amd64.deb containing sysvinit, pre-dependency problem:
+O: sysvinit pre-depends on sysvinit-utils
+O: sysvinit-utils is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking sysvinit (from .../sysvinit_2.86.ds1-38_amd64.deb) ...
+P: Unpacking package sysvinit
+O: Selecting previously deselected package tar.
+O: dpkg: regarding .../bootstrap/tar_1.16-2_amd64.deb containing tar, pre-dependency problem:
+O: tar pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking tar (from .../bootstrap/tar_1.16-2_amd64.deb) ...
+P: Unpacking package tar
+O: Selecting previously deselected package util-linux.
+O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
+O: util-linux pre-depends on libc6 (>= 2.3.5-1)
+O: libc6 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
+O: util-linux pre-depends on libncurses5 (>= 5.4-5)
+O: libncurses5 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
+O: util-linux pre-depends on libslang2 (>= 2.0.6-3)
+O: libslang2 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
+O: util-linux pre-depends on libuuid1
+O: libuuid1 is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
+O: util-linux pre-depends on zlib1g (>= 1:1.2.1)
+O: zlib1g is unpacked, but has never been configured.
+O: dpkg: warning - ignoring pre-dependency problem !
+O: Unpacking util-linux (from .../util-linux_2.12r-19_amd64.deb) ...
+P: Unpacking package util-linux
+O: Setting up makedev (2.3.1-83) ...
+P: Configuring package makedev
+O:
+O: Setting up sysv-rc (2.86.ds1-38) ...
+P: Configuring package sysv-rc
+O: Setting up tzdata (2007d-1) ...
+P: Configuring package tzdata
+O: Non-interactive mode, setting timezone to UTC. Run tzconfig to change.
+O:
+O: Setting up gcc-4.1-base (4.1.1-21) ...
+P: Configuring package gcc-4.1-base
+O:
+O: Setting up libpam-runtime (0.79-4) ...
+P: Configuring package libpam-runtime
+O:
+O: Setting up libc6 (2.3.6.ds1-13) ...
+P: Configuring package libc6
+O: init:
+O: /dev/initctl: No such file or directory
+O:
+O: Setting up libcap1 (1.10-14) ...
+P: Configuring package libcap1
+O:
+O: Setting up mktemp (1.5-2) ...
+P: Configuring package mktemp
+O: Setting up libuuid1 (1.39+1.40-WIP-2006.11.14+dfsg-2) ...
+P: Configuring package libuuid1
+O:
+O: Setting up libpam0g (0.79-4) ...
+P: Configuring package libpam0g
+O:
+O: Setting up bsdutils (2.12r-19) ...
+P: Configuring package bsdutils
+O:
+O: Setting up perl-base (5.8.8-7) ...
+P: Configuring package perl-base
+O: Setting up libsepol1 (1.14-3) ...
+P: Configuring package libsepol1
+O: telinit:
+O: /dev/initctl: No such file or directory
+O:
+O: Setting up tar (1.16-2) ...
+P: Configuring package tar
+O:
+O: Setting up zlib1g (1.2.3-13) ...
+P: Configuring package zlib1g
+O:
+O: Setting up libgcc1 (4.1.1-21) ...
+P: Configuring package libgcc1
+O:
+O: Setting up libtext-iconv-perl (1.4-3) ...
+P: Configuring package libtext-iconv-perl
+O: Setting up libncurses5 (5.5-5) ...
+P: Configuring package libncurses5
+O:
+O: Setting up libattr1 (2.4.32-1.1) ...
+P: Configuring package libattr1
+O:
+O: Setting up sed (4.1.5-1) ...
+P: Configuring package sed
+O: install-info(/usr/share/info/sed.info): no backup file /var/backups/infodir.bak available, retrieving default file.
+O:
+O: Setting up e2fslibs (1.39+1.40-WIP-2006.11.14+dfsg-2) ...
+P: Configuring package e2fslibs
+O:
+O: Setting up libcomerr2 (1.39+1.40-WIP-2006.11.14+dfsg-2) ...
+P: Configuring package libcomerr2
+O:
+O: Setting up mawk (1.3.3-11) ...
+P: Configuring package mawk
+O:
+O: Setting up libdb4.3 (4.3.29-8) ...
+P: Configuring package libdb4.3
+O: Setting up grep (2.5.1.ds2-6) ...
+P: Configuring package grep
+O:
+O: Setting up hostname (2.93) ...
+P: Configuring package hostname
+O: Setting up libacl1 (2.2.42-1) ...
+P: Configuring package libacl1
+O:
+O: Setting up libslang2 (2.0.6-4) ...
+P: Configuring package libslang2
+O:
+O: Setting up libss2 (1.39+1.40-WIP-2006.11.14+dfsg-2) ...
+P: Configuring package libss2
+O:
+O: Setting up findutils (4.2.28-2) ...
+P: Configuring package findutils
+O:
+O: Setting up liblocale-gettext-perl (1.05-1) ...
+P: Configuring package liblocale-gettext-perl
+O: Setting up diff (2.8.1-11) ...
+P: Configuring package diff
+O: Setting up libselinux1 (1.32-3) ...
+P: Configuring package libselinux1
+O: init:
+O: /dev/initctl: No such file or directory
+O:
+O: Setting up libstdc++6 (4.1.1-21) ...
+P: Configuring package libstdc++6
+O:
+O: Setting up libdevmapper1.02 (1.02.08-1) ...
+P: Configuring package libdevmapper1.02
+O:
+O: Setting up libtext-charwidth-perl (0.04-4) ...
+P: Configuring package libtext-charwidth-perl
+O: Setting up libtext-wrapi18n-perl (0.06-5) ...
+P: Configuring package libtext-wrapi18n-perl
+O: Setting up coreutils (5.97-5.3) ...
+P: Configuring package coreutils
+O:
+O: Setting up debianutils (2.18) ...
+P: Configuring package debianutils
+O:
+O: Setting up ncurses-base (5.5-5) ...
+P: Configuring package ncurses-base
+O: Setting up ncurses-bin (5.5-5) ...
+P: Configuring package ncurses-bin
+O: Setting up libpam-modules (0.79-4) ...
+P: Configuring package libpam-modules
+O:
+O: Setting up base-files (4.0) ...
+P: Configuring package base-files
+O:
+O: Setting up libblkid1 (1.39+1.40-WIP-2006.11.14+dfsg-2) ...
+P: Configuring package libblkid1
+O:
+O: Setting up e2fsprogs (1.39+1.40-WIP-2006.11.14+dfsg-2) ...
+P: Configuring package e2fsprogs
+O: Setting up gzip (1.3.9-2) ...
+P: Configuring package gzip
+O:
+O: Setting up dselect (1.13.25) ...
+P: Configuring package dselect
+O: Setting up sysvinit-utils (2.86.ds1-38) ...
+P: Configuring package sysvinit-utils
+O: Setting up bash (3.1dfsg-8) ...
+P: Configuring package bash
+O:
+O: Setting up login (4.0.18.1-7) ...
+P: Configuring package login
+O:
+O: Setting up lsb-base (3.1-23.1) ...
+P: Configuring package lsb-base
+O: Setting up procps (3.2.7-3) ...
+P: Configuring package procps
+O:
+O: Setting up mount (2.12r-19) ...
+P: Configuring package mount
+O:
+O: Setting up passwd (4.0.18.1-7) ...
+P: Configuring package passwd
+O: Shadow passwords are now on.
+O:
+O: Setting up initscripts (2.86.ds1-38) ...
+P: Configuring package initscripts
+O:
+O: Setting up util-linux (2.12r-19) ...
+P: Configuring package util-linux
+O:
+O: Setting up sysvinit (2.86.ds1-38) ...
+P: Configuring package sysvinit
+O: sysvinit: creating /dev/initctl
+O: init:
+O: timeout opening/writing control channel /dev/initctl
+O:
+O: Setting up debconf-i18n (1.5.13) ...
+P: Configuring package debconf-i18n
+O: Setting up debconf (1.5.13) ...
+P: Configuring package debconf
+O:
+O: Selecting previously deselected package libbz2-1.0.
+O: (Reading database ...
+O: 4819 files and directories currently installed.)
+O: Unpacking libbz2-1.0 (from .../libbz2-1.0_1.0.3-6_amd64.deb) ...
+P: Unpacking package libbz2-1.0
+O: Selecting previously deselected package libgpg-error0.
+O: Unpacking libgpg-error0 (from .../libgpg-error0_1.4-2_amd64.deb) ...
+P: Unpacking package libgpg-error0
+O: Selecting previously deselected package libgcrypt11.
+O: Unpacking libgcrypt11 (from .../libgcrypt11_1.2.3-2_amd64.deb) ...
+P: Unpacking package libgcrypt11
+O: Selecting previously deselected package liblzo1.
+O: Unpacking liblzo1 (from .../liblzo1_1.08-3_amd64.deb) ...
+P: Unpacking package liblzo1
+O: Selecting previously deselected package libopencdk8.
+O: Unpacking libopencdk8 (from .../libopencdk8_0.5.9-2_amd64.deb) ...
+P: Unpacking package libopencdk8
+O: Selecting previously deselected package libtasn1-3.
+O: Unpacking libtasn1-3 (from .../libtasn1-3_0.3.6-2_amd64.deb) ...
+P: Unpacking package libtasn1-3
+O: Selecting previously deselected package libgnutls13.
+O: Unpacking libgnutls13 (from .../libgnutls13_1.4.4-3_amd64.deb) ...
+P: Unpacking package libgnutls13
+O: Selecting previously deselected package libdb4.2.
+O: Unpacking libdb4.2 (from .../libdb4.2_4.2.52+dfsg-2_amd64.deb) ...
+P: Unpacking package libdb4.2
+O: Selecting previously deselected package libsasl2-2.
+O: Unpacking libsasl2-2 (from .../libsasl2-2_2.1.22.dfsg1-8_amd64.deb) ...
+P: Unpacking package libsasl2-2
+O: Selecting previously deselected package libldap2.
+O: Unpacking libldap2 (from .../libldap2_2.1.30-13.4_amd64.deb) ...
+P: Unpacking package libldap2
+O: Selecting previously deselected package readline-common.
+O: Unpacking readline-common (from .../readline-common_5.2-2_all.deb) ...
+P: Unpacking package readline-common
+O: Selecting previously deselected package libreadline5.
+O: Unpacking libreadline5 (from .../libreadline5_5.2-2_amd64.deb) ...
+P: Unpacking package libreadline5
+O: Selecting previously deselected package libusb-0.1-4.
+O: Unpacking libusb-0.1-4 (from .../libusb-0.1-4_0.1.12-5_amd64.deb) ...
+P: Unpacking package libusb-0.1-4
+O: Selecting previously deselected package gpgv.
+O: Unpacking gpgv (from .../gpgv_1.4.6-2_amd64.deb) ...
+P: Unpacking package gpgv
+O: Selecting previously deselected package gnupg.
+O: Unpacking gnupg (from .../gnupg_1.4.6-2_amd64.deb) ...
+P: Unpacking package gnupg
+O: Selecting previously deselected package debian-archive-keyring.
+O: Unpacking debian-archive-keyring (from .../debian-archive-keyring_2007.02.19_all.deb) ...
+P: Unpacking package debian-archive-keyring
+O: Selecting previously deselected package apt.
+O: Unpacking apt (from .../apt_0.6.46.4-0.1_amd64.deb) ...
+P: Unpacking package apt
+O: Setting up libbz2-1.0 (1.0.3-6) ...
+P: Configuring package libbz2-1.0
+O:
+O: Setting up libgpg-error0 (1.4-2) ...
+P: Configuring package libgpg-error0
+O:
+O: Setting up libgcrypt11 (1.2.3-2) ...
+P: Configuring package libgcrypt11
+O:
+O: Setting up liblzo1 (1.08-3) ...
+P: Configuring package liblzo1
+O:
+O: Setting up libopencdk8 (0.5.9-2) ...
+P: Configuring package libopencdk8
+O:
+O: Setting up libtasn1-3 (0.3.6-2) ...
+P: Configuring package libtasn1-3
+O:
+O: Setting up libgnutls13 (1.4.4-3) ...
+P: Configuring package libgnutls13
+O:
+O: Setting up libdb4.2 (4.2.52+dfsg-2) ...
+P: Configuring package libdb4.2
+O: Setting up libsasl2-2 (2.1.22.dfsg1-8) ...
+P: Configuring package libsasl2-2
+O:
+O: Setting up libldap2 (2.1.30-13.4) ...
+P: Configuring package libldap2
+O:
+O: Setting up readline-common (5.2-2) ...
+P: Configuring package readline-common
+O:
+O: Setting up libreadline5 (5.2-2) ...
+P: Configuring package libreadline5
+O:
+O: Setting up libusb-0.1-4 (0.1.12-5) ...
+P: Configuring package libusb-0.1-4
+O:
+O: Setting up gpgv (1.4.6-2) ...
+P: Configuring package gpgv
+O: Setting up gnupg (1.4.6-2) ...
+P: Configuring package gnupg
+O: Setting up debian-archive-keyring (2007.02.19) ...
+P: Configuring package debian-archive-keyring
+O: gpg:
+O: keyring `/etc/apt/trusted.gpg' created
+O: gpg:
+O: /etc/apt/trustdb.gpg: trustdb created
+O: gpg:
+O: key 2D230C5F: public key "Debian Archive Automatic Signing Key (2006) <ftpmaster@debian.org>" imported
+O: gpg:
+O: key 6070D3A1: public key "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>" imported
+O: gpg:
+O: key ADB11277: public key "Etch Stable Release Key <debian-release@lists.debian.org>" imported
+O: gpg:
+O: Total number processed: 3
+O: gpg:
+O: imported: 3
+O:
+O: gpg:
+O: no ultimately trusted keys found
+O:
+O: Setting up apt (0.6.46.4-0.1) ...
+P: Configuring package apt
+O: gpg:
+O: key 2D230C5F: "Debian Archive Automatic Signing Key (2006) <ftpmaster@debian.org>" not changed
+O: gpg:
+O: key 6070D3A1: "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>" not changed
+O: gpg:
+O: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" not changed
+O: gpg:
+O: Total number processed: 3
+O: gpg:
+O: unchanged: 3
+O:
+P: Configuring helper cdebootstrap-helper-apt
+O: Selecting previously deselected package cdebootstrap-helper-apt.
+O: (Reading database ...
+O: 5221 files and directories currently installed.)
+O: Unpacking cdebootstrap-helper-apt (from /cdebootstrap-helper-apt.deb) ...
+O: Setting up cdebootstrap-helper-apt (1) ...
+O: Get:1 bootstrap: . Release.gpg [189B]
+O: Get:2 bootstrap: . Release [68.5kB]
+O: Reading package lists...
+O:
+O: Reading package lists...
+O: Building dependency tree...
+O:
+O: Suggested packages:
+O: perl-modules debtags cpp wamerican wordlist whois vacation anacron
+O: lockfile-progs checksecurity resolvconf avahi-autoipd groff iproute ppp less
+O: www-browser man-browser spell
+O: Recommended packages:
+O: aptitude-doc-en aptitude-doc libparse-debianchangelog-perl exim4 postfix
+O: mail-transport-agent libgpmg1 libfribidi0 mailx
+O: The following NEW packages will be installed:
+O: adduser apt-utils aptitude bsdmainutils cpio cron dhcp3-client dhcp3-common
+O: dmidecode ed groff-base ifupdown info iptables iputils-ping klogd
+O: laptop-detect libconsole libdb4.4 libgdbm3 libncursesw5 libnewt0.52 libpopt0
+O: libsasl2 libsigc++-2.0-0c2a libssl0.9.8 libwrap0 logrotate man-db manpages
+O: module-init-tools nano net-tools netbase netcat openbsd-inetd sysklogd
+O: tasksel tasksel-data tcpd traceroute update-inetd vim-common vim-tiny wget
+O: whiptail
+O: 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded.
+O: Need to get 12.4MB of archives.
+O: After unpacking 39.4MB of additional disk space will be used.
+O: WARNING: The following packages cannot be authenticated!
+O: adduser libdb4.4 apt-utils libncursesw5 libsigc++-2.0-0c2a aptitude
+O: bsdmainutils cpio cron dhcp3-common dhcp3-client dmidecode ed groff-base
+O: net-tools ifupdown info iptables iputils-ping sysklogd klogd laptop-detect
+O: libconsole libgdbm3 libnewt0.52 libpopt0 libsasl2 libssl0.9.8 libwrap0
+O: logrotate man-db manpages module-init-tools nano update-inetd tcpd
+O: openbsd-inetd netbase netcat tasksel-data tasksel traceroute vim-common
+O: vim-tiny wget whiptail
+O: debconf: delaying package configuration, since apt-utils is not installed
+O: Authentication warning overridden.
+O: Selecting previously deselected package adduser.
+O: (Reading database ...
+O: 5222 files and directories currently installed.)
+O: Unpacking adduser (from .../adduser_3.102_all.deb) ...
+P: Unpacking package adduser
+O: Selecting previously deselected package libdb4.4.
+O: Unpacking libdb4.4 (from .../libdb4.4_4.4.20-8_amd64.deb) ...
+P: Unpacking package libdb4.4
+O: Selecting previously deselected package apt-utils.
+O: Unpacking apt-utils (from .../apt-utils_0.6.46.4-0.1_amd64.deb) ...
+P: Unpacking package apt-utils
+O: Selecting previously deselected package libncursesw5.
+O: Unpacking libncursesw5 (from .../libncursesw5_5.5-5_amd64.deb) ...
+P: Unpacking package libncursesw5
+O: Selecting previously deselected package libsigc++-2.0-0c2a.
+O: Unpacking libsigc++-2.0-0c2a (from .../libsigc++-2.0-0c2a_2.0.17-2_amd64.deb) ...
+P: Unpacking package libsigc++-2.0-0c2a
+O: Selecting previously deselected package aptitude.
+O: Unpacking aptitude (from .../aptitude_0.4.4-4_amd64.deb) ...
+P: Unpacking package aptitude
+O: Selecting previously deselected package bsdmainutils.
+O: Unpacking bsdmainutils (from .../bsdmainutils_6.1.6_amd64.deb) ...
+P: Unpacking package bsdmainutils
+O: Selecting previously deselected package cpio.
+O: Unpacking cpio (from .../cpio_2.6-17_amd64.deb) ...
+P: Unpacking package cpio
+O: Selecting previously deselected package cron.
+O: Unpacking cron (from .../cron_3.0pl1-100_amd64.deb) ...
+P: Unpacking package cron
+O: Selecting previously deselected package dhcp3-common.
+O: Unpacking dhcp3-common (from .../dhcp3-common_3.0.4-13_amd64.deb) ...
+P: Unpacking package dhcp3-common
+O: Selecting previously deselected package dhcp3-client.
+O: Unpacking dhcp3-client (from .../dhcp3-client_3.0.4-13_amd64.deb) ...
+P: Unpacking package dhcp3-client
+O: Selecting previously deselected package dmidecode.
+O: Unpacking dmidecode (from .../dmidecode_2.8-4_amd64.deb) ...
+P: Unpacking package dmidecode
+O: Selecting previously deselected package ed.
+O: Unpacking ed (from .../bootstrap/ed_0.2-20_amd64.deb) ...
+P: Unpacking package ed
+O: Selecting previously deselected package groff-base.
+O: Unpacking groff-base (from .../groff-base_1.18.1.1-12_amd64.deb) ...
+P: Unpacking package groff-base
+O: Selecting previously deselected package net-tools.
+O: Unpacking net-tools (from .../net-tools_1.60-17_amd64.deb) ...
+P: Unpacking package net-tools
+O: Selecting previously deselected package ifupdown.
+O: Unpacking ifupdown (from .../ifupdown_0.6.8_amd64.deb) ...
+P: Unpacking package ifupdown
+O: Selecting previously deselected package info.
+O: Unpacking info (from .../info_4.8.dfsg.1-4_amd64.deb) ...
+P: Unpacking package info
+O: Selecting previously deselected package iptables.
+O: Unpacking iptables (from .../iptables_1.3.6.0debian1-5_amd64.deb) ...
+P: Unpacking package iptables
+O: Selecting previously deselected package iputils-ping.
+O: Unpacking iputils-ping (from .../iputils-ping_20020927-6_amd64.deb) ...
+P: Unpacking package iputils-ping
+O: Selecting previously deselected package sysklogd.
+O: Unpacking sysklogd (from .../sysklogd_1.4.1-20_amd64.deb) ...
+P: Unpacking package sysklogd
+O: Selecting previously deselected package klogd.
+O: Unpacking klogd (from .../klogd_1.4.1-20_amd64.deb) ...
+P: Unpacking package klogd
+O: Selecting previously deselected package laptop-detect.
+O: Unpacking laptop-detect (from .../laptop-detect_0.12.1_amd64.deb) ...
+P: Unpacking package laptop-detect
+O: Selecting previously deselected package libconsole.
+O: Unpacking libconsole (from .../libconsole_0.2.3dbs-65_amd64.deb) ...
+P: Unpacking package libconsole
+O: Selecting previously deselected package libgdbm3.
+O: Unpacking libgdbm3 (from .../libgdbm3_1.8.3-3_amd64.deb) ...
+P: Unpacking package libgdbm3
+O: Selecting previously deselected package libnewt0.52.
+O: Unpacking libnewt0.52 (from .../libnewt0.52_0.52.2-10_amd64.deb) ...
+P: Unpacking package libnewt0.52
+O: Selecting previously deselected package libpopt0.
+O: Unpacking libpopt0 (from .../libpopt0_1.10-3_amd64.deb) ...
+P: Unpacking package libpopt0
+O: Selecting previously deselected package libsasl2.
+O: Unpacking libsasl2 (from .../libsasl2_2.1.22.dfsg1-8_amd64.deb) ...
+P: Unpacking package libsasl2
+O: Selecting previously deselected package libssl0.9.8.
+O: Unpacking libssl0.9.8 (from .../libssl0.9.8_0.9.8c-4_amd64.deb) ...
+P: Unpacking package libssl0.9.8
+O: Selecting previously deselected package libwrap0.
+O: Unpacking libwrap0 (from .../libwrap0_7.6.dbs-13_amd64.deb) ...
+P: Unpacking package libwrap0
+O: Selecting previously deselected package logrotate.
+O: Unpacking logrotate (from .../logrotate_3.7.1-3_amd64.deb) ...
+P: Unpacking package logrotate
+O: Selecting previously deselected package man-db.
+O: Unpacking man-db (from .../man-db_2.4.3-6_amd64.deb) ...
+P: Unpacking package man-db
+O: Selecting previously deselected package manpages.
+O: Unpacking manpages (from .../manpages_2.43-0_all.deb) ...
+P: Unpacking package manpages
+O: Selecting previously deselected package module-init-tools.
+O: Unpacking module-init-tools (from .../module-init-tools_3.3-pre4-2_amd64.deb) ...
+P: Unpacking package module-init-tools
+O: Selecting previously deselected package nano.
+O: Unpacking nano (from .../nano_2.0.2-1_amd64.deb) ...
+P: Unpacking package nano
+O: Selecting previously deselected package update-inetd.
+O: Unpacking update-inetd (from .../update-inetd_4.27-0.5_all.deb) ...
+P: Unpacking package update-inetd
+O: Selecting previously deselected package tcpd.
+O: Unpacking tcpd (from .../tcpd_7.6.dbs-13_amd64.deb) ...
+P: Unpacking package tcpd
+O: Selecting previously deselected package openbsd-inetd.
+O: Unpacking openbsd-inetd (from .../openbsd-inetd_0.20050402-6_amd64.deb) ...
+P: Unpacking package openbsd-inetd
+O: Selecting previously deselected package netbase.
+O: Unpacking netbase (from .../bootstrap/netbase_4.29_all.deb) ...
+P: Unpacking package netbase
+O: Selecting previously deselected package netcat.
+O: Unpacking netcat (from .../netcat_1.10-33_amd64.deb) ...
+P: Unpacking package netcat
+O: Selecting previously deselected package tasksel-data.
+O: Unpacking tasksel-data (from .../tasksel-data_2.66_all.deb) ...
+P: Unpacking package tasksel-data
+O: Selecting previously deselected package tasksel.
+O: Unpacking tasksel (from .../bootstrap/tasksel_2.66_all.deb) ...
+P: Unpacking package tasksel
+O: Selecting previously deselected package traceroute.
+O: Unpacking traceroute (from .../traceroute_1.4a12-21_amd64.deb) ...
+P: Unpacking package traceroute
+O: Selecting previously deselected package vim-common.
+O: Unpacking vim-common (from .../vim-common_7.0-219+1_amd64.deb) ...
+P: Unpacking package vim-common
+O: Selecting previously deselected package vim-tiny.
+O: Unpacking vim-tiny (from .../vim-tiny_7.0-219+1_amd64.deb) ...
+P: Unpacking package vim-tiny
+O: Selecting previously deselected package wget.
+O: Unpacking wget (from .../wget_1.10.2-2_amd64.deb) ...
+P: Unpacking package wget
+O: Selecting previously deselected package whiptail.
+O: Unpacking whiptail (from .../whiptail_0.52.2-10_amd64.deb) ...
+P: Unpacking package whiptail
+O: Setting up adduser (3.102) ...
+P: Configuring package adduser
+O:
+O: Setting up libdb4.4 (4.4.20-8) ...
+P: Configuring package libdb4.4
+O: Setting up apt-utils (0.6.46.4-0.1) ...
+P: Configuring package apt-utils
+O:
+O: Setting up libncursesw5 (5.5-5) ...
+P: Configuring package libncursesw5
+O:
+O: Setting up libsigc++-2.0-0c2a (2.0.17-2) ...
+P: Configuring package libsigc++-2.0-0c2a
+O:
+O: Setting up aptitude (0.4.4-4) ...
+P: Configuring package aptitude
+O:
+O: Setting up bsdmainutils (6.1.6) ...
+P: Configuring package bsdmainutils
+O:
+O: Setting up cpio (2.6-17) ...
+P: Configuring package cpio
+O:
+O: Setting up cron (3.0pl1-100) ...
+P: Configuring package cron
+O: Adding group `crontab' (GID 101) ...
+O: Done.
+O:
+O: Setting up dhcp3-common (3.0.4-13) ...
+P: Configuring package dhcp3-common
+O: Setting up dhcp3-client (3.0.4-13) ...
+P: Configuring package dhcp3-client
+O:
+O: Setting up dmidecode (2.8-4) ...
+P: Configuring package dmidecode
+O: Setting up ed (0.2-20) ...
+P: Configuring package ed
+O:
+O: Setting up groff-base (1.18.1.1-12) ...
+P: Configuring package groff-base
+O:
+O: Setting up net-tools (1.60-17) ...
+P: Configuring package net-tools
+O: Setting up ifupdown (0.6.8) ...
+P: Configuring package ifupdown
+O: df:
+O: Warning: cannot read table of mounted file systems
+O:
+O: ifupdown.postinst: Warning: No 'iface lo' definition found in /etc/network/interfaces
+O: ifupdown.postinst: Warning: No 'auto lo' statement found in /etc/network/interfaces
+O:
+O: Setting up info (4.8.dfsg.1-4) ...
+P: Configuring package info
+O:
+O: Setting up iptables (1.3.6.0debian1-5) ...
+P: Configuring package iptables
+O:
+O: Setting up iputils-ping (20020927-6) ...
+P: Configuring package iputils-ping
+O: Setting up laptop-detect (0.12.1) ...
+P: Configuring package laptop-detect
+O: Setting up libconsole (0.2.3dbs-65) ...
+P: Configuring package libconsole
+O:
+O: Setting up libgdbm3 (1.8.3-3) ...
+P: Configuring package libgdbm3
+O:
+O: Setting up libnewt0.52 (0.52.2-10) ...
+P: Configuring package libnewt0.52
+O:
+O: Setting up libpopt0 (1.10-3) ...
+P: Configuring package libpopt0
+O:
+O: Setting up libsasl2 (2.1.22.dfsg1-8) ...
+P: Configuring package libsasl2
+O: Setting up libssl0.9.8 (0.9.8c-4) ...
+P: Configuring package libssl0.9.8
+O:
+O: Setting up libwrap0 (7.6.dbs-13) ...
+P: Configuring package libwrap0
+O:
+O: Setting up logrotate (3.7.1-3) ...
+P: Configuring package logrotate
+O: Setting up man-db (2.4.3-6) ...
+P: Configuring package man-db
+O: Building database of manual pages ...
+O:
+O: Setting up manpages (2.43-0) ...
+P: Configuring package manpages
+O: Setting up module-init-tools (3.3-pre4-2) ...
+P: Configuring package module-init-tools
+O:
+O: Setting up nano (2.0.2-1) ...
+P: Configuring package nano
+O:
+O: Setting up update-inetd (4.27-0.5) ...
+P: Configuring package update-inetd
+O:
+O: Setting up tcpd (7.6.dbs-13) ...
+P: Configuring package tcpd
+O:
+O: Setting up openbsd-inetd (0.20050402-6) ...
+P: Configuring package openbsd-inetd
+O:
+O: Setting up netbase (4.29) ...
+P: Configuring package netbase
+O:
+O: Setting up netcat (1.10-33) ...
+P: Configuring package netcat
+O: Setting up traceroute (1.4a12-21) ...
+P: Configuring package traceroute
+O:
+O: Setting up vim-common (7.0-219+1) ...
+P: Configuring package vim-common
+O:
+O: Setting up vim-tiny (7.0-219+1) ...
+P: Configuring package vim-tiny
+O:
+O: Setting up wget (1.10.2-2) ...
+P: Configuring package wget
+O:
+O: Setting up whiptail (0.52.2-10) ...
+P: Configuring package whiptail
+O: Setting up klogd (1.4.1-20) ...
+P: Configuring package klogd
+O:
+O: Setting up sysklogd (1.4.1-20) ...
+P: Configuring package sysklogd
+O:
+O: Setting up tasksel-data (2.66) ...
+P: Configuring package tasksel-data
+O: Setting up tasksel (2.66) ...
+P: Configuring package tasksel
+O:
+P: Deconfiguring helper cdebootstrap-helper-apt
+O: (Reading database ...
+O: 7121 files and directories currently installed.)
+O: Removing cdebootstrap-helper-apt ...
+P: Deconfiguring helper cdebootstrap-helper-diverts
+O: (Reading database ...
+O: 7120 files and directories currently installed.)
+O: Removing cdebootstrap-helper-diverts ...
+O: Purging configuration files for cdebootstrap-helper-diverts ...
+O: Removing `diversion of /sbin/start-stop-daemon to /sbin/start-stop-daemon.REAL by cdebootstrap-helper-diverts'
+O: Removing `diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.REAL by cdebootstrap-helper-diverts'
+P: Deconfiguring helper cdebootstrap-helper-makedev
+O: (Reading database ...
+O: 7118 files and directories currently installed.)
+O: Removing cdebootstrap-helper-makedev ...
+O: Reading package lists...
+O:
+P: Writing hosts
+P: Writing resolv.conf
+P: Writing apt sources.list
+ -> debootstrap finished
+ -> copying local configuration
+ -> Installing apt-lines
+umount: /sys: not mounted
+umount: /proc/bus/usb: not found
+umount: /dev/shm: not mounted
+umount: /proc: not mounted
+umount: /dev/pts: not mounted
+ -> user script /var/cache/pbuilder/build//24676/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
+Refreshing the base.tgz
+ -> upgrading packages
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> installing dummy policy-rc.d
+Get:1 http://ftp.jp.debian.org lenny Release.gpg [189B]
+Get:2 http://ftp.jp.debian.org lenny Release [68.5kB]
+Get:3 http://ftp.jp.debian.org lenny/main Packages [5777kB]
+Fetched 5846kB in 7s (801kB/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-4.1 g++ g++-4.1 gcc gcc-4.1 libc6-dev libssp0
+ libstdc++6-4.1-dev linux-kernel-headers make patch perl perl-modules
+Suggested packages:
+ binutils-doc cpp-doc gcc-4.1-locales debian-keyring gcc-4.1-doc lib32stdc++6
+ manpages-dev autoconf automake1.9 libtool flex bison gdb gcc-doc
+ libc6-dev-i386 lib32gcc1 lib32ssp0 glibc-doc libstdc++6-4.1-doc make-doc
+ diff-doc libterm-readline-gnu-perl libterm-readline-perl-perl
+Recommended packages:
+ bzip2 libmudflap0-dev perl-doc
+The following NEW packages will be installed:
+ binutils build-essential cpp cpp-4.1 dpkg-dev g++ g++-4.1 gcc gcc-4.1
+ libc6-dev libssp0 libstdc++6-4.1-dev linux-kernel-headers make patch perl
+ perl-modules
+0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
+Need to get 21.2MB of archives.
+After unpacking 86.5MB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main patch 2.5.9-4 [98.7kB]
+Get:2 http://ftp.jp.debian.org lenny/main perl-modules 5.8.8-7 [2310kB]
+Get:3 http://ftp.jp.debian.org lenny/main perl 5.8.8-7 [4240kB]
+Get:4 http://ftp.jp.debian.org lenny/main binutils 2.17-3 [2630kB]
+Get:5 http://ftp.jp.debian.org lenny/main linux-kernel-headers 2.6.18-7 [1872kB]
+Get:6 http://ftp.jp.debian.org lenny/main libc6-dev 2.3.6.ds1-13 [2118kB]
+Get:7 http://ftp.jp.debian.org lenny/main cpp-4.1 4.1.1-21 [2482kB]
+Get:8 http://ftp.jp.debian.org lenny/main cpp 4:4.1.1-15 [11.6kB]
+Get:9 http://ftp.jp.debian.org lenny/main libssp0 4.1.1-21 [4956B]
+Get:10 http://ftp.jp.debian.org lenny/main gcc-4.1 4.1.1-21 [475kB]
+Get:11 http://ftp.jp.debian.org lenny/main gcc 4:4.1.1-15 [5058B]
+Get:12 http://ftp.jp.debian.org lenny/main libstdc++6-4.1-dev 4.1.1-21 [1643kB]
+Get:13 http://ftp.jp.debian.org lenny/main g++-4.1 4.1.1-21 [2786kB]
+Get:14 http://ftp.jp.debian.org lenny/main g++ 4:4.1.1-15 [1358B]
+Get:15 http://ftp.jp.debian.org lenny/main make 3.81-3 [395kB]
+Get:16 http://ftp.jp.debian.org lenny/main dpkg-dev 1.13.25 [166kB]
+Get:17 http://ftp.jp.debian.org lenny/main build-essential 11.3 [6982B]
+Fetched 21.2MB in 27s (778kB/s)
+Selecting previously deselected package patch.
+(Reading database ... 7118 files and directories currently installed.)
+Unpacking patch (from .../patch_2.5.9-4_amd64.deb) ...
+Selecting previously deselected package perl-modules.
+Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ...
+Selecting previously deselected package perl.
+Unpacking perl (from .../perl_5.8.8-7_amd64.deb) ...
+Selecting previously deselected package binutils.
+Unpacking binutils (from .../binutils_2.17-3_amd64.deb) ...
+Selecting previously deselected package linux-kernel-headers.
+Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.6.18-7_amd64.deb) ...
+Selecting previously deselected package libc6-dev.
+Unpacking libc6-dev (from .../libc6-dev_2.3.6.ds1-13_amd64.deb) ...
+Selecting previously deselected package cpp-4.1.
+Unpacking cpp-4.1 (from .../cpp-4.1_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package cpp.
+Unpacking cpp (from .../cpp_4%3a4.1.1-15_amd64.deb) ...
+Selecting previously deselected package libssp0.
+Unpacking libssp0 (from .../libssp0_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package gcc-4.1.
+Unpacking gcc-4.1 (from .../gcc-4.1_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package gcc.
+Unpacking gcc (from .../gcc_4%3a4.1.1-15_amd64.deb) ...
+Selecting previously deselected package libstdc++6-4.1-dev.
+Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package g++-4.1.
+Unpacking g++-4.1 (from .../g++-4.1_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package g++.
+Unpacking g++ (from .../g++_4%3a4.1.1-15_amd64.deb) ...
+Selecting previously deselected package make.
+Unpacking make (from .../archives/make_3.81-3_amd64.deb) ...
+Selecting previously deselected package dpkg-dev.
+Unpacking dpkg-dev (from .../dpkg-dev_1.13.25_all.deb) ...
+Selecting previously deselected package build-essential.
+Unpacking build-essential (from .../build-essential_11.3_amd64.deb) ...
+Setting up patch (2.5.9-4) ...
+Setting up binutils (2.17-3) ...
+
+Setting up linux-kernel-headers (2.6.18-7) ...
+Setting up libc6-dev (2.3.6.ds1-13) ...
+Setting up cpp-4.1 (4.1.1-21) ...
+Setting up cpp (4.1.1-15) ...
+
+Setting up libssp0 (4.1.1-21) ...
+
+Setting up gcc-4.1 (4.1.1-21) ...
+Setting up gcc (4.1.1-15) ...
+
+Setting up make (3.81-3) ...
+Setting up perl-modules (5.8.8-7) ...
+Setting up libstdc++6-4.1-dev (4.1.1-21) ...
+Setting up perl (5.8.8-7) ...
+
+Setting up g++-4.1 (4.1.1-21) ...
+Setting up g++ (4.1.1-15) ...
+
+Setting up dpkg-dev (1.13.25) ...
+Setting up build-essential (11.3) ...
+umount: /sys: not mounted
+umount: /run: not found
+umount: /proc/bus/usb: not mounted
+umount: /dev/shm: not mounted
+umount: /lib/init/rw: not mounted
+cat: /var/run/inetd.pid: No such file or directory
+kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
+ -> user script /var/cache/pbuilder/build//24676/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//24676 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-create-sid.log b/testsuite/cdebootstrap/pbuilder-create-sid.log
index efbb6c8..c9afc62 100644
--- a/testsuite/cdebootstrap/pbuilder-create-sid.log
+++ b/testsuite/cdebootstrap/pbuilder-create-sid.log
@@ -9,7 +9,7 @@ P: Retrieving Release
P: Retrieving Packages.gz
P: Validating Packages.gz
P: Parsing Packages
-I: Can't find package libtasn1-2-bin for exclusion
+P: Can't find package libtasn1-2-bin for exclusion
P: Retrieving tzdata
P: Validating tzdata
P: Retrieving libc6
@@ -208,6 +208,8 @@ P: Retrieving laptop-detect
P: Validating laptop-detect
P: Retrieving libconsole
P: Validating libconsole
+P: Retrieving libdevmapper1.02.1
+P: Validating libdevmapper1.02.1
P: Retrieving libgdbm3
P: Validating libgdbm3
P: Retrieving libslang2
@@ -312,6 +314,7 @@ P: Extracting hostname
P: Extracting mount
P: Extracting sysvinit-utils
P: Extracting initscripts
+P: Extracting libdevmapper1.02.1
P: Extracting libslang2
P: Extracting ncurses-base
P: Extracting procps
@@ -331,8 +334,7 @@ P: Configuring package base-passwd
O:
P: Configuring helper cdebootstrap-helper-diverts
O: Selecting previously deselected package cdebootstrap-helper-diverts.
-O: (Reading database ...
-O: 24 files and directories currently installed.)
+O: (Reading database ... 24 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-diverts (from .../cdebootstrap-helper-diverts.deb) ...
O: Adding `diversion of /sbin/start-stop-daemon to /sbin/start-stop-daemon.REAL by cdebootstrap-helper-diverts'
O: Adding `diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.REAL by cdebootstrap-helper-diverts'
@@ -366,7 +368,7 @@ O:
O: Selecting previously deselected package tzdata.
O: (Reading database ...
O: 254 files and directories currently installed.)
-O: Unpacking tzdata (from .../tzdata_2007d-1_all.deb) ...
+O: Unpacking tzdata (from .../tzdata_2007e-1_all.deb) ...
P: Unpacking package tzdata
O: Selecting previously deselected package libc6.
O: Unpacking libc6 (from .../libc6_2.3.6.ds1-13_amd64.deb) ...
@@ -659,6 +661,9 @@ P: Unpacking package sysvinit-utils
O: Selecting previously deselected package initscripts.
O: Unpacking initscripts (from .../initscripts_2.86.ds1-38_amd64.deb) ...
P: Unpacking package initscripts
+O: Selecting previously deselected package libdevmapper1.02.1.
+O: Unpacking libdevmapper1.02.1 (from .../libdevmapper1.02.1_1.02.18-1_amd64.deb) ...
+P: Unpacking package libdevmapper1.02.1
O: Selecting previously deselected package libslang2.
O: Unpacking libslang2 (from .../libslang2_2.0.6-4_amd64.deb) ...
P: Unpacking package libslang2
@@ -721,7 +726,7 @@ P: Configuring package makedev
O:
O: Setting up sysv-rc (2.86.ds1-38) ...
P: Configuring package sysv-rc
-O: Setting up tzdata (2007d-1) ...
+O: Setting up tzdata (2007e-1) ...
P: Configuring package tzdata
O: Non-interactive mode, setting timezone to UTC. Run tzconfig to change.
O:
@@ -841,6 +846,9 @@ O:
O: Setting up base-files (4.0) ...
P: Configuring package base-files
O:
+O: Setting up libdevmapper1.02.1 (1.02.18-1) ...
+P: Configuring package libdevmapper1.02.1
+O:
O: Setting up libblkid1 (1.39+1.40-WIP-2006.11.14+dfsg-2) ...
P: Configuring package libblkid1
O:
@@ -890,23 +898,23 @@ P: Configuring package debconf
O:
O: Selecting previously deselected package libbz2-1.0.
O: (Reading database ...
-O: 4820 files and directories currently installed.)
+O: 4826 files and directories currently installed.)
O: Unpacking libbz2-1.0 (from .../libbz2-1.0_1.0.3-6_amd64.deb) ...
P: Unpacking package libbz2-1.0
O: Selecting previously deselected package libgpg-error0.
O: Unpacking libgpg-error0 (from .../libgpg-error0_1.4-2_amd64.deb) ...
P: Unpacking package libgpg-error0
O: Selecting previously deselected package libgcrypt11.
-O: Unpacking libgcrypt11 (from .../libgcrypt11_1.2.3-2_amd64.deb) ...
+O: Unpacking libgcrypt11 (from .../libgcrypt11_1.2.4-2_amd64.deb) ...
P: Unpacking package libgcrypt11
O: Selecting previously deselected package liblzo1.
O: Unpacking liblzo1 (from .../liblzo1_1.08-3_amd64.deb) ...
P: Unpacking package liblzo1
O: Selecting previously deselected package libopencdk8.
-O: Unpacking libopencdk8 (from .../libopencdk8_0.5.9-2_amd64.deb) ...
+O: Unpacking libopencdk8 (from .../libopencdk8_0.5.13-2_amd64.deb) ...
P: Unpacking package libopencdk8
O: Selecting previously deselected package libtasn1-3.
-O: Unpacking libtasn1-3 (from .../libtasn1-3_0.3.6-2_amd64.deb) ...
+O: Unpacking libtasn1-3 (from .../libtasn1-3_0.3.9-1_amd64.deb) ...
P: Unpacking package libtasn1-3
O: Selecting previously deselected package libgnutls13.
O: Unpacking libgnutls13 (from .../libgnutls13_1.4.4-3_amd64.deb) ...
@@ -947,16 +955,16 @@ O:
O: Setting up libgpg-error0 (1.4-2) ...
P: Configuring package libgpg-error0
O:
-O: Setting up libgcrypt11 (1.2.3-2) ...
+O: Setting up libgcrypt11 (1.2.4-2) ...
P: Configuring package libgcrypt11
O:
O: Setting up liblzo1 (1.08-3) ...
P: Configuring package liblzo1
O:
-O: Setting up libopencdk8 (0.5.9-2) ...
+O: Setting up libopencdk8 (0.5.13-2) ...
P: Configuring package libopencdk8
O:
-O: Setting up libtasn1-3 (0.3.6-2) ...
+O: Setting up libtasn1-3 (0.3.9-1) ...
P: Configuring package libtasn1-3
O:
O: Setting up libgnutls13 (1.4.4-3) ...
@@ -1019,7 +1027,7 @@ O:
P: Configuring helper cdebootstrap-helper-apt
O: Selecting previously deselected package cdebootstrap-helper-apt.
O: (Reading database ...
-O: 5222 files and directories currently installed.)
+O: 5228 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-apt (from /cdebootstrap-helper-apt.deb) ...
O: Setting up cdebootstrap-helper-apt (1) ...
O: Get:1 bootstrap: . Release.gpg [189B]
@@ -1047,7 +1055,7 @@ O: tasksel tasksel-data tcpd traceroute update-inetd vim-common vim-tiny wget
O: whiptail
O: 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded.
O: Need to get 12.4MB of archives.
-O: After unpacking 39.5MB of additional disk space will be used.
+O: After unpacking 39.4MB of additional disk space will be used.
O: WARNING: The following packages cannot be authenticated!
O: adduser libdb4.4 apt-utils libncursesw5 libsigc++-2.0-0c2a aptitude
O: bsdmainutils cpio cron dhcp3-common dhcp3-client dmidecode ed groff-base
@@ -1060,7 +1068,7 @@ O: debconf: delaying package configuration, since apt-utils is not installed
O: Authentication warning overridden.
O: Selecting previously deselected package adduser.
O: (Reading database ...
-O: 5223 files and directories currently installed.)
+O: 5229 files and directories currently installed.)
O: Unpacking adduser (from .../adduser_3.102_all.deb) ...
P: Unpacking package adduser
O: Selecting previously deselected package libdb4.4.
@@ -1082,7 +1090,7 @@ O: Selecting previously deselected package bsdmainutils.
O: Unpacking bsdmainutils (from .../bsdmainutils_6.1.6_amd64.deb) ...
P: Unpacking package bsdmainutils
O: Selecting previously deselected package cpio.
-O: Unpacking cpio (from .../cpio_2.6-17_amd64.deb) ...
+O: Unpacking cpio (from .../bootstrap/cpio_2.7-1_amd64.deb) ...
P: Unpacking package cpio
O: Selecting previously deselected package cron.
O: Unpacking cron (from .../cron_3.0pl1-100_amd64.deb) ...
@@ -1151,7 +1159,7 @@ O: Selecting previously deselected package logrotate.
O: Unpacking logrotate (from .../logrotate_3.7.1-3_amd64.deb) ...
P: Unpacking package logrotate
O: Selecting previously deselected package man-db.
-O: Unpacking man-db (from .../man-db_2.4.3-6_amd64.deb) ...
+O: Unpacking man-db (from .../man-db_2.4.4-2_amd64.deb) ...
P: Unpacking package man-db
O: Selecting previously deselected package manpages.
O: Unpacking manpages (from .../manpages_2.43-0_all.deb) ...
@@ -1218,7 +1226,7 @@ O:
O: Setting up bsdmainutils (6.1.6) ...
P: Configuring package bsdmainutils
O:
-O: Setting up cpio (2.6-17) ...
+O: Setting up cpio (2.7-1) ...
P: Configuring package cpio
O:
O: Setting up cron (3.0pl1-100) ...
@@ -1281,7 +1289,7 @@ P: Configuring package libwrap0
O:
O: Setting up logrotate (3.7.1-3) ...
P: Configuring package logrotate
-O: Setting up man-db (2.4.3-6) ...
+O: Setting up man-db (2.4.4-2) ...
P: Configuring package man-db
O: Building database of manual pages ...
O:
@@ -1334,21 +1342,23 @@ P: Configuring package tasksel
O:
P: Deconfiguring helper cdebootstrap-helper-apt
O: (Reading database ...
-O: 7123 files and directories currently installed.)
+O: 7115 files and directories currently installed.)
O: Removing cdebootstrap-helper-apt ...
P: Deconfiguring helper cdebootstrap-helper-diverts
O: (Reading database ...
-O: 7122 files and directories currently installed.)
+O: 7114 files and directories currently installed.)
O: Removing cdebootstrap-helper-diverts ...
O: Purging configuration files for cdebootstrap-helper-diverts ...
O: Removing `diversion of /sbin/start-stop-daemon to /sbin/start-stop-daemon.REAL by cdebootstrap-helper-diverts'
O: Removing `diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.REAL by cdebootstrap-helper-diverts'
P: Deconfiguring helper cdebootstrap-helper-makedev
O: (Reading database ...
-O: 7120 files and directories currently installed.)
+O: 7112 files and directories currently installed.)
O: Removing cdebootstrap-helper-makedev ...
O: Reading package lists...
O:
+P: Writing hosts
+P: Writing resolv.conf
P: Writing apt sources.list
-> debootstrap finished
-> copying local configuration
@@ -1358,7 +1368,7 @@ umount: /proc/bus/usb: not found
umount: /dev/shm: not mounted
umount: /proc: not mounted
umount: /dev/pts: not mounted
- -> user script /var/cache/pbuilder/build//17238/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
+ -> user script /var/cache/pbuilder/build//13313/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
Refreshing the base.tgz
-> upgrading packages
-> mounting /proc filesystem
@@ -1366,8 +1376,8 @@ Refreshing the base.tgz
-> installing dummy policy-rc.d
Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Get:2 http://ftp.jp.debian.org sid Release [79.6kB]
-Get:3 http://ftp.jp.debian.org sid/main Packages [5970kB]
-Fetched 6050kB in 21s (285kB/s)
+Get:3 http://ftp.jp.debian.org sid/main Packages [5996kB]
+Fetched 6076kB in 10s (557kB/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading package lists...
@@ -1410,9 +1420,9 @@ Get:14 http://ftp.jp.debian.org sid/main g++ 4:4.1.1-15 [1358B]
Get:15 http://ftp.jp.debian.org sid/main make 3.81-3 [395kB]
Get:16 http://ftp.jp.debian.org sid/main dpkg-dev 1.13.25 [166kB]
Get:17 http://ftp.jp.debian.org sid/main build-essential 11.3 [6982B]
-Fetched 21.2MB in 1m30s (235kB/s)
+Fetched 21.2MB in 41s (514kB/s)
Selecting previously deselected package patch.
-(Reading database ... 7120 files and directories currently installed.)
+(Reading database ... 7112 files and directories currently installed.)
Unpacking patch (from .../patch_2.5.9-4_amd64.deb) ...
Selecting previously deselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ...
@@ -1476,9 +1486,9 @@ umount: /dev/shm: not mounted
umount: /lib/init/rw: not mounted
cat: /var/run/inetd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- -> user script /var/cache/pbuilder/build//17238/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> user script /var/cache/pbuilder/build//13313/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//17238 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//13313 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-execute-etch.log b/testsuite/cdebootstrap/pbuilder-execute-etch.log
index e098067..2c7e309 100644
--- a/testsuite/cdebootstrap/pbuilder-execute-etch.log
+++ b/testsuite/cdebootstrap/pbuilder-execute-etch.log
@@ -1,5 +1,5 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//25351 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//8062 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-execute-lenny.log b/testsuite/cdebootstrap/pbuilder-execute-lenny.log
new file mode 100644
index 0000000..cda88ef
--- /dev/null
+++ b/testsuite/cdebootstrap/pbuilder-execute-lenny.log
@@ -0,0 +1,13 @@
+Building the build Environment
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/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//8293 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-execute-sid.log b/testsuite/cdebootstrap/pbuilder-execute-sid.log
index 545592b..ee43f67 100644
--- a/testsuite/cdebootstrap/pbuilder-execute-sid.log
+++ b/testsuite/cdebootstrap/pbuilder-execute-sid.log
@@ -1,5 +1,5 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//21279 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//19112 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log b/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log
index 02368f8..41d3c5d 100644
--- a/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log
+++ b/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log
@@ -1,6 +1,6 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> Installing apt-lines
@@ -15,8 +15,8 @@ Get:2 http://ftp.jp.debian.org experimental Release.gpg [189B]
Hit http://ftp.jp.debian.org sid Release
Get:3 http://ftp.jp.debian.org experimental Release [79.6kB]
Get:4 http://ftp.jp.debian.org sid/main Packages/DiffIndex [2038B]
-Get:5 http://ftp.jp.debian.org experimental/main Packages [695kB]
-Fetched 776kB in 7s (108kB/s)
+Get:5 http://ftp.jp.debian.org experimental/main Packages [723kB]
+Fetched 805kB in 1s (556kB/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading package lists...
@@ -26,12 +26,12 @@ The following packages will be REMOVED:
The following NEW packages will be installed:
gcc-4.2-base
The following packages will be upgraded:
- apt apt-utils binutils coreutils cpio cpp cpp-4.1 g++ g++-4.1 gcc gcc-4.1
- gcc-4.1-base libc6 libc6-dev libgcc1 libgcrypt11 libgnutls13 libopencdk8
- libstdc++6 libstdc++6-4.1-dev libtasn1-3 man-db wget
-23 upgraded, 1 newly installed, 4 to remove and 0 not upgraded.
-Need to get 25.0MB of archives.
-After unpacking 9720kB disk space will be freed.
+ apt apt-utils binutils coreutils cpp cpp-4.1 g++ g++-4.1 gcc gcc-4.1
+ gcc-4.1-base libc6 libc6-dev libgcc1 libgnutls13 libstdc++6
+ libstdc++6-4.1-dev wget
+18 upgraded, 1 newly installed, 4 to remove and 0 not upgraded.
+Need to get 23.8MB of archives.
+After unpacking 9662kB disk space will be freed.
Get:1 http://ftp.jp.debian.org experimental/main gcc-4.2-base 4.2-20070307-1 [206kB]
Get:2 http://ftp.jp.debian.org experimental/main binutils 2.17.20070210cvs-1 [2685kB]
Get:3 http://ftp.jp.debian.org experimental/main libc6-dev 2.5-0exp6 [2458kB]
@@ -46,24 +46,18 @@ Get:11 http://ftp.jp.debian.org experimental/main gcc-4.1-base 4.1.2-1 [201kB]
Get:12 http://ftp.jp.debian.org experimental/main coreutils 6.0-1 [3141kB]
Get:13 http://ftp.jp.debian.org experimental/main apt-utils 0.7.0 [192kB]
Get:14 http://ftp.jp.debian.org experimental/main apt 0.7.0 [1453kB]
-Get:15 http://ftp.jp.debian.org experimental/main cpio 2.7-0exp1 [114kB]
-Get:16 http://ftp.jp.debian.org experimental/main libgcrypt11 1.2.4-1 [190kB]
-Get:17 http://ftp.jp.debian.org experimental/main libopencdk8 0.5.13-1 [104kB]
-Get:18 http://ftp.jp.debian.org experimental/main libtasn1-3 0.3.8-1 [56.6kB]
-Get:19 http://ftp.jp.debian.org experimental/main libgnutls13 1.6.1-1 [326kB]
-Get:20 http://ftp.jp.debian.org experimental/main man-db 2.4.4-1 [759kB]
-Get:21 http://ftp.jp.debian.org experimental/main wget 1.10.2+1.11.beta1-1 [635kB]
-Get:22 http://ftp.jp.debian.org experimental/main cpp 4:4.1.2-1 [11.8kB]
-Get:23 http://ftp.jp.debian.org experimental/main gcc 4:4.1.2-1 [5048B]
-Get:24 http://ftp.jp.debian.org experimental/main g++ 4:4.1.2-1 [1346B]
-Preconfiguring packages ...
-Fetched 25.0MB in 2m12s (188kB/s)
-(Reading database ... 12041 files and directories currently installed.)
+Get:15 http://ftp.jp.debian.org experimental/main libgnutls13 1.6.1-1 [326kB]
+Get:16 http://ftp.jp.debian.org experimental/main wget 1.10.2+1.11.beta1-1 [635kB]
+Get:17 http://ftp.jp.debian.org experimental/main cpp 4:4.1.2-1 [11.8kB]
+Get:18 http://ftp.jp.debian.org experimental/main gcc 4:4.1.2-1 [5048B]
+Get:19 http://ftp.jp.debian.org experimental/main g++ 4:4.1.2-1 [1346B]
+Fetched 23.8MB in 31s (765kB/s)
+(Reading database ... 12027 files and directories currently installed.)
Removing tasksel ...
Removing tasksel-data ...
Removing aptitude ...
Selecting previously deselected package gcc-4.2-base.
-(Reading database ... 11806 files and directories currently installed.)
+(Reading database ... 11792 files and directories currently installed.)
Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070307-1_amd64.deb) ...
Preparing to replace binutils 2.17-3 (using .../binutils_2.17.20070210cvs-1_amd64.deb) ...
Unpacking replacement binutils ...
@@ -75,19 +69,19 @@ Setting up libc6 (2.5-0exp6) ...
Installing new version of config file /etc/init.d/glibc.sh ...
init: timeout opening/writing control channel /dev/initctl
-(Reading database ... 11881 files and directories currently installed.)
+(Reading database ... 11867 files and directories currently installed.)
Preparing to replace libgcc1 1:4.1.1-21 (using .../libgcc1_1%3a4.2-20070307-1_amd64.deb) ...
Unpacking replacement libgcc1 ...
Setting up gcc-4.2-base (4.2-20070307-1) ...
Setting up libgcc1 (4.2-20070307-1) ...
-(Reading database ... 11881 files and directories currently installed.)
+(Reading database ... 11867 files and directories currently installed.)
Preparing to replace libstdc++6 4.1.1-21 (using .../libstdc++6_4.2-20070307-1_amd64.deb) ...
Unpacking replacement libstdc++6 ...
Setting up libstdc++6 (4.2-20070307-1) ...
-(Reading database ... 11881 files and directories currently installed.)
+(Reading database ... 11867 files and directories currently installed.)
Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-1_amd64.deb) ...
Unpacking replacement libstdc++6-4.1-dev ...
Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-1_amd64.deb) ...
@@ -96,16 +90,16 @@ Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-1_amd64.deb) ...
Unpacking replacement gcc-4.1 ...
Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-1_amd64.deb) ...
Unpacking replacement cpp-4.1 ...
-(Reading database ... 11867 files and directories currently installed.)
+(Reading database ... 11853 files and directories currently installed.)
Removing libssp0 ...
-(Reading database ... 11864 files and directories currently installed.)
+(Reading database ... 11850 files and directories currently installed.)
Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-1_amd64.deb) ...
Unpacking replacement gcc-4.1-base ...
Preparing to replace coreutils 5.97-5.3 (using .../coreutils_6.0-1_amd64.deb) ...
Unpacking replacement coreutils ...
Setting up coreutils (6.0-1) ...
-(Reading database ... 11876 files and directories currently installed.)
+(Reading database ... 11862 files and directories currently installed.)
Preparing to replace apt-utils 0.6.46.4-0.1 (using .../apt-utils_0.7.0_amd64.deb) ...
Unpacking replacement apt-utils ...
Preparing to replace apt 0.6.46.4-0.1 (using .../archives/apt_0.7.0_amd64.deb) ...
@@ -118,19 +112,9 @@ gpg: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" n
gpg: Total number processed: 3
gpg: unchanged: 3
-(Reading database ... 11878 files and directories currently installed.)
-Preparing to replace cpio 2.6-17 (using .../cpio_2.7-0exp1_amd64.deb) ...
-Unpacking replacement cpio ...
-Preparing to replace libgcrypt11 1.2.3-2 (using .../libgcrypt11_1.2.4-1_amd64.deb) ...
-Unpacking replacement libgcrypt11 ...
-Preparing to replace libopencdk8 0.5.9-2 (using .../libopencdk8_0.5.13-1_amd64.deb) ...
-Unpacking replacement libopencdk8 ...
-Preparing to replace libtasn1-3 0.3.6-2 (using .../libtasn1-3_0.3.8-1_amd64.deb) ...
-Unpacking replacement libtasn1-3 ...
+(Reading database ... 11864 files and directories currently installed.)
Preparing to replace libgnutls13 1.4.4-3 (using .../libgnutls13_1.6.1-1_amd64.deb) ...
Unpacking replacement libgnutls13 ...
-Preparing to replace man-db 2.4.3-6 (using .../man-db_2.4.4-1_amd64.deb) ...
-Unpacking replacement man-db ...
Preparing to replace wget 1.10.2-2 (using .../wget_1.10.2+1.11.beta1-1_amd64.deb) ...
Unpacking replacement wget ...
Preparing to replace cpp 4:4.1.1-15 (using .../cpp_4%3a4.1.2-1_amd64.deb) ...
@@ -149,18 +133,8 @@ Setting up cpp-4.1 (4.1.2-1) ...
Setting up gcc-4.1 (4.1.2-1) ...
Setting up apt-utils (0.7.0) ...
-Setting up cpio (2.7-0exp1) ...
-
-Setting up libgcrypt11 (1.2.4-1) ...
-
-Setting up libopencdk8 (0.5.13-1) ...
-
-Setting up libtasn1-3 (0.3.8-1) ...
-
Setting up libgnutls13 (1.6.1-1) ...
-Setting up man-db (2.4.4-1) ...
-
Setting up wget (1.10.2+1.11.beta1-1) ...
Setting up cpp (4.1.2-1) ...
@@ -184,9 +158,9 @@ umount: /dev/shm: not mounted
umount: /lib/init/rw: not mounted
cat: /var/run/inetd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- -> user script /var/cache/pbuilder/build//26152/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> user script /var/cache/pbuilder/build//20535/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//26152 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//20535 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-etch-sid.log b/testsuite/cdebootstrap/pbuilder-update-etch-sid.log
index cd1ec05..895bc8e 100644
--- a/testsuite/cdebootstrap/pbuilder-update-etch-sid.log
+++ b/testsuite/cdebootstrap/pbuilder-update-etch-sid.log
@@ -1,6 +1,6 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> Installing apt-lines
@@ -11,20 +11,21 @@ Refreshing the base.tgz
-> upgrading packages
Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Get:2 http://ftp.jp.debian.org sid Release [79.6kB]
-Get:3 http://ftp.jp.debian.org sid/main Packages [5970kB]
-Fetched 6050kB in 8s (751kB/s)
+Get:3 http://ftp.jp.debian.org sid/main Packages [5996kB]
+Fetched 6076kB in 6s (1011kB/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 upgraded:
- base-files debconf debconf-i18n debianutils dhcp3-client dhcp3-common
+ base-files cpio debconf debconf-i18n debianutils dhcp3-client dhcp3-common
findutils gzip klogd laptop-detect libacl1 libattr1 libdevmapper1.02
- libgpg-error0 libldap2 libsepol1 libssl0.9.8 libusb-0.1-4 make manpages nano
- netcat sysklogd tar tzdata vim-common vim-tiny
-27 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-Need to get 6162kB of archives.
-After unpacking 172kB of additional disk space will be used.
+ libgcrypt11 libgpg-error0 libldap2 libopencdk8 libsepol1 libssl0.9.8
+ libtasn1-3 libusb-0.1-4 make man-db manpages nano netcat sysklogd tar tzdata
+ vim-common vim-tiny
+32 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+Need to get 7393kB of archives.
+After unpacking 119kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main debianutils 2.18 [52.5kB]
Get:2 http://ftp.jp.debian.org sid/main findutils 4.2.28-2 [356kB]
Get:3 http://ftp.jp.debian.org sid/main gzip 1.3.9-2 [80.5kB]
@@ -35,25 +36,31 @@ Get:7 http://ftp.jp.debian.org sid/main debconf 1.5.13 [148kB]
Get:8 http://ftp.jp.debian.org sid/main libattr1 1:2.4.32-1.1 [9976B]
Get:9 http://ftp.jp.debian.org sid/main libacl1 2.2.42-1 [16.1kB]
Get:10 http://ftp.jp.debian.org sid/main libsepol1 1.14-3 [125kB]
-Get:11 http://ftp.jp.debian.org sid/main tzdata 2007d-1 [354kB]
-Get:12 http://ftp.jp.debian.org sid/main dhcp3-client 3.0.4-14 [222kB]
-Get:13 http://ftp.jp.debian.org sid/main dhcp3-common 3.0.4-14 [287kB]
-Get:14 http://ftp.jp.debian.org sid/main sysklogd 1.4.1-20 [60.2kB]
-Get:15 http://ftp.jp.debian.org sid/main klogd 1.4.1-20 [40.7kB]
-Get:16 http://ftp.jp.debian.org sid/main laptop-detect 0.12.1-0.1 [3666B]
-Get:17 http://ftp.jp.debian.org sid/main libgpg-error0 1.4-2 [34.8kB]
-Get:18 http://ftp.jp.debian.org sid/main libldap2 2.1.30-13.4 [162kB]
-Get:19 http://ftp.jp.debian.org sid/main libssl0.9.8 0.9.8e-4 [896kB]
-Get:20 http://ftp.jp.debian.org sid/main libusb-0.1-4 2:0.1.12-6 [20.3kB]
-Get:21 http://ftp.jp.debian.org sid/main manpages 2.43-0 [490kB]
-Get:22 http://ftp.jp.debian.org sid/main nano 2.0.3-1 [570kB]
-Get:23 http://ftp.jp.debian.org sid/main netcat 1.10-33 [68.3kB]
-Get:24 http://ftp.jp.debian.org sid/main vim-tiny 1:7.0-219+1 [617kB]
-Get:25 http://ftp.jp.debian.org sid/main vim-common 1:7.0-219+1 [185kB]
-Get:26 http://ftp.jp.debian.org sid/main libdevmapper1.02 2:1.02.12-1 [42.0kB]
-Get:27 http://ftp.jp.debian.org sid/main make 3.81-3 [395kB]
+Get:11 http://ftp.jp.debian.org sid/main tzdata 2007e-1 [356kB]
+Get:12 http://ftp.jp.debian.org sid/main cpio 2.7-1 [114kB]
+Get:13 http://ftp.jp.debian.org sid/main dhcp3-client 3.0.4-14 [222kB]
+Get:14 http://ftp.jp.debian.org sid/main dhcp3-common 3.0.4-14 [287kB]
+Get:15 http://ftp.jp.debian.org sid/main sysklogd 1.4.1-20 [60.2kB]
+Get:16 http://ftp.jp.debian.org sid/main klogd 1.4.1-20 [40.7kB]
+Get:17 http://ftp.jp.debian.org sid/main laptop-detect 0.12.1-0.1 [3666B]
+Get:18 http://ftp.jp.debian.org sid/main libgpg-error0 1.4-2 [34.8kB]
+Get:19 http://ftp.jp.debian.org sid/main libgcrypt11 1.2.4-2 [190kB]
+Get:20 http://ftp.jp.debian.org sid/main libldap2 2.1.30-13.4 [162kB]
+Get:21 http://ftp.jp.debian.org sid/main libopencdk8 0.5.13-2 [104kB]
+Get:22 http://ftp.jp.debian.org sid/main libssl0.9.8 0.9.8e-4 [896kB]
+Get:23 http://ftp.jp.debian.org sid/main libtasn1-3 0.3.9-1 [57.8kB]
+Get:24 http://ftp.jp.debian.org sid/main libusb-0.1-4 2:0.1.12-6 [20.3kB]
+Get:25 http://ftp.jp.debian.org sid/main man-db 2.4.4-2 [764kB]
+Get:26 http://ftp.jp.debian.org sid/main manpages 2.43-0 [490kB]
+Get:27 http://ftp.jp.debian.org sid/main nano 2.0.3-1 [570kB]
+Get:28 http://ftp.jp.debian.org sid/main netcat 1.10-33 [68.3kB]
+Get:29 http://ftp.jp.debian.org sid/main vim-tiny 1:7.0-219+1 [617kB]
+Get:30 http://ftp.jp.debian.org sid/main vim-common 1:7.0-219+1 [185kB]
+Get:31 http://ftp.jp.debian.org sid/main libdevmapper1.02 2:1.02.12-1 [42.0kB]
+Get:32 http://ftp.jp.debian.org sid/main make 3.81-3 [395kB]
+ Extracting templates from packages: 93% Extracting templates from packages: 100%
Preconfiguring packages ...
-Fetched 6162kB in 58s (105kB/s)
+Fetched 7393kB in 14s (514kB/s)
(Reading database ... 12033 files and directories currently installed.)
Preparing to replace debianutils 2.17 (using .../debianutils_2.18_amd64.deb) ...
Unpacking replacement debianutils ...
@@ -102,15 +109,17 @@ Setting up libsepol1 (1.14-3) ...
telinit: timeout opening/writing control channel /dev/initctl
(Reading database ... 12034 files and directories currently installed.)
-Preparing to replace tzdata 2007b-1 (using .../tzdata_2007d-1_all.deb) ...
+Preparing to replace tzdata 2007b-1 (using .../tzdata_2007e-1_all.deb) ...
Unpacking replacement tzdata ...
-Setting up tzdata (2007d-1) ...
+Setting up tzdata (2007e-1) ...
Current default timezone: 'UTC'.
-Local time is now: Mon Apr 9 03:52:53 UTC 2007.
-Universal Time is now: Mon Apr 9 03:52:53 UTC 2007.
+Local time is now: Wed Apr 11 22:35:26 UTC 2007.
+Universal Time is now: Wed Apr 11 22:35:26 UTC 2007.
Run 'tzconfig' if you wish to change it.
(Reading database ... 12040 files and directories currently installed.)
+Preparing to replace cpio 2.6-17 (using .../archives/cpio_2.7-1_amd64.deb) ...
+Unpacking replacement cpio ...
Preparing to replace dhcp3-client 3.0.4-13 (using .../dhcp3-client_3.0.4-14_amd64.deb) ...
Unpacking replacement dhcp3-client ...
Preparing to replace dhcp3-common 3.0.4-13 (using .../dhcp3-common_3.0.4-14_amd64.deb) ...
@@ -123,12 +132,20 @@ Preparing to replace laptop-detect 0.12.1 (using .../laptop-detect_0.12.1-0.1_am
Unpacking replacement laptop-detect ...
Preparing to replace libgpg-error0 1.4-1 (using .../libgpg-error0_1.4-2_amd64.deb) ...
Unpacking replacement libgpg-error0 ...
+Preparing to replace libgcrypt11 1.2.3-2 (using .../libgcrypt11_1.2.4-2_amd64.deb) ...
+Unpacking replacement libgcrypt11 ...
Preparing to replace libldap2 2.1.30-13.3 (using .../libldap2_2.1.30-13.4_amd64.deb) ...
Unpacking replacement libldap2 ...
+Preparing to replace libopencdk8 0.5.9-2 (using .../libopencdk8_0.5.13-2_amd64.deb) ...
+Unpacking replacement libopencdk8 ...
Preparing to replace libssl0.9.8 0.9.8c-4 (using .../libssl0.9.8_0.9.8e-4_amd64.deb) ...
Unpacking replacement libssl0.9.8 ...
+Preparing to replace libtasn1-3 0.3.6-2 (using .../libtasn1-3_0.3.9-1_amd64.deb) ...
+Unpacking replacement libtasn1-3 ...
Preparing to replace libusb-0.1-4 2:0.1.12-5 (using .../libusb-0.1-4_2%3a0.1.12-6_amd64.deb) ...
Unpacking replacement libusb-0.1-4 ...
+Preparing to replace man-db 2.4.3-6 (using .../man-db_2.4.4-2_amd64.deb) ...
+Unpacking replacement man-db ...
Preparing to replace manpages 2.39-1 (using .../manpages_2.43-0_all.deb) ...
Unpacking replacement manpages ...
Preparing to replace nano 2.0.2-1 (using .../nano_2.0.3-1_amd64.deb) ...
@@ -143,12 +160,20 @@ Preparing to replace libdevmapper1.02 2:1.02.08-1 (using .../libdevmapper1.02_2%
Unpacking replacement libdevmapper1.02 ...
Preparing to replace make 3.81-2 (using .../archives/make_3.81-3_amd64.deb) ...
Unpacking replacement make ...
+Setting up cpio (2.7-1) ...
+
Setting up dhcp3-common (3.0.4-14) ...
Setting up laptop-detect (0.12.1-0.1) ...
Setting up libgpg-error0 (1.4-2) ...
+Setting up libgcrypt11 (1.2.4-2) ...
+
Setting up libldap2 (2.1.30-13.4) ...
+Setting up libopencdk8 (0.5.13-2) ...
+
+Setting up libtasn1-3 (0.3.9-1) ...
+
Setting up libusb-0.1-4 (0.1.12-6) ...
Setting up manpages (2.43-0) ...
@@ -176,6 +201,8 @@ Setting up dhcp3-client (3.0.4-14) ...
Setting up libssl0.9.8 (0.9.8e-4) ...
+Setting up man-db (2.4.4-2) ...
+
Reading package lists...
Building dependency tree...
build-essential is already the newest version.
@@ -189,9 +216,9 @@ umount: /dev/shm: not mounted
umount: /lib/init/rw: not mounted
cat: /var/run/inetd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- -> user script /var/cache/pbuilder/build//25408/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> user script /var/cache/pbuilder/build//8557/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//25408 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//8557 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-internal-etch.log b/testsuite/cdebootstrap/pdebuild-internal-etch.log
index 2143adc..3918be8 100644
--- a/testsuite/cdebootstrap/pdebuild-internal-etch.log
+++ b/testsuite/cdebootstrap/pdebuild-internal-etch.log
@@ -1,11 +1,11 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2
+-> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2
-> policy-rc.d already exists
Using: $
Reading package lists...
@@ -26,7 +26,7 @@ Get:1 http://ftp.jp.debian.org etch/main libdebian-installer4 0.50 [27.3kB]
Get:2 http://ftp.jp.debian.org etch/main libdebian-installer-extra4 0.50 [10.5kB]
Get:3 http://ftp.jp.debian.org etch/main cdebootstrap 0.3.15 [26.7kB]
Get:4 http://ftp.jp.debian.org etch/main pbuilder 0.161 [82.6kB]
-Fetched 147kB in 4s (33.2kB/s)
+Fetched 147kB in 2s (49.2kB/s)
Selecting previously deselected package libdebian-installer4.
(Reading database ... 12033 files and directories currently installed.)
Unpacking libdebian-installer4 (from .../libdebian-installer4_0.50_amd64.deb) ...
@@ -74,7 +74,7 @@ Get:7 http://ftp.jp.debian.org etch/main po-debconf 1.0.8 [111kB]
Get:8 http://ftp.jp.debian.org etch/main debhelper 5.0.42 [510kB]
Get:9 http://ftp.jp.debian.org etch/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org etch/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3482kB in 1s (2326kB/s)
+Fetched 3482kB in 7s (465kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 12127 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.17-5etch1_amd64.deb) ...
@@ -120,7 +120,7 @@ The following NEW packages will be installed:
Need to get 97.4kB of archives.
After unpacking 406kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org etch/main fakeroot 1.5.10 [97.4kB]
-Fetched 97.4kB in 0s (698kB/s)
+Fetched 97.4kB in 0s (390kB/s)
Selecting previously deselected package fakeroot.
(Reading database ... 12797 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.10_amd64.deb) ...
@@ -136,14 +136,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.7
@@ -338,18 +338,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making all in m4
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
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; \
@@ -362,26 +362,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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making check in m4
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -418,8 +418,8 @@ success
success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
-c: 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
@@ -428,11 +428,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
-Mon Apr 9 03:50:54 UTC 2007
+Wed Apr 11 22:32:49 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -502,13 +502,14 @@ 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
-Mon Apr 9 03:50:59 UTC 2007
+Wed Apr 11 22:32:54 UTC 2007
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-b: b
a: a
+dsh: Process terminated (before write).
c: c
+b: b
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -517,9 +518,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -527,58 +528,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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+/usr/bin/make install DESTDIR=/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making install in m4
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share
-mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share
-mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -599,8 +600,8 @@ dpkg-deb: building package `dsh' in `../dsh_0.25.7-1_amd64.deb'.
dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
- -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2 filesystem
+ -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2 filesystem
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir3/19557 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/28809 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-internal-lenny.log b/testsuite/cdebootstrap/pdebuild-internal-lenny.log
new file mode 100644
index 0000000..0616c71
--- /dev/null
+++ b/testsuite/cdebootstrap/pdebuild-internal-lenny.log
@@ -0,0 +1,607 @@
+W: /home/dancer/.pbuilderrc does not exist
+Building the build Environment
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+-> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2
+ -> policy-rc.d already exists
+Using: $
+Reading package lists...
+Building dependency tree...
+passwd is already the newest version.
+The following extra packages will be installed:
+ cdebootstrap libdebian-installer-extra4 libdebian-installer4
+Suggested packages:
+ pbuilder-uml
+Recommended packages:
+ fakeroot sudo devscripts cowdancer
+The following NEW packages will be installed:
+ cdebootstrap libdebian-installer-extra4 libdebian-installer4 pbuilder
+0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
+Need to get 147kB of archives.
+After unpacking 807kB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main libdebian-installer4 0.50 [27.3kB]
+Get:2 http://ftp.jp.debian.org lenny/main libdebian-installer-extra4 0.50 [10.5kB]
+Get:3 http://ftp.jp.debian.org lenny/main cdebootstrap 0.3.15 [26.7kB]
+Get:4 http://ftp.jp.debian.org lenny/main pbuilder 0.161 [82.6kB]
+Fetched 147kB in 1s (101kB/s)
+Selecting previously deselected package libdebian-installer4.
+(Reading database ... 12039 files and directories currently installed.)
+Unpacking libdebian-installer4 (from .../libdebian-installer4_0.50_amd64.deb) ...
+Selecting previously deselected package libdebian-installer-extra4.
+Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.50_amd64.deb) ...
+Selecting previously deselected package cdebootstrap.
+Unpacking cdebootstrap (from .../cdebootstrap_0.3.15_amd64.deb) ...
+Selecting previously deselected package pbuilder.
+Unpacking pbuilder (from .../pbuilder_0.161_all.deb) ...
+Setting up libdebian-installer4 (0.50) ...
+
+Setting up libdebian-installer-extra4 (0.50) ...
+
+Setting up cdebootstrap (0.3.15) ...
+Setting up pbuilder (0.161) ...
+Setting DEBBUILDOPTS=
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.29 2006/11/06 20:20:56 lool Exp $
+ -> Considering build-dep debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering build-dep 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:
+ file gettext gettext-base html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 3539kB of archives.
+After unpacking 12.0MB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main libmagic1 4.20-4 [326kB]
+Get:2 http://ftp.jp.debian.org lenny/main file 4.20-4 [38.7kB]
+Get:3 http://ftp.jp.debian.org lenny/main gettext-base 0.16.1-1 [132kB]
+Get:4 http://ftp.jp.debian.org lenny/main html2text 1.3.2a-3 [92.7kB]
+Get:5 http://ftp.jp.debian.org lenny/main gettext 0.16.1-1 [2261kB]
+Get:6 http://ftp.jp.debian.org lenny/main intltool-debian 0.35.0+20060710.1 [30.8kB]
+Get:7 http://ftp.jp.debian.org lenny/main po-debconf 1.0.8 [111kB]
+Get:8 http://ftp.jp.debian.org lenny/main debhelper 5.0.42 [510kB]
+Get:9 http://ftp.jp.debian.org lenny/main libdshconfig1 0.20.12-2 [10.9kB]
+Get:10 http://ftp.jp.debian.org lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB]
+Fetched 3539kB in 2s (1736kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 12133 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
+Selecting previously deselected package gettext-base.
+Unpacking gettext-base (from .../gettext-base_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.12-2_amd64.deb) ...
+Setting up libmagic1 (4.20-4) ...
+
+Setting up file (4.20-4) ...
+Setting up gettext-base (0.16.1-1) ...
+
+Setting up html2text (1.3.2a-3) ...
+
+Setting up gettext (0.16.1-1) ...
+
+Setting up intltool-debian (0.35.0+20060710.1) ...
+Setting up po-debconf (1.0.8) ...
+Setting up debhelper (5.0.42) ...
+Setting up libdshconfig1 (0.20.12-2) ...
+
+Setting up libdshconfig1-dev (0.20.12-2) ...
+ -> 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 103kB of archives.
+After unpacking 430kB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main fakeroot 1.6.5 [103kB]
+Fetched 103kB in 0s (495kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 12805 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
+Setting up fakeroot (1.6.5) ...
+
+dpkg-buildpackage: source package is dsh
+dpkg-buildpackage: source version is 0.25.7-1
+dpkg-buildpackage: source changed by Junichi Uekawa <dancer@debian.org>
+dpkg-buildpackage: host architecture amd64
+dpkg-buildpackage: source version without epoch 0.25.7-1
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.7
+dpkg-source: building dsh using existing dsh_0.25.7.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.7-1.diff.gz
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.7-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 ISO C89... 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 ISO C89... (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 ISO C89... (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 grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... x86_64-unknown-linux-gnu
+checking host system type... x86_64-unknown-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 cf77... 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 pghpf... no
+checking for epcf90... no
+checking for gfortran... no
+checking for g95... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifort... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for ftn... 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 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 static flag -static works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ static flag -static works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) 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: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
+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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+Making all in m4
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+Making all in po
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+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 --tag=CC --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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+/usr/bin/make check
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+Making check in m4
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+Making check in po
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+/usr/bin/make dsh
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+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
+1: 1
+2: 2
+dsh: fork limit and wait shell cannot be specified at the same time
+PASS: tests/param-F-invalid.sh
+Wed Apr 11 22:51:57 UTC 2007
+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
+Wed Apr 11 22:52:02 UTC 2007
+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
+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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+Making install in m4
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+Making install in po
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+ else \
+ : ; \
+ fi
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ done
+test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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.7-1_amd64.deb'.
+ dpkg-genchanges
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: full upload (original source is included)
+ -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2 filesystem
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> cleaning the build env
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/2365 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-internal-sid.log b/testsuite/cdebootstrap/pdebuild-internal-sid.log
index ec9f288..d866936 100644
--- a/testsuite/cdebootstrap/pdebuild-internal-sid.log
+++ b/testsuite/cdebootstrap/pdebuild-internal-sid.log
@@ -1,11 +1,11 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2
+-> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2
-> policy-rc.d already exists
Using: $
Reading package lists...
@@ -20,27 +20,27 @@ Recommended packages:
The following NEW packages will be installed:
cdebootstrap libdebian-installer-extra4 libdebian-installer4 pbuilder
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
-Need to get 149kB of archives.
+Need to get 150kB of archives.
After unpacking 811kB of additional disk space will be used.
-Get:1 http://ftp.jp.debian.org sid/main libdebian-installer4 0.50 [27.3kB]
-Get:2 http://ftp.jp.debian.org sid/main libdebian-installer-extra4 0.50 [10.5kB]
-Get:3 http://ftp.jp.debian.org sid/main cdebootstrap 0.3.15 [26.7kB]
+Get:1 http://ftp.jp.debian.org sid/main libdebian-installer4 0.51 [28.1kB]
+Get:2 http://ftp.jp.debian.org sid/main libdebian-installer-extra4 0.51 [10.6kB]
+Get:3 http://ftp.jp.debian.org sid/main cdebootstrap 0.3.16 [27.0kB]
Get:4 http://ftp.jp.debian.org sid/main pbuilder 0.165 [84.2kB]
-Fetched 149kB in 4s (31.3kB/s)
+Fetched 150kB in 5s (29.4kB/s)
Selecting previously deselected package libdebian-installer4.
-(Reading database ... 12041 files and directories currently installed.)
-Unpacking libdebian-installer4 (from .../libdebian-installer4_0.50_amd64.deb) ...
+(Reading database ... 12033 files and directories currently installed.)
+Unpacking libdebian-installer4 (from .../libdebian-installer4_0.51_amd64.deb) ...
Selecting previously deselected package libdebian-installer-extra4.
-Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.50_amd64.deb) ...
+Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.51_amd64.deb) ...
Selecting previously deselected package cdebootstrap.
-Unpacking cdebootstrap (from .../cdebootstrap_0.3.15_amd64.deb) ...
+Unpacking cdebootstrap (from .../cdebootstrap_0.3.16_amd64.deb) ...
Selecting previously deselected package pbuilder.
Unpacking pbuilder (from .../pbuilder_0.165_all.deb) ...
-Setting up libdebian-installer4 (0.50) ...
+Setting up libdebian-installer4 (0.51) ...
-Setting up libdebian-installer-extra4 (0.50) ...
+Setting up libdebian-installer-extra4 (0.51) ...
-Setting up cdebootstrap (0.3.15) ...
+Setting up cdebootstrap (0.3.16) ...
Setting up pbuilder (0.165) ...
Setting DEBBUILDOPTS=
-> Attempting to parse the build-deps $
@@ -62,7 +62,7 @@ The following NEW packages will be installed:
debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 3539kB of archives.
+Need to get 3544kB of archives.
After unpacking 12.0MB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main libmagic1 4.20-4 [326kB]
Get:2 http://ftp.jp.debian.org sid/main file 4.20-4 [38.7kB]
@@ -71,12 +71,12 @@ Get:4 http://ftp.jp.debian.org sid/main html2text 1.3.2a-3 [92.7kB]
Get:5 http://ftp.jp.debian.org sid/main gettext 0.16.1-1 [2261kB]
Get:6 http://ftp.jp.debian.org sid/main intltool-debian 0.35.0+20060710.1 [30.8kB]
Get:7 http://ftp.jp.debian.org sid/main po-debconf 1.0.8 [111kB]
-Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.42 [510kB]
+Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.44 [516kB]
Get:9 http://ftp.jp.debian.org sid/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org sid/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3539kB in 1s (2176kB/s)
+Fetched 3544kB in 3s (993kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 12135 files and directories currently installed.)
+(Reading database ... 12127 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
@@ -91,7 +91,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) .
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Unpacking debhelper (from .../debhelper_5.0.44_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -107,7 +107,7 @@ Setting up gettext (0.16.1-1) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.8) ...
-Setting up debhelper (5.0.42) ...
+Setting up debhelper (5.0.44) ...
Setting up libdshconfig1 (0.20.12-2) ...
Setting up libdshconfig1-dev (0.20.12-2) ...
@@ -120,9 +120,9 @@ The following NEW packages will be installed:
Need to get 103kB of archives.
After unpacking 430kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main fakeroot 1.6.5 [103kB]
-Fetched 103kB in 0s (634kB/s)
+Fetched 103kB in 0s (166kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 12807 files and directories currently installed.)
+(Reading database ... 12801 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
Setting up fakeroot (1.6.5) ...
@@ -136,14 +136,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.7
@@ -338,18 +338,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making all in m4
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
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; \
@@ -362,26 +362,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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making check in m4
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -393,7 +393,6 @@ test to check that unknown parameter checking is right.
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
@@ -418,8 +417,8 @@ success
success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
-c: 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
@@ -432,7 +431,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
-Mon Apr 9 03:38:02 UTC 2007
+Wed Apr 11 22:17:06 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -502,13 +501,14 @@ 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
-Mon Apr 9 03:38:07 UTC 2007
+Wed Apr 11 22:17:11 UTC 2007
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
-c: c
+dsh: Process terminated (before write).
b: b
+c: c
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -517,9 +517,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -527,58 +527,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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+/usr/bin/make install DESTDIR=/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making install in m4
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share
-mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share
-mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -599,8 +599,8 @@ dpkg-deb: building package `dsh' in `../dsh_0.25.7-1_amd64.deb'.
dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
- -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2 filesystem
+ -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2 filesystem
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir3/15485 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/13321 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-normal-etch.log b/testsuite/cdebootstrap/pdebuild-normal-etch.log
index 5f82256..ac48316 100644
--- a/testsuite/cdebootstrap/pdebuild-normal-etch.log
+++ b/testsuite/cdebootstrap/pdebuild-normal-etch.log
@@ -7,14 +7,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.7
@@ -31,10 +31,10 @@ I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Mon Apr 9 12:49:02 JST 2007
-pbuilder-time-stamp: 1176090542
+Current time: Thu Apr 12 07:28:15 JST 2007
+pbuilder-time-stamp: 1176330495
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -73,7 +73,7 @@ Get:7 http://ftp.jp.debian.org etch/main po-debconf 1.0.8 [111kB]
Get:8 http://ftp.jp.debian.org etch/main debhelper 5.0.42 [510kB]
Get:9 http://ftp.jp.debian.org etch/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org etch/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3482kB in 2s (1580kB/s)
+Fetched 3482kB in 5s (687kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 12033 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.17-5etch1_amd64.deb) ...
@@ -119,7 +119,7 @@ The following NEW packages will be installed:
Need to get 97.4kB of archives.
After unpacking 406kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org etch/main fakeroot 1.5.10 [97.4kB]
-Fetched 97.4kB in 0s (241kB/s)
+Fetched 97.4kB in 0s (152kB/s)
Selecting previously deselected package fakeroot.
(Reading database ... 12703 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.10_amd64.deb) ...
@@ -453,11 +453,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
-Mon Apr 9 03:49:50 UTC 2007
+Wed Apr 11 22:30:11 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -527,14 +527,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
-Mon Apr 9 03:49:55 UTC 2007
+Wed Apr 11 22:30:16 UTC 2007
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
+b: b
+a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -639,7 +638,7 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Mon Apr 9 12:49:57 JST 2007
-pbuilder-time-stamp: 1176090597
+Current time: Thu Apr 12 07:30:24 JST 2007
+pbuilder-time-stamp: 1176330624
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir3/13757 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/19690 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-normal-lenny.log b/testsuite/cdebootstrap/pdebuild-normal-lenny.log
new file mode 100644
index 0000000..edc40e9
--- /dev/null
+++ b/testsuite/cdebootstrap/pdebuild-normal-lenny.log
@@ -0,0 +1,645 @@
+dpkg-buildpackage: source package is dsh
+dpkg-buildpackage: source version is 0.25.7-1
+dpkg-buildpackage: source changed by Junichi Uekawa <dancer@debian.org>
+dpkg-buildpackage: source version without epoch 0.25.7-1
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.7
+dpkg-source: building dsh using existing dsh_0.25.7.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.7-1.diff.gz
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.7-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/amd64 $Id$
+$Id$
+
+Current time: Thu Apr 12 07:49:37 JST 2007
+pbuilder-time-stamp: 1176331777
+Building the build Environment
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+Installing the build-deps
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+ -> Attempting to parse the build-deps $
+ -> Considering build-dep debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering build-dep 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:
+ file gettext gettext-base html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 3539kB of archives.
+After unpacking 12.0MB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main libmagic1 4.20-4 [326kB]
+Get:2 http://ftp.jp.debian.org lenny/main file 4.20-4 [38.7kB]
+Get:3 http://ftp.jp.debian.org lenny/main gettext-base 0.16.1-1 [132kB]
+Get:4 http://ftp.jp.debian.org lenny/main html2text 1.3.2a-3 [92.7kB]
+Get:5 http://ftp.jp.debian.org lenny/main gettext 0.16.1-1 [2261kB]
+Get:6 http://ftp.jp.debian.org lenny/main intltool-debian 0.35.0+20060710.1 [30.8kB]
+Get:7 http://ftp.jp.debian.org lenny/main po-debconf 1.0.8 [111kB]
+Get:8 http://ftp.jp.debian.org lenny/main debhelper 5.0.42 [510kB]
+Get:9 http://ftp.jp.debian.org lenny/main libdshconfig1 0.20.12-2 [10.9kB]
+Get:10 http://ftp.jp.debian.org lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB]
+Fetched 3539kB in 1s (2026kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 12039 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
+Selecting previously deselected package gettext-base.
+Unpacking gettext-base (from .../gettext-base_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.12-2_amd64.deb) ...
+Setting up libmagic1 (4.20-4) ...
+
+Setting up file (4.20-4) ...
+Setting up gettext-base (0.16.1-1) ...
+
+Setting up html2text (1.3.2a-3) ...
+
+Setting up gettext (0.16.1-1) ...
+
+Setting up intltool-debian (0.35.0+20060710.1) ...
+Setting up po-debconf (1.0.8) ...
+Setting up debhelper (5.0.42) ...
+Setting up libdshconfig1 (0.20.12-2) ...
+
+Setting up libdshconfig1-dev (0.20.12-2) ...
+ -> 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 103kB of archives.
+After unpacking 430kB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main fakeroot 1.6.5 [103kB]
+Fetched 103kB in 0s (369kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 12711 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
+Setting up fakeroot (1.6.5) ...
+
+Copying source file
+ -> copying [../dsh_0.25.7-1.dsc]
+ -> copying [../dsh_0.25.7.orig.tar.gz]
+ -> copying [../dsh_0.25.7-1.diff.gz]
+Extracting source
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: warning: extracting unsigned source package (./dsh_0.25.7-1.dsc)
+dpkg-source: extracting dsh in dsh-0.25.7
+dpkg-source: unpacking dsh_0.25.7.orig.tar.gz
+dpkg-source: applying ./dsh_0.25.7-1.diff.gz
+ -> 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.7-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 changed by 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 amd64
+dpkg-buildpackage: source version without epoch 0.25.7-1
+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.7'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.7
+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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: building dsh using existing dsh_0.25.7.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.7-1.diff.gz
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.7-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 ISO C89... 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 ISO C89... (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 ISO C89... (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 grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... x86_64-unknown-linux-gnu
+checking host system type... x86_64-unknown-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 cf77... 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 pghpf... no
+checking for epcf90... no
+checking for gfortran... no
+checking for g95... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifort... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for ftn... 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 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 static flag -static works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ static flag -static works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) 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: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
+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.7'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making all in m4
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making all in po
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+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 --tag=CC --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.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make check
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making check in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making check in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make dsh
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+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
+d: 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
+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
+Wed Apr 11 22:50:51 UTC 2007
+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
+Wed Apr 11 22:50:56 UTC 2007
+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
+PASS: tests/machinelist-comment-test.sh
+PASS: tests/machinelist-order.sh
+===================
+All 17 tests passed
+===================
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+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.7/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making install in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/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.7/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making install in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.7/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.7/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.7/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+ else \
+ : ; \
+ fi
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ done
+test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+cp /tmp/buildd/dsh-0.25.7/debian/machines.list /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.7/dsh.conf /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.7/debian/dsh.updatelist /tmp/buildd/dsh-0.25.7/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.7-1_amd64.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)
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+Current time: Thu Apr 12 07:50:58 JST 2007
+pbuilder-time-stamp: 1176331858
+ -> cleaning the build env
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/28983 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-normal-sid.log b/testsuite/cdebootstrap/pdebuild-normal-sid.log
index d29dbb7..a359c6e 100644
--- a/testsuite/cdebootstrap/pdebuild-normal-sid.log
+++ b/testsuite/cdebootstrap/pdebuild-normal-sid.log
@@ -7,14 +7,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.7
@@ -31,10 +31,10 @@ I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Mon Apr 9 12:36:06 JST 2007
-pbuilder-time-stamp: 1176089766
+Current time: Thu Apr 12 07:14:50 JST 2007
+pbuilder-time-stamp: 1176329690
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -61,7 +61,7 @@ The following NEW packages will be installed:
debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 3539kB of archives.
+Need to get 3544kB of archives.
After unpacking 12.0MB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main libmagic1 4.20-4 [326kB]
Get:2 http://ftp.jp.debian.org sid/main file 4.20-4 [38.7kB]
@@ -70,12 +70,12 @@ Get:4 http://ftp.jp.debian.org sid/main html2text 1.3.2a-3 [92.7kB]
Get:5 http://ftp.jp.debian.org sid/main gettext 0.16.1-1 [2261kB]
Get:6 http://ftp.jp.debian.org sid/main intltool-debian 0.35.0+20060710.1 [30.8kB]
Get:7 http://ftp.jp.debian.org sid/main po-debconf 1.0.8 [111kB]
-Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.42 [510kB]
+Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.44 [516kB]
Get:9 http://ftp.jp.debian.org sid/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org sid/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3539kB in 1s (2066kB/s)
+Fetched 3544kB in 3s (1096kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 12041 files and directories currently installed.)
+(Reading database ... 12033 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
@@ -90,7 +90,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) .
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Unpacking debhelper (from .../debhelper_5.0.44_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -106,7 +106,7 @@ Setting up gettext (0.16.1-1) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.8) ...
-Setting up debhelper (5.0.42) ...
+Setting up debhelper (5.0.44) ...
Setting up libdshconfig1 (0.20.12-2) ...
Setting up libdshconfig1-dev (0.20.12-2) ...
@@ -119,9 +119,9 @@ The following NEW packages will be installed:
Need to get 103kB of archives.
After unpacking 430kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main fakeroot 1.6.5 [103kB]
-Fetched 103kB in 0s (589kB/s)
+Fetched 103kB in 0s (683kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 12713 files and directories currently installed.)
+(Reading database ... 12707 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
Setting up fakeroot (1.6.5) ...
@@ -443,8 +443,8 @@ success
success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
-c: 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
@@ -453,11 +453,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
-Mon Apr 9 03:36:58 UTC 2007
+Wed Apr 11 22:16:04 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -527,12 +527,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
-Mon Apr 9 03:37:03 UTC 2007
+Wed Apr 11 22:16:09 UTC 2007
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
@@ -638,7 +639,7 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Mon Apr 9 12:37:05 JST 2007
-pbuilder-time-stamp: 1176089825
+Current time: Thu Apr 12 07:16:11 JST 2007
+pbuilder-time-stamp: 1176329771
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir3/9688 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/6976 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-etch.log b/testsuite/normal/pbuilder-build-dsh-etch.log
index 537f0b6..4a2dd5d 100644
--- a/testsuite/normal/pbuilder-build-dsh-etch.log
+++ b/testsuite/normal/pbuilder-build-dsh-etch.log
@@ -2,10 +2,10 @@ I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Mon Apr 9 12:19:34 JST 2007
-pbuilder-time-stamp: 1176088774
+Current time: Thu Apr 12 06:52:18 JST 2007
+pbuilder-time-stamp: 1176328338
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -44,7 +44,7 @@ Get:7 http://ftp.jp.debian.org etch/main po-debconf 1.0.8 [111kB]
Get:8 http://ftp.jp.debian.org etch/main debhelper 5.0.42 [510kB]
Get:9 http://ftp.jp.debian.org etch/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org etch/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3482kB in 16s (210kB/s)
+Fetched 3482kB in 15s (226kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 12033 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.17-5etch1_amd64.deb) ...
@@ -90,16 +90,16 @@ The following NEW packages will be installed:
Need to get 97.4kB of archives.
After unpacking 406kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org etch/main fakeroot 1.5.10 [97.4kB]
-Fetched 97.4kB in 1s (74.4kB/s)
+Fetched 97.4kB in 0s (104kB/s)
Selecting previously deselected package fakeroot.
(Reading database ... 12703 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.10_amd64.deb) ...
Setting up fakeroot (1.5.10) ...
Copying source file
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7-1.dsc]
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7.orig.tar.gz]
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7-1.diff.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.dsc]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7.orig.tar.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.diff.gz]
Extracting source
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
gpg: can't open `/gnupg/options.skel': No such file or directory
@@ -423,11 +423,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
-2: 2
1: 1
+2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Mon Apr 9 03:20:28 UTC 2007
+Wed Apr 11 21:53:11 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -497,11 +497,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
-Mon Apr 9 03:20:33 UTC 2007
+Wed Apr 11 21:53:16 UTC 2007
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
@@ -608,7 +609,7 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Mon Apr 9 12:20:35 JST 2007
-pbuilder-time-stamp: 1176088835
+Current time: Thu Apr 12 06:53:18 JST 2007
+pbuilder-time-stamp: 1176328398
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/30563 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/29140 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-lenny.log b/testsuite/normal/pbuilder-build-dsh-lenny.log
new file mode 100644
index 0000000..3b63e56
--- /dev/null
+++ b/testsuite/normal/pbuilder-build-dsh-lenny.log
@@ -0,0 +1,615 @@
+I: using fakeroot in build.
+pbuilder-buildpackage/amd64 $Id$
+$Id$
+
+Current time: Thu Apr 12 07:03:46 JST 2007
+pbuilder-time-stamp: 1176329026
+Building the build Environment
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+Installing the build-deps
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+ -> Attempting to parse the build-deps $
+ -> Considering build-dep debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering build-dep 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:
+ file gettext gettext-base html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 3539kB of archives.
+After unpacking 12.0MB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main libmagic1 4.20-4 [326kB]
+Get:2 http://ftp.jp.debian.org lenny/main file 4.20-4 [38.7kB]
+Get:3 http://ftp.jp.debian.org lenny/main gettext-base 0.16.1-1 [132kB]
+Get:4 http://ftp.jp.debian.org lenny/main html2text 1.3.2a-3 [92.7kB]
+Get:5 http://ftp.jp.debian.org lenny/main gettext 0.16.1-1 [2261kB]
+Get:6 http://ftp.jp.debian.org lenny/main intltool-debian 0.35.0+20060710.1 [30.8kB]
+Get:7 http://ftp.jp.debian.org lenny/main po-debconf 1.0.8 [111kB]
+Get:8 http://ftp.jp.debian.org lenny/main debhelper 5.0.42 [510kB]
+Get:9 http://ftp.jp.debian.org lenny/main libdshconfig1 0.20.12-2 [10.9kB]
+Get:10 http://ftp.jp.debian.org lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB]
+Fetched 3539kB in 11s (309kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 12039 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
+Selecting previously deselected package gettext-base.
+Unpacking gettext-base (from .../gettext-base_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.12-2_amd64.deb) ...
+Setting up libmagic1 (4.20-4) ...
+
+Setting up file (4.20-4) ...
+Setting up gettext-base (0.16.1-1) ...
+
+Setting up html2text (1.3.2a-3) ...
+
+Setting up gettext (0.16.1-1) ...
+
+Setting up intltool-debian (0.35.0+20060710.1) ...
+Setting up po-debconf (1.0.8) ...
+Setting up debhelper (5.0.42) ...
+Setting up libdshconfig1 (0.20.12-2) ...
+
+Setting up libdshconfig1-dev (0.20.12-2) ...
+ -> 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 103kB of archives.
+After unpacking 430kB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main fakeroot 1.6.5 [103kB]
+Fetched 103kB in 0s (132kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 12711 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
+Setting up fakeroot (1.6.5) ...
+
+Copying source file
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.dsc]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7.orig.tar.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.diff.gz]
+Extracting source
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+gpg: can't open `/gnupg/options.skel': No such file or directory
+gpg: Signature made Fri Aug 11 14:17:58 2006 UTC using DSA key ID E81E55C1
+gpg: Can't check signature: public key not found
+dpkg-source: extracting dsh in dsh-0.25.7
+dpkg-source: unpacking dsh_0.25.7.orig.tar.gz
+dpkg-source: applying ./dsh_0.25.7-1.diff.gz
+ -> 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.7-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 amd64
+dpkg-buildpackage: source version without epoch 0.25.7-1
+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.7'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.7
+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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: building dsh using existing dsh_0.25.7.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.7-1.diff.gz
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.7-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 ISO C89... 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 ISO C89... (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 ISO C89... (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 grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... x86_64-unknown-linux-gnu
+checking host system type... x86_64-unknown-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 cf77... 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 pghpf... no
+checking for epcf90... no
+checking for gfortran... no
+checking for g95... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifort... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for ftn... 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 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 static flag -static works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ static flag -static works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) 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: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
+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.7'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making all in m4
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making all in po
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+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 --tag=CC --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.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make check
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making check in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making check in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make dsh
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+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
+Wed Apr 11 22:04:52 UTC 2007
+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
+Wed Apr 11 22:04:57 UTC 2007
+PASS: tests/param-F-forklimit.sh
+PASS: tests/param-gnu-getopt.sh
+PASS: tests/news-okay.sh
+b: b
+dsh: Process terminated (before write).
+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 `/tmp/buildd/dsh-0.25.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+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.7/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making install in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/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.7/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making install in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.7/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.7/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.7/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+ else \
+ : ; \
+ fi
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ done
+test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+cp /tmp/buildd/dsh-0.25.7/debian/machines.list /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.7/dsh.conf /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.7/debian/dsh.updatelist /tmp/buildd/dsh-0.25.7/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.7-1_amd64.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)
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+Current time: Thu Apr 12 07:04:59 JST 2007
+pbuilder-time-stamp: 1176329099
+ -> cleaning the build env
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/27972 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-sid.log b/testsuite/normal/pbuilder-build-dsh-sid.log
index 3d92036..e16dfe6 100644
--- a/testsuite/normal/pbuilder-build-dsh-sid.log
+++ b/testsuite/normal/pbuilder-build-dsh-sid.log
@@ -2,10 +2,10 @@ I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Mon Apr 9 12:08:48 JST 2007
-pbuilder-time-stamp: 1176088128
+Current time: Thu Apr 12 06:42:06 JST 2007
+pbuilder-time-stamp: 1176327726
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -32,7 +32,7 @@ The following NEW packages will be installed:
debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 3539kB of archives.
+Need to get 3544kB of archives.
After unpacking 12.0MB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main libmagic1 4.20-4 [326kB]
Get:2 http://ftp.jp.debian.org sid/main file 4.20-4 [38.7kB]
@@ -41,12 +41,12 @@ Get:4 http://ftp.jp.debian.org sid/main html2text 1.3.2a-3 [92.7kB]
Get:5 http://ftp.jp.debian.org sid/main gettext 0.16.1-1 [2261kB]
Get:6 http://ftp.jp.debian.org sid/main intltool-debian 0.35.0+20060710.1 [30.8kB]
Get:7 http://ftp.jp.debian.org sid/main po-debconf 1.0.8 [111kB]
-Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.42 [510kB]
+Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.44 [516kB]
Get:9 http://ftp.jp.debian.org sid/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org sid/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3539kB in 21s (165kB/s)
+Fetched 3544kB in 14s (253kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 12041 files and directories currently installed.)
+(Reading database ... 12033 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
@@ -61,7 +61,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) .
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Unpacking debhelper (from .../debhelper_5.0.44_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -77,7 +77,7 @@ Setting up gettext (0.16.1-1) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.8) ...
-Setting up debhelper (5.0.42) ...
+Setting up debhelper (5.0.44) ...
Setting up libdshconfig1 (0.20.12-2) ...
Setting up libdshconfig1-dev (0.20.12-2) ...
@@ -90,16 +90,16 @@ The following NEW packages will be installed:
Need to get 103kB of archives.
After unpacking 430kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main fakeroot 1.6.5 [103kB]
-Fetched 103kB in 1s (60.6kB/s)
+Fetched 103kB in 1s (93.0kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 12713 files and directories currently installed.)
+(Reading database ... 12707 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
Setting up fakeroot (1.6.5) ...
Copying source file
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7-1.dsc]
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7.orig.tar.gz]
- -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/dsh_0.25.7-1.diff.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.dsc]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7.orig.tar.gz]
+ -> copying [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/dsh_0.25.7-1.diff.gz]
Extracting source
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
gpg: can't open `/gnupg/options.skel': No such file or directory
@@ -413,9 +413,9 @@ success
success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
+d: 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
@@ -427,7 +427,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
-Mon Apr 9 03:10:02 UTC 2007
+Wed Apr 11 21:43:28 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -497,14 +497,14 @@ 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
-Mon Apr 9 03:10:07 UTC 2007
+Wed Apr 11 21:43:33 UTC 2007
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
+dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -609,7 +609,7 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Mon Apr 9 12:10:09 JST 2007
-pbuilder-time-stamp: 1176088209
+Current time: Thu Apr 12 06:43:35 JST 2007
+pbuilder-time-stamp: 1176327815
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir1/582 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir1/31404 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-etch.log b/testsuite/normal/pbuilder-create-etch.log
index ae4db49..ee6369b 100644
--- a/testsuite/normal/pbuilder-create-etch.log
+++ b/testsuite/normal/pbuilder-create-etch.log
@@ -583,7 +583,7 @@ umount: /dev/shm: not mounted
umount: proc: not mounted
umount: proc: not mounted
umount: /dev/pts: not mounted
- -> user script /var/cache/pbuilder/build//18423/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
+ -> user script /var/cache/pbuilder/build//16998/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
Refreshing the base.tgz
-> upgrading packages
-> mounting /proc filesystem
@@ -593,7 +593,7 @@ Get:1 http://ftp.jp.debian.org etch Release.gpg [378B]
Hit http://ftp.jp.debian.org etch Release
Ign http://ftp.jp.debian.org etch/main Packages/DiffIndex
Hit http://ftp.jp.debian.org etch/main Packages
-Fetched 378B in 0s (2872B/s)
+Fetched 378B in 0s (426B/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading package lists...
@@ -637,7 +637,7 @@ Get:14 http://ftp.jp.debian.org etch/main g++ 4:4.1.1-15 [1358B]
Get:15 http://ftp.jp.debian.org etch/main make 3.81-2 [390kB]
Get:16 http://ftp.jp.debian.org etch/main dpkg-dev 1.13.25 [166kB]
Get:17 http://ftp.jp.debian.org etch/main build-essential 11.3 [6982B]
-Fetched 21.2MB in 1m14s (285kB/s)
+Fetched 21.2MB in 51s (410kB/s)
Selecting previously deselected package patch.
(Reading database ... 7112 files and directories currently installed.)
Unpacking patch (from .../patch_2.5.9-4_amd64.deb) ...
@@ -703,9 +703,9 @@ umount: /dev/shm: not mounted
umount: /lib/init/rw: not mounted
cat: /var/run/inetd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- -> user script /var/cache/pbuilder/build//18423/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> user script /var/cache/pbuilder/build//16998/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//18423 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//16998 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-lenny.log b/testsuite/normal/pbuilder-create-lenny.log
new file mode 100644
index 0000000..9ec64a1
--- /dev/null
+++ b/testsuite/normal/pbuilder-create-lenny.log
@@ -0,0 +1,709 @@
+Distribution is lenny.
+Building the build environment
+ -> running debootstrap
+/usr/sbin/debootstrap
+I: Retrieving Release
+I: Retrieving Packages
+I: Validating Packages
+I: Resolving dependencies of required packages...
+I: Resolving dependencies of base packages...
+I: Checking component main on http://ftp.jp.debian.org/debian...
+I: Retrieving adduser
+I: Validating adduser
+I: Retrieving apt
+I: Validating apt
+I: Retrieving apt-utils
+I: Validating apt-utils
+I: Retrieving aptitude
+I: Validating aptitude
+I: Retrieving base-files
+I: Validating base-files
+I: Retrieving base-passwd
+I: Validating base-passwd
+I: Retrieving bash
+I: Validating bash
+I: Retrieving bsdmainutils
+I: Validating bsdmainutils
+I: Retrieving bsdutils
+I: Validating bsdutils
+I: Retrieving coreutils
+I: Validating coreutils
+I: Retrieving cpio
+I: Validating cpio
+I: Retrieving cron
+I: Validating cron
+I: Retrieving debconf
+I: Validating debconf
+I: Retrieving debconf-i18n
+I: Validating debconf-i18n
+I: Retrieving debian-archive-keyring
+I: Validating debian-archive-keyring
+I: Retrieving debianutils
+I: Validating debianutils
+I: Retrieving dhcp3-client
+I: Validating dhcp3-client
+I: Retrieving dhcp3-common
+I: Validating dhcp3-common
+I: Retrieving diff
+I: Validating diff
+I: Retrieving dmidecode
+I: Validating dmidecode
+I: Retrieving dpkg
+I: Validating dpkg
+I: Retrieving dselect
+I: Validating dselect
+I: Retrieving e2fslibs
+I: Validating e2fslibs
+I: Retrieving e2fsprogs
+I: Validating e2fsprogs
+I: Retrieving ed
+I: Validating ed
+I: Retrieving findutils
+I: Validating findutils
+I: Retrieving gcc-4.1-base
+I: Validating gcc-4.1-base
+I: Retrieving gnupg
+I: Validating gnupg
+I: Retrieving gpgv
+I: Validating gpgv
+I: Retrieving grep
+I: Validating grep
+I: Retrieving groff-base
+I: Validating groff-base
+I: Retrieving gzip
+I: Validating gzip
+I: Retrieving hostname
+I: Validating hostname
+I: Retrieving ifupdown
+I: Validating ifupdown
+I: Retrieving info
+I: Validating info
+I: Retrieving initscripts
+I: Validating initscripts
+I: Retrieving iptables
+I: Validating iptables
+I: Retrieving iputils-ping
+I: Validating iputils-ping
+I: Retrieving klogd
+I: Validating klogd
+I: Retrieving laptop-detect
+I: Validating laptop-detect
+I: Retrieving libacl1
+I: Validating libacl1
+I: Retrieving libattr1
+I: Validating libattr1
+I: Retrieving libblkid1
+I: Validating libblkid1
+I: Retrieving libbz2-1.0
+I: Validating libbz2-1.0
+I: Retrieving libc6
+I: Validating libc6
+I: Retrieving libcap1
+I: Validating libcap1
+I: Retrieving libcomerr2
+I: Validating libcomerr2
+I: Retrieving libconsole
+I: Validating libconsole
+I: Retrieving libdb4.2
+I: Validating libdb4.2
+I: Retrieving libdb4.3
+I: Validating libdb4.3
+I: Retrieving libdb4.4
+I: Validating libdb4.4
+I: Retrieving libdevmapper1.02
+I: Validating libdevmapper1.02
+I: Retrieving libgcc1
+I: Validating libgcc1
+I: Retrieving libgcrypt11
+I: Validating libgcrypt11
+I: Retrieving libgdbm3
+I: Validating libgdbm3
+I: Retrieving libgnutls13
+I: Validating libgnutls13
+I: Retrieving libgpg-error0
+I: Validating libgpg-error0
+I: Retrieving libldap2
+I: Validating libldap2
+I: Retrieving liblocale-gettext-perl
+I: Validating liblocale-gettext-perl
+I: Retrieving liblzo1
+I: Validating liblzo1
+I: Retrieving libncurses5
+I: Validating libncurses5
+I: Retrieving libncursesw5
+I: Validating libncursesw5
+I: Retrieving libnewt0.52
+I: Validating libnewt0.52
+I: Retrieving libopencdk8
+I: Validating libopencdk8
+I: Retrieving libpam-modules
+I: Validating libpam-modules
+I: Retrieving libpam-runtime
+I: Validating libpam-runtime
+I: Retrieving libpam0g
+I: Validating libpam0g
+I: Retrieving libpopt0
+I: Validating libpopt0
+I: Retrieving libreadline5
+I: Validating libreadline5
+I: Retrieving libsasl2
+I: Validating libsasl2
+I: Retrieving libsasl2-2
+I: Validating libsasl2-2
+I: Retrieving libselinux1
+I: Validating libselinux1
+I: Retrieving libsepol1
+I: Validating libsepol1
+I: Retrieving libsigc++-2.0-0c2a
+I: Validating libsigc++-2.0-0c2a
+I: Retrieving libslang2
+I: Validating libslang2
+I: Retrieving libss2
+I: Validating libss2
+I: Retrieving libssl0.9.8
+I: Validating libssl0.9.8
+I: Retrieving libstdc++6
+I: Validating libstdc++6
+I: Retrieving libtasn1-3
+I: Validating libtasn1-3
+I: Retrieving libtext-charwidth-perl
+I: Validating libtext-charwidth-perl
+I: Retrieving libtext-iconv-perl
+I: Validating libtext-iconv-perl
+I: Retrieving libtext-wrapi18n-perl
+I: Validating libtext-wrapi18n-perl
+I: Retrieving libusb-0.1-4
+I: Validating libusb-0.1-4
+I: Retrieving libuuid1
+I: Validating libuuid1
+I: Retrieving libwrap0
+I: Validating libwrap0
+I: Retrieving login
+I: Validating login
+I: Retrieving logrotate
+I: Validating logrotate
+I: Retrieving lsb-base
+I: Validating lsb-base
+I: Retrieving makedev
+I: Validating makedev
+I: Retrieving man-db
+I: Validating man-db
+I: Retrieving manpages
+I: Validating manpages
+I: Retrieving mawk
+I: Validating mawk
+I: Retrieving mktemp
+I: Validating mktemp
+I: Retrieving module-init-tools
+I: Validating module-init-tools
+I: Retrieving mount
+I: Validating mount
+I: Retrieving nano
+I: Validating nano
+I: Retrieving ncurses-base
+I: Validating ncurses-base
+I: Retrieving ncurses-bin
+I: Validating ncurses-bin
+I: Retrieving net-tools
+I: Validating net-tools
+I: Retrieving netbase
+I: Validating netbase
+I: Retrieving netcat
+I: Validating netcat
+I: Retrieving openbsd-inetd
+I: Validating openbsd-inetd
+I: Retrieving passwd
+I: Validating passwd
+I: Retrieving perl-base
+I: Validating perl-base
+I: Retrieving procps
+I: Validating procps
+I: Retrieving readline-common
+I: Validating readline-common
+I: Retrieving sed
+I: Validating sed
+I: Retrieving sysklogd
+I: Validating sysklogd
+I: Retrieving sysv-rc
+I: Validating sysv-rc
+I: Retrieving sysvinit
+I: Validating sysvinit
+I: Retrieving sysvinit-utils
+I: Validating sysvinit-utils
+I: Retrieving tar
+I: Validating tar
+I: Retrieving tasksel
+I: Validating tasksel
+I: Retrieving tasksel-data
+I: Validating tasksel-data
+I: Retrieving tcpd
+I: Validating tcpd
+I: Retrieving traceroute
+I: Validating traceroute
+I: Retrieving tzdata
+I: Validating tzdata
+I: Retrieving update-inetd
+I: Validating update-inetd
+I: Retrieving util-linux
+I: Validating util-linux
+I: Retrieving vim-common
+I: Validating vim-common
+I: Retrieving vim-tiny
+I: Validating vim-tiny
+I: Retrieving wget
+I: Validating wget
+I: Retrieving whiptail
+I: Validating whiptail
+I: Retrieving zlib1g
+I: Validating zlib1g
+I: Extracting base-files...
+I: Extracting base-passwd...
+I: Extracting bash...
+I: Extracting bsdutils...
+I: Extracting coreutils...
+I: Extracting debconf...
+I: Extracting debconf-i18n...
+I: Extracting debianutils...
+I: Extracting diff...
+I: Extracting dpkg...
+I: Extracting dselect...
+I: Extracting e2fslibs...
+I: Extracting e2fsprogs...
+I: Extracting findutils...
+I: Extracting gcc-4.1-base...
+I: Extracting grep...
+I: Extracting gzip...
+I: Extracting hostname...
+I: Extracting initscripts...
+I: Extracting libacl1...
+I: Extracting libattr1...
+I: Extracting libblkid1...
+I: Extracting libc6...
+I: Extracting libcap1...
+I: Extracting libcomerr2...
+I: Extracting libdb4.3...
+I: Extracting libdevmapper1.02...
+I: Extracting libgcc1...
+I: Extracting liblocale-gettext-perl...
+I: Extracting libncurses5...
+I: Extracting libpam-modules...
+I: Extracting libpam-runtime...
+I: Extracting libpam0g...
+I: Extracting libselinux1...
+I: Extracting libsepol1...
+I: Extracting libslang2...
+I: Extracting libss2...
+I: Extracting libstdc++6...
+I: Extracting libtext-charwidth-perl...
+I: Extracting libtext-iconv-perl...
+I: Extracting libtext-wrapi18n-perl...
+I: Extracting libuuid1...
+I: Extracting login...
+I: Extracting lsb-base...
+I: Extracting makedev...
+I: Extracting mawk...
+I: Extracting mktemp...
+I: Extracting mount...
+I: Extracting ncurses-base...
+I: Extracting ncurses-bin...
+I: Extracting passwd...
+I: Extracting perl-base...
+I: Extracting procps...
+I: Extracting sed...
+I: Extracting sysv-rc...
+I: Extracting sysvinit...
+I: Extracting sysvinit-utils...
+I: Extracting tar...
+I: Extracting tzdata...
+I: Extracting util-linux...
+I: Extracting zlib1g...
+I: Installing core packages...
+I: Unpacking required packages...
+I: Unpacking base-files...
+I: Unpacking base-passwd...
+I: Unpacking bash...
+I: Unpacking bsdutils...
+I: Unpacking coreutils...
+I: Unpacking debconf...
+I: Unpacking debconf-i18n...
+I: Unpacking debianutils...
+I: Unpacking diff...
+I: Unpacking dpkg...
+I: Unpacking dselect...
+I: Unpacking e2fslibs...
+I: Unpacking e2fsprogs...
+I: Unpacking findutils...
+I: Unpacking gcc-4.1-base...
+I: Unpacking grep...
+I: Unpacking gzip...
+I: Unpacking hostname...
+I: Unpacking initscripts...
+I: Unpacking libacl1...
+I: Unpacking libattr1...
+I: Unpacking libblkid1...
+I: Unpacking libc6...
+I: Unpacking libcap1...
+I: Unpacking libcomerr2...
+I: Unpacking libdb4.3...
+I: Unpacking libdevmapper1.02...
+I: Unpacking libgcc1...
+I: Unpacking liblocale-gettext-perl...
+I: Unpacking libncurses5...
+I: Unpacking libpam-modules...
+I: Unpacking libpam-runtime...
+I: Unpacking libpam0g...
+I: Unpacking libselinux1...
+I: Unpacking libsepol1...
+I: Unpacking libslang2...
+I: Unpacking libss2...
+I: Unpacking libstdc++6...
+I: Unpacking libtext-charwidth-perl...
+I: Unpacking libtext-iconv-perl...
+I: Unpacking libtext-wrapi18n-perl...
+I: Unpacking libuuid1...
+I: Unpacking login...
+I: Unpacking lsb-base...
+I: Unpacking makedev...
+I: Unpacking mawk...
+I: Unpacking mktemp...
+I: Unpacking mount...
+I: Unpacking ncurses-base...
+I: Unpacking ncurses-bin...
+I: Unpacking passwd...
+I: Unpacking perl-base...
+I: Unpacking procps...
+I: Unpacking sed...
+I: Unpacking sysv-rc...
+I: Unpacking sysvinit...
+I: Unpacking sysvinit-utils...
+I: Unpacking tar...
+I: Unpacking tzdata...
+I: Unpacking util-linux...
+I: Unpacking zlib1g...
+I: Configuring required packages...
+I: Configuring sysv-rc...
+I: Configuring tzdata...
+I: Configuring gcc-4.1-base...
+I: Configuring libpam-runtime...
+I: Configuring libc6...
+I: Configuring libcap1...
+I: Configuring mktemp...
+I: Configuring libuuid1...
+I: Configuring libpam0g...
+I: Configuring bsdutils...
+I: Configuring perl-base...
+I: Configuring libsepol1...
+I: Configuring tar...
+I: Configuring zlib1g...
+I: Configuring libgcc1...
+I: Configuring libtext-iconv-perl...
+I: Configuring libncurses5...
+I: Configuring libattr1...
+I: Configuring sed...
+I: Configuring e2fslibs...
+I: Configuring base-passwd...
+I: Configuring libcomerr2...
+I: Configuring mawk...
+I: Configuring libdb4.3...
+I: Configuring grep...
+I: Configuring hostname...
+I: Configuring libacl1...
+I: Configuring libslang2...
+I: Configuring libss2...
+I: Configuring findutils...
+I: Configuring liblocale-gettext-perl...
+I: Configuring diff...
+I: Configuring libselinux1...
+I: Configuring libstdc++6...
+I: Configuring libdevmapper1.02...
+I: Configuring libtext-charwidth-perl...
+I: Configuring libtext-wrapi18n-perl...
+I: Configuring coreutils...
+I: Configuring debianutils...
+I: Configuring makedev...
+I: Configuring ncurses-base...
+I: Configuring ncurses-bin...
+I: Configuring libpam-modules...
+I: Configuring base-files...
+I: Configuring libblkid1...
+I: Configuring e2fsprogs...
+I: Configuring gzip...
+I: Configuring dpkg...
+I: Configuring dselect...
+I: Configuring sysvinit-utils...
+I: Configuring bash...
+I: Configuring login...
+I: Configuring lsb-base...
+I: Configuring procps...
+I: Configuring mount...
+I: Configuring passwd...
+I: Configuring initscripts...
+I: Configuring util-linux...
+I: Configuring sysvinit...
+I: Configuring debconf-i18n...
+I: Configuring debconf...
+I: Unpacking the base system...
+I: Unpacking adduser...
+I: Unpacking apt...
+I: Unpacking apt-utils...
+I: Unpacking aptitude...
+I: Unpacking bsdmainutils...
+I: Unpacking cpio...
+I: Unpacking cron...
+I: Unpacking debian-archive-keyring...
+I: Unpacking dhcp3-client...
+I: Unpacking dhcp3-common...
+I: Unpacking dmidecode...
+I: Unpacking ed...
+I: Unpacking gnupg...
+I: Unpacking gpgv...
+I: Unpacking groff-base...
+I: Unpacking ifupdown...
+I: Unpacking info...
+I: Unpacking iptables...
+I: Unpacking iputils-ping...
+I: Unpacking klogd...
+I: Unpacking laptop-detect...
+I: Unpacking libbz2-1.0...
+I: Unpacking libconsole...
+I: Unpacking libdb4.2...
+I: Unpacking libdb4.4...
+I: Unpacking libgcrypt11...
+I: Unpacking libgdbm3...
+I: Unpacking libgnutls13...
+I: Unpacking libgpg-error0...
+I: Unpacking libldap2...
+I: Unpacking liblzo1...
+I: Unpacking libncursesw5...
+I: Unpacking libnewt0.52...
+I: Unpacking libopencdk8...
+I: Unpacking libpopt0...
+I: Unpacking libreadline5...
+I: Unpacking libsasl2...
+I: Unpacking libsasl2-2...
+I: Unpacking libsigc++-2.0-0c2a...
+I: Unpacking libssl0.9.8...
+I: Unpacking libtasn1-3...
+I: Unpacking libusb-0.1-4...
+I: Unpacking libwrap0...
+I: Unpacking logrotate...
+I: Unpacking man-db...
+I: Unpacking manpages...
+I: Unpacking module-init-tools...
+I: Unpacking nano...
+I: Unpacking net-tools...
+I: Unpacking netbase...
+I: Unpacking netcat...
+I: Unpacking openbsd-inetd...
+I: Unpacking readline-common...
+I: Unpacking sysklogd...
+I: Unpacking tasksel...
+I: Unpacking tasksel-data...
+I: Unpacking tcpd...
+I: Unpacking traceroute...
+I: Unpacking update-inetd...
+I: Unpacking vim-common...
+I: Unpacking vim-tiny...
+I: Unpacking wget...
+I: Unpacking whiptail...
+I: Configuring the base system...
+I: Configuring gpgv...
+I: Configuring module-init-tools...
+I: Configuring libgdbm3...
+I: Configuring libtasn1-3...
+I: Configuring libpopt0...
+I: Configuring libusb-0.1-4...
+I: Configuring libgpg-error0...
+I: Configuring update-inetd...
+I: Configuring libssl0.9.8...
+I: Configuring vim-common...
+I: Configuring dmidecode...
+I: Configuring adduser...
+I: Configuring traceroute...
+I: Configuring manpages...
+I: Configuring ed...
+I: Configuring liblzo1...
+I: Configuring wget...
+I: Configuring groff-base...
+I: Configuring libnewt0.52...
+I: Configuring libdb4.2...
+I: Configuring libdb4.4...
+I: Configuring net-tools...
+I: Configuring libsasl2-2...
+I: Configuring bsdmainutils...
+I: Configuring libsigc++-2.0-0c2a...
+I: Configuring libncursesw5...
+I: Configuring info...
+I: Configuring iputils-ping...
+I: Configuring libbz2-1.0...
+I: Configuring cron...
+I: Configuring libsasl2...
+I: Configuring nano...
+I: Configuring dhcp3-common...
+I: Configuring libconsole...
+I: Configuring iptables...
+I: Configuring cpio...
+I: Configuring vim-tiny...
+I: Configuring readline-common...
+I: Configuring libwrap0...
+I: Configuring netcat...
+I: Configuring tcpd...
+I: Configuring laptop-detect...
+I: Configuring man-db...
+I: Configuring libgcrypt11...
+I: Configuring whiptail...
+I: Configuring ifupdown...
+I: Configuring dhcp3-client...
+I: Configuring openbsd-inetd...
+I: Configuring libreadline5...
+I: Configuring logrotate...
+I: Configuring libopencdk8...
+I: Configuring libgnutls13...
+I: Configuring libldap2...
+I: Configuring netbase...
+I: Configuring gnupg...
+I: Configuring debian-archive-keyring...
+I: Configuring apt...
+I: Configuring aptitude...
+I: Configuring apt-utils...
+I: Configuring klogd...
+I: Configuring tasksel-data...
+I: Configuring sysklogd...
+I: Configuring tasksel...
+I: Base system installed successfully.
+ -> debootstrap finished
+ -> copying local configuration
+ -> Installing apt-lines
+umount: sysfs: not found
+umount: /sys: not mounted
+umount: sysfs: not found
+umount: /sys: not mounted
+umount: /proc/bus/usb: not found
+umount: /dev/shm: not mounted
+umount: proc: not mounted
+umount: proc: not mounted
+umount: /dev/pts: not mounted
+ -> user script /var/cache/pbuilder/build//15813/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
+Refreshing the base.tgz
+ -> upgrading packages
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> installing dummy policy-rc.d
+Get:1 http://ftp.jp.debian.org lenny Release.gpg [189B]
+Hit http://ftp.jp.debian.org lenny Release
+Get:2 http://ftp.jp.debian.org lenny/main Packages/DiffIndex [926B]
+Fetched 1115B in 0s (1314B/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-4.1 g++ g++-4.1 gcc gcc-4.1 libc6-dev libssp0
+ libstdc++6-4.1-dev linux-kernel-headers make patch perl perl-modules
+Suggested packages:
+ binutils-doc cpp-doc gcc-4.1-locales debian-keyring gcc-4.1-doc lib32stdc++6
+ manpages-dev autoconf automake1.9 libtool flex bison gdb gcc-doc
+ libc6-dev-i386 lib32gcc1 lib32ssp0 glibc-doc libstdc++6-4.1-doc make-doc
+ diff-doc libterm-readline-gnu-perl libterm-readline-perl-perl
+Recommended packages:
+ bzip2 libmudflap0-dev perl-doc
+The following NEW packages will be installed:
+ binutils build-essential cpp cpp-4.1 dpkg-dev g++ g++-4.1 gcc gcc-4.1
+ libc6-dev libssp0 libstdc++6-4.1-dev linux-kernel-headers make patch perl
+ perl-modules
+0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
+Need to get 21.2MB of archives.
+After unpacking 86.5MB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main patch 2.5.9-4 [98.7kB]
+Get:2 http://ftp.jp.debian.org lenny/main perl-modules 5.8.8-7 [2310kB]
+Get:3 http://ftp.jp.debian.org lenny/main perl 5.8.8-7 [4240kB]
+Get:4 http://ftp.jp.debian.org lenny/main binutils 2.17-3 [2630kB]
+Get:5 http://ftp.jp.debian.org lenny/main linux-kernel-headers 2.6.18-7 [1872kB]
+Get:6 http://ftp.jp.debian.org lenny/main libc6-dev 2.3.6.ds1-13 [2118kB]
+Get:7 http://ftp.jp.debian.org lenny/main cpp-4.1 4.1.1-21 [2482kB]
+Get:8 http://ftp.jp.debian.org lenny/main cpp 4:4.1.1-15 [11.6kB]
+Get:9 http://ftp.jp.debian.org lenny/main libssp0 4.1.1-21 [4956B]
+Get:10 http://ftp.jp.debian.org lenny/main gcc-4.1 4.1.1-21 [475kB]
+Get:11 http://ftp.jp.debian.org lenny/main gcc 4:4.1.1-15 [5058B]
+Get:12 http://ftp.jp.debian.org lenny/main libstdc++6-4.1-dev 4.1.1-21 [1643kB]
+Get:13 http://ftp.jp.debian.org lenny/main g++-4.1 4.1.1-21 [2786kB]
+Get:14 http://ftp.jp.debian.org lenny/main g++ 4:4.1.1-15 [1358B]
+Get:15 http://ftp.jp.debian.org lenny/main make 3.81-3 [395kB]
+Get:16 http://ftp.jp.debian.org lenny/main dpkg-dev 1.13.25 [166kB]
+Get:17 http://ftp.jp.debian.org lenny/main build-essential 11.3 [6982B]
+Fetched 21.2MB in 49s (433kB/s)
+Selecting previously deselected package patch.
+(Reading database ... 7118 files and directories currently installed.)
+Unpacking patch (from .../patch_2.5.9-4_amd64.deb) ...
+Selecting previously deselected package perl-modules.
+Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ...
+Selecting previously deselected package perl.
+Unpacking perl (from .../perl_5.8.8-7_amd64.deb) ...
+Selecting previously deselected package binutils.
+Unpacking binutils (from .../binutils_2.17-3_amd64.deb) ...
+Selecting previously deselected package linux-kernel-headers.
+Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.6.18-7_amd64.deb) ...
+Selecting previously deselected package libc6-dev.
+Unpacking libc6-dev (from .../libc6-dev_2.3.6.ds1-13_amd64.deb) ...
+Selecting previously deselected package cpp-4.1.
+Unpacking cpp-4.1 (from .../cpp-4.1_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package cpp.
+Unpacking cpp (from .../cpp_4%3a4.1.1-15_amd64.deb) ...
+Selecting previously deselected package libssp0.
+Unpacking libssp0 (from .../libssp0_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package gcc-4.1.
+Unpacking gcc-4.1 (from .../gcc-4.1_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package gcc.
+Unpacking gcc (from .../gcc_4%3a4.1.1-15_amd64.deb) ...
+Selecting previously deselected package libstdc++6-4.1-dev.
+Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package g++-4.1.
+Unpacking g++-4.1 (from .../g++-4.1_4.1.1-21_amd64.deb) ...
+Selecting previously deselected package g++.
+Unpacking g++ (from .../g++_4%3a4.1.1-15_amd64.deb) ...
+Selecting previously deselected package make.
+Unpacking make (from .../archives/make_3.81-3_amd64.deb) ...
+Selecting previously deselected package dpkg-dev.
+Unpacking dpkg-dev (from .../dpkg-dev_1.13.25_all.deb) ...
+Selecting previously deselected package build-essential.
+Unpacking build-essential (from .../build-essential_11.3_amd64.deb) ...
+Setting up patch (2.5.9-4) ...
+Setting up binutils (2.17-3) ...
+
+Setting up linux-kernel-headers (2.6.18-7) ...
+Setting up libc6-dev (2.3.6.ds1-13) ...
+Setting up cpp-4.1 (4.1.1-21) ...
+Setting up cpp (4.1.1-15) ...
+
+Setting up libssp0 (4.1.1-21) ...
+
+Setting up gcc-4.1 (4.1.1-21) ...
+Setting up gcc (4.1.1-15) ...
+
+Setting up make (3.81-3) ...
+Setting up perl-modules (5.8.8-7) ...
+Setting up libstdc++6-4.1-dev (4.1.1-21) ...
+Setting up perl (5.8.8-7) ...
+
+Setting up g++-4.1 (4.1.1-21) ...
+Setting up g++ (4.1.1-15) ...
+
+Setting up dpkg-dev (1.13.25) ...
+Setting up build-essential (11.3) ...
+umount: /sys: not mounted
+umount: /run: not found
+umount: /proc/bus/usb: not mounted
+umount: /dev/shm: not mounted
+umount: /lib/init/rw: not mounted
+cat: /var/run/inetd.pid: No such file or directory
+kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
+ -> user script /var/cache/pbuilder/build//15813/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
+ -> cleaning the build env
+ -> removing directory /var/cache/pbuilder/build//15813 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sid.log b/testsuite/normal/pbuilder-create-sid.log
index 48f71b6..e3dc664 100644
--- a/testsuite/normal/pbuilder-create-sid.log
+++ b/testsuite/normal/pbuilder-create-sid.log
@@ -112,6 +112,8 @@ I: Retrieving libdb4.4
I: Validating libdb4.4
I: Retrieving libdevmapper1.02
I: Validating libdevmapper1.02
+I: Retrieving libdevmapper1.02.1
+I: Validating libdevmapper1.02.1
I: Retrieving libgcc1
I: Validating libgcc1
I: Retrieving libgcrypt11
@@ -283,6 +285,7 @@ I: Extracting libcap1...
I: Extracting libcomerr2...
I: Extracting libdb4.3...
I: Extracting libdevmapper1.02...
+I: Extracting libdevmapper1.02.1...
I: Extracting libgcc1...
I: Extracting liblocale-gettext-perl...
I: Extracting libncurses5...
@@ -346,6 +349,7 @@ I: Unpacking libcap1...
I: Unpacking libcomerr2...
I: Unpacking libdb4.3...
I: Unpacking libdevmapper1.02...
+I: Unpacking libdevmapper1.02.1...
I: Unpacking libgcc1...
I: Unpacking liblocale-gettext-perl...
I: Unpacking libncurses5...
@@ -425,6 +429,7 @@ I: Configuring ncurses-base...
I: Configuring ncurses-bin...
I: Configuring libpam-modules...
I: Configuring base-files...
+I: Configuring libdevmapper1.02.1...
I: Configuring libblkid1...
I: Configuring e2fsprogs...
I: Configuring gzip...
@@ -583,7 +588,7 @@ umount: /dev/shm: not mounted
umount: proc: not mounted
umount: proc: not mounted
umount: /dev/pts: not mounted
- -> user script /var/cache/pbuilder/build//20905/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
+ -> user script /var/cache/pbuilder/build//18646/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
Refreshing the base.tgz
-> upgrading packages
-> mounting /proc filesystem
@@ -592,7 +597,7 @@ Refreshing the base.tgz
Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Hit http://ftp.jp.debian.org sid Release
Get:2 http://ftp.jp.debian.org sid/main Packages/DiffIndex [2038B]
-Fetched 2227B in 0s (4037B/s)
+Fetched 2227B in 3s (711B/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading package lists...
@@ -635,9 +640,9 @@ Get:14 http://ftp.jp.debian.org sid/main g++ 4:4.1.1-15 [1358B]
Get:15 http://ftp.jp.debian.org sid/main make 3.81-3 [395kB]
Get:16 http://ftp.jp.debian.org sid/main dpkg-dev 1.13.25 [166kB]
Get:17 http://ftp.jp.debian.org sid/main build-essential 11.3 [6982B]
-Fetched 21.2MB in 1m45s (202kB/s)
+Fetched 21.2MB in 46s (458kB/s)
Selecting previously deselected package patch.
-(Reading database ... 7120 files and directories currently installed.)
+(Reading database ... 7112 files and directories currently installed.)
Unpacking patch (from .../patch_2.5.9-4_amd64.deb) ...
Selecting previously deselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ...
@@ -701,9 +706,9 @@ umount: /dev/shm: not mounted
umount: /lib/init/rw: not mounted
cat: /var/run/inetd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- -> user script /var/cache/pbuilder/build//20905/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> user script /var/cache/pbuilder/build//18646/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//20905 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//18646 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-etch.log b/testsuite/normal/pbuilder-execute-etch.log
index acbb6fa..d8576b2 100644
--- a/testsuite/normal/pbuilder-execute-etch.log
+++ b/testsuite/normal/pbuilder-execute-etch.log
@@ -1,5 +1,5 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//15841 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//14425 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-lenny.log b/testsuite/normal/pbuilder-execute-lenny.log
new file mode 100644
index 0000000..abc6a8c
--- /dev/null
+++ b/testsuite/normal/pbuilder-execute-lenny.log
@@ -0,0 +1,13 @@
+Building the build Environment
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/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//13256 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sid.log b/testsuite/normal/pbuilder-execute-sid.log
index 2dd15a8..969e41f 100644
--- a/testsuite/normal/pbuilder-execute-sid.log
+++ b/testsuite/normal/pbuilder-execute-sid.log
@@ -1,5 +1,5 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//18367 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//16942 and its subdirectories
diff --git a/testsuite/normal/pbuilder-update-etch-sid-experimental.log b/testsuite/normal/pbuilder-update-etch-sid-experimental.log
index bce6360..b15934a 100644
--- a/testsuite/normal/pbuilder-update-etch-sid-experimental.log
+++ b/testsuite/normal/pbuilder-update-etch-sid-experimental.log
@@ -1,6 +1,6 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> Installing apt-lines
@@ -15,8 +15,8 @@ Get:2 http://ftp.jp.debian.org experimental Release.gpg [189B]
Hit http://ftp.jp.debian.org sid Release
Get:3 http://ftp.jp.debian.org experimental Release [79.6kB]
Get:4 http://ftp.jp.debian.org sid/main Packages/DiffIndex [2038B]
-Get:5 http://ftp.jp.debian.org experimental/main Packages [695kB]
-Fetched 776kB in 6s (121kB/s)
+Get:5 http://ftp.jp.debian.org experimental/main Packages [723kB]
+Fetched 805kB in 0s (843kB/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading package lists...
@@ -26,12 +26,12 @@ The following packages will be REMOVED:
The following NEW packages will be installed:
gcc-4.2-base
The following packages will be upgraded:
- apt apt-utils binutils coreutils cpio cpp cpp-4.1 g++ g++-4.1 gcc gcc-4.1
- gcc-4.1-base libc6 libc6-dev libgcc1 libgcrypt11 libgnutls13 libopencdk8
- libstdc++6 libstdc++6-4.1-dev libtasn1-3 man-db wget
-23 upgraded, 1 newly installed, 4 to remove and 0 not upgraded.
-Need to get 25.0MB of archives.
-After unpacking 9720kB disk space will be freed.
+ apt apt-utils binutils coreutils cpp cpp-4.1 g++ g++-4.1 gcc gcc-4.1
+ gcc-4.1-base libc6 libc6-dev libgcc1 libgnutls13 libstdc++6
+ libstdc++6-4.1-dev wget
+18 upgraded, 1 newly installed, 4 to remove and 0 not upgraded.
+Need to get 23.8MB of archives.
+After unpacking 9662kB disk space will be freed.
Get:1 http://ftp.jp.debian.org experimental/main gcc-4.2-base 4.2-20070307-1 [206kB]
Get:2 http://ftp.jp.debian.org experimental/main binutils 2.17.20070210cvs-1 [2685kB]
Get:3 http://ftp.jp.debian.org experimental/main libc6-dev 2.5-0exp6 [2458kB]
@@ -46,24 +46,18 @@ Get:11 http://ftp.jp.debian.org experimental/main gcc-4.1-base 4.1.2-1 [201kB]
Get:12 http://ftp.jp.debian.org experimental/main coreutils 6.0-1 [3141kB]
Get:13 http://ftp.jp.debian.org experimental/main apt-utils 0.7.0 [192kB]
Get:14 http://ftp.jp.debian.org experimental/main apt 0.7.0 [1453kB]
-Get:15 http://ftp.jp.debian.org experimental/main cpio 2.7-0exp1 [114kB]
-Get:16 http://ftp.jp.debian.org experimental/main libgcrypt11 1.2.4-1 [190kB]
-Get:17 http://ftp.jp.debian.org experimental/main libopencdk8 0.5.13-1 [104kB]
-Get:18 http://ftp.jp.debian.org experimental/main libtasn1-3 0.3.8-1 [56.6kB]
-Get:19 http://ftp.jp.debian.org experimental/main libgnutls13 1.6.1-1 [326kB]
-Get:20 http://ftp.jp.debian.org experimental/main man-db 2.4.4-1 [759kB]
-Get:21 http://ftp.jp.debian.org experimental/main wget 1.10.2+1.11.beta1-1 [635kB]
-Get:22 http://ftp.jp.debian.org experimental/main cpp 4:4.1.2-1 [11.8kB]
-Get:23 http://ftp.jp.debian.org experimental/main gcc 4:4.1.2-1 [5048B]
-Get:24 http://ftp.jp.debian.org experimental/main g++ 4:4.1.2-1 [1346B]
-Preconfiguring packages ...
-Fetched 25.0MB in 1m28s (283kB/s)
-(Reading database ... 12041 files and directories currently installed.)
+Get:15 http://ftp.jp.debian.org experimental/main libgnutls13 1.6.1-1 [326kB]
+Get:16 http://ftp.jp.debian.org experimental/main wget 1.10.2+1.11.beta1-1 [635kB]
+Get:17 http://ftp.jp.debian.org experimental/main cpp 4:4.1.2-1 [11.8kB]
+Get:18 http://ftp.jp.debian.org experimental/main gcc 4:4.1.2-1 [5048B]
+Get:19 http://ftp.jp.debian.org experimental/main g++ 4:4.1.2-1 [1346B]
+Fetched 23.8MB in 56s (422kB/s)
+(Reading database ... 12027 files and directories currently installed.)
Removing tasksel ...
Removing tasksel-data ...
Removing aptitude ...
Selecting previously deselected package gcc-4.2-base.
-(Reading database ... 11806 files and directories currently installed.)
+(Reading database ... 11792 files and directories currently installed.)
Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070307-1_amd64.deb) ...
Preparing to replace binutils 2.17-3 (using .../binutils_2.17.20070210cvs-1_amd64.deb) ...
Unpacking replacement binutils ...
@@ -75,19 +69,19 @@ Setting up libc6 (2.5-0exp6) ...
Installing new version of config file /etc/init.d/glibc.sh ...
init: timeout opening/writing control channel /dev/initctl
-(Reading database ... 11881 files and directories currently installed.)
+(Reading database ... 11867 files and directories currently installed.)
Preparing to replace libgcc1 1:4.1.1-21 (using .../libgcc1_1%3a4.2-20070307-1_amd64.deb) ...
Unpacking replacement libgcc1 ...
Setting up gcc-4.2-base (4.2-20070307-1) ...
Setting up libgcc1 (4.2-20070307-1) ...
-(Reading database ... 11881 files and directories currently installed.)
+(Reading database ... 11867 files and directories currently installed.)
Preparing to replace libstdc++6 4.1.1-21 (using .../libstdc++6_4.2-20070307-1_amd64.deb) ...
Unpacking replacement libstdc++6 ...
Setting up libstdc++6 (4.2-20070307-1) ...
-(Reading database ... 11881 files and directories currently installed.)
+(Reading database ... 11867 files and directories currently installed.)
Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-1_amd64.deb) ...
Unpacking replacement libstdc++6-4.1-dev ...
Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-1_amd64.deb) ...
@@ -96,16 +90,16 @@ Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-1_amd64.deb) ...
Unpacking replacement gcc-4.1 ...
Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-1_amd64.deb) ...
Unpacking replacement cpp-4.1 ...
-(Reading database ... 11867 files and directories currently installed.)
+(Reading database ... 11853 files and directories currently installed.)
Removing libssp0 ...
-(Reading database ... 11864 files and directories currently installed.)
+(Reading database ... 11850 files and directories currently installed.)
Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-1_amd64.deb) ...
Unpacking replacement gcc-4.1-base ...
Preparing to replace coreutils 5.97-5.3 (using .../coreutils_6.0-1_amd64.deb) ...
Unpacking replacement coreutils ...
Setting up coreutils (6.0-1) ...
-(Reading database ... 11876 files and directories currently installed.)
+(Reading database ... 11862 files and directories currently installed.)
Preparing to replace apt-utils 0.6.46.4-0.1 (using .../apt-utils_0.7.0_amd64.deb) ...
Unpacking replacement apt-utils ...
Preparing to replace apt 0.6.46.4-0.1 (using .../archives/apt_0.7.0_amd64.deb) ...
@@ -118,19 +112,9 @@ gpg: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" n
gpg: Total number processed: 3
gpg: unchanged: 3
-(Reading database ... 11878 files and directories currently installed.)
-Preparing to replace cpio 2.6-17 (using .../cpio_2.7-0exp1_amd64.deb) ...
-Unpacking replacement cpio ...
-Preparing to replace libgcrypt11 1.2.3-2 (using .../libgcrypt11_1.2.4-1_amd64.deb) ...
-Unpacking replacement libgcrypt11 ...
-Preparing to replace libopencdk8 0.5.9-2 (using .../libopencdk8_0.5.13-1_amd64.deb) ...
-Unpacking replacement libopencdk8 ...
-Preparing to replace libtasn1-3 0.3.6-2 (using .../libtasn1-3_0.3.8-1_amd64.deb) ...
-Unpacking replacement libtasn1-3 ...
+(Reading database ... 11864 files and directories currently installed.)
Preparing to replace libgnutls13 1.4.4-3 (using .../libgnutls13_1.6.1-1_amd64.deb) ...
Unpacking replacement libgnutls13 ...
-Preparing to replace man-db 2.4.3-6 (using .../man-db_2.4.4-1_amd64.deb) ...
-Unpacking replacement man-db ...
Preparing to replace wget 1.10.2-2 (using .../wget_1.10.2+1.11.beta1-1_amd64.deb) ...
Unpacking replacement wget ...
Preparing to replace cpp 4:4.1.1-15 (using .../cpp_4%3a4.1.2-1_amd64.deb) ...
@@ -149,18 +133,8 @@ Setting up cpp-4.1 (4.1.2-1) ...
Setting up gcc-4.1 (4.1.2-1) ...
Setting up apt-utils (0.7.0) ...
-Setting up cpio (2.7-0exp1) ...
-
-Setting up libgcrypt11 (1.2.4-1) ...
-
-Setting up libopencdk8 (0.5.13-1) ...
-
-Setting up libtasn1-3 (0.3.8-1) ...
-
Setting up libgnutls13 (1.6.1-1) ...
-Setting up man-db (2.4.4-1) ...
-
Setting up wget (1.10.2+1.11.beta1-1) ...
Setting up cpp (4.1.2-1) ...
@@ -184,9 +158,9 @@ umount: /dev/shm: not mounted
umount: /lib/init/rw: not mounted
cat: /var/run/inetd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- -> user script /var/cache/pbuilder/build//16636/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> user script /var/cache/pbuilder/build//15320/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//16636 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//15320 and its subdirectories
diff --git a/testsuite/normal/pbuilder-update-etch-sid.log b/testsuite/normal/pbuilder-update-etch-sid.log
index b6541bd..15196f5 100644
--- a/testsuite/normal/pbuilder-update-etch-sid.log
+++ b/testsuite/normal/pbuilder-update-etch-sid.log
@@ -1,6 +1,6 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> Installing apt-lines
@@ -11,20 +11,21 @@ Refreshing the base.tgz
-> upgrading packages
Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Get:2 http://ftp.jp.debian.org sid Release [79.6kB]
-Get:3 http://ftp.jp.debian.org sid/main Packages [5970kB]
-Fetched 6050kB in 22s (273kB/s)
+Get:3 http://ftp.jp.debian.org sid/main Packages [5996kB]
+Fetched 6076kB in 3s (1806kB/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 upgraded:
- base-files debconf debconf-i18n debianutils dhcp3-client dhcp3-common
+ base-files cpio debconf debconf-i18n debianutils dhcp3-client dhcp3-common
findutils gzip klogd laptop-detect libacl1 libattr1 libdevmapper1.02
- libgpg-error0 libldap2 libsepol1 libssl0.9.8 libusb-0.1-4 make manpages nano
- netcat sysklogd tar tzdata vim-common vim-tiny
-27 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-Need to get 6162kB of archives.
-After unpacking 172kB of additional disk space will be used.
+ libgcrypt11 libgpg-error0 libldap2 libopencdk8 libsepol1 libssl0.9.8
+ libtasn1-3 libusb-0.1-4 make man-db manpages nano netcat sysklogd tar tzdata
+ vim-common vim-tiny
+32 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+Need to get 7393kB of archives.
+After unpacking 119kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main debianutils 2.18 [52.5kB]
Get:2 http://ftp.jp.debian.org sid/main findutils 4.2.28-2 [356kB]
Get:3 http://ftp.jp.debian.org sid/main gzip 1.3.9-2 [80.5kB]
@@ -35,25 +36,31 @@ Get:7 http://ftp.jp.debian.org sid/main debconf 1.5.13 [148kB]
Get:8 http://ftp.jp.debian.org sid/main libattr1 1:2.4.32-1.1 [9976B]
Get:9 http://ftp.jp.debian.org sid/main libacl1 2.2.42-1 [16.1kB]
Get:10 http://ftp.jp.debian.org sid/main libsepol1 1.14-3 [125kB]
-Get:11 http://ftp.jp.debian.org sid/main tzdata 2007d-1 [354kB]
-Get:12 http://ftp.jp.debian.org sid/main dhcp3-client 3.0.4-14 [222kB]
-Get:13 http://ftp.jp.debian.org sid/main dhcp3-common 3.0.4-14 [287kB]
-Get:14 http://ftp.jp.debian.org sid/main sysklogd 1.4.1-20 [60.2kB]
-Get:15 http://ftp.jp.debian.org sid/main klogd 1.4.1-20 [40.7kB]
-Get:16 http://ftp.jp.debian.org sid/main laptop-detect 0.12.1-0.1 [3666B]
-Get:17 http://ftp.jp.debian.org sid/main libgpg-error0 1.4-2 [34.8kB]
-Get:18 http://ftp.jp.debian.org sid/main libldap2 2.1.30-13.4 [162kB]
-Get:19 http://ftp.jp.debian.org sid/main libssl0.9.8 0.9.8e-4 [896kB]
-Get:20 http://ftp.jp.debian.org sid/main libusb-0.1-4 2:0.1.12-6 [20.3kB]
-Get:21 http://ftp.jp.debian.org sid/main manpages 2.43-0 [490kB]
-Get:22 http://ftp.jp.debian.org sid/main nano 2.0.3-1 [570kB]
-Get:23 http://ftp.jp.debian.org sid/main netcat 1.10-33 [68.3kB]
-Get:24 http://ftp.jp.debian.org sid/main vim-tiny 1:7.0-219+1 [617kB]
-Get:25 http://ftp.jp.debian.org sid/main vim-common 1:7.0-219+1 [185kB]
-Get:26 http://ftp.jp.debian.org sid/main libdevmapper1.02 2:1.02.12-1 [42.0kB]
-Get:27 http://ftp.jp.debian.org sid/main make 3.81-3 [395kB]
+Get:11 http://ftp.jp.debian.org sid/main tzdata 2007e-1 [356kB]
+Get:12 http://ftp.jp.debian.org sid/main cpio 2.7-1 [114kB]
+Get:13 http://ftp.jp.debian.org sid/main dhcp3-client 3.0.4-14 [222kB]
+Get:14 http://ftp.jp.debian.org sid/main dhcp3-common 3.0.4-14 [287kB]
+Get:15 http://ftp.jp.debian.org sid/main sysklogd 1.4.1-20 [60.2kB]
+Get:16 http://ftp.jp.debian.org sid/main klogd 1.4.1-20 [40.7kB]
+Get:17 http://ftp.jp.debian.org sid/main laptop-detect 0.12.1-0.1 [3666B]
+Get:18 http://ftp.jp.debian.org sid/main libgpg-error0 1.4-2 [34.8kB]
+Get:19 http://ftp.jp.debian.org sid/main libgcrypt11 1.2.4-2 [190kB]
+Get:20 http://ftp.jp.debian.org sid/main libldap2 2.1.30-13.4 [162kB]
+Get:21 http://ftp.jp.debian.org sid/main libopencdk8 0.5.13-2 [104kB]
+Get:22 http://ftp.jp.debian.org sid/main libssl0.9.8 0.9.8e-4 [896kB]
+Get:23 http://ftp.jp.debian.org sid/main libtasn1-3 0.3.9-1 [57.8kB]
+Get:24 http://ftp.jp.debian.org sid/main libusb-0.1-4 2:0.1.12-6 [20.3kB]
+Get:25 http://ftp.jp.debian.org sid/main man-db 2.4.4-2 [764kB]
+Get:26 http://ftp.jp.debian.org sid/main manpages 2.43-0 [490kB]
+Get:27 http://ftp.jp.debian.org sid/main nano 2.0.3-1 [570kB]
+Get:28 http://ftp.jp.debian.org sid/main netcat 1.10-33 [68.3kB]
+Get:29 http://ftp.jp.debian.org sid/main vim-tiny 1:7.0-219+1 [617kB]
+Get:30 http://ftp.jp.debian.org sid/main vim-common 1:7.0-219+1 [185kB]
+Get:31 http://ftp.jp.debian.org sid/main libdevmapper1.02 2:1.02.12-1 [42.0kB]
+Get:32 http://ftp.jp.debian.org sid/main make 3.81-3 [395kB]
+ Extracting templates from packages: 93% Extracting templates from packages: 100%
Preconfiguring packages ...
-Fetched 6162kB in 41s (149kB/s)
+Fetched 7393kB in 32s (226kB/s)
(Reading database ... 12033 files and directories currently installed.)
Preparing to replace debianutils 2.17 (using .../debianutils_2.18_amd64.deb) ...
Unpacking replacement debianutils ...
@@ -102,12 +109,14 @@ Setting up libsepol1 (1.14-3) ...
telinit: timeout opening/writing control channel /dev/initctl
(Reading database ... 12034 files and directories currently installed.)
-Preparing to replace tzdata 2007b-1 (using .../tzdata_2007d-1_all.deb) ...
+Preparing to replace tzdata 2007b-1 (using .../tzdata_2007e-1_all.deb) ...
Unpacking replacement tzdata ...
-Setting up tzdata (2007d-1) ...
+Setting up tzdata (2007e-1) ...
Non-interactive mode, setting timezone to UTC. Run tzconfig to change.
(Reading database ... 12040 files and directories currently installed.)
+Preparing to replace cpio 2.6-17 (using .../archives/cpio_2.7-1_amd64.deb) ...
+Unpacking replacement cpio ...
Preparing to replace dhcp3-client 3.0.4-13 (using .../dhcp3-client_3.0.4-14_amd64.deb) ...
Unpacking replacement dhcp3-client ...
Preparing to replace dhcp3-common 3.0.4-13 (using .../dhcp3-common_3.0.4-14_amd64.deb) ...
@@ -120,12 +129,20 @@ Preparing to replace laptop-detect 0.12.1 (using .../laptop-detect_0.12.1-0.1_am
Unpacking replacement laptop-detect ...
Preparing to replace libgpg-error0 1.4-1 (using .../libgpg-error0_1.4-2_amd64.deb) ...
Unpacking replacement libgpg-error0 ...
+Preparing to replace libgcrypt11 1.2.3-2 (using .../libgcrypt11_1.2.4-2_amd64.deb) ...
+Unpacking replacement libgcrypt11 ...
Preparing to replace libldap2 2.1.30-13.3 (using .../libldap2_2.1.30-13.4_amd64.deb) ...
Unpacking replacement libldap2 ...
+Preparing to replace libopencdk8 0.5.9-2 (using .../libopencdk8_0.5.13-2_amd64.deb) ...
+Unpacking replacement libopencdk8 ...
Preparing to replace libssl0.9.8 0.9.8c-4 (using .../libssl0.9.8_0.9.8e-4_amd64.deb) ...
Unpacking replacement libssl0.9.8 ...
+Preparing to replace libtasn1-3 0.3.6-2 (using .../libtasn1-3_0.3.9-1_amd64.deb) ...
+Unpacking replacement libtasn1-3 ...
Preparing to replace libusb-0.1-4 2:0.1.12-5 (using .../libusb-0.1-4_2%3a0.1.12-6_amd64.deb) ...
Unpacking replacement libusb-0.1-4 ...
+Preparing to replace man-db 2.4.3-6 (using .../man-db_2.4.4-2_amd64.deb) ...
+Unpacking replacement man-db ...
Preparing to replace manpages 2.39-1 (using .../manpages_2.43-0_all.deb) ...
Unpacking replacement manpages ...
Preparing to replace nano 2.0.2-1 (using .../nano_2.0.3-1_amd64.deb) ...
@@ -140,12 +157,20 @@ Preparing to replace libdevmapper1.02 2:1.02.08-1 (using .../libdevmapper1.02_2%
Unpacking replacement libdevmapper1.02 ...
Preparing to replace make 3.81-2 (using .../archives/make_3.81-3_amd64.deb) ...
Unpacking replacement make ...
+Setting up cpio (2.7-1) ...
+
Setting up dhcp3-common (3.0.4-14) ...
Setting up laptop-detect (0.12.1-0.1) ...
Setting up libgpg-error0 (1.4-2) ...
+Setting up libgcrypt11 (1.2.4-2) ...
+
Setting up libldap2 (2.1.30-13.4) ...
+Setting up libopencdk8 (0.5.13-2) ...
+
+Setting up libtasn1-3 (0.3.9-1) ...
+
Setting up libusb-0.1-4 (0.1.12-6) ...
Setting up manpages (2.43-0) ...
@@ -173,6 +198,8 @@ Setting up dhcp3-client (3.0.4-14) ...
Setting up libssl0.9.8 (0.9.8e-4) ...
+Setting up man-db (2.4.4-2) ...
+
Reading package lists...
Building dependency tree...
build-essential is already the newest version.
@@ -186,9 +213,9 @@ umount: /dev/shm: not mounted
umount: /lib/init/rw: not mounted
cat: /var/run/inetd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- -> user script /var/cache/pbuilder/build//15895/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
+ -> user script /var/cache/pbuilder/build//14480/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> creating base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//15895 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//14480 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-etch.log b/testsuite/normal/pdebuild-internal-etch.log
index 43053e1..055e6fb 100644
--- a/testsuite/normal/pdebuild-internal-etch.log
+++ b/testsuite/normal/pdebuild-internal-etch.log
@@ -1,11 +1,11 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2
+-> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2
-> policy-rc.d already exists
Using: $
Reading package lists...
@@ -26,7 +26,7 @@ Get:1 http://ftp.jp.debian.org etch/main libdebian-installer4 0.50 [27.3kB]
Get:2 http://ftp.jp.debian.org etch/main libdebian-installer-extra4 0.50 [10.5kB]
Get:3 http://ftp.jp.debian.org etch/main cdebootstrap 0.3.15 [26.7kB]
Get:4 http://ftp.jp.debian.org etch/main pbuilder 0.161 [82.6kB]
-Fetched 147kB in 1s (77.8kB/s)
+Fetched 147kB in 3s (39.8kB/s)
Selecting previously deselected package libdebian-installer4.
(Reading database ... 12033 files and directories currently installed.)
Unpacking libdebian-installer4 (from .../libdebian-installer4_0.50_amd64.deb) ...
@@ -74,7 +74,7 @@ Get:7 http://ftp.jp.debian.org etch/main po-debconf 1.0.8 [111kB]
Get:8 http://ftp.jp.debian.org etch/main debhelper 5.0.42 [510kB]
Get:9 http://ftp.jp.debian.org etch/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org etch/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3482kB in 1s (2106kB/s)
+Fetched 3482kB in 1s (2035kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 12127 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.17-5etch1_amd64.deb) ...
@@ -120,7 +120,7 @@ The following NEW packages will be installed:
Need to get 97.4kB of archives.
After unpacking 406kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org etch/main fakeroot 1.5.10 [97.4kB]
-Fetched 97.4kB in 0s (646kB/s)
+Fetched 97.4kB in 0s (708kB/s)
Selecting previously deselected package fakeroot.
(Reading database ... 12797 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.10_amd64.deb) ...
@@ -136,14 +136,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.7
@@ -338,18 +338,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making all in m4
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
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; \
@@ -362,26 +362,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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making check in m4
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -418,9 +418,9 @@ success
success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
-c: 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
@@ -432,7 +432,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
-Mon Apr 9 03:22:25 UTC 2007
+Wed Apr 11 21:55:08 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -502,14 +502,14 @@ 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
-Mon Apr 9 03:22:30 UTC 2007
+Wed Apr 11 21:55:13 UTC 2007
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).
-a: a
+c: c
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -518,9 +518,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -528,58 +528,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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+/usr/bin/make install DESTDIR=/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making install in m4
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share
-mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share
-mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -600,8 +600,8 @@ dpkg-deb: building package `dsh' in `../dsh_0.25.7-1_amd64.deb'.
dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
- -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2 filesystem
+ -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2 filesystem
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir3/10058 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/8637 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-lenny.log b/testsuite/normal/pdebuild-internal-lenny.log
new file mode 100644
index 0000000..ac51edf
--- /dev/null
+++ b/testsuite/normal/pdebuild-internal-lenny.log
@@ -0,0 +1,607 @@
+W: /home/dancer/.pbuilderrc does not exist
+Building the build Environment
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+-> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2
+ -> policy-rc.d already exists
+Using: $
+Reading package lists...
+Building dependency tree...
+passwd is already the newest version.
+The following extra packages will be installed:
+ cdebootstrap libdebian-installer-extra4 libdebian-installer4
+Suggested packages:
+ pbuilder-uml
+Recommended packages:
+ fakeroot sudo devscripts cowdancer
+The following NEW packages will be installed:
+ cdebootstrap libdebian-installer-extra4 libdebian-installer4 pbuilder
+0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
+Need to get 147kB of archives.
+After unpacking 807kB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main libdebian-installer4 0.50 [27.3kB]
+Get:2 http://ftp.jp.debian.org lenny/main libdebian-installer-extra4 0.50 [10.5kB]
+Get:3 http://ftp.jp.debian.org lenny/main cdebootstrap 0.3.15 [26.7kB]
+Get:4 http://ftp.jp.debian.org lenny/main pbuilder 0.161 [82.6kB]
+Fetched 147kB in 2s (73.3kB/s)
+Selecting previously deselected package libdebian-installer4.
+(Reading database ... 12039 files and directories currently installed.)
+Unpacking libdebian-installer4 (from .../libdebian-installer4_0.50_amd64.deb) ...
+Selecting previously deselected package libdebian-installer-extra4.
+Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.50_amd64.deb) ...
+Selecting previously deselected package cdebootstrap.
+Unpacking cdebootstrap (from .../cdebootstrap_0.3.15_amd64.deb) ...
+Selecting previously deselected package pbuilder.
+Unpacking pbuilder (from .../pbuilder_0.161_all.deb) ...
+Setting up libdebian-installer4 (0.50) ...
+
+Setting up libdebian-installer-extra4 (0.50) ...
+
+Setting up cdebootstrap (0.3.15) ...
+Setting up pbuilder (0.161) ...
+Setting DEBBUILDOPTS=
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.29 2006/11/06 20:20:56 lool Exp $
+ -> Considering build-dep debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering build-dep 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:
+ file gettext gettext-base html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 3539kB of archives.
+After unpacking 12.0MB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main libmagic1 4.20-4 [326kB]
+Get:2 http://ftp.jp.debian.org lenny/main file 4.20-4 [38.7kB]
+Get:3 http://ftp.jp.debian.org lenny/main gettext-base 0.16.1-1 [132kB]
+Get:4 http://ftp.jp.debian.org lenny/main html2text 1.3.2a-3 [92.7kB]
+Get:5 http://ftp.jp.debian.org lenny/main gettext 0.16.1-1 [2261kB]
+Get:6 http://ftp.jp.debian.org lenny/main intltool-debian 0.35.0+20060710.1 [30.8kB]
+Get:7 http://ftp.jp.debian.org lenny/main po-debconf 1.0.8 [111kB]
+Get:8 http://ftp.jp.debian.org lenny/main debhelper 5.0.42 [510kB]
+Get:9 http://ftp.jp.debian.org lenny/main libdshconfig1 0.20.12-2 [10.9kB]
+Get:10 http://ftp.jp.debian.org lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB]
+Fetched 3539kB in 2s (1222kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 12133 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
+Selecting previously deselected package gettext-base.
+Unpacking gettext-base (from .../gettext-base_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.12-2_amd64.deb) ...
+Setting up libmagic1 (4.20-4) ...
+
+Setting up file (4.20-4) ...
+Setting up gettext-base (0.16.1-1) ...
+
+Setting up html2text (1.3.2a-3) ...
+
+Setting up gettext (0.16.1-1) ...
+
+Setting up intltool-debian (0.35.0+20060710.1) ...
+Setting up po-debconf (1.0.8) ...
+Setting up debhelper (5.0.42) ...
+Setting up libdshconfig1 (0.20.12-2) ...
+
+Setting up libdshconfig1-dev (0.20.12-2) ...
+ -> 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 103kB of archives.
+After unpacking 430kB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main fakeroot 1.6.5 [103kB]
+Fetched 103kB in 0s (368kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 12805 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
+Setting up fakeroot (1.6.5) ...
+
+dpkg-buildpackage: source package is dsh
+dpkg-buildpackage: source version is 0.25.7-1
+dpkg-buildpackage: source changed by Junichi Uekawa <dancer@debian.org>
+dpkg-buildpackage: host architecture amd64
+dpkg-buildpackage: source version without epoch 0.25.7-1
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.7
+dpkg-source: building dsh using existing dsh_0.25.7.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.7-1.diff.gz
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.7-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 ISO C89... 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 ISO C89... (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 ISO C89... (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 grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... x86_64-unknown-linux-gnu
+checking host system type... x86_64-unknown-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 cf77... 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 pghpf... no
+checking for epcf90... no
+checking for gfortran... no
+checking for g95... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifort... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for ftn... 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 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 static flag -static works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ static flag -static works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) 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: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
+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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+Making all in m4
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+Making all in po
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+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 --tag=CC --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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+/usr/bin/make check
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+Making check in m4
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+Making check in po
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+/usr/bin/make dsh
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+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
+1: 1
+2: 2
+dsh: fork limit and wait shell cannot be specified at the same time
+PASS: tests/param-F-invalid.sh
+Wed Apr 11 22:06:55 UTC 2007
+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
+Wed Apr 11 22:07:00 UTC 2007
+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
+PASS: tests/machinelist-comment-test.sh
+PASS: tests/machinelist-order.sh
+===================
+All 17 tests passed
+===================
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+Making install in m4
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+Making install in po
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+ else \
+ : ; \
+ fi
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ done
+test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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.7-1_amd64.deb'.
+ dpkg-genchanges
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: full upload (original source is included)
+ -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2 filesystem
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+ -> cleaning the build env
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/7473 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sid.log b/testsuite/normal/pdebuild-internal-sid.log
index 5ea8d39..90d7dde 100644
--- a/testsuite/normal/pdebuild-internal-sid.log
+++ b/testsuite/normal/pdebuild-internal-sid.log
@@ -1,11 +1,11 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2
+-> Mounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2
-> policy-rc.d already exists
Using: $
Reading package lists...
@@ -20,27 +20,27 @@ Recommended packages:
The following NEW packages will be installed:
cdebootstrap libdebian-installer-extra4 libdebian-installer4 pbuilder
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
-Need to get 149kB of archives.
+Need to get 150kB of archives.
After unpacking 811kB of additional disk space will be used.
-Get:1 http://ftp.jp.debian.org sid/main libdebian-installer4 0.50 [27.3kB]
-Get:2 http://ftp.jp.debian.org sid/main libdebian-installer-extra4 0.50 [10.5kB]
-Get:3 http://ftp.jp.debian.org sid/main cdebootstrap 0.3.15 [26.7kB]
+Get:1 http://ftp.jp.debian.org sid/main libdebian-installer4 0.51 [28.1kB]
+Get:2 http://ftp.jp.debian.org sid/main libdebian-installer-extra4 0.51 [10.6kB]
+Get:3 http://ftp.jp.debian.org sid/main cdebootstrap 0.3.16 [27.0kB]
Get:4 http://ftp.jp.debian.org sid/main pbuilder 0.165 [84.2kB]
-Fetched 149kB in 3s (40.0kB/s)
+Fetched 150kB in 4s (33.6kB/s)
Selecting previously deselected package libdebian-installer4.
-(Reading database ... 12041 files and directories currently installed.)
-Unpacking libdebian-installer4 (from .../libdebian-installer4_0.50_amd64.deb) ...
+(Reading database ... 12033 files and directories currently installed.)
+Unpacking libdebian-installer4 (from .../libdebian-installer4_0.51_amd64.deb) ...
Selecting previously deselected package libdebian-installer-extra4.
-Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.50_amd64.deb) ...
+Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.51_amd64.deb) ...
Selecting previously deselected package cdebootstrap.
-Unpacking cdebootstrap (from .../cdebootstrap_0.3.15_amd64.deb) ...
+Unpacking cdebootstrap (from .../cdebootstrap_0.3.16_amd64.deb) ...
Selecting previously deselected package pbuilder.
Unpacking pbuilder (from .../pbuilder_0.165_all.deb) ...
-Setting up libdebian-installer4 (0.50) ...
+Setting up libdebian-installer4 (0.51) ...
-Setting up libdebian-installer-extra4 (0.50) ...
+Setting up libdebian-installer-extra4 (0.51) ...
-Setting up cdebootstrap (0.3.15) ...
+Setting up cdebootstrap (0.3.16) ...
Setting up pbuilder (0.165) ...
Setting DEBBUILDOPTS=
-> Attempting to parse the build-deps $
@@ -62,7 +62,7 @@ The following NEW packages will be installed:
debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 3539kB of archives.
+Need to get 3544kB of archives.
After unpacking 12.0MB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main libmagic1 4.20-4 [326kB]
Get:2 http://ftp.jp.debian.org sid/main file 4.20-4 [38.7kB]
@@ -71,12 +71,12 @@ Get:4 http://ftp.jp.debian.org sid/main html2text 1.3.2a-3 [92.7kB]
Get:5 http://ftp.jp.debian.org sid/main gettext 0.16.1-1 [2261kB]
Get:6 http://ftp.jp.debian.org sid/main intltool-debian 0.35.0+20060710.1 [30.8kB]
Get:7 http://ftp.jp.debian.org sid/main po-debconf 1.0.8 [111kB]
-Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.42 [510kB]
+Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.44 [516kB]
Get:9 http://ftp.jp.debian.org sid/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org sid/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3539kB in 1s (1947kB/s)
+Fetched 3544kB in 4s (757kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 12135 files and directories currently installed.)
+(Reading database ... 12127 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
@@ -91,7 +91,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) .
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Unpacking debhelper (from .../debhelper_5.0.44_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -107,7 +107,7 @@ Setting up gettext (0.16.1-1) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.8) ...
-Setting up debhelper (5.0.42) ...
+Setting up debhelper (5.0.44) ...
Setting up libdshconfig1 (0.20.12-2) ...
Setting up libdshconfig1-dev (0.20.12-2) ...
@@ -120,9 +120,9 @@ The following NEW packages will be installed:
Need to get 103kB of archives.
After unpacking 430kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main fakeroot 1.6.5 [103kB]
-Fetched 103kB in 0s (134kB/s)
+Fetched 103kB in 0s (135kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 12807 files and directories currently installed.)
+(Reading database ... 12801 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
Setting up fakeroot (1.6.5) ...
@@ -136,14 +136,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.7
@@ -338,18 +338,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making all in m4
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
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; \
@@ -362,26 +362,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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making check in m4
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -417,10 +417,10 @@ success
success
success
success
-a: dsh: Failed executing ./invalid-exec-file with llexec call
-c: 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
+a: 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
@@ -428,11 +428,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
-2: 2
1: 1
+2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Mon Apr 9 03:12:04 UTC 2007
+Wed Apr 11 21:45:57 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -502,14 +502,14 @@ 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
-Mon Apr 9 03:12:09 UTC 2007
+Wed Apr 11 21:46:02 UTC 2007
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-c: c
-dsh: Process terminated (before write).
a: a
b: b
+c: c
+dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -518,9 +518,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -528,58 +528,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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+/usr/bin/make install DESTDIR=/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
Making install in m4
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/m4'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share
-mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share
-mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/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/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/po'
-make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/po'
+make[2]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[3]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
-cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[2]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/dsh.conf /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh.updatelist /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -600,8 +600,8 @@ dpkg-deb: building package `dsh' in `../dsh_0.25.7-1_amd64.deb'.
dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
- -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2 filesystem
+ -> unmounting /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2 filesystem
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir3/12581 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/11155 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-etch.log b/testsuite/normal/pdebuild-normal-etch.log
index 31109be..3e793dc 100644
--- a/testsuite/normal/pdebuild-normal-etch.log
+++ b/testsuite/normal/pdebuild-normal-etch.log
@@ -7,14 +7,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.7
@@ -31,10 +31,10 @@ I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Mon Apr 9 12:20:38 JST 2007
-pbuilder-time-stamp: 1176088838
+Current time: Thu Apr 12 06:53:23 JST 2007
+pbuilder-time-stamp: 1176328403
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -73,7 +73,7 @@ Get:7 http://ftp.jp.debian.org etch/main po-debconf 1.0.8 [111kB]
Get:8 http://ftp.jp.debian.org etch/main debhelper 5.0.42 [510kB]
Get:9 http://ftp.jp.debian.org etch/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org etch/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3482kB in 1s (2310kB/s)
+Fetched 3482kB in 3s (883kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 12033 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.17-5etch1_amd64.deb) ...
@@ -119,7 +119,7 @@ The following NEW packages will be installed:
Need to get 97.4kB of archives.
After unpacking 406kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org etch/main fakeroot 1.5.10 [97.4kB]
-Fetched 97.4kB in 0s (705kB/s)
+Fetched 97.4kB in 0s (328kB/s)
Selecting previously deselected package fakeroot.
(Reading database ... 12703 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.10_amd64.deb) ...
@@ -443,9 +443,9 @@ success
success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
-c: 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
@@ -457,7 +457,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
-Mon Apr 9 03:21:28 UTC 2007
+Wed Apr 11 21:54:08 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -527,7 +527,7 @@ 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
-Mon Apr 9 03:21:33 UTC 2007
+Wed Apr 11 21:54:13 UTC 2007
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
@@ -639,7 +639,7 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Mon Apr 9 12:21:35 JST 2007
-pbuilder-time-stamp: 1176088895
+Current time: Thu Apr 12 06:54:15 JST 2007
+pbuilder-time-stamp: 1176328455
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir3/4128 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/2704 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-lenny.log b/testsuite/normal/pdebuild-normal-lenny.log
new file mode 100644
index 0000000..453cc3e
--- /dev/null
+++ b/testsuite/normal/pdebuild-normal-lenny.log
@@ -0,0 +1,645 @@
+dpkg-buildpackage: source package is dsh
+dpkg-buildpackage: source version is 0.25.7-1
+dpkg-buildpackage: source changed by Junichi Uekawa <dancer@debian.org>
+dpkg-buildpackage: source version without epoch 0.25.7-1
+ fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.7
+dpkg-source: building dsh using existing dsh_0.25.7.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.7-1.diff.gz
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.7-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/amd64 $Id$
+$Id$
+
+Current time: Thu Apr 12 07:05:03 JST 2007
+pbuilder-time-stamp: 1176329103
+Building the build Environment
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
+ -> creating local configuration
+ -> copying local configuration
+ -> mounting /proc filesystem
+ -> mounting /dev/pts filesystem
+ -> policy-rc.d already exists
+Installing the build-deps
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+ -> Attempting to parse the build-deps $
+ -> Considering build-dep debhelper (>> 3.0.0)
+ -> Trying debhelper
+ -> Considering build-dep 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:
+ file gettext gettext-base html2text intltool-debian libdshconfig1 libmagic1
+ po-debconf
+Suggested packages:
+ dh-make cvs gettext-doc
+Recommended packages:
+ libmail-sendmail-perl libcompress-zlib-perl
+The following NEW packages will be installed:
+ debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
+ libdshconfig1-dev libmagic1 po-debconf
+0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
+Need to get 3539kB of archives.
+After unpacking 12.0MB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main libmagic1 4.20-4 [326kB]
+Get:2 http://ftp.jp.debian.org lenny/main file 4.20-4 [38.7kB]
+Get:3 http://ftp.jp.debian.org lenny/main gettext-base 0.16.1-1 [132kB]
+Get:4 http://ftp.jp.debian.org lenny/main html2text 1.3.2a-3 [92.7kB]
+Get:5 http://ftp.jp.debian.org lenny/main gettext 0.16.1-1 [2261kB]
+Get:6 http://ftp.jp.debian.org lenny/main intltool-debian 0.35.0+20060710.1 [30.8kB]
+Get:7 http://ftp.jp.debian.org lenny/main po-debconf 1.0.8 [111kB]
+Get:8 http://ftp.jp.debian.org lenny/main debhelper 5.0.42 [510kB]
+Get:9 http://ftp.jp.debian.org lenny/main libdshconfig1 0.20.12-2 [10.9kB]
+Get:10 http://ftp.jp.debian.org lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB]
+Fetched 3539kB in 2s (1305kB/s)
+Selecting previously deselected package libmagic1.
+(Reading database ... 12039 files and directories currently installed.)
+Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
+Selecting previously deselected package gettext-base.
+Unpacking gettext-base (from .../gettext-base_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.16.1-1_amd64.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Selecting previously deselected package libdshconfig1.
+Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
+Selecting previously deselected package libdshconfig1-dev.
+Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.12-2_amd64.deb) ...
+Setting up libmagic1 (4.20-4) ...
+
+Setting up file (4.20-4) ...
+Setting up gettext-base (0.16.1-1) ...
+
+Setting up html2text (1.3.2a-3) ...
+
+Setting up gettext (0.16.1-1) ...
+
+Setting up intltool-debian (0.35.0+20060710.1) ...
+Setting up po-debconf (1.0.8) ...
+Setting up debhelper (5.0.42) ...
+Setting up libdshconfig1 (0.20.12-2) ...
+
+Setting up libdshconfig1-dev (0.20.12-2) ...
+ -> 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 103kB of archives.
+After unpacking 430kB of additional disk space will be used.
+Get:1 http://ftp.jp.debian.org lenny/main fakeroot 1.6.5 [103kB]
+Fetched 103kB in 0s (752kB/s)
+Selecting previously deselected package fakeroot.
+(Reading database ... 12711 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
+Setting up fakeroot (1.6.5) ...
+
+Copying source file
+ -> copying [../dsh_0.25.7-1.dsc]
+ -> copying [../dsh_0.25.7.orig.tar.gz]
+ -> copying [../dsh_0.25.7-1.diff.gz]
+Extracting source
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: warning: extracting unsigned source package (./dsh_0.25.7-1.dsc)
+dpkg-source: extracting dsh in dsh-0.25.7
+dpkg-source: unpacking dsh_0.25.7.orig.tar.gz
+dpkg-source: applying ./dsh_0.25.7-1.diff.gz
+ -> 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.7-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 changed by 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 amd64
+dpkg-buildpackage: source version without epoch 0.25.7-1
+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.7'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.7
+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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-source: building dsh using existing dsh_0.25.7.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.7-1.diff.gz
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.7-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 ISO C89... 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 ISO C89... (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 ISO C89... (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 grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/wait.h that is POSIX.1 compatible... yes
+checking build system type... x86_64-unknown-linux-gnu
+checking host system type... x86_64-unknown-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 cf77... 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 pghpf... no
+checking for epcf90... no
+checking for gfortran... no
+checking for g95... no
+checking for f95... no
+checking for fort... no
+checking for xlf95... no
+checking for ifort... no
+checking for ifc... no
+checking for efc... no
+checking for pgf95... no
+checking for lf95... no
+checking for ftn... 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 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 static flag -static works... yes
+checking if gcc supports -c -o file.o... yes
+checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking for g++ option to produce PIC... -fPIC
+checking if g++ PIC flag -fPIC works... yes
+checking if g++ static flag -static works... yes
+checking if g++ supports -c -o file.o... yes
+checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+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 -m elf_x86_64
+checking if the linker (/usr/bin/ld -m elf_x86_64) 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: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
+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.7'
+/usr/bin/make all-recursive
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making all in m4
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making all in po
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+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 --tag=CC --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.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make check
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making check in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making check in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make dsh
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[3]: `dsh' is up to date.
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+/usr/bin/make check-TESTS
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+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
+Wed Apr 11 22:05:53 UTC 2007
+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
+Wed Apr 11 22:05:58 UTC 2007
+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
+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.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+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.7/debian/dsh
+make[1]: Entering directory `/tmp/buildd/dsh-0.25.7'
+Making install in m4
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/m4'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7/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.7/m4'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/m4'
+Making install in po
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share
+mkdir -p -- /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /tmp/buildd/dsh-0.25.7/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.7/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.7/debian/dsh/usr/share/gettext/po/$file; \
+ done; \
+ else \
+ : ; \
+ fi
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7/po'
+make[2]: Entering directory `/tmp/buildd/dsh-0.25.7'
+make[3]: Entering directory `/tmp/buildd/dsh-0.25.7'
+test -z "/usr/bin" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.7/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf'
+for LANGS in ja ; do \
+ mkdir -p /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
+ > /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
+ > /tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ done
+test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- "/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/tmp/buildd/dsh-0.25.7/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[2]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+make[1]: Leaving directory `/tmp/buildd/dsh-0.25.7'
+cp /tmp/buildd/dsh-0.25.7/debian/machines.list /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/machines.list
+cp /tmp/buildd/dsh-0.25.7/dsh.conf /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /tmp/buildd/dsh-0.25.7/debian/dsh/etc/dsh/group/all
+install -d /tmp/buildd/dsh-0.25.7/debian/dsh/usr/lib/update-cluster
+install -m 755 /tmp/buildd/dsh-0.25.7/debian/dsh.updatelist /tmp/buildd/dsh-0.25.7/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.7-1_amd64.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)
+ -> unmounting dev/pts filesystem
+ -> unmounting proc filesystem
+Current time: Thu Apr 12 07:06:00 JST 2007
+pbuilder-time-stamp: 1176329160
+ -> cleaning the build env
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/1539 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sid.log b/testsuite/normal/pdebuild-normal-sid.log
index 3b1e3bf..d6d7950 100644
--- a/testsuite/normal/pdebuild-normal-sid.log
+++ b/testsuite/normal/pdebuild-normal-sid.log
@@ -7,14 +7,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Entering directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir2/dsh-0.25.7'
+make[1]: Leaving directory `/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir2/dsh-0.25.7'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.7
@@ -31,10 +31,10 @@ I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Mon Apr 9 12:10:13 JST 2007
-pbuilder-time-stamp: 1176088213
+Current time: Thu Apr 12 06:43:54 JST 2007
+pbuilder-time-stamp: 1176327834
Building the build Environment
- -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/testimage]
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
@@ -61,7 +61,7 @@ The following NEW packages will be installed:
debhelper file gettext gettext-base html2text intltool-debian libdshconfig1
libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 3539kB of archives.
+Need to get 3544kB of archives.
After unpacking 12.0MB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main libmagic1 4.20-4 [326kB]
Get:2 http://ftp.jp.debian.org sid/main file 4.20-4 [38.7kB]
@@ -70,12 +70,12 @@ Get:4 http://ftp.jp.debian.org sid/main html2text 1.3.2a-3 [92.7kB]
Get:5 http://ftp.jp.debian.org sid/main gettext 0.16.1-1 [2261kB]
Get:6 http://ftp.jp.debian.org sid/main intltool-debian 0.35.0+20060710.1 [30.8kB]
Get:7 http://ftp.jp.debian.org sid/main po-debconf 1.0.8 [111kB]
-Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.42 [510kB]
+Get:8 http://ftp.jp.debian.org sid/main debhelper 5.0.44 [516kB]
Get:9 http://ftp.jp.debian.org sid/main libdshconfig1 0.20.12-2 [10.9kB]
Get:10 http://ftp.jp.debian.org sid/main libdshconfig1-dev 0.20.12-2 [25.3kB]
-Fetched 3539kB in 1s (2225kB/s)
+Fetched 3544kB in 3s (904kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 12041 files and directories currently installed.)
+(Reading database ... 12033 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-4_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-4_amd64.deb) ...
@@ -90,7 +90,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) .
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
+Unpacking debhelper (from .../debhelper_5.0.44_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -106,7 +106,7 @@ Setting up gettext (0.16.1-1) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.8) ...
-Setting up debhelper (5.0.42) ...
+Setting up debhelper (5.0.44) ...
Setting up libdshconfig1 (0.20.12-2) ...
Setting up libdshconfig1-dev (0.20.12-2) ...
@@ -119,9 +119,9 @@ The following NEW packages will be installed:
Need to get 103kB of archives.
After unpacking 430kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main fakeroot 1.6.5 [103kB]
-Fetched 103kB in 0s (585kB/s)
+Fetched 103kB in 0s (491kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 12713 files and directories currently installed.)
+(Reading database ... 12707 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.6.5_amd64.deb) ...
Setting up fakeroot (1.6.5) ...
@@ -443,9 +443,9 @@ success
success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
+d: 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
@@ -457,7 +457,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
-Mon Apr 9 03:11:05 UTC 2007
+Wed Apr 11 21:44:46 UTC 2007
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -527,13 +527,14 @@ 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
-Mon Apr 9 03:11:10 UTC 2007
+Wed Apr 11 21:44:51 UTC 2007
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-b: b
a: a
+b: b
c: c
+dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -638,7 +639,7 @@ dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Mon Apr 9 12:11:12 JST 2007
-pbuilder-time-stamp: 1176088272
+Current time: Thu Apr 12 06:44:53 JST 2007
+pbuilder-time-stamp: 1176327893
-> cleaning the build env
- -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.zZzAJ20900/dir3/6657 and its subdirectories
+ -> removing directory /home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.HagSH18641/dir3/5188 and its subdirectories
diff --git a/testsuite/run-test-cdebootstrap.log b/testsuite/run-test-cdebootstrap.log
index 057f5fb..e8ffe7a 100644
--- a/testsuite/run-test-cdebootstrap.log
+++ b/testsuite/run-test-cdebootstrap.log
@@ -8,3 +8,7 @@
[OK] pdebuild-internal-etch-dsh
[OK] update-etch-sid.log
[OK] update-etch-sid-experimental.log
+[OK] create-lenny-cdebootstrap
+[OK] build-lenny-dsh
+[OK] pdebuild-lenny-dsh
+[OK] pdebuild-internal-lenny-dsh
diff --git a/testsuite/run-test.log b/testsuite/run-test.log
index 02aa20f..6e7c9de 100644
--- a/testsuite/run-test.log
+++ b/testsuite/run-test.log
@@ -8,3 +8,7 @@
[OK] pdebuild-internal-etch-dsh
[OK] update-etch-sid.log
[OK] update-etch-sid-experimental.log
+[OK] create-lenny-debootstrap
+[OK] build-lenny-dsh
+[OK] pdebuild-lenny-dsh
+[OK] pdebuild-internal-lenny-dsh