aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2005-12-05 12:15:02 +0000
committerdancer <dancer>2005-12-05 12:15:02 +0000
commit1679f124ce0a04f4fdfb5b4a5e147450ac41e84b (patch)
tree11d6c748b6956ad38f836cc5ef83e75b0c453fcd
parentaf3e5b21ce24d37c2008608a560a21d838935f26 (diff)
downloadpbuilder-1679f124ce0a04f4fdfb5b4a5e147450ac41e84b.tar
pbuilder-1679f124ce0a04f4fdfb5b4a5e147450ac41e84b.tar.gz
pbuilder-buildpackage-funcs: 'install' was missing from apt-get for EXTRAPACKAGES handling. Fix.
pbuilderrc: make fakeroot default. Documentation/pbuilder-doc.xml: update a note on pdebuild-internal is ran as the outside user uid. pdebuild-internal: Add a note what I'm doing.
-rw-r--r--ChangeLog10
-rw-r--r--Documentation/pbuilder-doc.xml19
-rw-r--r--debian/changelog5
-rw-r--r--pbuilder-buildpackage-funcs2
-rwxr-xr-xpbuilderrc2
-rw-r--r--pdebuild-internal2
-rw-r--r--testsuite/cdebootstrap/pbuilder-build-dsh-etch.log92
-rw-r--r--testsuite/cdebootstrap/pbuilder-build-dsh-sarge.log82
-rw-r--r--testsuite/cdebootstrap/pbuilder-build-dsh-sid.log96
-rw-r--r--testsuite/cdebootstrap/pbuilder-create-etch.log36
-rw-r--r--testsuite/cdebootstrap/pbuilder-create-sarge.log12
-rw-r--r--testsuite/cdebootstrap/pbuilder-create-sid.log79
-rw-r--r--testsuite/cdebootstrap/pbuilder-execute-etch.log6
-rw-r--r--testsuite/cdebootstrap/pbuilder-execute-sarge.log6
-rw-r--r--testsuite/cdebootstrap/pbuilder-execute-sid.log6
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log16
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-etch-sid.log109
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid-experimental.log16
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid.log113
-rw-r--r--testsuite/cdebootstrap/pbuilder-update-sarge-etch.log20
-rw-r--r--testsuite/cdebootstrap/pdebuild-internal-etch.log154
-rw-r--r--testsuite/cdebootstrap/pdebuild-internal-sarge.log142
-rw-r--r--testsuite/cdebootstrap/pdebuild-internal-sid.log160
-rw-r--r--testsuite/cdebootstrap/pdebuild-normal-etch.log95
-rw-r--r--testsuite/cdebootstrap/pdebuild-normal-sarge.log91
-rw-r--r--testsuite/cdebootstrap/pdebuild-normal-sid.log96
-rw-r--r--testsuite/normal/pbuilder-build-dsh-etch.log89
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sarge.log87
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sid.log89
-rw-r--r--testsuite/normal/pbuilder-create-etch.log10
-rw-r--r--testsuite/normal/pbuilder-create-sarge.log8
-rw-r--r--testsuite/normal/pbuilder-create-sid.log28
-rw-r--r--testsuite/normal/pbuilder-execute-etch.log6
-rw-r--r--testsuite/normal/pbuilder-execute-sarge.log6
-rw-r--r--testsuite/normal/pbuilder-execute-sid.log6
-rw-r--r--testsuite/normal/pbuilder-update-etch-sid-experimental.log16
-rw-r--r--testsuite/normal/pbuilder-update-etch-sid.log96
-rw-r--r--testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log16
-rw-r--r--testsuite/normal/pbuilder-update-sarge-etch-sid.log109
-rw-r--r--testsuite/normal/pbuilder-update-sarge-etch.log22
-rw-r--r--testsuite/normal/pdebuild-internal-etch.log152
-rw-r--r--testsuite/normal/pdebuild-internal-sarge.log146
-rw-r--r--testsuite/normal/pdebuild-internal-sid.log163
-rw-r--r--testsuite/normal/pdebuild-normal-etch.log92
-rw-r--r--testsuite/normal/pdebuild-normal-sarge.log91
-rw-r--r--testsuite/normal/pdebuild-normal-sid.log95
46 files changed, 1537 insertions, 1257 deletions
diff --git a/ChangeLog b/ChangeLog
index 50dc1fc..68eeedd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-12-05 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-buildpackage-funcs: 'install' was missing from apt-get for EXTRAPACKAGES handling. Fix.
+
+ * pbuilderrc: make fakeroot default.
+
+ * Documentation/pbuilder-doc.xml: update a note on pdebuild-internal is ran as the outside user uid.
+
+ * pdebuild-internal: Add a note what I'm doing.
+
2005-12-04 Junichi Uekawa <dancer@debian.org>
* debian/TODO: note TODO item.
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index f569a8c..6f7556d 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -188,15 +188,19 @@
however, it is possible to change the behavior to run it
inside the chroot with
the <command><option>--use-pdebuild-internal</option></command>.
- <!-- FIXME: name of option is misleading, change it?
- maybe when it's more useful.
- -->
It will try to bind mount the working directory inside chroot,
and run <command>dpkg-buildpackage</command> inside.
- It has the following characteristics, and thus cannot be made default.
+ It has the following characteristics, and is not yet the
+ default mode of operation.
</para>
<itemizedlist>
<listitem>
+ <para>
+ Satisfies build-dependency inside the chroot before creating source package.
+ (which is a good point that current pdebuild cannot do).
+ </para>
+ </listitem>
+ <listitem>
<para>The working directory is modified
from inside the chroot.</para>
</listitem>
@@ -207,15 +211,18 @@
<listitem>
<para>If making the source package fails,
the session using the chroot is wasted
- (chroot creation takes a bit of time).</para>
+ (chroot creation takes a bit of time, which should be improved with cowdancer).</para>
</listitem>
<listitem>
<para>Does not work in the same manner as it used to;
for example, <command><option>--buildresult</option></command>
does not have any effect.</para>
</listitem>
+ <listitem>
+ <para>The build inside chroot is ran with the current user outside chroot.
+ </para>
+ </listitem>
</itemizedlist>
-
</sect1>
<sect1 id="configfile">
<title>Configuration Files</title>
diff --git a/debian/changelog b/debian/changelog
index d5e7acc..2cc7585 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
pbuilder (0.141) UNRELEASED; urgency=low
- *
+ * pbuilder now uses fakeroot for 'pbuilder build' per default (Closes: #337582).
+ - fix EXTRAPACKAGES handling in pbuilder-buildpackage-funcs for installing fakeroot.
- -- Junichi Uekawa <dancer@debian.org> Sun, 4 Dec 2005 15:22:45 +0900
+ -- Junichi Uekawa <dancer@debian.org> Mon, 5 Dec 2005 09:38:53 +0900
pbuilder (0.140) unstable; urgency=low
diff --git a/pbuilder-buildpackage-funcs b/pbuilder-buildpackage-funcs
index 5345d0b..d1ead6d 100644
--- a/pbuilder-buildpackage-funcs
+++ b/pbuilder-buildpackage-funcs
@@ -50,7 +50,7 @@ function checkbuilddep () {
fi
# install extra packages to the chroot
if [ -n "$EXTRAPACKAGES" ]; then
- $CHROOTEXEC usr/bin/apt-get -y --force-yes ${EXTRAPACKAGES}
+ $CHROOTEXEC usr/bin/apt-get -y --force-yes install ${EXTRAPACKAGES}
fi
}
diff --git a/pbuilderrc b/pbuilderrc
index 9b89e20..681bacc 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -44,7 +44,7 @@ APTCONFDIR=""
# the username and ID used by pbuilder, inside chroot. Needs fakeroot, really
BUILDUSERID=1234
-#BUILDUSERNAME=pbuilder
+BUILDUSERNAME=pbuilder
# BINDMOUNTS is a space separated list of things to mount
# inside the chroot.
diff --git a/pdebuild-internal b/pdebuild-internal
index 61cb602..220e0d1 100644
--- a/pdebuild-internal
+++ b/pdebuild-internal
@@ -24,6 +24,8 @@
# Will take longer if your package does not successfully run 'debian/rules clean'
#
+# This script is running inside 'pbuilder execute' as root.
+
set -e
echo "Using: $Id$"
diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log b/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log
index 6f80d9b..43021c2 100644
--- a/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log
+++ b/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log
@@ -1,14 +1,15 @@
+I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Sun Dec 4 15:01:21 JST 2005
-pbuilder-time-stamp: 1133676081
+Current time: Mon Dec 5 19:27:18 JST 2005
+pbuilder-time-stamp: 1133778438
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/5971/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/16834/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result/
@@ -39,7 +40,7 @@ WARNING: The following packages cannot be authenticated!
libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
debhelper libdshconfig1 libdshconfig1-dev
Selecting previously deselected package libmagic1.
-(Reading database ... 11779 files and directories currently installed.)
+(Reading database ... 11781 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
@@ -75,30 +76,50 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading package lists...
+Building dependency tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/94.3kB of archives.
+After unpacking 360kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ fakeroot
+Selecting previously deselected package fakeroot.
+(Reading database ... 12372 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
+Setting up fakeroot (1.5.5) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/16834/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/16834/etc/group
Copying source file
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.dsc]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.diff.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.dsc]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6.orig.tar.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-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)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -115,9 +136,9 @@ make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
dpkg-source -b dsh-0.25.6
-dpkg-source: 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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -357,6 +378,7 @@ 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
@@ -380,10 +402,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
+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
@@ -395,7 +417,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
-Sun Dec 4 06:02:14 UTC 2005
+Mon Dec 5 10:28:11 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -465,14 +487,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
-Sun Dec 4 06:02:19 UTC 2005
+Mon Dec 5 10:28:16 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
b: b
-dsh: Process terminated (before write).
c: c
+dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -485,7 +507,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -585,16 +607,16 @@ dh_builddeb
dh_builddeb: Compatibility levels before 4 are deprecated.
dpkg-deb: building package `dsh' in `../dsh_0.25.6-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 (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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 15:02:21 JST 2005
-pbuilder-time-stamp: 1133676141
+Current time: Mon Dec 5 19:28:18 JST 2005
+pbuilder-time-stamp: 1133778498
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/5971 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/16834 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-sarge.log b/testsuite/cdebootstrap/pbuilder-build-dsh-sarge.log
index eb217c2..150fb68 100644
--- a/testsuite/cdebootstrap/pbuilder-build-dsh-sarge.log
+++ b/testsuite/cdebootstrap/pbuilder-build-dsh-sarge.log
@@ -1,14 +1,15 @@
+I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Sun Dec 4 14:50:34 JST 2005
-pbuilder-time-stamp: 1133675434
+Current time: Mon Dec 5 19:17:02 JST 2005
+pbuilder-time-stamp: 1133777822
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/20787/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/31223/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result/
@@ -72,28 +73,46 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/78.0kB of archives.
+After unpacking 299kB of additional disk space will be used.
+Selecting previously deselected package fakeroot.
+(Reading database ... 11275 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_amd64.deb) ...
+Setting up fakeroot (1.2.10) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/31223/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/31223/etc/group
Copying source file
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.dsc]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.diff.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.dsc]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6.orig.tar.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
-> Building the package
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture is amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -109,9 +128,9 @@ make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -351,7 +370,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
@@ -390,7 +408,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
-Sun Dec 4 05:51:24 UTC 2005
+Mon Dec 5 10:17:48 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -460,7 +478,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
-Sun Dec 4 05:51:29 UTC 2005
+Mon Dec 5 10:17:53 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
@@ -480,7 +498,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -564,16 +582,16 @@ dh_md5sums
dh_builddeb
dpkg-deb: building package `dsh' in `../dsh_0.25.6-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 (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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:51:31 JST 2005
-pbuilder-time-stamp: 1133675491
+Current time: Mon Dec 5 19:17:56 JST 2005
+pbuilder-time-stamp: 1133777876
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/20787 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/31223 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log b/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log
index fdc8fab..25328a8 100644
--- a/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log
+++ b/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log
@@ -1,14 +1,15 @@
+I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Sun Dec 4 14:44:11 JST 2005
-pbuilder-time-stamp: 1133675051
+Current time: Mon Dec 5 19:10:43 JST 2005
+pbuilder-time-stamp: 1133777443
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/14485/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/24625/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result/
@@ -39,12 +40,12 @@ WARNING: The following packages cannot be authenticated!
libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
debhelper libdshconfig1 libdshconfig1-dev
Selecting previously deselected package libmagic1.
-(Reading database ... 11794 files and directories currently installed.)
+(Reading database ... 11818 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.61_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.62_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
Selecting previously deselected package gettext.
@@ -62,7 +63,7 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_amd64.deb) ...
Setting up libmagic1 (4.15-2) ...
Setting up file (4.15-2) ...
-Setting up debconf-utils (1.4.61) ...
+Setting up debconf-utils (1.4.62) ...
Setting up html2text (1.3.2a-3) ...
@@ -75,30 +76,50 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading package lists...
+Building dependency tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/94.3kB of archives.
+After unpacking 360kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ fakeroot
+Selecting previously deselected package fakeroot.
+(Reading database ... 12409 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
+Setting up fakeroot (1.5.5) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/24625/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/24625/etc/group
Copying source file
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.dsc]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.diff.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.dsc]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6.orig.tar.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-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)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -115,9 +136,9 @@ make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
dpkg-source -b dsh-0.25.6
-dpkg-source: 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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -357,7 +378,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
@@ -383,8 +403,8 @@ success
success
a: dsh: Failed executing ./invalid-exec-file with llexec call
b: dsh: Failed executing ./invalid-exec-file with llexec call
-d: dsh: Failed executing ./invalid-exec-file with llexec call
c: dsh: Failed executing ./invalid-exec-file with llexec call
+d: dsh: Failed executing ./invalid-exec-file with llexec call
success
dsh: Failed executing ./invalid-exec-file with llexec call
dsh: Failed executing ./invalid-exec-file with llexec call
@@ -396,7 +416,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
-Sun Dec 4 05:45:06 UTC 2005
+Mon Dec 5 10:11:39 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -466,14 +486,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
-Sun Dec 4 05:45:11 UTC 2005
+Mon Dec 5 10:11:44 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
+a: a
b: b
-c: c
dsh: Process terminated (before write).
-a: a
+c: c
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -486,7 +506,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -586,16 +606,16 @@ dh_builddeb
dh_builddeb: Compatibility levels before 4 are deprecated.
dpkg-deb: building package `dsh' in `../dsh_0.25.6-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 (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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:45:14 JST 2005
-pbuilder-time-stamp: 1133675114
+Current time: Mon Dec 5 19:11:46 JST 2005
+pbuilder-time-stamp: 1133777506
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/14485 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/24625 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-create-etch.log b/testsuite/cdebootstrap/pbuilder-create-etch.log
index 28f1918..ac4c5e4 100644
--- a/testsuite/cdebootstrap/pbuilder-create-etch.log
+++ b/testsuite/cdebootstrap/pbuilder-create-etch.log
@@ -312,13 +312,12 @@ O: Setting up base-passwd (3.5.10) ...
P: Configuring package base-passwd
O:
O: Selecting previously deselected package dpkg.
+O: (Reading database ... 21 files and directories currently installed.)
+O: Unpacking dpkg (from .../dpkg_1.13.11_amd64.deb) ...
+P: Unpacking package dpkg
O: dpkg: regarding .../dpkg_1.13.11_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: (Reading database ...
-O: 21 files and directories currently installed.)
-O: Unpacking dpkg (from .../dpkg_1.13.11_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.
@@ -838,8 +837,7 @@ P: Configuring package debconf
O:
P: Configuring helper cdebootstrap-helper-apt
O: Selecting previously deselected package cdebootstrap-helper-apt.
-O: (Reading database ...
-O: 4518 files and directories currently installed.)
+O: (Reading database ... 4518 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-apt (from /cdebootstrap-helper-apt.deb) ...
O: Setting up cdebootstrap-helper-apt (1) ...
P: Configuring helper cdebootstrap-helper-diverts
@@ -852,7 +850,8 @@ O: Adding `diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.REAL by c
O: Setting up cdebootstrap-helper-diverts (1) ...
P: Configuring helper cdebootstrap-helper-makedev
O: Selecting previously deselected package cdebootstrap-helper-makedev.
-O: (Reading database ... 4523 files and directories currently installed.)
+O: (Reading database ...
+O: 4523 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-makedev (from .../cdebootstrap-helper-makedev.deb) ...
O: Setting up cdebootstrap-helper-makedev (1) ...
O:
@@ -867,7 +866,7 @@ O:
O: Get:1 bootstrap: . Release.gpg [189B]
O: Get:2 bootstrap: . Release [5902B]
O: Ign bootstrap: . Release
-O: Fetched 6091B in 0s (57.4kB/s)
+O: Fetched 6091B in 0s (56.7kB/s)
O: Reading package lists...
O:
O: W:
@@ -877,6 +876,7 @@ O: W:
O: You may want to run apt-get update to correct these problems
O:
O: Reading package lists...
+O:
O: Building dependency tree...
O:
O: Suggested packages:
@@ -1022,7 +1022,7 @@ O: Selecting previously deselected package man-db.
O: Unpacking man-db (from .../man-db_2.4.3-3_amd64.deb) ...
P: Unpacking package man-db
O: Selecting previously deselected package manpages.
-O: Unpacking manpages (from .../manpages_2.02-2_all.deb) ...
+O: Unpacking manpages (from .../manpages_2.10-1_all.deb) ...
P: Unpacking package manpages
O: Selecting previously deselected package nano.
O: Unpacking nano (from .../nano_1.3.8-2_amd64.deb) ...
@@ -1176,7 +1176,7 @@ O: Setting up man-db (2.4.3-3) ...
P: Configuring package man-db
O: Building database of manual pages ...
O:
-O: Setting up manpages (2.02-2) ...
+O: Setting up manpages (2.10-1) ...
P: Configuring package manpages
O: Setting up nano (1.3.8-2) ...
P: Configuring package nano
@@ -1269,18 +1269,18 @@ P: Configuring package base-config
O:
P: Deconfiguring helper cdebootstrap-helper-apt
O: (Reading database ...
-O: 7431 files and directories currently installed.)
+O: 7433 files and directories currently installed.)
O: Removing cdebootstrap-helper-apt ...
P: Deconfiguring helper cdebootstrap-helper-diverts
O: (Reading database ...
-O: 7430 files and directories currently installed.)
+O: 7432 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: 7428 files and directories currently installed.)
+O: 7430 files and directories currently installed.)
O: Removing cdebootstrap-helper-makedev ...
O: Reading package lists...
O:
@@ -1295,8 +1295,8 @@ Refreshing the base.tgz
Get:1 http://ftp.jp.debian.org etch Release.gpg [189B]
Get:2 http://ftp.jp.debian.org etch Release [5902B]
Ign http://ftp.jp.debian.org etch Release
-Get:3 http://ftp.jp.debian.org etch/main Packages [3508kB]
-Fetched 3514kB in 1s (1810kB/s)
+Get:3 http://ftp.jp.debian.org etch/main Packages [3511kB]
+Fetched 3517kB in 1s (1947kB/s)
Reading package lists...
W: GPG error: http://ftp.jp.debian.org etch Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: You may want to run apt-get update to correct these problems
@@ -1330,7 +1330,7 @@ WARNING: The following packages cannot be authenticated!
libstdc++6-4.0-dev g++-4.0 g++ linux-kernel-headers libc6-dev
build-essential
Selecting previously deselected package binutils.
-(Reading database ... 7428 files and directories currently installed.)
+(Reading database ... 7430 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.16.1-2_amd64.deb) ...
Selecting previously deselected package cpp-4.0.
Unpacking cpp-4.0 (from .../cpp-4.0_4.0.2-2_amd64.deb) ...
@@ -1386,6 +1386,6 @@ Setting up build-essential (11.1) ...
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//19449 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//30295 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-create-sarge.log b/testsuite/cdebootstrap/pbuilder-create-sarge.log
index 88020de..022a799 100644
--- a/testsuite/cdebootstrap/pbuilder-create-sarge.log
+++ b/testsuite/cdebootstrap/pbuilder-create-sarge.log
@@ -759,13 +759,13 @@ O: Architecture-specific modutils configuration not found, using defaults
O:
P: Configuring helper cdebootstrap-helper-apt
O: Selecting previously deselected package cdebootstrap-helper-apt.
-O: (Reading database ...
-O: 4193 files and directories currently installed.)
+O: (Reading database ... 4193 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-apt (from /cdebootstrap-helper-apt.deb) ...
O: Setting up cdebootstrap-helper-apt (1) ...
P: Configuring helper cdebootstrap-helper-diverts
O: Selecting previously deselected package cdebootstrap-helper-diverts.
-O: (Reading database ... 4196 files and directories currently installed.)
+O: (Reading database ...
+O: 4196 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'
@@ -1218,7 +1218,7 @@ Refreshing the base.tgz
-> installing dummy policy-rc.d
Get:1 http://ftp.jp.debian.org sarge/main Packages [3223kB]
Get:2 http://ftp.jp.debian.org sarge/main Release [110B]
-Fetched 3223kB in 1s (1987kB/s)
+Fetched 3223kB in 1s (1927kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Obtaining the cached apt archive contents
@@ -1301,6 +1301,6 @@ Setting up build-essential (10.1) ...
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//4105 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//14538 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-create-sid.log b/testsuite/cdebootstrap/pbuilder-create-sid.log
index f1c98a8..8d71701 100644
--- a/testsuite/cdebootstrap/pbuilder-create-sid.log
+++ b/testsuite/cdebootstrap/pbuilder-create-sid.log
@@ -331,13 +331,13 @@ O: 220 files and directories currently installed.)
O: Unpacking libc6 (from .../libc6_2.3.5-8.1_amd64.deb) ...
P: Unpacking package libc6
O: Selecting previously deselected package libgcc1.
-O: Unpacking libgcc1 (from .../libgcc1_4.0.2-4_amd64.deb) ...
+O: Unpacking libgcc1 (from .../libgcc1_4.0.2-5_amd64.deb) ...
P: Unpacking package libgcc1
O: Selecting previously deselected package gcc-4.0-base.
-O: Unpacking gcc-4.0-base (from .../gcc-4.0-base_4.0.2-4_amd64.deb) ...
+O: Unpacking gcc-4.0-base (from .../gcc-4.0-base_4.0.2-5_amd64.deb) ...
P: Unpacking package gcc-4.0-base
O: Selecting previously deselected package libstdc++6.
-O: Unpacking libstdc++6 (from .../libstdc++6_4.0.2-4_amd64.deb) ...
+O: Unpacking libstdc++6 (from .../libstdc++6_4.0.2-5_amd64.deb) ...
P: Unpacking package libstdc++6
O: Selecting previously deselected package libdb4.3.
O: Unpacking libdb4.3 (from .../libdb4.3_4.3.29-1_amd64.deb) ...
@@ -407,14 +407,14 @@ O: Selecting previously deselected package libtext-wrapi18n-perl.
O: Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-4_all.deb) ...
P: Unpacking package libtext-wrapi18n-perl
O: Selecting previously deselected package debconf.
-O: dpkg: regarding .../debconf_1.4.61_all.deb containing debconf, pre-dependency problem:
+O: dpkg: regarding .../debconf_1.4.62_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.4.61_all.deb) ...
+O: Unpacking debconf (from .../debconf_1.4.62_all.deb) ...
P: Unpacking package debconf
O: Selecting previously deselected package debconf-i18n.
-O: Unpacking debconf-i18n (from .../debconf-i18n_1.4.61_all.deb) ...
+O: Unpacking debconf-i18n (from .../debconf-i18n_1.4.62_all.deb) ...
P: Unpacking package debconf-i18n
O: Selecting previously deselected package sed.
O: dpkg: regarding .../sed_4.1.4-4_amd64.deb containing sed, pre-dependency problem:
@@ -664,11 +664,11 @@ O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking bash (from .../bash_3.0-17_amd64.deb) ...
P: Unpacking package bash
O: Selecting previously deselected package findutils.
-O: dpkg: regarding .../findutils_4.2.25-1_amd64.deb containing findutils, pre-dependency problem:
+O: dpkg: regarding .../findutils_4.2.26-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.25-1_amd64.deb) ...
+O: Unpacking findutils (from .../findutils_4.2.26-2_amd64.deb) ...
P: Unpacking package findutils
O: Selecting previously deselected package makedev.
O: Unpacking makedev (from .../makedev_2.3.1-79_all.deb) ...
@@ -679,7 +679,7 @@ O:
O: Setting up sysv-rc (2.86.ds1-6) ...
P: Configuring package sysv-rc
O:
-O: Setting up gcc-4.0-base (4.0.2-4) ...
+O: Setting up gcc-4.0-base (4.0.2-5) ...
P: Configuring package gcc-4.0-base
O: Setting up libpam-runtime (0.79-3) ...
P: Configuring package libpam-runtime
@@ -712,7 +712,7 @@ O:
O: Setting up zlib1g (1.2.3-8) ...
P: Configuring package zlib1g
O:
-O: Setting up libgcc1 (4.0.2-4) ...
+O: Setting up libgcc1 (4.0.2-5) ...
P: Configuring package libgcc1
O:
O: Setting up libtext-iconv-perl (1.4-2) ...
@@ -754,7 +754,7 @@ O:
O: Setting up libss2 (1.38-2) ...
P: Configuring package libss2
O:
-O: Setting up findutils (4.2.25-1) ...
+O: Setting up findutils (4.2.26-2) ...
P: Configuring package findutils
O:
O: Setting up e2fsprogs (1.38-2) ...
@@ -769,7 +769,7 @@ O:
O: Setting up util-linux (2.12p-8) ...
P: Configuring package util-linux
O:
-O: Setting up libstdc++6 (4.0.2-4) ...
+O: Setting up libstdc++6 (4.0.2-5) ...
P: Configuring package libstdc++6
O:
O: Setting up libtext-charwidth-perl (0.04-3) ...
@@ -826,21 +826,19 @@ O: sysvinit: creating /dev/initctl
O: init:
O: timeout opening/writing control channel /dev/initctl
O:
-O: Setting up debconf-i18n (1.4.61) ...
+O: Setting up debconf-i18n (1.4.62) ...
P: Configuring package debconf-i18n
-O: Setting up debconf (1.4.61) ...
+O: Setting up debconf (1.4.62) ...
P: Configuring package debconf
O:
P: Configuring helper cdebootstrap-helper-apt
O: Selecting previously deselected package cdebootstrap-helper-apt.
-O: (Reading database ...
-O: 4522 files and directories currently installed.)
+O: (Reading database ... 4525 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-apt (from /cdebootstrap-helper-apt.deb) ...
O: Setting up cdebootstrap-helper-apt (1) ...
P: Configuring helper cdebootstrap-helper-diverts
O: Selecting previously deselected package cdebootstrap-helper-diverts.
-O: (Reading database ...
-O: 4525 files and directories currently installed.)
+O: (Reading database ... 4528 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'
@@ -848,13 +846,13 @@ 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: 4527 files and directories currently installed.)
+O: 4530 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 apt.
O: (Reading database ...
-O: 4527 files and directories currently installed.)
+O: 4530 files and directories currently installed.)
O: Unpacking apt (from .../bootstrap/apt_0.6.43_amd64.deb) ...
P: Unpacking package apt
O: Setting up apt (0.6.43) ...
@@ -863,7 +861,7 @@ O:
O: Get:1 bootstrap: . Release.gpg [189B]
O: Get:2 bootstrap: . Release [5722B]
O: Ign bootstrap: . Release
-O: Fetched 5911B in 0s (51.6kB/s)
+O: Fetched 5911B in 0s (51.9kB/s)
O: Reading package lists...
O:
O: W:
@@ -873,6 +871,7 @@ O: W:
O: You may want to run apt-get update to correct these problems
O:
O: Reading package lists...
+O:
O: Building dependency tree...
O:
O: Suggested packages:
@@ -907,7 +906,7 @@ O: debconf: delaying package configuration, since apt-utils is not installed
O: Authentication warning overridden.
O: Selecting previously deselected package console-data.
O: (Reading database ...
-O: 4693 files and directories currently installed.)
+O: 4696 files and directories currently installed.)
O: Unpacking console-data (from .../console-data_2002.12.04dbs-52_all.deb) ...
P: Unpacking package console-data
O: Selecting previously deselected package libconsole.
@@ -1034,7 +1033,7 @@ O: Selecting previously deselected package nvi.
O: Unpacking nvi (from .../nvi_1.79-22_amd64.deb) ...
P: Unpacking package nvi
O: Selecting previously deselected package tasksel.
-O: Unpacking tasksel (from .../bootstrap/tasksel_2.33_all.deb) ...
+O: Unpacking tasksel (from .../bootstrap/tasksel_2.34_all.deb) ...
P: Unpacking package tasksel
O: Selecting previously deselected package wget.
O: Unpacking wget (from .../wget_1.10.2-1_amd64.deb) ...
@@ -1196,7 +1195,7 @@ O:
O: Setting up nvi (1.79-22) ...
P: Configuring package nvi
O:
-O: Setting up tasksel (2.33) ...
+O: Setting up tasksel (2.34) ...
P: Configuring package tasksel
O:
O: Setting up wget (1.10.2-1) ...
@@ -1266,18 +1265,18 @@ O: NONE
O:
P: Deconfiguring helper cdebootstrap-helper-apt
O: (Reading database ...
-O: 7438 files and directories currently installed.)
+O: 7442 files and directories currently installed.)
O: Removing cdebootstrap-helper-apt ...
P: Deconfiguring helper cdebootstrap-helper-diverts
O: (Reading database ...
-O: 7437 files and directories currently installed.)
+O: 7441 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: 7435 files and directories currently installed.)
+O: 7439 files and directories currently installed.)
O: Removing cdebootstrap-helper-makedev ...
O: Reading package lists...
O:
@@ -1293,7 +1292,7 @@ Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Get:2 http://ftp.jp.debian.org sid Release [5722B]
Ign http://ftp.jp.debian.org sid Release
Get:3 http://ftp.jp.debian.org sid/main Packages [3839kB]
-Fetched 3845kB in 1s (1928kB/s)
+Fetched 3845kB in 1s (1965kB/s)
Reading package lists...
W: GPG error: http://ftp.jp.debian.org sid Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: You may want to run apt-get update to correct these problems
@@ -1321,16 +1320,16 @@ The following NEW packages will be installed:
perl-modules
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/20.7MB of archives.
-After unpacking 82.3MB of additional disk space will be used.
+After unpacking 82.5MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
binutils cpp-4.0 cpp perl-modules perl patch make dpkg-dev gcc-4.0 gcc
linux-kernel-headers libc6-dev libstdc++6-4.0-dev g++-4.0 g++
build-essential
Selecting previously deselected package binutils.
-(Reading database ... 7435 files and directories currently installed.)
+(Reading database ... 7439 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.16.1cvs20051117-1_amd64.deb) ...
Selecting previously deselected package cpp-4.0.
-Unpacking cpp-4.0 (from .../cpp-4.0_4.0.2-4_amd64.deb) ...
+Unpacking cpp-4.0 (from .../cpp-4.0_4.0.2-5_amd64.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.0.2-1_amd64.deb) ...
Selecting previously deselected package perl-modules.
@@ -1344,7 +1343,7 @@ Unpacking make (from .../make_3.80-11_amd64.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.13.11_all.deb) ...
Selecting previously deselected package gcc-4.0.
-Unpacking gcc-4.0 (from .../gcc-4.0_4.0.2-4_amd64.deb) ...
+Unpacking gcc-4.0 (from .../gcc-4.0_4.0.2-5_amd64.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.0.2-1_amd64.deb) ...
Selecting previously deselected package linux-kernel-headers.
@@ -1352,37 +1351,37 @@ Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.6.13+0rc3-2_amd6
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.3.5-8.1_amd64.deb) ...
Selecting previously deselected package libstdc++6-4.0-dev.
-Unpacking libstdc++6-4.0-dev (from .../libstdc++6-4.0-dev_4.0.2-4_amd64.deb) ...
+Unpacking libstdc++6-4.0-dev (from .../libstdc++6-4.0-dev_4.0.2-5_amd64.deb) ...
Selecting previously deselected package g++-4.0.
-Unpacking g++-4.0 (from .../g++-4.0_4.0.2-4_amd64.deb) ...
+Unpacking g++-4.0 (from .../g++-4.0_4.0.2-5_amd64.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a4.0.2-1_amd64.deb) ...
Selecting previously deselected package build-essential.
Unpacking build-essential (from .../build-essential_11.1_amd64.deb) ...
Setting up binutils (2.16.1cvs20051117-1) ...
-Setting up cpp-4.0 (4.0.2-4) ...
+Setting up cpp-4.0 (4.0.2-5) ...
Setting up cpp (4.0.2-1) ...
Setting up patch (2.5.9-2) ...
Setting up make (3.80-11) ...
-Setting up gcc-4.0 (4.0.2-4) ...
+Setting up gcc-4.0 (4.0.2-5) ...
Setting up gcc (4.0.2-1) ...
Setting up linux-kernel-headers (2.6.13+0rc3-2) ...
Setting up libc6-dev (2.3.5-8.1) ...
Setting up perl-modules (5.8.7-8) ...
-Setting up libstdc++6-4.0-dev (4.0.2-4) ...
+Setting up libstdc++6-4.0-dev (4.0.2-5) ...
Setting up perl (5.8.7-8) ...
Setting up dpkg-dev (1.13.11) ...
-Setting up g++-4.0 (4.0.2-4) ...
+Setting up g++-4.0 (4.0.2-5) ...
Setting up g++ (4.0.2-1) ...
Setting up build-essential (11.1) ...
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//28032 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//5699 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-execute-etch.log b/testsuite/cdebootstrap/pbuilder-execute-etch.log
index 52eacf3..aaac45c 100644
--- a/testsuite/cdebootstrap/pbuilder-execute-etch.log
+++ b/testsuite/cdebootstrap/pbuilder-execute-etch.log
@@ -1,9 +1,9 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//26969/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//5673/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
Obtaining the cached apt archive contents
@@ -13,4 +13,4 @@ Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//26969 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//5673 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-execute-sarge.log b/testsuite/cdebootstrap/pbuilder-execute-sarge.log
index 358b26d..547df74 100644
--- a/testsuite/cdebootstrap/pbuilder-execute-sarge.log
+++ b/testsuite/cdebootstrap/pbuilder-execute-sarge.log
@@ -1,9 +1,9 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//9349/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//20029/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
Obtaining the cached apt archive contents
@@ -13,4 +13,4 @@ Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//9349 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//20029 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-execute-sid.log b/testsuite/cdebootstrap/pbuilder-execute-sid.log
index f0a1097..7dff1ea 100644
--- a/testsuite/cdebootstrap/pbuilder-execute-sid.log
+++ b/testsuite/cdebootstrap/pbuilder-execute-sid.log
@@ -1,9 +1,9 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//3023/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//13464/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
Obtaining the cached apt archive contents
@@ -13,4 +13,4 @@ Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//3023 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//13464 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log b/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log
index 3920f71..6eb28db 100644
--- a/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log
+++ b/testsuite/cdebootstrap/pbuilder-update-etch-sid-experimental.log
@@ -1,10 +1,10 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//30109/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//8897/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
@@ -19,7 +19,7 @@ Get:3 http://ftp.jp.debian.org ../project/experimental Release [4245B]
Ign http://ftp.jp.debian.org ../project/experimental Release
Hit http://ftp.jp.debian.org sid/main Packages
Get:4 http://ftp.jp.debian.org ../project/experimental/main Packages [138kB]
-Fetched 142kB in 0s (456kB/s)
+Fetched 142kB in 0s (459kB/s)
Reading package lists...
W: GPG error: http://ftp.jp.debian.org sid Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: GPG error: http://ftp.jp.debian.org ../project/experimental Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
@@ -37,14 +37,14 @@ Need to get 0B/1679kB of archives.
After unpacking 8610kB disk space will be freed.
WARNING: The following packages cannot be authenticated!
diff apt-utils apt
-(Reading database ... 11811 files and directories currently installed.)
+(Reading database ... 11835 files and directories currently installed.)
Removing tasksel ...
Removing aptitude ...
-(Reading database ... 11621 files and directories currently installed.)
+(Reading database ... 11644 files and directories currently installed.)
Preparing to replace diff 2.8.1-11 (using .../diff_2.8.7-0.2_amd64.deb) ...
Unpacking replacement diff ...
Setting up diff (2.8.7-0.2) ...
-(Reading database ... 11629 files and directories currently installed.)
+(Reading database ... 11652 files and directories currently installed.)
Preparing to replace apt-utils 0.6.43 (using .../apt-utils_0.6.43exp2_amd64.deb) ...
Unpacking replacement apt-utils ...
Preparing to replace apt 0.6.43 (using .../apt_0.6.43exp2_amd64.deb) ...
@@ -62,6 +62,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//30109 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//8897 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-etch-sid.log b/testsuite/cdebootstrap/pbuilder-update-etch-sid.log
index 8118f54..cbfa6a5 100644
--- a/testsuite/cdebootstrap/pbuilder-update-etch-sid.log
+++ b/testsuite/cdebootstrap/pbuilder-update-etch-sid.log
@@ -1,10 +1,10 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//28018/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//6749/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
@@ -14,7 +14,7 @@ Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Get:2 http://ftp.jp.debian.org sid Release [5722B]
Ign http://ftp.jp.debian.org sid Release
Get:3 http://ftp.jp.debian.org sid/main Packages [3839kB]
-Fetched 3845kB in 2s (1435kB/s)
+Fetched 3845kB in 2s (1768kB/s)
Reading package lists...
W: GPG error: http://ftp.jp.debian.org sid Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: You may want to run apt-get update to correct these problems
@@ -27,30 +27,36 @@ The following NEW packages will be installed:
The following packages will be upgraded:
adduser apt apt-utils aptitude base-config binutils console-common
console-data console-tools coreutils cpp-4.0 debconf debconf-i18n exim4
- exim4-base exim4-config exim4-daemon-light g++-4.0 gcc-4.0 gcc-4.0-base
- initscripts libconsole libdb4.2 libdb4.3 libgcc1 libpcre3 libssl0.9.8
- libstdc++6 libstdc++6-4.0-dev lsb-base manpages nano perl perl-base
- perl-modules procps sed sysv-rc sysvinit
-39 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/31.5MB of archives.
-After unpacking 2789kB of additional disk space will be used.
+ exim4-base exim4-config exim4-daemon-light findutils g++-4.0 gcc-4.0
+ gcc-4.0-base initscripts libconsole libdb4.2 libdb4.3 libgcc1 libpcre3
+ libssl0.9.8 libstdc++6 libstdc++6-4.0-dev lsb-base nano perl perl-base
+ perl-modules procps sed sysv-rc sysvinit tasksel
+40 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/31.7MB of archives.
+After unpacking 2974kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
- coreutils perl-modules libdb4.3 perl perl-base sed sysvinit debconf-i18n
- debconf console-data console-tools libconsole lsb-base console-common
- libstdc++6-4.0-dev g++-4.0 gcc-4.0 cpp-4.0 libgcc1 binutils gcc-4.0-base
- libstdc++6 apt-utils libsigc++-2.0-0c2a aptitude apt initscripts sysv-rc
- adduser base-config libssl0.9.8 manpages nano procps libdb4.2 libpcre3
- exim4-daemon-light exim4-config exim4-base exim4
- Extracting templates from packages: 75% Extracting templates from packages: 100%
+ coreutils findutils perl-modules libdb4.3 perl perl-base sed sysvinit
+ debconf-i18n debconf console-data console-tools libconsole lsb-base
+ console-common libstdc++6-4.0-dev g++-4.0 gcc-4.0 cpp-4.0 libgcc1 binutils
+ gcc-4.0-base libstdc++6 apt-utils libsigc++-2.0-0c2a aptitude apt
+ initscripts sysv-rc adduser base-config libssl0.9.8 nano tasksel procps
+ libdb4.2 libpcre3 exim4-daemon-light exim4-config exim4-base exim4
+ Extracting templates from packages: 73% Extracting templates from packages: 100%
Preconfiguring packages ...
-(Reading database ... 11779 files and directories currently installed.)
+(Reading database ... 11781 files and directories currently installed.)
Preparing to replace coreutils 5.2.1-2.1 (using .../coreutils_5.93-5_amd64.deb) ...
Removing `local diversion of /usr/share/man/man1/md5sum.textutils.1.gz to /usr/share/man/man1/md5sum.1.gz'
Removing `local diversion of /usr/bin/md5sum.textutils to /usr/bin/md5sum'
Unpacking replacement coreutils ...
Setting up coreutils (5.93-5) ...
-(Reading database ... 11793 files and directories currently installed.)
+(Reading database ... 11795 files and directories currently installed.)
+Preparing to replace findutils 4.2.25-1 (using .../findutils_4.2.26-2_amd64.deb) ...
+Unpacking replacement findutils ...
+Setting up findutils (4.2.26-2) ...
+Installing new version of config file /etc/updatedb.conf ...
+
+(Reading database ... 11796 files and directories currently installed.)
Preparing to replace perl-modules 5.8.7-7 (using .../perl-modules_5.8.7-8_all.deb) ...
Unpacking replacement perl-modules ...
Preparing to replace libdb4.3 4.3.28-2 (using .../libdb4.3_4.3.29-1_amd64.deb) ...
@@ -60,21 +66,21 @@ Unpacking replacement perl ...
Preparing to replace perl-base 5.8.7-7 (using .../perl-base_5.8.7-8_amd64.deb) ...
Unpacking replacement perl-base ...
Setting up perl-base (5.8.7-8) ...
-(Reading database ... 11791 files and directories currently installed.)
+(Reading database ... 11794 files and directories currently installed.)
Preparing to replace sed 4.1.2-8 (using .../archives/sed_4.1.4-4_amd64.deb) ...
Unpacking replacement sed ...
Setting up sed (4.1.4-4) ...
-(Reading database ... 11792 files and directories currently installed.)
+(Reading database ... 11795 files and directories currently installed.)
Preparing to replace sysvinit 2.86.ds1-4 (using .../sysvinit_2.86.ds1-6_amd64.deb) ...
Unpacking replacement sysvinit ...
Setting up sysvinit (2.86.ds1-6) ...
init: timeout opening/writing control channel /dev/initctl
-(Reading database ... 11792 files and directories currently installed.)
-Preparing to replace debconf-i18n 1.4.59 (using .../debconf-i18n_1.4.61_all.deb) ...
+(Reading database ... 11795 files and directories currently installed.)
+Preparing to replace debconf-i18n 1.4.59 (using .../debconf-i18n_1.4.62_all.deb) ...
Unpacking replacement debconf-i18n ...
-Preparing to replace debconf 1.4.59 (using .../debconf_1.4.61_all.deb) ...
+Preparing to replace debconf 1.4.59 (using .../debconf_1.4.62_all.deb) ...
Unpacking replacement debconf ...
Preparing to replace console-data 2002.12.04dbs-50 (using .../console-data_2002.12.04dbs-52_all.deb) ...
Unpacking replacement console-data ...
@@ -84,35 +90,35 @@ Preparing to replace libconsole 1:0.2.3dbs-58 (using .../libconsole_1%3a0.2.3dbs
Unpacking replacement libconsole ...
Preparing to replace lsb-base 3.0-11 (using .../lsb-base_3.0-12_all.deb) ...
Unpacking replacement lsb-base ...
-Setting up debconf-i18n (1.4.61) ...
-Setting up debconf (1.4.61) ...
+Setting up debconf-i18n (1.4.62) ...
+Setting up debconf (1.4.62) ...
-(Reading database ... 11792 files and directories currently installed.)
+(Reading database ... 11797 files and directories currently installed.)
Preparing to replace console-common 0.7.54 (using .../console-common_0.7.55_all.deb) ...
Unpacking replacement console-common ...
-Preparing to replace libstdc++6-4.0-dev 4.0.2-2 (using .../libstdc++6-4.0-dev_4.0.2-4_amd64.deb) ...
+Preparing to replace libstdc++6-4.0-dev 4.0.2-2 (using .../libstdc++6-4.0-dev_4.0.2-5_amd64.deb) ...
Unpacking replacement libstdc++6-4.0-dev ...
-Preparing to replace g++-4.0 4.0.2-2 (using .../g++-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace g++-4.0 4.0.2-2 (using .../g++-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement g++-4.0 ...
-Preparing to replace gcc-4.0 4.0.2-2 (using .../gcc-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace gcc-4.0 4.0.2-2 (using .../gcc-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement gcc-4.0 ...
-Preparing to replace cpp-4.0 4.0.2-2 (using .../cpp-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace cpp-4.0 4.0.2-2 (using .../cpp-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement cpp-4.0 ...
-Preparing to replace libgcc1 1:4.0.2-2 (using .../libgcc1_1%3a4.0.2-4_amd64.deb) ...
+Preparing to replace libgcc1 1:4.0.2-2 (using .../libgcc1_1%3a4.0.2-5_amd64.deb) ...
Unpacking replacement libgcc1 ...
-Setting up libgcc1 (4.0.2-4) ...
+Setting up libgcc1 (4.0.2-5) ...
-(Reading database ... 11792 files and directories currently installed.)
+(Reading database ... 11817 files and directories currently installed.)
Preparing to replace binutils 2.16.1-2 (using .../binutils_2.16.1cvs20051117-1_amd64.deb) ...
Unpacking replacement binutils ...
-Preparing to replace gcc-4.0-base 4.0.2-2 (using .../gcc-4.0-base_4.0.2-4_amd64.deb) ...
+Preparing to replace gcc-4.0-base 4.0.2-2 (using .../gcc-4.0-base_4.0.2-5_amd64.deb) ...
Unpacking replacement gcc-4.0-base ...
-Preparing to replace libstdc++6 4.0.2-2 (using .../libstdc++6_4.0.2-4_amd64.deb) ...
+Preparing to replace libstdc++6 4.0.2-2 (using .../libstdc++6_4.0.2-5_amd64.deb) ...
Unpacking replacement libstdc++6 ...
-Setting up gcc-4.0-base (4.0.2-4) ...
-Setting up libstdc++6 (4.0.2-4) ...
+Setting up gcc-4.0-base (4.0.2-5) ...
+Setting up libstdc++6 (4.0.2-5) ...
-(Reading database ... 11802 files and directories currently installed.)
+(Reading database ... 11827 files and directories currently installed.)
Preparing to replace apt-utils 0.6.42.2 (using .../apt-utils_0.6.43_amd64.deb) ...
Unpacking replacement apt-utils ...
Selecting previously deselected package libsigc++-2.0-0c2a.
@@ -123,7 +129,7 @@ Preparing to replace apt 0.6.42.2 (using .../archives/apt_0.6.43_amd64.deb) ...
Unpacking replacement apt ...
Setting up apt (0.6.43) ...
-(Reading database ... 11816 files and directories currently installed.)
+(Reading database ... 11841 files and directories currently installed.)
Preparing to replace initscripts 2.86.ds1-4 (using .../initscripts_2.86.ds1-6_amd64.deb) ...
Unpacking replacement initscripts ...
Setting up lsb-base (3.0-12) ...
@@ -147,22 +153,22 @@ Installing new version of config file /etc/init.d/umountnfs.sh ...
Installing new version of config file /etc/init.d/umountroot ...
Installing new version of config file /etc/init.d/urandom ...
-(Reading database ... 11817 files and directories currently installed.)
+(Reading database ... 11842 files and directories currently installed.)
Preparing to replace sysv-rc 2.86.ds1-4 (using .../sysv-rc_2.86.ds1-6_all.deb) ...
Unpacking replacement sysv-rc ...
Setting up sysv-rc (2.86.ds1-6) ...
-(Reading database ... 11817 files and directories currently installed.)
+(Reading database ... 11842 files and directories currently installed.)
Preparing to replace adduser 3.79 (using .../archives/adduser_3.80_all.deb) ...
Unpacking replacement adduser ...
Preparing to replace base-config 2.73 (using .../base-config_2.74_all.deb) ...
Unpacking replacement base-config ...
Preparing to replace libssl0.9.8 0.9.8a-3 (using .../libssl0.9.8_0.9.8a-4_amd64.deb) ...
Unpacking replacement libssl0.9.8 ...
-Preparing to replace manpages 2.02-2 (using .../manpages_2.10-1_all.deb) ...
-Unpacking replacement manpages ...
Preparing to replace nano 1.3.8-2 (using .../nano_1.3.9-1_amd64.deb) ...
Unpacking replacement nano ...
+Preparing to replace tasksel 2.33 (using .../archives/tasksel_2.34_all.deb) ...
+Unpacking replacement tasksel ...
Preparing to replace procps 1:3.2.5-1 (using .../procps_1%3a3.2.6-2_amd64.deb) ...
Unpacking replacement procps ...
Preparing to replace libdb4.2 4.2.52-18 (using .../libdb4.2_4.2.52-20_amd64.deb) ...
@@ -184,10 +190,10 @@ NONE
Setting up libconsole (0.2.3dbs-60) ...
-Setting up cpp-4.0 (4.0.2-4) ...
+Setting up cpp-4.0 (4.0.2-5) ...
Setting up binutils (2.16.1cvs20051117-1) ...
-Setting up gcc-4.0 (4.0.2-4) ...
+Setting up gcc-4.0 (4.0.2-5) ...
Setting up apt-utils (0.6.43) ...
Setting up libsigc++-2.0-0c2a (2.0.16-2) ...
@@ -198,9 +204,10 @@ Setting up adduser (3.80) ...
Setting up libssl0.9.8 (0.9.8a-4) ...
-Setting up manpages (2.10-1) ...
Setting up nano (1.3.9-1) ...
+Setting up tasksel (2.34) ...
+
Setting up procps (3.2.6-2) ...
Installing new version of config file /etc/init.d/procps.sh ...
Installing new version of config file /etc/sysctl.conf ...
@@ -219,12 +226,12 @@ Installing new version of config file /etc/cron.daily/exim4-base ...
Setting up exim4-daemon-light (4.60-1) ...
Setting up exim4 (4.60-1) ...
-Setting up libstdc++6-4.0-dev (4.0.2-4) ...
+Setting up libstdc++6-4.0-dev (4.0.2-5) ...
Setting up perl-modules (5.8.7-8) ...
Setting up console-tools (0.2.3dbs-60) ...
Installing new version of config file /etc/init.d/console-screen.sh ...
-Setting up g++-4.0 (4.0.2-4) ...
+Setting up g++-4.0 (4.0.2-5) ...
Setting up base-config (2.74) ...
Setting up perl (5.8.7-8) ...
@@ -243,6 +250,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//28018 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//6749 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid-experimental.log b/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid-experimental.log
index 71b1899..7255c4e 100644
--- a/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid-experimental.log
+++ b/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid-experimental.log
@@ -1,10 +1,10 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//18329/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//29146/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
@@ -19,7 +19,7 @@ Get:3 http://ftp.jp.debian.org ../project/experimental Release [4245B]
Ign http://ftp.jp.debian.org ../project/experimental Release
Hit http://ftp.jp.debian.org sid/main Packages
Get:4 http://ftp.jp.debian.org ../project/experimental/main Packages [138kB]
-Fetched 142kB in 0s (397kB/s)
+Fetched 142kB in 0s (391kB/s)
Reading package lists...
W: GPG error: http://ftp.jp.debian.org sid Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: GPG error: http://ftp.jp.debian.org ../project/experimental Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
@@ -37,14 +37,14 @@ Need to get 0B/1679kB of archives.
After unpacking 8610kB disk space will be freed.
WARNING: The following packages cannot be authenticated!
diff apt-utils apt
-(Reading database ... 12255 files and directories currently installed.)
+(Reading database ... 12279 files and directories currently installed.)
Removing tasksel ...
Removing aptitude ...
-(Reading database ... 12065 files and directories currently installed.)
+(Reading database ... 12088 files and directories currently installed.)
Preparing to replace diff 2.8.1-11 (using .../diff_2.8.7-0.2_amd64.deb) ...
Unpacking replacement diff ...
Setting up diff (2.8.7-0.2) ...
-(Reading database ... 12073 files and directories currently installed.)
+(Reading database ... 12096 files and directories currently installed.)
Preparing to replace apt-utils 0.6.43 (using .../apt-utils_0.6.43exp2_amd64.deb) ...
Unpacking replacement apt-utils ...
Preparing to replace apt 0.6.43 (using .../apt_0.6.43exp2_amd64.deb) ...
@@ -62,6 +62,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//18329 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//29146 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid.log b/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid.log
index 2a240a0..4f0aa79 100644
--- a/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid.log
+++ b/testsuite/cdebootstrap/pbuilder-update-sarge-etch-sid.log
@@ -1,10 +1,10 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//16189/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//26933/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
@@ -14,7 +14,7 @@ Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Get:2 http://ftp.jp.debian.org sid Release [5722B]
Ign http://ftp.jp.debian.org sid Release
Get:3 http://ftp.jp.debian.org sid/main Packages [3839kB]
-Fetched 3845kB in 2s (1286kB/s)
+Fetched 3845kB in 2s (1781kB/s)
Reading package lists...
W: GPG error: http://ftp.jp.debian.org sid Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: You may want to run apt-get update to correct these problems
@@ -27,32 +27,38 @@ The following NEW packages will be installed:
The following packages will be upgraded:
adduser apt apt-utils aptitude base-config binutils console-common
console-data console-tools coreutils cpp-3.3 cpp-4.0 debconf debconf-i18n
- exim4 exim4-base exim4-config exim4-daemon-light g++-3.3 g++-4.0 gcc-3.3
- gcc-3.3-base gcc-4.0 gcc-4.0-base initscripts libconsole libdb4.2 libdb4.3
- libgcc1 libpcre3 libssl0.9.8 libstdc++5 libstdc++5-3.3-dev libstdc++6
- libstdc++6-4.0-dev lsb-base manpages nano perl perl-base perl-modules procps
- sed sysv-rc sysvinit
-45 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/37.9MB of archives.
-After unpacking 2712kB of additional disk space will be used.
+ exim4 exim4-base exim4-config exim4-daemon-light findutils g++-3.3 g++-4.0
+ gcc-3.3 gcc-3.3-base gcc-4.0 gcc-4.0-base initscripts libconsole libdb4.2
+ libdb4.3 libgcc1 libpcre3 libssl0.9.8 libstdc++5 libstdc++5-3.3-dev
+ libstdc++6 libstdc++6-4.0-dev lsb-base nano perl perl-base perl-modules
+ procps sed sysv-rc sysvinit tasksel
+46 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/38.1MB of archives.
+After unpacking 2896kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
- coreutils perl-modules libdb4.3 perl perl-base sed sysvinit debconf-i18n
- debconf console-data console-tools libconsole lsb-base console-common
- libstdc++6-4.0-dev g++-4.0 gcc-4.0 cpp-4.0 libgcc1 binutils gcc-4.0-base
- libstdc++6 apt-utils libsigc++-2.0-0c2a aptitude apt initscripts sysv-rc
- adduser base-config libssl0.9.8 manpages nano procps libdb4.2 libpcre3
- exim4-daemon-light exim4-config exim4-base exim4 gcc-3.3-base cpp-3.3
- gcc-3.3 libstdc++5 libstdc++5-3.3-dev g++-3.3
- Extracting templates from packages: 65% Extracting templates from packages: 100%
+ coreutils findutils perl-modules libdb4.3 perl perl-base sed sysvinit
+ debconf-i18n debconf console-data console-tools libconsole lsb-base
+ console-common libstdc++6-4.0-dev g++-4.0 gcc-4.0 cpp-4.0 libgcc1 binutils
+ gcc-4.0-base libstdc++6 apt-utils libsigc++-2.0-0c2a aptitude apt
+ initscripts sysv-rc adduser base-config libssl0.9.8 nano tasksel procps
+ libdb4.2 libpcre3 exim4-daemon-light exim4-config exim4-base exim4
+ gcc-3.3-base cpp-3.3 gcc-3.3 libstdc++5 libstdc++5-3.3-dev g++-3.3
+ Extracting templates from packages: 63% Extracting templates from packages: 100%
Preconfiguring packages ...
-(Reading database ... 12223 files and directories currently installed.)
+(Reading database ... 12225 files and directories currently installed.)
Preparing to replace coreutils 5.2.1-2.1 (using .../coreutils_5.93-5_amd64.deb) ...
Removing `local diversion of /usr/share/man/man1/md5sum.textutils.1.gz to /usr/share/man/man1/md5sum.1.gz'
Removing `local diversion of /usr/bin/md5sum.textutils to /usr/bin/md5sum'
Unpacking replacement coreutils ...
Setting up coreutils (5.93-5) ...
-(Reading database ... 12237 files and directories currently installed.)
+(Reading database ... 12239 files and directories currently installed.)
+Preparing to replace findutils 4.2.25-1 (using .../findutils_4.2.26-2_amd64.deb) ...
+Unpacking replacement findutils ...
+Setting up findutils (4.2.26-2) ...
+Installing new version of config file /etc/updatedb.conf ...
+
+(Reading database ... 12240 files and directories currently installed.)
Preparing to replace perl-modules 5.8.7-7 (using .../perl-modules_5.8.7-8_all.deb) ...
Unpacking replacement perl-modules ...
Preparing to replace libdb4.3 4.3.28-2 (using .../libdb4.3_4.3.29-1_amd64.deb) ...
@@ -62,21 +68,21 @@ Unpacking replacement perl ...
Preparing to replace perl-base 5.8.7-7 (using .../perl-base_5.8.7-8_amd64.deb) ...
Unpacking replacement perl-base ...
Setting up perl-base (5.8.7-8) ...
-(Reading database ... 12235 files and directories currently installed.)
+(Reading database ... 12238 files and directories currently installed.)
Preparing to replace sed 4.1.2-8 (using .../archives/sed_4.1.4-4_amd64.deb) ...
Unpacking replacement sed ...
Setting up sed (4.1.4-4) ...
-(Reading database ... 12236 files and directories currently installed.)
+(Reading database ... 12239 files and directories currently installed.)
Preparing to replace sysvinit 2.86.ds1-4 (using .../sysvinit_2.86.ds1-6_amd64.deb) ...
Unpacking replacement sysvinit ...
Setting up sysvinit (2.86.ds1-6) ...
init: timeout opening/writing control channel /dev/initctl
-(Reading database ... 12236 files and directories currently installed.)
-Preparing to replace debconf-i18n 1.4.59 (using .../debconf-i18n_1.4.61_all.deb) ...
+(Reading database ... 12239 files and directories currently installed.)
+Preparing to replace debconf-i18n 1.4.59 (using .../debconf-i18n_1.4.62_all.deb) ...
Unpacking replacement debconf-i18n ...
-Preparing to replace debconf 1.4.59 (using .../debconf_1.4.61_all.deb) ...
+Preparing to replace debconf 1.4.59 (using .../debconf_1.4.62_all.deb) ...
Unpacking replacement debconf ...
Preparing to replace console-data 2002.12.04dbs-50 (using .../console-data_2002.12.04dbs-52_all.deb) ...
Unpacking replacement console-data ...
@@ -86,35 +92,35 @@ Preparing to replace libconsole 1:0.2.3dbs-58 (using .../libconsole_1%3a0.2.3dbs
Unpacking replacement libconsole ...
Preparing to replace lsb-base 3.0-11 (using .../lsb-base_3.0-12_all.deb) ...
Unpacking replacement lsb-base ...
-Setting up debconf-i18n (1.4.61) ...
-Setting up debconf (1.4.61) ...
+Setting up debconf-i18n (1.4.62) ...
+Setting up debconf (1.4.62) ...
-(Reading database ... 12236 files and directories currently installed.)
+(Reading database ... 12241 files and directories currently installed.)
Preparing to replace console-common 0.7.54 (using .../console-common_0.7.55_all.deb) ...
Unpacking replacement console-common ...
-Preparing to replace libstdc++6-4.0-dev 4.0.2-2 (using .../libstdc++6-4.0-dev_4.0.2-4_amd64.deb) ...
+Preparing to replace libstdc++6-4.0-dev 4.0.2-2 (using .../libstdc++6-4.0-dev_4.0.2-5_amd64.deb) ...
Unpacking replacement libstdc++6-4.0-dev ...
-Preparing to replace g++-4.0 4.0.2-2 (using .../g++-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace g++-4.0 4.0.2-2 (using .../g++-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement g++-4.0 ...
-Preparing to replace gcc-4.0 4.0.2-2 (using .../gcc-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace gcc-4.0 4.0.2-2 (using .../gcc-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement gcc-4.0 ...
-Preparing to replace cpp-4.0 4.0.2-2 (using .../cpp-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace cpp-4.0 4.0.2-2 (using .../cpp-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement cpp-4.0 ...
-Preparing to replace libgcc1 1:4.0.2-2 (using .../libgcc1_1%3a4.0.2-4_amd64.deb) ...
+Preparing to replace libgcc1 1:4.0.2-2 (using .../libgcc1_1%3a4.0.2-5_amd64.deb) ...
Unpacking replacement libgcc1 ...
-Setting up libgcc1 (4.0.2-4) ...
+Setting up libgcc1 (4.0.2-5) ...
-(Reading database ... 12236 files and directories currently installed.)
+(Reading database ... 12261 files and directories currently installed.)
Preparing to replace binutils 2.16.1-2 (using .../binutils_2.16.1cvs20051117-1_amd64.deb) ...
Unpacking replacement binutils ...
-Preparing to replace gcc-4.0-base 4.0.2-2 (using .../gcc-4.0-base_4.0.2-4_amd64.deb) ...
+Preparing to replace gcc-4.0-base 4.0.2-2 (using .../gcc-4.0-base_4.0.2-5_amd64.deb) ...
Unpacking replacement gcc-4.0-base ...
-Preparing to replace libstdc++6 4.0.2-2 (using .../libstdc++6_4.0.2-4_amd64.deb) ...
+Preparing to replace libstdc++6 4.0.2-2 (using .../libstdc++6_4.0.2-5_amd64.deb) ...
Unpacking replacement libstdc++6 ...
-Setting up gcc-4.0-base (4.0.2-4) ...
-Setting up libstdc++6 (4.0.2-4) ...
+Setting up gcc-4.0-base (4.0.2-5) ...
+Setting up libstdc++6 (4.0.2-5) ...
-(Reading database ... 12246 files and directories currently installed.)
+(Reading database ... 12271 files and directories currently installed.)
Preparing to replace apt-utils 0.6.42.2 (using .../apt-utils_0.6.43_amd64.deb) ...
Unpacking replacement apt-utils ...
Selecting previously deselected package libsigc++-2.0-0c2a.
@@ -125,7 +131,7 @@ Preparing to replace apt 0.6.42.2 (using .../archives/apt_0.6.43_amd64.deb) ...
Unpacking replacement apt ...
Setting up apt (0.6.43) ...
-(Reading database ... 12260 files and directories currently installed.)
+(Reading database ... 12285 files and directories currently installed.)
Preparing to replace initscripts 2.86.ds1-4 (using .../initscripts_2.86.ds1-6_amd64.deb) ...
Unpacking replacement initscripts ...
Setting up lsb-base (3.0-12) ...
@@ -149,22 +155,22 @@ Installing new version of config file /etc/init.d/umountnfs.sh ...
Installing new version of config file /etc/init.d/umountroot ...
Installing new version of config file /etc/init.d/urandom ...
-(Reading database ... 12261 files and directories currently installed.)
+(Reading database ... 12286 files and directories currently installed.)
Preparing to replace sysv-rc 2.86.ds1-4 (using .../sysv-rc_2.86.ds1-6_all.deb) ...
Unpacking replacement sysv-rc ...
Setting up sysv-rc (2.86.ds1-6) ...
-(Reading database ... 12261 files and directories currently installed.)
+(Reading database ... 12286 files and directories currently installed.)
Preparing to replace adduser 3.79 (using .../archives/adduser_3.80_all.deb) ...
Unpacking replacement adduser ...
Preparing to replace base-config 2.73 (using .../base-config_2.74_all.deb) ...
Unpacking replacement base-config ...
Preparing to replace libssl0.9.8 0.9.8a-3 (using .../libssl0.9.8_0.9.8a-4_amd64.deb) ...
Unpacking replacement libssl0.9.8 ...
-Preparing to replace manpages 2.02-2 (using .../manpages_2.10-1_all.deb) ...
-Unpacking replacement manpages ...
Preparing to replace nano 1.3.8-2 (using .../nano_1.3.9-1_amd64.deb) ...
Unpacking replacement nano ...
+Preparing to replace tasksel 2.33 (using .../archives/tasksel_2.34_all.deb) ...
+Unpacking replacement tasksel ...
Preparing to replace procps 1:3.2.5-1 (using .../procps_1%3a3.2.6-2_amd64.deb) ...
Unpacking replacement procps ...
Preparing to replace libdb4.2 4.2.52-18 (using .../libdb4.2_4.2.52-20_amd64.deb) ...
@@ -198,10 +204,10 @@ NONE
Setting up libconsole (0.2.3dbs-60) ...
-Setting up cpp-4.0 (4.0.2-4) ...
+Setting up cpp-4.0 (4.0.2-5) ...
Setting up binutils (2.16.1cvs20051117-1) ...
-Setting up gcc-4.0 (4.0.2-4) ...
+Setting up gcc-4.0 (4.0.2-5) ...
Setting up apt-utils (0.6.43) ...
Setting up libsigc++-2.0-0c2a (2.0.16-2) ...
@@ -212,9 +218,10 @@ Setting up adduser (3.80) ...
Setting up libssl0.9.8 (0.9.8a-4) ...
-Setting up manpages (2.10-1) ...
Setting up nano (1.3.9-1) ...
+Setting up tasksel (2.34) ...
+
Setting up procps (3.2.6-2) ...
Installing new version of config file /etc/init.d/procps.sh ...
Installing new version of config file /etc/sysctl.conf ...
@@ -242,7 +249,7 @@ Setting up perl-modules (5.8.7-8) ...
Setting up console-tools (0.2.3dbs-60) ...
Installing new version of config file /etc/init.d/console-screen.sh ...
-Setting up libstdc++6-4.0-dev (4.0.2-4) ...
+Setting up libstdc++6-4.0-dev (4.0.2-5) ...
Setting up base-config (2.74) ...
Setting up libstdc++5-3.3-dev (3.3.6-10) ...
@@ -253,7 +260,7 @@ Installing new version of config file /etc/init.d/keymap.sh ...
Looking for keymap to install:
NONE
-Setting up g++-4.0 (4.0.2-4) ...
+Setting up g++-4.0 (4.0.2-5) ...
Setting up g++-3.3 (3.3.6-10) ...
Reading package lists...
Building dependency tree...
@@ -264,6 +271,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//16189 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//26933 and its subdirectories
diff --git a/testsuite/cdebootstrap/pbuilder-update-sarge-etch.log b/testsuite/cdebootstrap/pbuilder-update-sarge-etch.log
index be1b667..b08caed 100644
--- a/testsuite/cdebootstrap/pbuilder-update-sarge-etch.log
+++ b/testsuite/cdebootstrap/pbuilder-update-sarge-etch.log
@@ -1,18 +1,18 @@
Upgrading for distribution etch
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//10393/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//21101/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
Refreshing the base.tgz
-> upgrading packages
-Get:1 http://ftp.jp.debian.org etch/main Packages [3508kB]
+Get:1 http://ftp.jp.debian.org etch/main Packages [3511kB]
Get:2 http://ftp.jp.debian.org etch/main Release [96B]
-Fetched 3508kB in 1s (1800kB/s)
+Fetched 3511kB in 1s (1863kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Obtaining the cached apt archive contents
@@ -75,8 +75,8 @@ Unpacking replacement libc6 ...
Setting up libc6 (2.3.5-8.1) ...
Checking for services that may need to be restarted...done.
Current default timezone: 'UTC'.
-Local time is now: Sun Dec 4 05:54:45 UTC 2005.
-Universal Time is now: Sun Dec 4 05:54:45 UTC 2005.
+Local time is now: Mon Dec 5 10:21:07 UTC 2005.
+Universal Time is now: Mon Dec 5 10:21:07 UTC 2005.
Run 'tzconfig' if you wish to change it.
(Reading database ... 11067 files and directories currently installed.)
@@ -498,7 +498,7 @@ Preparing to replace logrotate 3.7-5 (using .../logrotate_3.7.1-2_amd64.deb) ...
Unpacking replacement logrotate ...
Preparing to replace man-db 2.4.2-21 (using .../man-db_2.4.3-3_amd64.deb) ...
Unpacking replacement man-db ...
-Preparing to replace manpages 1.70-1 (using .../manpages_2.02-2_all.deb) ...
+Preparing to replace manpages 1.70-1 (using .../manpages_2.10-1_all.deb) ...
Unpacking replacement manpages ...
Preparing to replace module-init-tools 3.2-pre1-2 (using .../module-init-tools_3.2-pre9-4_amd64.deb) ...
Unpacking replacement module-init-tools ...
@@ -645,7 +645,7 @@ Setting up logrotate (3.7.1-2) ...
Setting up man-db (2.4.3-3) ...
Installing new version of config file /etc/manpath.config ...
-Setting up manpages (2.02-2) ...
+Setting up manpages (2.10-1) ...
Setting up module-init-tools (3.2-pre9-4) ...
Installing new version of config file /etc/init.d/module-init-tools ...
Installing new version of config file /etc/modprobe.d/aliases ...
@@ -735,6 +735,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//10393 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//21101 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-internal-etch.log b/testsuite/cdebootstrap/pdebuild-internal-etch.log
index bba8aeb..986adc4 100644
--- a/testsuite/cdebootstrap/pdebuild-internal-etch.log
+++ b/testsuite/cdebootstrap/pdebuild-internal-etch.log
@@ -1,12 +1,12 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/20300/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/31380/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2
+-> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2
-> policy-rc.d already exists
Obtaining the cached apt archive contents
Using: : pdebuild-internal,v 1.8 2005/12/04 05:16:40 dancer Exp $
@@ -26,7 +26,7 @@ After unpacking 737kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libdebian-installer4 libdebian-installer-extra4 cdebootstrap pbuilder
Selecting previously deselected package libdebian-installer4.
-(Reading database ... 11779 files and directories currently installed.)
+(Reading database ... 11781 files and directories currently installed.)
Unpacking libdebian-installer4 (from .../libdebian-installer4_0.35_amd64.deb) ...
Selecting previously deselected package libdebian-installer-extra4.
Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.35_amd64.deb) ...
@@ -64,7 +64,7 @@ WARNING: The following packages cannot be authenticated!
libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
debhelper libdshconfig1 libdshconfig1-dev
Selecting previously deselected package libmagic1.
-(Reading database ... 11872 files and directories currently installed.)
+(Reading database ... 11874 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
@@ -110,7 +110,7 @@ After unpacking 360kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
fakeroot
Selecting previously deselected package fakeroot.
-(Reading database ... 12463 files and directories currently installed.)
+(Reading database ... 12465 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
Setting up fakeroot (1.5.5) ...
@@ -123,14 +123,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -319,18 +319,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -343,26 +343,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -399,9 +399,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
@@ -409,11 +409,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
-Sun Dec 4 06:04:22 UTC 2005
+Mon Dec 5 10:30:13 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -483,14 +483,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
-Sun Dec 4 06:04:27 UTC 2005
+Mon Dec 5 10:30:18 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
-dsh: Process terminated (before write).
-c: c
b: b
+c: c
+dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -499,9 +499,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -511,58 +511,58 @@ dh_clean: Compatibility levels before 4 are deprecated.
dh_installdirs
dh_installdirs: Compatibility levels before 4 are deprecated.
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -600,6 +600,6 @@ dpkg-buildpackage: full upload (original source is included)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2 filesystem
+ -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/20300 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/31380 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-internal-sarge.log b/testsuite/cdebootstrap/pdebuild-internal-sarge.log
index 8709657..35354fc 100644
--- a/testsuite/cdebootstrap/pdebuild-internal-sarge.log
+++ b/testsuite/cdebootstrap/pdebuild-internal-sarge.log
@@ -1,12 +1,12 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/2705/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/13412/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2
+-> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2
-> policy-rc.d already exists
Obtaining the cached apt archive contents
Using: : pdebuild-internal,v 1.8 2005/12/04 05:16:40 dancer Exp $
@@ -110,14 +110,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
@@ -305,18 +305,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -329,26 +329,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -385,8 +385,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
@@ -399,7 +399,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
-Sun Dec 4 05:53:24 UTC 2005
+Mon Dec 5 10:19:45 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -469,7 +469,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
-Sun Dec 4 05:53:29 UTC 2005
+Mon Dec 5 10:19:50 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
@@ -485,9 +485,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -495,58 +495,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -570,6 +570,6 @@ dpkg-buildpackage: full upload (original source is included)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2 filesystem
+ -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/2705 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/13412 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-internal-sid.log b/testsuite/cdebootstrap/pdebuild-internal-sid.log
index ebb33cf..25d1a85 100644
--- a/testsuite/cdebootstrap/pdebuild-internal-sid.log
+++ b/testsuite/cdebootstrap/pdebuild-internal-sid.log
@@ -1,12 +1,12 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/28875/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/6829/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2
+-> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2
-> policy-rc.d already exists
Obtaining the cached apt archive contents
Using: : pdebuild-internal,v 1.8 2005/12/04 05:16:40 dancer Exp $
@@ -26,20 +26,20 @@ After unpacking 741kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libdebian-installer4 libdebian-installer-extra4 cdebootstrap pbuilder
Selecting previously deselected package libdebian-installer4.
-(Reading database ... 11794 files and directories currently installed.)
+(Reading database ... 11818 files and directories currently installed.)
Unpacking libdebian-installer4 (from .../libdebian-installer4_0.36_amd64.deb) ...
Selecting previously deselected package libdebian-installer-extra4.
Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.36_amd64.deb) ...
Selecting previously deselected package cdebootstrap.
Unpacking cdebootstrap (from .../cdebootstrap_0.3.9_amd64.deb) ...
Selecting previously deselected package pbuilder.
-Unpacking pbuilder (from .../pbuilder_0.139_all.deb) ...
+Unpacking pbuilder (from .../pbuilder_0.140_all.deb) ...
Setting up libdebian-installer4 (0.36) ...
Setting up libdebian-installer-extra4 (0.36) ...
Setting up cdebootstrap (0.3.9) ...
-Setting up pbuilder (0.139) ...
+Setting up pbuilder (0.140) ...
Setting DEBBUILDOPTS=
- -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.20 2005/08/17 00:46:54 dancer Exp $
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.22 2005/12/04 05:16:40 dancer Exp $
-> Considering debhelper (>> 3.0.0)
-> Trying debhelper
-> Considering libdshconfig1-dev (>= 0.20.11-1)
@@ -64,12 +64,12 @@ WARNING: The following packages cannot be authenticated!
libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
debhelper libdshconfig1 libdshconfig1-dev
Selecting previously deselected package libmagic1.
-(Reading database ... 11888 files and directories currently installed.)
+(Reading database ... 11912 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.61_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.62_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
Selecting previously deselected package gettext.
@@ -87,7 +87,7 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_amd64.deb) ...
Setting up libmagic1 (4.15-2) ...
Setting up file (4.15-2) ...
-Setting up debconf-utils (1.4.61) ...
+Setting up debconf-utils (1.4.62) ...
Setting up html2text (1.3.2a-3) ...
@@ -110,7 +110,7 @@ After unpacking 360kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
fakeroot
Selecting previously deselected package fakeroot.
-(Reading database ... 12479 files and directories currently installed.)
+(Reading database ... 12503 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
Setting up fakeroot (1.5.5) ...
@@ -123,14 +123,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -319,18 +319,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -343,26 +343,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -399,8 +399,8 @@ 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
+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
@@ -413,7 +413,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Sun Dec 4 05:47:19 UTC 2005
+Mon Dec 5 10:13:48 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -483,14 +483,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
-Sun Dec 4 05:47:24 UTC 2005
+Mon Dec 5 10:13:53 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-a: a
b: b
c: c
dsh: Process terminated (before write).
+a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -499,9 +499,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -511,58 +511,58 @@ dh_clean: Compatibility levels before 4 are deprecated.
dh_installdirs
dh_installdirs: Compatibility levels before 4 are deprecated.
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -600,6 +600,6 @@ dpkg-buildpackage: full upload (original source is included)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2 filesystem
+ -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/28875 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/6829 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-normal-etch.log b/testsuite/cdebootstrap/pdebuild-normal-etch.log
index f45c53e..8fda691 100644
--- a/testsuite/cdebootstrap/pdebuild-normal-etch.log
+++ b/testsuite/cdebootstrap/pdebuild-normal-etch.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -27,17 +27,18 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
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: Sun Dec 4 15:02:27 JST 2005
-pbuilder-time-stamp: 1133676147
+Current time: Mon Dec 5 19:28:22 JST 2005
+pbuilder-time-stamp: 1133778502
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/13247/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/24220/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result
@@ -68,7 +69,7 @@ WARNING: The following packages cannot be authenticated!
libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
debhelper libdshconfig1 libdshconfig1-dev
Selecting previously deselected package libmagic1.
-(Reading database ... 11779 files and directories currently installed.)
+(Reading database ... 11781 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
@@ -104,33 +105,53 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading package lists...
+Building dependency tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/94.3kB of archives.
+After unpacking 360kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ fakeroot
+Selecting previously deselected package fakeroot.
+(Reading database ... 12372 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
+Setting up fakeroot (1.5.5) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/24220/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/24220/etc/group
Copying source file
-> copying [../dsh_0.25.6-1.dsc]
-> copying [../dsh_0.25.6.orig.tar.gz]
-> copying [../dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-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)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: 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 (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 (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -147,9 +168,9 @@ make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
dpkg-source -b dsh-0.25.6
-dpkg-source: 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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -415,8 +436,8 @@ 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
+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,7 +449,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
-Sun Dec 4 06:03:19 UTC 2005
+Mon Dec 5 10:29:13 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -498,14 +519,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
-Sun Dec 4 06:03:24 UTC 2005
+Mon Dec 5 10:29:18 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
b: b
-dsh: Process terminated (before write).
c: c
+dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -518,7 +539,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -618,16 +639,16 @@ dh_builddeb
dh_builddeb: Compatibility levels before 4 are deprecated.
dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_amd64.deb'.
dpkg-genchanges
-dpkg-genchanges: 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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 15:03:26 JST 2005
-pbuilder-time-stamp: 1133676206
+Current time: Mon Dec 5 19:29:20 JST 2005
+pbuilder-time-stamp: 1133778560
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/13247 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/24220 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-normal-sarge.log b/testsuite/cdebootstrap/pdebuild-normal-sarge.log
index a4b5afe..9e11e6a 100644
--- a/testsuite/cdebootstrap/pdebuild-normal-sarge.log
+++ b/testsuite/cdebootstrap/pdebuild-normal-sarge.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -27,17 +27,18 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
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: Sun Dec 4 14:51:36 JST 2005
-pbuilder-time-stamp: 1133675496
+Current time: Mon Dec 5 19:18:00 JST 2005
+pbuilder-time-stamp: 1133777880
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/28119/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/6262/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result
@@ -101,31 +102,49 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/78.0kB of archives.
+After unpacking 299kB of additional disk space will be used.
+Selecting previously deselected package fakeroot.
+(Reading database ... 11275 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_amd64.deb) ...
+Setting up fakeroot (1.2.10) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/6262/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/6262/etc/group
Copying source file
-> copying [../dsh_0.25.6-1.dsc]
-> copying [../dsh_0.25.6.orig.tar.gz]
-> copying [../dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
-> Building the package
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture is amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -141,9 +160,9 @@ make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -408,8 +427,8 @@ 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
+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
@@ -422,7 +441,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
-Sun Dec 4 05:52:25 UTC 2005
+Mon Dec 5 10:18:46 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -492,14 +511,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
-Sun Dec 4 05:52:30 UTC 2005
+Mon Dec 5 10:18:51 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
+b: b
c: c
dsh: Process terminated (before write).
-b: b
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -512,7 +531,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -596,16 +615,16 @@ dh_md5sums
dh_builddeb
dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_amd64.deb'.
dpkg-genchanges
-dpkg-genchanges: 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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:52:32 JST 2005
-pbuilder-time-stamp: 1133675552
+Current time: Mon Dec 5 19:18:54 JST 2005
+pbuilder-time-stamp: 1133777934
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/28119 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/6262 and its subdirectories
diff --git a/testsuite/cdebootstrap/pdebuild-normal-sid.log b/testsuite/cdebootstrap/pdebuild-normal-sid.log
index fe29f98..311ec6b 100644
--- a/testsuite/cdebootstrap/pdebuild-normal-sid.log
+++ b/testsuite/cdebootstrap/pdebuild-normal-sid.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -27,17 +27,18 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
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: Sun Dec 4 14:45:23 JST 2005
-pbuilder-time-stamp: 1133675123
+Current time: Mon Dec 5 19:11:54 JST 2005
+pbuilder-time-stamp: 1133777514
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/21764/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/32010/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result
@@ -68,12 +69,12 @@ WARNING: The following packages cannot be authenticated!
libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf
debhelper libdshconfig1 libdshconfig1-dev
Selecting previously deselected package libmagic1.
-(Reading database ... 11794 files and directories currently installed.)
+(Reading database ... 11818 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.61_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.62_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
Selecting previously deselected package gettext.
@@ -91,7 +92,7 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_amd64.deb) ...
Setting up libmagic1 (4.15-2) ...
Setting up file (4.15-2) ...
-Setting up debconf-utils (1.4.61) ...
+Setting up debconf-utils (1.4.62) ...
Setting up html2text (1.3.2a-3) ...
@@ -104,33 +105,53 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading package lists...
+Building dependency tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/94.3kB of archives.
+After unpacking 360kB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+ fakeroot
+Selecting previously deselected package fakeroot.
+(Reading database ... 12409 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
+Setting up fakeroot (1.5.5) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/32010/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/32010/etc/group
Copying source file
-> copying [../dsh_0.25.6-1.dsc]
-> copying [../dsh_0.25.6.orig.tar.gz]
-> copying [../dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-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)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: 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 (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 (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -147,9 +168,9 @@ make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
dpkg-source -b dsh-0.25.6
-dpkg-source: 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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -389,7 +410,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
@@ -428,7 +448,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
-Sun Dec 4 05:46:15 UTC 2005
+Mon Dec 5 10:12:47 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -498,7 +518,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
-Sun Dec 4 05:46:20 UTC 2005
+Mon Dec 5 10:12:52 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
@@ -518,7 +538,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -618,16 +638,16 @@ dh_builddeb
dh_builddeb: Compatibility levels before 4 are deprecated.
dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_amd64.deb'.
dpkg-genchanges
-dpkg-genchanges: 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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:46:22 JST 2005
-pbuilder-time-stamp: 1133675182
+Current time: Mon Dec 5 19:12:54 JST 2005
+pbuilder-time-stamp: 1133777574
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/21764 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/32010 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-etch.log b/testsuite/normal/pbuilder-build-dsh-etch.log
index 42c76c9..f706ded 100644
--- a/testsuite/normal/pbuilder-build-dsh-etch.log
+++ b/testsuite/normal/pbuilder-build-dsh-etch.log
@@ -1,14 +1,15 @@
+I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Sun Dec 4 14:35:37 JST 2005
-pbuilder-time-stamp: 1133674537
+Current time: Mon Dec 5 19:02:40 JST 2005
+pbuilder-time-stamp: 1133776960
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/3021/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/12780/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result/
@@ -36,7 +37,7 @@ The following NEW packages will be installed:
Need to get 0B/2892kB of archives.
After unpacking 9572kB of additional disk space will be used.
Selecting previously deselected package libmagic1.
-(Reading database ... 11838 files and directories currently installed.)
+(Reading database ... 11840 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
@@ -72,30 +73,48 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading package lists...
+Building dependency tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/94.3kB of archives.
+After unpacking 360kB of additional disk space will be used.
+Selecting previously deselected package fakeroot.
+(Reading database ... 12431 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
+Setting up fakeroot (1.5.5) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/12780/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/12780/etc/group
Copying source file
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.dsc]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.diff.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.dsc]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6.orig.tar.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-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)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -112,9 +131,9 @@ make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
dpkg-source -b dsh-0.25.6
-dpkg-source: 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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -379,9 +398,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
@@ -393,7 +412,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
-Sun Dec 4 05:36:31 UTC 2005
+Mon Dec 5 10:03:22 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -463,14 +482,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
-Sun Dec 4 05:36:36 UTC 2005
+Mon Dec 5 10:03:27 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-a: a
b: b
-dsh: Process terminated (before write).
c: c
+dsh: Process terminated (before write).
+a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -483,7 +502,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -583,16 +602,16 @@ dh_builddeb
dh_builddeb: Compatibility levels before 4 are deprecated.
dpkg-deb: building package `dsh' in `../dsh_0.25.6-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 (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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:36:38 JST 2005
-pbuilder-time-stamp: 1133674598
+Current time: Mon Dec 5 19:03:29 JST 2005
+pbuilder-time-stamp: 1133777009
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/3021 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/12780 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-sarge.log b/testsuite/normal/pbuilder-build-dsh-sarge.log
index dc811e4..257a788 100644
--- a/testsuite/normal/pbuilder-build-dsh-sarge.log
+++ b/testsuite/normal/pbuilder-build-dsh-sarge.log
@@ -1,14 +1,15 @@
+I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Sun Dec 4 14:25:45 JST 2005
-pbuilder-time-stamp: 1133673945
+Current time: Mon Dec 5 18:53:18 JST 2005
+pbuilder-time-stamp: 1133776398
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/27277/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/4133/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result/
@@ -72,28 +73,46 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/78.0kB of archives.
+After unpacking 299kB of additional disk space will be used.
+Selecting previously deselected package fakeroot.
+(Reading database ... 11492 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_amd64.deb) ...
+Setting up fakeroot (1.2.10) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/4133/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/4133/etc/group
Copying source file
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.dsc]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.diff.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.dsc]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6.orig.tar.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
-> Building the package
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture is amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -109,9 +128,9 @@ make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -390,7 +409,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
-Sun Dec 4 05:26:32 UTC 2005
+Mon Dec 5 09:53:54 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -460,14 +479,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
-Sun Dec 4 05:26:37 UTC 2005
+Mon Dec 5 09:53:59 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-a: a
-dsh: Process terminated (before write).
-c: c
b: b
+c: c
+dsh: Process terminated (before write).
+a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -480,7 +499,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -564,16 +583,16 @@ dh_md5sums
dh_builddeb
dpkg-deb: building package `dsh' in `../dsh_0.25.6-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 (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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:26:39 JST 2005
-pbuilder-time-stamp: 1133673999
+Current time: Mon Dec 5 18:54:02 JST 2005
+pbuilder-time-stamp: 1133776442
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/27277 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/4133 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-sid.log b/testsuite/normal/pbuilder-build-dsh-sid.log
index 92fe1fd..35fb222 100644
--- a/testsuite/normal/pbuilder-build-dsh-sid.log
+++ b/testsuite/normal/pbuilder-build-dsh-sid.log
@@ -1,14 +1,15 @@
+I: using fakeroot in build.
pbuilder-buildpackage/amd64 $Id$
$Id$
-Current time: Sun Dec 4 14:19:46 JST 2005
-pbuilder-time-stamp: 1133673586
+Current time: Mon Dec 5 18:47:47 JST 2005
+pbuilder-time-stamp: 1133776067
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/26794/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/3254/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result/
@@ -36,12 +37,12 @@ The following NEW packages will be installed:
Need to get 0B/2892kB of archives.
After unpacking 9572kB of additional disk space will be used.
Selecting previously deselected package libmagic1.
-(Reading database ... 11862 files and directories currently installed.)
+(Reading database ... 11886 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.61_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.62_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
Selecting previously deselected package gettext.
@@ -59,7 +60,7 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_amd64.deb) ...
Setting up libmagic1 (4.15-2) ...
Setting up file (4.15-2) ...
-Setting up debconf-utils (1.4.61) ...
+Setting up debconf-utils (1.4.62) ...
Setting up html2text (1.3.2a-3) ...
@@ -72,30 +73,48 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading package lists...
+Building dependency tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/94.3kB of archives.
+After unpacking 360kB of additional disk space will be used.
+Selecting previously deselected package fakeroot.
+(Reading database ... 12477 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
+Setting up fakeroot (1.5.5) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/3254/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/3254/etc/group
Copying source file
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.dsc]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/dsh_0.25.6-1.diff.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.dsc]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6.orig.tar.gz]
+ -> copying [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-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)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -112,9 +131,9 @@ make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
dpkg-source -b dsh-0.25.6
-dpkg-source: 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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -393,7 +412,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
-Sun Dec 4 05:20:37 UTC 2005
+Mon Dec 5 09:48:36 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -463,14 +482,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
-Sun Dec 4 05:20:42 UTC 2005
+Mon Dec 5 09:48:41 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
-dsh: Process terminated (before write).
b: b
c: c
+dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -483,7 +502,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -583,16 +602,16 @@ dh_builddeb
dh_builddeb: Compatibility levels before 4 are deprecated.
dpkg-deb: building package `dsh' in `../dsh_0.25.6-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 (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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:20:44 JST 2005
-pbuilder-time-stamp: 1133673644
+Current time: Mon Dec 5 18:48:43 JST 2005
+pbuilder-time-stamp: 1133776123
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir1/26794 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir1/3254 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-etch.log b/testsuite/normal/pbuilder-create-etch.log
index 4c21130..e09f757 100644
--- a/testsuite/normal/pbuilder-create-etch.log
+++ b/testsuite/normal/pbuilder-create-etch.log
@@ -560,13 +560,13 @@ I: Base system installed successfully.
Refreshing the base.tgz
-> upgrading packages
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//25473/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//2685/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
Get:1 http://ftp.jp.debian.org etch Release.gpg [189B]
Hit http://ftp.jp.debian.org etch Release
Hit http://ftp.jp.debian.org etch/main Packages
-Fetched 189B in 0s (2783B/s)
+Fetched 189B in 0s (2827B/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Obtaining the cached apt archive contents
@@ -594,7 +594,7 @@ The following NEW packages will be installed:
Need to get 0B/20.4MB of archives.
After unpacking 81.7MB of additional disk space will be used.
Selecting previously deselected package binutils.
-(Reading database ... 7487 files and directories currently installed.)
+(Reading database ... 7489 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.16.1-2_amd64.deb) ...
Selecting previously deselected package cpp-4.0.
Unpacking cpp-4.0 (from .../cpp-4.0_4.0.2-2_amd64.deb) ...
@@ -650,6 +650,6 @@ Setting up build-essential (11.1) ...
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//25473 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//2685 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sarge.log b/testsuite/normal/pbuilder-create-sarge.log
index 9ac9064..d833fdd 100644
--- a/testsuite/normal/pbuilder-create-sarge.log
+++ b/testsuite/normal/pbuilder-create-sarge.log
@@ -324,12 +324,12 @@ I: Base system installed successfully.
Refreshing the base.tgz
-> upgrading packages
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//16372/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//25610/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
Hit http://ftp.jp.debian.org sarge/main Packages
Get:1 http://ftp.jp.debian.org sarge/main Release [110B]
-Fetched 110B in 0s (3406B/s)
+Fetched 110B in 0s (2128B/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Obtaining the cached apt archive contents
@@ -412,6 +412,6 @@ Setting up build-essential (10.1) ...
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//16372 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//25610 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sid.log b/testsuite/normal/pbuilder-create-sid.log
index 8d7eb6d..8bac6e2 100644
--- a/testsuite/normal/pbuilder-create-sid.log
+++ b/testsuite/normal/pbuilder-create-sid.log
@@ -559,13 +559,13 @@ I: Base system installed successfully.
Refreshing the base.tgz
-> upgrading packages
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//16789/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//25251/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Hit http://ftp.jp.debian.org sid Release
Hit http://ftp.jp.debian.org sid/main Packages
-Fetched 189B in 0s (2813B/s)
+Fetched 189B in 0s (1666B/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Obtaining the cached apt archive contents
@@ -591,12 +591,12 @@ The following NEW packages will be installed:
perl-modules
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/20.7MB of archives.
-After unpacking 82.3MB of additional disk space will be used.
+After unpacking 82.5MB of additional disk space will be used.
Selecting previously deselected package binutils.
-(Reading database ... 7503 files and directories currently installed.)
+(Reading database ... 7507 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.16.1cvs20051117-1_amd64.deb) ...
Selecting previously deselected package cpp-4.0.
-Unpacking cpp-4.0 (from .../cpp-4.0_4.0.2-4_amd64.deb) ...
+Unpacking cpp-4.0 (from .../cpp-4.0_4.0.2-5_amd64.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.0.2-1_amd64.deb) ...
Selecting previously deselected package perl-modules.
@@ -610,7 +610,7 @@ Unpacking make (from .../make_3.80-11_amd64.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.13.11_all.deb) ...
Selecting previously deselected package gcc-4.0.
-Unpacking gcc-4.0 (from .../gcc-4.0_4.0.2-4_amd64.deb) ...
+Unpacking gcc-4.0 (from .../gcc-4.0_4.0.2-5_amd64.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.0.2-1_amd64.deb) ...
Selecting previously deselected package linux-kernel-headers.
@@ -618,37 +618,37 @@ Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.6.13+0rc3-2_amd6
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.3.5-8.1_amd64.deb) ...
Selecting previously deselected package libstdc++6-4.0-dev.
-Unpacking libstdc++6-4.0-dev (from .../libstdc++6-4.0-dev_4.0.2-4_amd64.deb) ...
+Unpacking libstdc++6-4.0-dev (from .../libstdc++6-4.0-dev_4.0.2-5_amd64.deb) ...
Selecting previously deselected package g++-4.0.
-Unpacking g++-4.0 (from .../g++-4.0_4.0.2-4_amd64.deb) ...
+Unpacking g++-4.0 (from .../g++-4.0_4.0.2-5_amd64.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a4.0.2-1_amd64.deb) ...
Selecting previously deselected package build-essential.
Unpacking build-essential (from .../build-essential_11.1_amd64.deb) ...
Setting up binutils (2.16.1cvs20051117-1) ...
-Setting up cpp-4.0 (4.0.2-4) ...
+Setting up cpp-4.0 (4.0.2-5) ...
Setting up cpp (4.0.2-1) ...
Setting up patch (2.5.9-2) ...
Setting up make (3.80-11) ...
-Setting up gcc-4.0 (4.0.2-4) ...
+Setting up gcc-4.0 (4.0.2-5) ...
Setting up gcc (4.0.2-1) ...
Setting up linux-kernel-headers (2.6.13+0rc3-2) ...
Setting up libc6-dev (2.3.5-8.1) ...
Setting up perl-modules (5.8.7-8) ...
-Setting up libstdc++6-4.0-dev (4.0.2-4) ...
+Setting up libstdc++6-4.0-dev (4.0.2-5) ...
Setting up perl (5.8.7-8) ...
Setting up dpkg-dev (1.13.11) ...
-Setting up g++-4.0 (4.0.2-4) ...
+Setting up g++-4.0 (4.0.2-5) ...
Setting up g++ (4.0.2-1) ...
Setting up build-essential (11.1) ...
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//16789 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//25251 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-etch.log b/testsuite/normal/pbuilder-execute-etch.log
index e70f238..cbe5823 100644
--- a/testsuite/normal/pbuilder-execute-etch.log
+++ b/testsuite/normal/pbuilder-execute-etch.log
@@ -1,9 +1,9 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//24012/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//1490/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
Obtaining the cached apt archive contents
@@ -13,4 +13,4 @@ Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//24012 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//1490 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sarge.log b/testsuite/normal/pbuilder-execute-sarge.log
index cec29d0..7fea716 100644
--- a/testsuite/normal/pbuilder-execute-sarge.log
+++ b/testsuite/normal/pbuilder-execute-sarge.log
@@ -1,9 +1,9 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//15770/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//25275/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
Obtaining the cached apt archive contents
@@ -13,4 +13,4 @@ Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//15770 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//25275 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sid.log b/testsuite/normal/pbuilder-execute-sid.log
index dddd742..bf930b2 100644
--- a/testsuite/normal/pbuilder-execute-sid.log
+++ b/testsuite/normal/pbuilder-execute-sid.log
@@ -1,9 +1,9 @@
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//15328/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//24539/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
Obtaining the cached apt archive contents
@@ -13,4 +13,4 @@ Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//15328 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//24539 and its subdirectories
diff --git a/testsuite/normal/pbuilder-update-etch-sid-experimental.log b/testsuite/normal/pbuilder-update-etch-sid-experimental.log
index 6d35d83..aea096c 100644
--- a/testsuite/normal/pbuilder-update-etch-sid-experimental.log
+++ b/testsuite/normal/pbuilder-update-etch-sid-experimental.log
@@ -1,10 +1,10 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//26909/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//4550/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
@@ -17,7 +17,7 @@ Hit http://ftp.jp.debian.org sid Release
Get:3 http://ftp.jp.debian.org ../project/experimental Release [4245B]
Hit http://ftp.jp.debian.org sid/main Packages
Get:4 http://ftp.jp.debian.org ../project/experimental/main Packages [138kB]
-Fetched 142kB in 2s (56.0kB/s)
+Fetched 142kB in 0s (579kB/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Obtaining the cached apt archive contents
@@ -30,14 +30,14 @@ The following packages will be upgraded:
3 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
Need to get 0B/1679kB of archives.
After unpacking 8610kB disk space will be freed.
-(Reading database ... 11873 files and directories currently installed.)
+(Reading database ... 11897 files and directories currently installed.)
Removing tasksel ...
Removing aptitude ...
-(Reading database ... 11683 files and directories currently installed.)
+(Reading database ... 11706 files and directories currently installed.)
Preparing to replace diff 2.8.1-11 (using .../diff_2.8.7-0.2_amd64.deb) ...
Unpacking replacement diff ...
Setting up diff (2.8.7-0.2) ...
-(Reading database ... 11691 files and directories currently installed.)
+(Reading database ... 11714 files and directories currently installed.)
Preparing to replace apt-utils 0.6.43 (using .../apt-utils_0.6.43exp2_amd64.deb) ...
Unpacking replacement apt-utils ...
Preparing to replace apt 0.6.43 (using .../apt_0.6.43exp2_amd64.deb) ...
@@ -55,6 +55,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//26909 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//4550 and its subdirectories
diff --git a/testsuite/normal/pbuilder-update-etch-sid.log b/testsuite/normal/pbuilder-update-etch-sid.log
index bf77075..d3b9a22 100644
--- a/testsuite/normal/pbuilder-update-etch-sid.log
+++ b/testsuite/normal/pbuilder-update-etch-sid.log
@@ -1,10 +1,10 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//25052/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//2561/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
@@ -13,7 +13,7 @@ Refreshing the base.tgz
Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Get:2 http://ftp.jp.debian.org sid Release [5722B]
Get:3 http://ftp.jp.debian.org sid/main Packages [3839kB]
-Fetched 3845kB in 2s (1741kB/s)
+Fetched 3845kB in 2s (1759kB/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Obtaining the cached apt archive contents
@@ -24,22 +24,29 @@ The following NEW packages will be installed:
The following packages will be upgraded:
adduser apt apt-utils aptitude base-config binutils console-common
console-data console-tools coreutils cpp-4.0 debconf debconf-i18n
- dhcp-client g++-4.0 gcc-4.0 gcc-4.0-base initscripts libbz2-1.0 libconsole
- libdb4.2 libdb4.3 libgcc1 libssl0.9.8 libstdc++6 libstdc++6-4.0-dev lsb-base
- manpages nano perl perl-base perl-modules procps sed sysv-rc sysvinit
- Extracting templates from packages: 81% Extracting templates from packages: 100%
+ dhcp-client findutils g++-4.0 gcc-4.0 gcc-4.0-base initscripts libbz2-1.0
+ libconsole libdb4.2 libdb4.3 libgcc1 libssl0.9.8 libstdc++6
+ libstdc++6-4.0-dev lsb-base nano perl perl-base perl-modules procps sed
+ sysv-rc sysvinit tasksel
+ Extracting templates from packages: 78% Extracting templates from packages: 100%
Preconfiguring packages ...
-36 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/30.0MB of archives.
-After unpacking 2818kB of additional disk space will be used.
-(Reading database ... 11838 files and directories currently installed.)
+37 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/30.1MB of archives.
+After unpacking 3002kB of additional disk space will be used.
+(Reading database ... 11840 files and directories currently installed.)
Preparing to replace coreutils 5.2.1-2.1 (using .../coreutils_5.93-5_amd64.deb) ...
Removing `local diversion of /usr/share/man/man1/md5sum.textutils.1.gz to /usr/share/man/man1/md5sum.1.gz'
No diversion `any diversion of /usr/bin/md5sum.textutils', none removed
Unpacking replacement coreutils ...
Setting up coreutils (5.93-5) ...
-(Reading database ... 11853 files and directories currently installed.)
+(Reading database ... 11855 files and directories currently installed.)
+Preparing to replace findutils 4.2.25-1 (using .../findutils_4.2.26-2_amd64.deb) ...
+Unpacking replacement findutils ...
+Setting up findutils (4.2.26-2) ...
+Installing new version of config file /etc/updatedb.conf ...
+
+(Reading database ... 11856 files and directories currently installed.)
Preparing to replace perl-modules 5.8.7-7 (using .../perl-modules_5.8.7-8_all.deb) ...
Unpacking replacement perl-modules ...
Preparing to replace libdb4.3 4.3.28-2 (using .../libdb4.3_4.3.29-1_amd64.deb) ...
@@ -49,21 +56,21 @@ Unpacking replacement perl ...
Preparing to replace perl-base 5.8.7-7 (using .../perl-base_5.8.7-8_amd64.deb) ...
Unpacking replacement perl-base ...
Setting up perl-base (5.8.7-8) ...
-(Reading database ... 11851 files and directories currently installed.)
+(Reading database ... 11854 files and directories currently installed.)
Preparing to replace sed 4.1.2-8 (using .../archives/sed_4.1.4-4_amd64.deb) ...
Unpacking replacement sed ...
Setting up sed (4.1.4-4) ...
-(Reading database ... 11852 files and directories currently installed.)
+(Reading database ... 11855 files and directories currently installed.)
Preparing to replace sysvinit 2.86.ds1-4 (using .../sysvinit_2.86.ds1-6_amd64.deb) ...
Unpacking replacement sysvinit ...
Setting up sysvinit (2.86.ds1-6) ...
init: timeout opening/writing control channel /dev/initctl
-(Reading database ... 11852 files and directories currently installed.)
-Preparing to replace debconf-i18n 1.4.59 (using .../debconf-i18n_1.4.61_all.deb) ...
+(Reading database ... 11855 files and directories currently installed.)
+Preparing to replace debconf-i18n 1.4.59 (using .../debconf-i18n_1.4.62_all.deb) ...
Unpacking replacement debconf-i18n ...
-Preparing to replace debconf 1.4.59 (using .../debconf_1.4.61_all.deb) ...
+Preparing to replace debconf 1.4.59 (using .../debconf_1.4.62_all.deb) ...
Unpacking replacement debconf ...
Preparing to replace console-data 2002.12.04dbs-50 (using .../console-data_2002.12.04dbs-52_all.deb) ...
Unpacking replacement console-data ...
@@ -73,35 +80,35 @@ Preparing to replace libconsole 1:0.2.3dbs-58 (using .../libconsole_1%3a0.2.3dbs
Unpacking replacement libconsole ...
Preparing to replace lsb-base 3.0-11 (using .../lsb-base_3.0-12_all.deb) ...
Unpacking replacement lsb-base ...
-Setting up debconf-i18n (1.4.61) ...
-Setting up debconf (1.4.61) ...
+Setting up debconf-i18n (1.4.62) ...
+Setting up debconf (1.4.62) ...
-(Reading database ... 11852 files and directories currently installed.)
+(Reading database ... 11857 files and directories currently installed.)
Preparing to replace console-common 0.7.54 (using .../console-common_0.7.55_all.deb) ...
Unpacking replacement console-common ...
-Preparing to replace libstdc++6-4.0-dev 4.0.2-2 (using .../libstdc++6-4.0-dev_4.0.2-4_amd64.deb) ...
+Preparing to replace libstdc++6-4.0-dev 4.0.2-2 (using .../libstdc++6-4.0-dev_4.0.2-5_amd64.deb) ...
Unpacking replacement libstdc++6-4.0-dev ...
-Preparing to replace g++-4.0 4.0.2-2 (using .../g++-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace g++-4.0 4.0.2-2 (using .../g++-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement g++-4.0 ...
-Preparing to replace gcc-4.0 4.0.2-2 (using .../gcc-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace gcc-4.0 4.0.2-2 (using .../gcc-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement gcc-4.0 ...
-Preparing to replace cpp-4.0 4.0.2-2 (using .../cpp-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace cpp-4.0 4.0.2-2 (using .../cpp-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement cpp-4.0 ...
-Preparing to replace libgcc1 1:4.0.2-2 (using .../libgcc1_1%3a4.0.2-4_amd64.deb) ...
+Preparing to replace libgcc1 1:4.0.2-2 (using .../libgcc1_1%3a4.0.2-5_amd64.deb) ...
Unpacking replacement libgcc1 ...
-Setting up libgcc1 (4.0.2-4) ...
+Setting up libgcc1 (4.0.2-5) ...
-(Reading database ... 11852 files and directories currently installed.)
+(Reading database ... 11877 files and directories currently installed.)
Preparing to replace binutils 2.16.1-2 (using .../binutils_2.16.1cvs20051117-1_amd64.deb) ...
Unpacking replacement binutils ...
-Preparing to replace gcc-4.0-base 4.0.2-2 (using .../gcc-4.0-base_4.0.2-4_amd64.deb) ...
+Preparing to replace gcc-4.0-base 4.0.2-2 (using .../gcc-4.0-base_4.0.2-5_amd64.deb) ...
Unpacking replacement gcc-4.0-base ...
-Preparing to replace libstdc++6 4.0.2-2 (using .../libstdc++6_4.0.2-4_amd64.deb) ...
+Preparing to replace libstdc++6 4.0.2-2 (using .../libstdc++6_4.0.2-5_amd64.deb) ...
Unpacking replacement libstdc++6 ...
-Setting up gcc-4.0-base (4.0.2-4) ...
-Setting up libstdc++6 (4.0.2-4) ...
+Setting up gcc-4.0-base (4.0.2-5) ...
+Setting up libstdc++6 (4.0.2-5) ...
-(Reading database ... 11862 files and directories currently installed.)
+(Reading database ... 11887 files and directories currently installed.)
Preparing to replace apt-utils 0.6.42.2 (using .../apt-utils_0.6.43_amd64.deb) ...
Unpacking replacement apt-utils ...
Selecting previously deselected package libsigc++-2.0-0c2a.
@@ -112,7 +119,7 @@ Preparing to replace apt 0.6.42.2 (using .../archives/apt_0.6.43_amd64.deb) ...
Unpacking replacement apt ...
Setting up apt (0.6.43) ...
-(Reading database ... 11876 files and directories currently installed.)
+(Reading database ... 11901 files and directories currently installed.)
Preparing to replace initscripts 2.86.ds1-4 (using .../initscripts_2.86.ds1-6_amd64.deb) ...
Unpacking replacement initscripts ...
Setting up lsb-base (3.0-12) ...
@@ -136,12 +143,12 @@ Installing new version of config file /etc/init.d/umountnfs.sh ...
Installing new version of config file /etc/init.d/umountroot ...
Installing new version of config file /etc/init.d/urandom ...
-(Reading database ... 11877 files and directories currently installed.)
+(Reading database ... 11902 files and directories currently installed.)
Preparing to replace sysv-rc 2.86.ds1-4 (using .../sysv-rc_2.86.ds1-6_all.deb) ...
Unpacking replacement sysv-rc ...
Setting up sysv-rc (2.86.ds1-6) ...
-(Reading database ... 11877 files and directories currently installed.)
+(Reading database ... 11902 files and directories currently installed.)
Preparing to replace adduser 3.79 (using .../archives/adduser_3.80_all.deb) ...
Unpacking replacement adduser ...
Preparing to replace base-config 2.73 (using .../base-config_2.74_all.deb) ...
@@ -152,10 +159,10 @@ Preparing to replace libbz2-1.0 1.0.2-10 (using .../libbz2-1.0_1.0.2-11_amd64.de
Unpacking replacement libbz2-1.0 ...
Preparing to replace libssl0.9.8 0.9.8a-3 (using .../libssl0.9.8_0.9.8a-4_amd64.deb) ...
Unpacking replacement libssl0.9.8 ...
-Preparing to replace manpages 2.02-2 (using .../manpages_2.10-1_all.deb) ...
-Unpacking replacement manpages ...
Preparing to replace nano 1.3.8-2 (using .../nano_1.3.9-1_amd64.deb) ...
Unpacking replacement nano ...
+Preparing to replace tasksel 2.33 (using .../archives/tasksel_2.34_all.deb) ...
+Unpacking replacement tasksel ...
Preparing to replace procps 1:3.2.5-1 (using .../procps_1%3a3.2.6-2_amd64.deb) ...
Unpacking replacement procps ...
Preparing to replace libdb4.2 4.2.52-18 (using .../libdb4.2_4.2.52-20_amd64.deb) ...
@@ -167,10 +174,10 @@ NONE
Setting up libconsole (0.2.3dbs-60) ...
-Setting up cpp-4.0 (4.0.2-4) ...
+Setting up cpp-4.0 (4.0.2-5) ...
Setting up binutils (2.16.1cvs20051117-1) ...
-Setting up gcc-4.0 (4.0.2-4) ...
+Setting up gcc-4.0 (4.0.2-5) ...
Setting up apt-utils (0.6.43) ...
Setting up libsigc++-2.0-0c2a (2.0.16-2) ...
@@ -186,20 +193,21 @@ Setting up libbz2-1.0 (1.0.2-11) ...
Setting up libssl0.9.8 (0.9.8a-4) ...
-Setting up manpages (2.10-1) ...
Setting up nano (1.3.9-1) ...
+Setting up tasksel (2.34) ...
+
Setting up procps (3.2.6-2) ...
Installing new version of config file /etc/init.d/procps.sh ...
Installing new version of config file /etc/sysctl.conf ...
Setting up libdb4.2 (4.2.52-20) ...
-Setting up libstdc++6-4.0-dev (4.0.2-4) ...
+Setting up libstdc++6-4.0-dev (4.0.2-5) ...
Setting up perl-modules (5.8.7-8) ...
Setting up console-tools (0.2.3dbs-60) ...
Installing new version of config file /etc/init.d/console-screen.sh ...
-Setting up g++-4.0 (4.0.2-4) ...
+Setting up g++-4.0 (4.0.2-5) ...
Setting up base-config (2.74) ...
Setting up perl (5.8.7-8) ...
@@ -218,6 +226,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//25052 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//2561 and its subdirectories
diff --git a/testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log b/testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log
index 5d7aa53..faf1ec4 100644
--- a/testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log
+++ b/testsuite/normal/pbuilder-update-sarge-etch-sid-experimental.log
@@ -1,10 +1,10 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//24355/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//1538/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
@@ -19,7 +19,7 @@ Get:3 http://ftp.jp.debian.org ../project/experimental Release [4245B]
Ign http://ftp.jp.debian.org ../project/experimental Release
Hit http://ftp.jp.debian.org sid/main Packages
Get:4 http://ftp.jp.debian.org ../project/experimental/main Packages [138kB]
-Fetched 142kB in 0s (417kB/s)
+Fetched 142kB in 0s (400kB/s)
Reading package lists...
W: GPG error: http://ftp.jp.debian.org sid Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: GPG error: http://ftp.jp.debian.org ../project/experimental Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
@@ -37,14 +37,14 @@ Need to get 0B/1679kB of archives.
After unpacking 8610kB disk space will be freed.
WARNING: The following packages cannot be authenticated!
diff apt-utils apt
-(Reading database ... 12479 files and directories currently installed.)
+(Reading database ... 12503 files and directories currently installed.)
Removing tasksel ...
Removing aptitude ...
-(Reading database ... 12289 files and directories currently installed.)
+(Reading database ... 12312 files and directories currently installed.)
Preparing to replace diff 2.8.1-11 (using .../diff_2.8.7-0.2_amd64.deb) ...
Unpacking replacement diff ...
Setting up diff (2.8.7-0.2) ...
-(Reading database ... 12297 files and directories currently installed.)
+(Reading database ... 12320 files and directories currently installed.)
Preparing to replace apt-utils 0.6.43 (using .../apt-utils_0.6.43exp2_amd64.deb) ...
Unpacking replacement apt-utils ...
Preparing to replace apt 0.6.43 (using .../apt_0.6.43exp2_amd64.deb) ...
@@ -62,6 +62,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//24355 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//1538 and its subdirectories
diff --git a/testsuite/normal/pbuilder-update-sarge-etch-sid.log b/testsuite/normal/pbuilder-update-sarge-etch-sid.log
index dbfeae9..90cf6e0 100644
--- a/testsuite/normal/pbuilder-update-sarge-etch-sid.log
+++ b/testsuite/normal/pbuilder-update-sarge-etch-sid.log
@@ -1,10 +1,10 @@
Upgrading for distribution sid
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//22189/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//31760/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
@@ -14,7 +14,7 @@ Get:1 http://ftp.jp.debian.org sid Release.gpg [189B]
Get:2 http://ftp.jp.debian.org sid Release [5722B]
Ign http://ftp.jp.debian.org sid Release
Get:3 http://ftp.jp.debian.org sid/main Packages [3839kB]
-Fetched 3845kB in 2s (1505kB/s)
+Fetched 3845kB in 2s (1835kB/s)
Reading package lists...
W: GPG error: http://ftp.jp.debian.org sid Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?)
W: You may want to run apt-get update to correct these problems
@@ -27,32 +27,38 @@ The following NEW packages will be installed:
The following packages will be upgraded:
adduser apt apt-utils aptitude base-config binutils console-common
console-data console-tools coreutils cpp-3.3 cpp-4.0 debconf debconf-i18n
- dhcp-client exim4 exim4-base exim4-config exim4-daemon-light g++-3.3 g++-4.0
- gcc-3.3 gcc-3.3-base gcc-4.0 gcc-4.0-base initscripts libconsole libdb4.2
- libdb4.3 libgcc1 libpcre3 libperl5.8 libssl0.9.8 libstdc++5
- libstdc++5-3.3-dev libstdc++6 libstdc++6-4.0-dev lsb-base manpages nano perl
- perl-base perl-modules procps sed sysv-rc sysvinit
-47 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/38.0MB of archives.
-After unpacking 2712kB of additional disk space will be used.
+ dhcp-client exim4 exim4-base exim4-config exim4-daemon-light findutils
+ g++-3.3 g++-4.0 gcc-3.3 gcc-3.3-base gcc-4.0 gcc-4.0-base initscripts
+ libconsole libdb4.2 libdb4.3 libgcc1 libpcre3 libperl5.8 libssl0.9.8
+ libstdc++5 libstdc++5-3.3-dev libstdc++6 libstdc++6-4.0-dev lsb-base nano
+ perl perl-base perl-modules procps sed sysv-rc sysvinit tasksel
+48 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/38.2MB of archives.
+After unpacking 2896kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
- coreutils perl-modules libdb4.3 perl libperl5.8 perl-base sed sysvinit
- debconf-i18n debconf console-data console-tools libconsole lsb-base
+ coreutils findutils perl-modules libdb4.3 perl libperl5.8 perl-base sed
+ sysvinit debconf-i18n debconf console-data console-tools libconsole lsb-base
console-common libstdc++6-4.0-dev g++-4.0 gcc-4.0 cpp-4.0 libgcc1 binutils
gcc-4.0-base libstdc++6 apt-utils libsigc++-2.0-0c2a aptitude apt
- initscripts sysv-rc adduser base-config dhcp-client libssl0.9.8 manpages
- nano procps libdb4.2 libpcre3 exim4-daemon-light exim4-config exim4-base
- exim4 gcc-3.3-base cpp-3.3 gcc-3.3 libstdc++5 libstdc++5-3.3-dev g++-3.3
- Extracting templates from packages: 62% Extracting templates from packages: 100%
+ initscripts sysv-rc adduser base-config dhcp-client libssl0.9.8 nano tasksel
+ procps libdb4.2 libpcre3 exim4-daemon-light exim4-config exim4-base exim4
+ gcc-3.3-base cpp-3.3 gcc-3.3 libstdc++5 libstdc++5-3.3-dev g++-3.3
+ Extracting templates from packages: 61% Extracting templates from packages: 100%
Preconfiguring packages ...
-(Reading database ... 12446 files and directories currently installed.)
+(Reading database ... 12448 files and directories currently installed.)
Preparing to replace coreutils 5.2.1-2.1 (using .../coreutils_5.93-5_amd64.deb) ...
Removing `local diversion of /usr/share/man/man1/md5sum.textutils.1.gz to /usr/share/man/man1/md5sum.1.gz'
Removing `local diversion of /usr/bin/md5sum.textutils to /usr/bin/md5sum'
Unpacking replacement coreutils ...
Setting up coreutils (5.93-5) ...
-(Reading database ... 12460 files and directories currently installed.)
+(Reading database ... 12462 files and directories currently installed.)
+Preparing to replace findutils 4.2.25-1 (using .../findutils_4.2.26-2_amd64.deb) ...
+Unpacking replacement findutils ...
+Setting up findutils (4.2.26-2) ...
+Installing new version of config file /etc/updatedb.conf ...
+
+(Reading database ... 12463 files and directories currently installed.)
Preparing to replace perl-modules 5.8.7-7 (using .../perl-modules_5.8.7-8_all.deb) ...
Unpacking replacement perl-modules ...
Preparing to replace libdb4.3 4.3.28-2 (using .../libdb4.3_4.3.29-1_amd64.deb) ...
@@ -64,21 +70,21 @@ Unpacking replacement libperl5.8 ...
Preparing to replace perl-base 5.8.7-7 (using .../perl-base_5.8.7-8_amd64.deb) ...
Unpacking replacement perl-base ...
Setting up perl-base (5.8.7-8) ...
-(Reading database ... 12458 files and directories currently installed.)
+(Reading database ... 12461 files and directories currently installed.)
Preparing to replace sed 4.1.2-8 (using .../archives/sed_4.1.4-4_amd64.deb) ...
Unpacking replacement sed ...
Setting up sed (4.1.4-4) ...
-(Reading database ... 12459 files and directories currently installed.)
+(Reading database ... 12462 files and directories currently installed.)
Preparing to replace sysvinit 2.86.ds1-4 (using .../sysvinit_2.86.ds1-6_amd64.deb) ...
Unpacking replacement sysvinit ...
Setting up sysvinit (2.86.ds1-6) ...
init: timeout opening/writing control channel /dev/initctl
-(Reading database ... 12459 files and directories currently installed.)
-Preparing to replace debconf-i18n 1.4.59 (using .../debconf-i18n_1.4.61_all.deb) ...
+(Reading database ... 12462 files and directories currently installed.)
+Preparing to replace debconf-i18n 1.4.59 (using .../debconf-i18n_1.4.62_all.deb) ...
Unpacking replacement debconf-i18n ...
-Preparing to replace debconf 1.4.59 (using .../debconf_1.4.61_all.deb) ...
+Preparing to replace debconf 1.4.59 (using .../debconf_1.4.62_all.deb) ...
Unpacking replacement debconf ...
Preparing to replace console-data 2002.12.04dbs-50 (using .../console-data_2002.12.04dbs-52_all.deb) ...
Unpacking replacement console-data ...
@@ -88,35 +94,35 @@ Preparing to replace libconsole 1:0.2.3dbs-58 (using .../libconsole_1%3a0.2.3dbs
Unpacking replacement libconsole ...
Preparing to replace lsb-base 3.0-11 (using .../lsb-base_3.0-12_all.deb) ...
Unpacking replacement lsb-base ...
-Setting up debconf-i18n (1.4.61) ...
-Setting up debconf (1.4.61) ...
+Setting up debconf-i18n (1.4.62) ...
+Setting up debconf (1.4.62) ...
-(Reading database ... 12459 files and directories currently installed.)
+(Reading database ... 12464 files and directories currently installed.)
Preparing to replace console-common 0.7.54 (using .../console-common_0.7.55_all.deb) ...
Unpacking replacement console-common ...
-Preparing to replace libstdc++6-4.0-dev 4.0.2-2 (using .../libstdc++6-4.0-dev_4.0.2-4_amd64.deb) ...
+Preparing to replace libstdc++6-4.0-dev 4.0.2-2 (using .../libstdc++6-4.0-dev_4.0.2-5_amd64.deb) ...
Unpacking replacement libstdc++6-4.0-dev ...
-Preparing to replace g++-4.0 4.0.2-2 (using .../g++-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace g++-4.0 4.0.2-2 (using .../g++-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement g++-4.0 ...
-Preparing to replace gcc-4.0 4.0.2-2 (using .../gcc-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace gcc-4.0 4.0.2-2 (using .../gcc-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement gcc-4.0 ...
-Preparing to replace cpp-4.0 4.0.2-2 (using .../cpp-4.0_4.0.2-4_amd64.deb) ...
+Preparing to replace cpp-4.0 4.0.2-2 (using .../cpp-4.0_4.0.2-5_amd64.deb) ...
Unpacking replacement cpp-4.0 ...
-Preparing to replace libgcc1 1:4.0.2-2 (using .../libgcc1_1%3a4.0.2-4_amd64.deb) ...
+Preparing to replace libgcc1 1:4.0.2-2 (using .../libgcc1_1%3a4.0.2-5_amd64.deb) ...
Unpacking replacement libgcc1 ...
-Setting up libgcc1 (4.0.2-4) ...
+Setting up libgcc1 (4.0.2-5) ...
-(Reading database ... 12459 files and directories currently installed.)
+(Reading database ... 12484 files and directories currently installed.)
Preparing to replace binutils 2.16.1-2 (using .../binutils_2.16.1cvs20051117-1_amd64.deb) ...
Unpacking replacement binutils ...
-Preparing to replace gcc-4.0-base 4.0.2-2 (using .../gcc-4.0-base_4.0.2-4_amd64.deb) ...
+Preparing to replace gcc-4.0-base 4.0.2-2 (using .../gcc-4.0-base_4.0.2-5_amd64.deb) ...
Unpacking replacement gcc-4.0-base ...
-Preparing to replace libstdc++6 4.0.2-2 (using .../libstdc++6_4.0.2-4_amd64.deb) ...
+Preparing to replace libstdc++6 4.0.2-2 (using .../libstdc++6_4.0.2-5_amd64.deb) ...
Unpacking replacement libstdc++6 ...
-Setting up gcc-4.0-base (4.0.2-4) ...
-Setting up libstdc++6 (4.0.2-4) ...
+Setting up gcc-4.0-base (4.0.2-5) ...
+Setting up libstdc++6 (4.0.2-5) ...
-(Reading database ... 12469 files and directories currently installed.)
+(Reading database ... 12494 files and directories currently installed.)
Preparing to replace apt-utils 0.6.42.2 (using .../apt-utils_0.6.43_amd64.deb) ...
Unpacking replacement apt-utils ...
Selecting previously deselected package libsigc++-2.0-0c2a.
@@ -127,7 +133,7 @@ Preparing to replace apt 0.6.42.2 (using .../archives/apt_0.6.43_amd64.deb) ...
Unpacking replacement apt ...
Setting up apt (0.6.43) ...
-(Reading database ... 12483 files and directories currently installed.)
+(Reading database ... 12508 files and directories currently installed.)
Preparing to replace initscripts 2.86.ds1-4 (using .../initscripts_2.86.ds1-6_amd64.deb) ...
Unpacking replacement initscripts ...
Setting up lsb-base (3.0-12) ...
@@ -151,12 +157,12 @@ Installing new version of config file /etc/init.d/umountnfs.sh ...
Installing new version of config file /etc/init.d/umountroot ...
Installing new version of config file /etc/init.d/urandom ...
-(Reading database ... 12484 files and directories currently installed.)
+(Reading database ... 12509 files and directories currently installed.)
Preparing to replace sysv-rc 2.86.ds1-4 (using .../sysv-rc_2.86.ds1-6_all.deb) ...
Unpacking replacement sysv-rc ...
Setting up sysv-rc (2.86.ds1-6) ...
-(Reading database ... 12484 files and directories currently installed.)
+(Reading database ... 12509 files and directories currently installed.)
Preparing to replace adduser 3.79 (using .../archives/adduser_3.80_all.deb) ...
Unpacking replacement adduser ...
Preparing to replace base-config 2.73 (using .../base-config_2.74_all.deb) ...
@@ -165,10 +171,10 @@ Preparing to replace dhcp-client 2.0pl5-19.1 (using .../dhcp-client_2.0pl5-19.3_
Unpacking replacement dhcp-client ...
Preparing to replace libssl0.9.8 0.9.8a-3 (using .../libssl0.9.8_0.9.8a-4_amd64.deb) ...
Unpacking replacement libssl0.9.8 ...
-Preparing to replace manpages 2.02-2 (using .../manpages_2.10-1_all.deb) ...
-Unpacking replacement manpages ...
Preparing to replace nano 1.3.8-2 (using .../nano_1.3.9-1_amd64.deb) ...
Unpacking replacement nano ...
+Preparing to replace tasksel 2.33 (using .../archives/tasksel_2.34_all.deb) ...
+Unpacking replacement tasksel ...
Preparing to replace procps 1:3.2.5-1 (using .../procps_1%3a3.2.6-2_amd64.deb) ...
Unpacking replacement procps ...
Preparing to replace libdb4.2 4.2.52-18 (using .../libdb4.2_4.2.52-20_amd64.deb) ...
@@ -204,10 +210,10 @@ NONE
Setting up libconsole (0.2.3dbs-60) ...
-Setting up cpp-4.0 (4.0.2-4) ...
+Setting up cpp-4.0 (4.0.2-5) ...
Setting up binutils (2.16.1cvs20051117-1) ...
-Setting up gcc-4.0 (4.0.2-4) ...
+Setting up gcc-4.0 (4.0.2-5) ...
Setting up apt-utils (0.6.43) ...
Setting up libsigc++-2.0-0c2a (2.0.16-2) ...
@@ -221,9 +227,10 @@ Installing new version of config file /etc/dhclient-script ...
Setting up libssl0.9.8 (0.9.8a-4) ...
-Setting up manpages (2.10-1) ...
Setting up nano (1.3.9-1) ...
+Setting up tasksel (2.34) ...
+
Setting up procps (3.2.6-2) ...
Installing new version of config file /etc/init.d/procps.sh ...
Installing new version of config file /etc/sysctl.conf ...
@@ -251,7 +258,7 @@ Setting up perl-modules (5.8.7-8) ...
Setting up console-tools (0.2.3dbs-60) ...
Installing new version of config file /etc/init.d/console-screen.sh ...
-Setting up libstdc++6-4.0-dev (4.0.2-4) ...
+Setting up libstdc++6-4.0-dev (4.0.2-5) ...
Setting up base-config (2.74) ...
Setting up libstdc++5-3.3-dev (3.3.6-10) ...
@@ -262,7 +269,7 @@ Installing new version of config file /etc/init.d/keymap.sh ...
Looking for keymap to install:
NONE
-Setting up g++-4.0 (4.0.2-4) ...
+Setting up g++-4.0 (4.0.2-5) ...
Setting up g++-3.3 (3.3.6-10) ...
Reading package lists...
Building dependency tree...
@@ -273,6 +280,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//22189 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//31760 and its subdirectories
diff --git a/testsuite/normal/pbuilder-update-sarge-etch.log b/testsuite/normal/pbuilder-update-sarge-etch.log
index 5b9e6e3..a178429 100644
--- a/testsuite/normal/pbuilder-update-sarge-etch.log
+++ b/testsuite/normal/pbuilder-update-sarge-etch.log
@@ -1,18 +1,18 @@
Upgrading for distribution etch
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/var/cache/pbuilder/build//16812/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/var/cache/pbuilder/build//26345/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> Installing apt-lines
Refreshing the base.tgz
-> upgrading packages
-Get:1 http://ftp.jp.debian.org etch/main Packages [3508kB]
+Get:1 http://ftp.jp.debian.org etch/main Packages [3511kB]
Get:2 http://ftp.jp.debian.org etch/main Release [96B]
-Fetched 3508kB in 2s (1411kB/s)
+Fetched 3511kB in 1s (1811kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Obtaining the cached apt archive contents
@@ -44,7 +44,7 @@ The following packages will be upgraded:
Preconfiguring packages ...
115 upgraded, 17 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B/61.7MB of archives.
-After unpacking 34.2MB of additional disk space will be used.
+After unpacking 34.3MB of additional disk space will be used.
(Reading database ... 10950 files and directories currently installed.)
Preparing to replace linux-kernel-headers 2.5.999-test7-bk-17 (using .../linux-kernel-headers_2.6.13+0rc3-2_amd64.deb) ...
Unpacking replacement linux-kernel-headers ...
@@ -75,8 +75,8 @@ Unpacking replacement libc6 ...
Setting up libc6 (2.3.5-8.1) ...
Checking for services that may need to be restarted...done.
Current default timezone: 'UTC'.
-Local time is now: Sun Dec 4 05:29:50 UTC 2005.
-Universal Time is now: Sun Dec 4 05:29:50 UTC 2005.
+Local time is now: Mon Dec 5 09:56:51 UTC 2005.
+Universal Time is now: Mon Dec 5 09:56:51 UTC 2005.
Run 'tzconfig' if you wish to change it.
(Reading database ... 11284 files and directories currently installed.)
@@ -494,7 +494,7 @@ Preparing to replace logrotate 3.7-5 (using .../logrotate_3.7.1-2_amd64.deb) ...
Unpacking replacement logrotate ...
Preparing to replace man-db 2.4.2-21 (using .../man-db_2.4.3-3_amd64.deb) ...
Unpacking replacement man-db ...
-Preparing to replace manpages 1.70-1 (using .../manpages_2.02-2_all.deb) ...
+Preparing to replace manpages 1.70-1 (using .../manpages_2.10-1_all.deb) ...
Unpacking replacement manpages ...
Preparing to replace modutils 2.4.26-1.2 (using .../modutils_2.4.27.0-3_amd64.deb) ...
Unpacking replacement modutils ...
@@ -647,7 +647,7 @@ Setting up logrotate (3.7.1-2) ...
Setting up man-db (2.4.3-3) ...
Installing new version of config file /etc/manpath.config ...
-Setting up manpages (2.02-2) ...
+Setting up manpages (2.10-1) ...
Setting up modutils (2.4.27.0-3) ...
Installing new version of config file /etc/init.d/modutils ...
Installing new version of config file /etc/modutils/aliases ...
@@ -738,6 +738,6 @@ apt is already the newest version.
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> creating base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//16812 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//26345 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-etch.log b/testsuite/normal/pdebuild-internal-etch.log
index 79ad69f..48fe52d 100644
--- a/testsuite/normal/pdebuild-internal-etch.log
+++ b/testsuite/normal/pdebuild-internal-etch.log
@@ -1,12 +1,12 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/17407/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/27318/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2
+-> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2
-> policy-rc.d already exists
Obtaining the cached apt archive contents
Using: : pdebuild-internal,v 1.8 2005/12/04 05:16:40 dancer Exp $
@@ -24,7 +24,7 @@ The following NEW packages will be installed:
Need to get 0B/133kB of archives.
After unpacking 737kB of additional disk space will be used.
Selecting previously deselected package libdebian-installer4.
-(Reading database ... 11838 files and directories currently installed.)
+(Reading database ... 11840 files and directories currently installed.)
Unpacking libdebian-installer4 (from .../libdebian-installer4_0.35_amd64.deb) ...
Selecting previously deselected package libdebian-installer-extra4.
Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.35_amd64.deb) ...
@@ -59,7 +59,7 @@ The following NEW packages will be installed:
Need to get 0B/2892kB of archives.
After unpacking 9572kB of additional disk space will be used.
Selecting previously deselected package libmagic1.
-(Reading database ... 11931 files and directories currently installed.)
+(Reading database ... 11933 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
@@ -103,7 +103,7 @@ The following NEW packages will be installed:
Need to get 0B/94.3kB of archives.
After unpacking 360kB of additional disk space will be used.
Selecting previously deselected package fakeroot.
-(Reading database ... 12522 files and directories currently installed.)
+(Reading database ... 12524 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
Setting up fakeroot (1.5.5) ...
@@ -116,14 +116,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -312,18 +312,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -336,26 +336,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -391,10 +391,10 @@ 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
+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
@@ -406,7 +406,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
-Sun Dec 4 05:38:32 UTC 2005
+Mon Dec 5 10:05:14 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -476,14 +476,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
-Sun Dec 4 05:38:37 UTC 2005
+Mon Dec 5 10:05:19 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-a: a
b: b
c: c
dsh: Process terminated (before write).
+a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -492,9 +492,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -504,58 +504,58 @@ dh_clean: Compatibility levels before 4 are deprecated.
dh_installdirs
dh_installdirs: Compatibility levels before 4 are deprecated.
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -593,6 +593,6 @@ dpkg-buildpackage: full upload (original source is included)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2 filesystem
+ -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/17407 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/27318 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sarge.log b/testsuite/normal/pdebuild-internal-sarge.log
index f5caaf8..0bfbb39 100644
--- a/testsuite/normal/pdebuild-internal-sarge.log
+++ b/testsuite/normal/pdebuild-internal-sarge.log
@@ -1,12 +1,12 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/9192/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/18662/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2
+-> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2
-> policy-rc.d already exists
Obtaining the cached apt archive contents
Using: : pdebuild-internal,v 1.8 2005/12/04 05:16:40 dancer Exp $
@@ -110,14 +110,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
@@ -305,18 +305,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -329,26 +329,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -385,9 +385,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
@@ -399,7 +399,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
-Sun Dec 4 05:28:24 UTC 2005
+Mon Dec 5 09:55:39 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -469,14 +469,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
-Sun Dec 4 05:28:29 UTC 2005
+Mon Dec 5 09:55:44 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
-b: b
+a: a
c: c
dsh: Process terminated (before write).
-a: a
+b: b
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -485,9 +485,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -495,58 +495,58 @@ dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -570,6 +570,6 @@ dpkg-buildpackage: full upload (original source is included)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2 filesystem
+ -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/9192 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/18662 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sid.log b/testsuite/normal/pdebuild-internal-sid.log
index f54686c..cc508e4 100644
--- a/testsuite/normal/pdebuild-internal-sid.log
+++ b/testsuite/normal/pdebuild-internal-sid.log
@@ -1,12 +1,12 @@
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/8724/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/17903/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2
+-> Mounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2
-> policy-rc.d already exists
Obtaining the cached apt archive contents
Using: : pdebuild-internal,v 1.8 2005/12/04 05:16:40 dancer Exp $
@@ -24,20 +24,20 @@ The following NEW packages will be installed:
Need to get 0B/134kB of archives.
After unpacking 741kB of additional disk space will be used.
Selecting previously deselected package libdebian-installer4.
-(Reading database ... 11862 files and directories currently installed.)
+(Reading database ... 11886 files and directories currently installed.)
Unpacking libdebian-installer4 (from .../libdebian-installer4_0.36_amd64.deb) ...
Selecting previously deselected package libdebian-installer-extra4.
Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.36_amd64.deb) ...
Selecting previously deselected package cdebootstrap.
Unpacking cdebootstrap (from .../cdebootstrap_0.3.9_amd64.deb) ...
Selecting previously deselected package pbuilder.
-Unpacking pbuilder (from .../pbuilder_0.139_all.deb) ...
+Unpacking pbuilder (from .../pbuilder_0.140_all.deb) ...
Setting up libdebian-installer4 (0.36) ...
Setting up libdebian-installer-extra4 (0.36) ...
Setting up cdebootstrap (0.3.9) ...
-Setting up pbuilder (0.139) ...
+Setting up pbuilder (0.140) ...
Setting DEBBUILDOPTS=
- -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.20 2005/08/17 00:46:54 dancer Exp $
+ -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.22 2005/12/04 05:16:40 dancer Exp $
-> Considering debhelper (>> 3.0.0)
-> Trying debhelper
-> Considering libdshconfig1-dev (>= 0.20.11-1)
@@ -59,12 +59,12 @@ The following NEW packages will be installed:
Need to get 0B/2892kB of archives.
After unpacking 9572kB of additional disk space will be used.
Selecting previously deselected package libmagic1.
-(Reading database ... 11956 files and directories currently installed.)
+(Reading database ... 11980 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.61_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.62_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
Selecting previously deselected package gettext.
@@ -82,7 +82,7 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_amd64.deb) ...
Setting up libmagic1 (4.15-2) ...
Setting up file (4.15-2) ...
-Setting up debconf-utils (1.4.61) ...
+Setting up debconf-utils (1.4.62) ...
Setting up html2text (1.3.2a-3) ...
@@ -103,7 +103,7 @@ The following NEW packages will be installed:
Need to get 0B/94.3kB of archives.
After unpacking 360kB of additional disk space will be used.
Selecting previously deselected package fakeroot.
-(Reading database ... 12547 files and directories currently installed.)
+(Reading database ... 12571 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
Setting up fakeroot (1.5.5) ...
@@ -116,14 +116,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -312,18 +312,18 @@ config.status: creating po/Makefile
touch configure-stamp
dh_testdir
/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; else rm -f ".deps/dsh-dsh.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
@@ -336,26 +336,26 @@ gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/lib
mkdir build-man
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
PASS: tests/param-f.sh
dsh: File ./tests/nonexistent.file could not be opened for read
PASS: tests/param-f-fail.sh
@@ -367,7 +367,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
@@ -392,8 +391,8 @@ 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
+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
@@ -402,11 +401,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
-Sun Dec 4 05:22:43 UTC 2005
+Mon Dec 5 09:50:25 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -476,14 +475,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
-Sun Dec 4 05:22:48 UTC 2005
+Mon Dec 5 09:50:30 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
+dsh: Process terminated (before write).
b: b
c: c
-dsh: Process terminated (before write).
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -492,9 +491,9 @@ PASS: tests/machinelist-order.sh
===================
All 17 tests passed
===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
touch build-stamp
fakeroot debian/rules binary
dh_testdir
@@ -504,58 +503,58 @@ dh_clean: Compatibility levels before 4 are deprecated.
dh_installdirs
dh_installdirs: Compatibility levels before 4 are deprecated.
# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/m4'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/m4'
Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share
+mkdir -p -- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES
+installing ja.gmo as /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
+ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po; \
for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
/usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
+ /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin"
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
-test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
- /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/po'
+make[2]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[3]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+test -z "/usr/bin" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin"
+ /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s 'dsh' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh'
+install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/bin/dsh
+test -z "/etc/dsh" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh"
+ /usr/bin/install -c -m 644 'dsh.conf' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf'
for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1 ;\
+ mkdir -p /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5 ;\
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
+ > /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
done
-test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
- /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
-test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
- /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
-make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
+test -z "/usr/share/man/man1" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1"
+ /usr/bin/install -c -m 644 './build-man/dsh.1' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man1/dsh.1'
+test -z "/usr/share/man/man5" || mkdir -p -- . "/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5"
+ /usr/bin/install -c -m 644 './build-man/dsh.conf.5' '/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/share/man/man5/dsh.conf.5'
+make[3]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[2]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/machines.list
+cp /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/dsh.conf /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/dsh.conf
+ln -s ../machines.list /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/etc/dsh/group/all
+install -d /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster
+install -m 755 /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh.updatelist /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6/debian/dsh/usr/lib/update-cluster/
dh_testdir
dh_testroot
dh_installdocs NEWS
@@ -593,6 +592,6 @@ dpkg-buildpackage: full upload (original source is included)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
- -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2 filesystem
+ -> unmounting /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/8724 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/17903 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-etch.log b/testsuite/normal/pdebuild-normal-etch.log
index b0e1591..91e6eb8 100644
--- a/testsuite/normal/pdebuild-normal-etch.log
+++ b/testsuite/normal/pdebuild-normal-etch.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -27,17 +27,18 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
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: Sun Dec 4 14:36:44 JST 2005
-pbuilder-time-stamp: 1133674604
+Current time: Mon Dec 5 19:03:33 JST 2005
+pbuilder-time-stamp: 1133777013
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/10359/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/20164/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result
@@ -65,7 +66,7 @@ The following NEW packages will be installed:
Need to get 0B/2892kB of archives.
After unpacking 9572kB of additional disk space will be used.
Selecting previously deselected package libmagic1.
-(Reading database ... 11838 files and directories currently installed.)
+(Reading database ... 11840 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
@@ -101,33 +102,51 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading package lists...
+Building dependency tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/94.3kB of archives.
+After unpacking 360kB of additional disk space will be used.
+Selecting previously deselected package fakeroot.
+(Reading database ... 12431 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
+Setting up fakeroot (1.5.5) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/20164/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/20164/etc/group
Copying source file
-> copying [../dsh_0.25.6-1.dsc]
-> copying [../dsh_0.25.6.orig.tar.gz]
-> copying [../dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-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)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: 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 (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 (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -144,9 +163,9 @@ make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
dpkg-source -b dsh-0.25.6
-dpkg-source: 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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -420,11 +439,11 @@ dsh: Failed executing ./invalid-exec-file with llexec call
dsh: Failed executing ./invalid-exec-file with llexec call
success
PASS: tests/param-r-invalid.sh
-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
-Sun Dec 4 05:37:33 UTC 2005
+Mon Dec 5 10:04:22 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -494,13 +513,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
-Sun Dec 4 05:37:38 UTC 2005
+Mon Dec 5 10:04:27 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
a: a
b: b
-dsh: Process terminated (before write).
c: c
PASS: tests/segv-catcher.sh
l w
@@ -514,7 +532,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -614,16 +632,16 @@ dh_builddeb
dh_builddeb: Compatibility levels before 4 are deprecated.
dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_amd64.deb'.
dpkg-genchanges
-dpkg-genchanges: 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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:37:40 JST 2005
-pbuilder-time-stamp: 1133674660
+Current time: Mon Dec 5 19:04:29 JST 2005
+pbuilder-time-stamp: 1133777069
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/10359 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/20164 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sarge.log b/testsuite/normal/pdebuild-normal-sarge.log
index 7c36cab..4649e7a 100644
--- a/testsuite/normal/pdebuild-normal-sarge.log
+++ b/testsuite/normal/pdebuild-normal-sarge.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -27,17 +27,18 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
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: Sun Dec 4 14:26:43 JST 2005
-pbuilder-time-stamp: 1133674003
+Current time: Mon Dec 5 18:54:05 JST 2005
+pbuilder-time-stamp: 1133776445
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/2084/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/11514/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result
@@ -101,31 +102,49 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading Package Lists...
+Building Dependency Tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/78.0kB of archives.
+After unpacking 299kB of additional disk space will be used.
+Selecting previously deselected package fakeroot.
+(Reading database ... 11492 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.2.10_amd64.deb) ...
+Setting up fakeroot (1.2.10) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/11514/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/11514/etc/group
Copying source file
-> copying [../dsh_0.25.6-1.dsc]
-> copying [../dsh_0.25.6.orig.tar.gz]
-> copying [../dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
-> Building the package
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture is amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -141,9 +160,9 @@ make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b dsh-0.25.6
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -408,9 +427,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
@@ -422,7 +441,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
-Sun Dec 4 05:27:28 UTC 2005
+Mon Dec 5 09:54:51 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -492,14 +511,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
-Sun Dec 4 05:27:33 UTC 2005
+Mon Dec 5 09:54:56 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
+a: a
b: b
c: c
dsh: Process terminated (before write).
-a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -512,7 +531,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -596,16 +615,16 @@ dh_md5sums
dh_builddeb
dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_amd64.deb'.
dpkg-genchanges
-dpkg-genchanges: 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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:27:35 JST 2005
-pbuilder-time-stamp: 1133674055
+Current time: Mon Dec 5 18:54:58 JST 2005
+pbuilder-time-stamp: 1133776498
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/2084 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/11514 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sid.log b/testsuite/normal/pdebuild-normal-sid.log
index 3cf6354..1e0a1c0 100644
--- a/testsuite/normal/pdebuild-normal-sid.log
+++ b/testsuite/normal/pdebuild-normal-sid.log
@@ -6,14 +6,14 @@ dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Entering directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir2/dsh-0.25.6'
+make[1]: Leaving directory `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir2/dsh-0.25.6'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
@@ -27,17 +27,18 @@ dpkg-source: building dsh in dsh_0.25.6-1.dsc
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: Sun Dec 4 14:20:49 JST 2005
-pbuilder-time-stamp: 1133673649
+Current time: Mon Dec 5 18:48:47 JST 2005
+pbuilder-time-stamp: 1133776127
Building the build Environment
- -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/testimage]
+ -> extracting base tarball [/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/testimage]
-> creating local configuration
-> copying local configuration
-> mounting /proc filesystem
-ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/1609/etc/mtab' to `../proc/mounts': File exists
+ln: creating symbolic link `/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/10750/etc/mtab' to `../proc/mounts': File exists
-> mounting /dev/pts filesystem
-> policy-rc.d already exists
-> created buildresult dir :/var/cache/pbuilder/result
@@ -65,12 +66,12 @@ The following NEW packages will be installed:
Need to get 0B/2892kB of archives.
After unpacking 9572kB of additional disk space will be used.
Selecting previously deselected package libmagic1.
-(Reading database ... 11862 files and directories currently installed.)
+(Reading database ... 11886 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.15-2_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.15-2_amd64.deb) ...
Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.4.61_all.deb) ...
+Unpacking debconf-utils (from .../debconf-utils_1.4.62_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...
Selecting previously deselected package gettext.
@@ -88,7 +89,7 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_amd64.deb) ...
Setting up libmagic1 (4.15-2) ...
Setting up file (4.15-2) ...
-Setting up debconf-utils (1.4.61) ...
+Setting up debconf-utils (1.4.62) ...
Setting up html2text (1.3.2a-3) ...
@@ -101,33 +102,51 @@ Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
-> Finished parsing the build-deps
+Reading package lists...
+Building dependency tree...
+The following NEW packages will be installed:
+ fakeroot
+0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+Need to get 0B/94.3kB of archives.
+After unpacking 360kB of additional disk space will be used.
+Selecting previously deselected package fakeroot.
+(Reading database ... 12477 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.5.5_amd64.deb) ...
+Setting up fakeroot (1.5.5) ...
+
Copying back the cached apt archive contents
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/10750/etc/passwd
+/home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/10750/etc/group
Copying source file
-> copying [../dsh_0.25.6-1.dsc]
-> copying [../dsh_0.25.6.orig.tar.gz]
-> copying [../dsh_0.25.6-1.diff.gz]
Extracting source
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: extracting dsh in dsh-0.25.6
dpkg-source: unpacking dsh_0.25.6.orig.tar.gz
dpkg-source: applying ./dsh_0.25.6-1.diff.gz
-> Building the package
-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)
+su: Authentication service cannot retrieve authentication info.
+(Ignored)
+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 (0)
-debian: 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 (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: source version is 0.25.6-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: 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 (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 (0)
-dpkg-architecture: 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 (1234)
+dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-buildpackage: host architecture amd64
-dpkg-checkbuilddeps: 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
- debian/rules clean
+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
@@ -144,9 +163,9 @@ make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
dpkg-source -b dsh-0.25.6
-dpkg-source: 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-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
+debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
dpkg-source: building dsh using existing dsh_0.25.6.orig.tar.gz
dpkg-source: building dsh in dsh_0.25.6-1.diff.gz
dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
@@ -425,7 +444,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
-Sun Dec 4 05:21:40 UTC 2005
+Mon Dec 5 09:49:31 UTC 2005
2: Using sleep as the remote shell
2: Show machine names on output
2: Adding machine 5,4,3,2,1 to list
@@ -495,14 +514,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
-Sun Dec 4 05:21:45 UTC 2005
+Mon Dec 5 09:49:36 UTC 2005
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
+a: a
b: b
c: c
dsh: Process terminated (before write).
-a: a
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -515,7 +534,7 @@ make[3]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[2]: Leaving directory `/tmp/buildd/dsh-0.25.6'
make[1]: Leaving directory `/tmp/buildd/dsh-0.25.6'
touch build-stamp
- debian/rules binary
+ fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
@@ -615,16 +634,16 @@ dh_builddeb
dh_builddeb: Compatibility levels before 4 are deprecated.
dpkg-deb: building package `dsh' in `../dsh_0.25.6-1_amd64.deb'.
dpkg-genchanges
-dpkg-genchanges: 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-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)
Copying back the cached apt archive contents
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-Current time: Sun Dec 4 14:21:47 JST 2005
-pbuilder-time-stamp: 1133673707
+Current time: Mon Dec 5 18:49:38 JST 2005
+pbuilder-time-stamp: 1133776178
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.afMItQ/dir3/1609 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/external/pbuilder/pbuilder/testsuite/tmp.dhvmAM/dir3/10750 and its subdirectories