From df5d8bf2689c623b90fa908d843ba9d6fff3529f Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Thu, 7 Jun 2007 07:50:37 +0900 Subject: * add example rebuild script from Bastian Venthur (http://people.debian.org/~venthur/stuff/2007-06-rebuild/) --- ChangeLog | 8 + Makefile | 4 + debian/changelog | 5 +- examples/rebuild/README | 54 +++++ examples/rebuild/buildall | 75 +++++++ examples/rebuild/getlist | 21 ++ testsuite/cdebootstrap/pbuilder-build-dsh-etch.log | 10 +- .../cdebootstrap/pbuilder-build-dsh-lenny.log | 12 +- testsuite/cdebootstrap/pbuilder-build-dsh-sid.log | 12 +- testsuite/cdebootstrap/pbuilder-create-etch.log | 93 ++++----- testsuite/cdebootstrap/pbuilder-create-lenny.log | 191 +++++++++--------- testsuite/cdebootstrap/pbuilder-create-sid.log | 63 +++--- .../cdebootstrap/pbuilder-update-etch-etch.log | 220 ++++++++++++--------- .../cdebootstrap/pbuilder-update-etch-sid.log | 182 +++++++---------- .../cdebootstrap/pbuilder-update-lenny-sid.log | 182 +++++++---------- testsuite/cdebootstrap/pdebuild-internal-etch.log | 13 +- testsuite/cdebootstrap/pdebuild-internal-lenny.log | 15 +- testsuite/cdebootstrap/pdebuild-internal-sid.log | 27 +-- testsuite/cdebootstrap/pdebuild-normal-etch.log | 7 +- testsuite/cdebootstrap/pdebuild-normal-lenny.log | 13 +- testsuite/cdebootstrap/pdebuild-normal-sid.log | 14 +- testsuite/normal/pbuilder-build-dsh-etch.log | 5 +- testsuite/normal/pbuilder-build-dsh-lenny.log | 11 +- testsuite/normal/pbuilder-build-dsh-sid.log | 13 +- testsuite/normal/pbuilder-create-lenny.log | 26 ++- testsuite/normal/pbuilder-create-sid.log | 24 +-- testsuite/normal/pbuilder-update-etch-etch.log | 220 ++++++++++++--------- testsuite/normal/pbuilder-update-etch-sid.log | 182 +++++++---------- testsuite/normal/pbuilder-update-lenny-sid.log | 182 +++++++---------- testsuite/normal/pdebuild-internal-etch.log | 9 +- testsuite/normal/pdebuild-internal-lenny.log | 14 +- testsuite/normal/pdebuild-internal-sid.log | 27 +-- testsuite/normal/pdebuild-normal-etch.log | 4 +- testsuite/normal/pdebuild-normal-lenny.log | 13 +- testsuite/normal/pdebuild-normal-sid.log | 12 +- 35 files changed, 1003 insertions(+), 960 deletions(-) create mode 100644 examples/rebuild/README create mode 100755 examples/rebuild/buildall create mode 100755 examples/rebuild/getlist diff --git a/ChangeLog b/ChangeLog index e64d138..1fb80c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-06-07 Junichi Uekawa + + * Makefile (install): install rebuild example scripts. + + * examples/rebuild/getlist: + * examples/rebuild/buildall: + * examples/rebuild/README: add example rebuilding script. + 2007-06-05 Junichi Uekawa * AUTHORS: add people diff --git a/Makefile b/Makefile index 6dac7fc..11e0238 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ install: $(INSTALL_DIRECTORY) $(DESTDIR)/usr/lib/pbuilder $(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/pbuilder $(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/doc/pbuilder/examples + $(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/doc/pbuilder/examples/rebuild $(INSTALL_DIRECTORY) $(DESTDIR)/var/cache/pbuilder/pbuilder-mnt $(INSTALL_DIRECTORY) $(DESTDIR)/var/cache/pbuilder/pbuilder-umlresult $(INSTALL_EXECUTABLE) pbuilder-buildpackage $(DESTDIR)/usr/lib/pbuilder/ @@ -96,6 +97,9 @@ install: $(INSTALL_EXECUTABLE) examples/execute_installtest.sh $(DESTDIR)/usr/share/doc/pbuilder/examples $(INSTALL_EXECUTABLE) examples/execute_paramtest.sh $(DESTDIR)/usr/share/doc/pbuilder/examples $(INSTALL_EXECUTABLE) examples/pbuilder-distribution.sh $(DESTDIR)/usr/share/doc/pbuilder/examples + $(INSTALL_EXECUTABLE) examples/rebuild/buildall $(DESTDIR)/usr/share/doc/pbuilder/examples/rebuild + $(INSTALL_EXECUTABLE) examples/rebuild/getlist $(DESTDIR)/usr/share/doc/pbuilder/examples/rebuild + $(INSTALL_FILE) examples/rebuild/README $(DESTDIR)/usr/share/doc/pbuilder/examples/rebuild # install workaround for initscripts -- 2005-12-21 $(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/doc/pbuilder/examples/workaround diff --git a/debian/changelog b/debian/changelog index 334bd58..d5e8db8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ pbuilder (0.170) UNRELEASED; urgency=low - * + * add example rebuild script from Bastian Venthur + (http://people.debian.org/~venthur/stuff/2007-06-rebuild/) - -- Junichi Uekawa Tue, 05 Jun 2007 22:11:21 +0900 + -- Junichi Uekawa Thu, 07 Jun 2007 07:49:48 +0900 pbuilder (0.169) unstable; urgency=low diff --git a/examples/rebuild/README b/examples/rebuild/README new file mode 100644 index 0000000..d34ad26 --- /dev/null +++ b/examples/rebuild/README @@ -0,0 +1,54 @@ +:1. Preparing the cowbuilder: +============================ + + sudo aptitude install cowdancer grep-dctrl wget + sudo cowbuilder --create --distribution lenny --basepath /var/cache/pbuilder/testing-base.cow + +2. Getting the list of packages to build: +========================================= + + getlist lenny + +Will fetch the Sources.gz for main and contrib of the distribution you +choose and creates two files: + + 1. list.lenny + 2. list.lenny.i368 + +The first list contains the name of all packages followed by all +architectures it can be build on. The second list Contains the names of +all packages which can be build on your arch. + +3. Setting the rebuild variables: +================================= + +The only setting should change is the BASEPATH variable. It must match +the --basepath option you gave. + +The other settings BUILDDIR and LOGDIR are optional. + +4. Rebuilding the archive +========================= + + rebuild list.lenny.i386 lenny + +Will attempt to build all packages appearing in list.testing.i368. It will +temporarily build them in $BUILDDIR/$PACKAGE and will use $LOGDIR to create +lock- and logfiles. + +NOTES: +====== + + - On a machine with more than one processor you can run multiple instances + of the rebuild script in order to speed up the build process by building + multiple packages concurrently + + - When building for a different distribution (testing) than the one the host + system is running (sid) you got to make sure that apt-get source fetches the + right sources. Otherwise you'll rebuild the packages from sid in a testing + environment and get false-positive FTBFS. + +-- + +2007-02-21, Bastian Venthur + diff --git a/examples/rebuild/buildall b/examples/rebuild/buildall new file mode 100755 index 0000000..52a68d5 --- /dev/null +++ b/examples/rebuild/buildall @@ -0,0 +1,75 @@ +#!/bin/sh +# +# rebuild - builds every package in a clean cowbuilder environment +# Usage: rebuild list +# +# Copyright (C) 2007 Bastian Venthur +# +# License: GPL 2 +# +# Version: 2007-06-06 +# * Included many patches from Gregor Herrmann +# Version: 2007-02-21 +# * Initial release + + +LIST=$1 +DIST=${2:-testing} +MIRROR=http://ftp.at.debian.org + +LOGDIR=$(pwd)/"logs" +BUILDDIR=$(pwd)/"build" +BASEPATH="/var/cache/pbuilder/testing-base.cow" + +# source lsb-functions for nice log messages +. /lib/lsb/init-functions + +function build { + PACKAGE=$1 + + mkdir -p $BUILDDIR/$PACKAGE + cd $BUILDDIR/$PACKAGE + + #apt-get source $PACKAGE -t $DIST > /dev/null 2> $LOGDIR/.$PACKAGE + G=$(grep-dctrl -S -n -s Directory,Version $PACKAGE ../../Sources) + set -- $G + DIR=$1 VER=$2 + dget -x ${MIRROR}/debian/${DIR}/${PACKAGE}_${VER}.dsc > /dev/null 2> $LOGDIR/.$PACKAGE + + cd $(find . -type d ! -name .) + mkdir -p $BUILDDIR/$PACKAGE/result + pdebuild --pbuilder cowbuilder --use-pdebuild-internal --buildresult $BUILDDIR/$PACKAGE/result/ -- --basepath $BASEPATH >> $LOGDIR/.$PACKAGE 2>&1 + + if [ $? -eq 0 ]; then + mv $LOGDIR/.$PACKAGE $LOGDIR/succeeded-$PACKAGE + log_action_end_msg 0 + else + mv $LOGDIR/.$PACKAGE $LOGDIR/failed-$PACKAGE + log_action_end_msg 1 + fi + + cd $BUILDDIR + rm -rf $PACKAGE +} + + +[ -d $LOGDIR ] || mkdir $LOGDIR + +if [ ! -e "$LIST" ]; then + log_failure_msg "No Buildlist given." + exit 1 +fi + +while read package; do + # Create Lockfile (ln -s is atomic and fails if link already exists) + ln -s $package $LOGDIR/.$package.lock 2> /dev/null || continue + + # Build the package if not already built + if [ ! -e $LOGDIR/succeeded-$package -a ! -e $LOGDIR/failed-$package ]; then + log_action_begin_msg "$(date +%F\ %T) Building $package " + build $package + fi + + # Remove Lockfile + rm -f $LOGDIR/.$package.lock +done < $LIST diff --git a/examples/rebuild/getlist b/examples/rebuild/getlist new file mode 100755 index 0000000..caf9c5f --- /dev/null +++ b/examples/rebuild/getlist @@ -0,0 +1,21 @@ +#!/bin/sh + +DIST=$1 + +BUILD_ARCH=$(dpkg-architecture -qDEB_BUILD_ARCH) +MIRROR=http://ftp.at.debian.org + +if [ -z $DIST ]; then + echo "No distribution given." + exit 1 +fi + +wget -q ${MIRROR}/debian/dists/$DIST/main/source/Sources.gz -O Sources.main.gz +wget -q ${MIRROR}/debian/dists/$DIST/contrib/source/Sources.gz -O Sources.contrib.gz +zcat Sources.main.gz Sources.contrib.gz > Sources + +grep -E "^Package|^Architecture|^$" Sources | paste -s -d "=" | sed "s/==/\n/g" | sed "s/=/ /g" | cut -d " " -f 2,4- > list.$DIST +grep -E " all| any| $BUILD_ARCH" list.$DIST | cut -d " " -f 1 > list.$DIST.$BUILD_ARCH + +rm -f Sources.main.gz Sources.contrib.gz + diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log b/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log index 10ef4e8..46e9108 100644 --- a/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log +++ b/testsuite/cdebootstrap/pbuilder-build-dsh-etch.log @@ -396,8 +396,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 @@ -410,7 +410,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 -Tue Jun 5 03:29:03 UTC 2007 +Wed Jun 6 03:29:30 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -480,14 +480,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 -Tue Jun 5 03:29:08 UTC 2007 +Wed Jun 6 03:29:35 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh -a: a -b: b c: c dsh: Process terminated (before write). +a: a +b: b PASS: tests/segv-catcher.sh l w PASS: tests/test-bufferoverflow.sh diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-lenny.log b/testsuite/cdebootstrap/pbuilder-build-dsh-lenny.log index dcea330..5e80cdd 100644 --- a/testsuite/cdebootstrap/pbuilder-build-dsh-lenny.log +++ b/testsuite/cdebootstrap/pbuilder-build-dsh-lenny.log @@ -9,7 +9,6 @@ Building the build Environment -> mounting /dev/pts filesystem -> policy-rc.d already exists Installing the build-deps -dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) -> Attempting to parse the build-deps -> Considering build-dep debhelper (>> 3.0.0) -> Trying debhelper @@ -43,7 +42,7 @@ Get:9 http://cdn.debian.or.jp lenny/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libmagic1. -(Reading database ... 12101 files and directories currently installed.) +(Reading database ... 12122 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.20-8_amd64.deb) ... Selecting previously deselected package file. Unpacking file (from .../archives/file_4.20-8_amd64.deb) ... @@ -89,7 +88,7 @@ After unpacking 451kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main fakeroot 1.7.1 [111kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package fakeroot. -(Reading database ... 12776 files and directories currently installed.) +(Reading database ... 12797 files and directories currently installed.) Unpacking fakeroot (from .../fakeroot_1.7.1_amd64.deb) ... Setting up fakeroot (1.7.1) ... @@ -410,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 -Tue Jun 5 03:37:10 UTC 2007 +Wed Jun 6 03:38:37 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -480,13 +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 -Tue Jun 5 03:37:15 UTC 2007 +Wed Jun 6 03:38:42 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh +c: c +dsh: Process terminated (before write). a: a b: b -c: c PASS: tests/segv-catcher.sh l w PASS: tests/test-bufferoverflow.sh diff --git a/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log b/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log index 92bfd7a..1cb4414 100644 --- a/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log +++ b/testsuite/cdebootstrap/pbuilder-build-dsh-sid.log @@ -37,7 +37,7 @@ Get:4 http://cdn.debian.or.jp sid/main html2text 1.3.2a-3 [92.7kB] Get:5 http://cdn.debian.or.jp sid/main gettext 0.16.1-1 [2261kB] Get:6 http://cdn.debian.or.jp sid/main intltool-debian 0.35.0+20060710.1 [30.8kB] Get:7 http://cdn.debian.or.jp sid/main po-debconf 1.0.8 [111kB] -Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.49 [517kB] +Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.50 [517kB] Get:9 http://cdn.debian.or.jp sid/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp sid/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) @@ -57,7 +57,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) . Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ... Selecting previously deselected package debhelper. -Unpacking debhelper (from .../debhelper_5.0.49_all.deb) ... +Unpacking debhelper (from .../debhelper_5.0.50_all.deb) ... Selecting previously deselected package libdshconfig1. Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ... Selecting previously deselected package libdshconfig1-dev. @@ -73,7 +73,7 @@ Setting up gettext (0.16.1-1) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.8) ... -Setting up debhelper (5.0.49) ... +Setting up debhelper (5.0.50) ... Setting up libdshconfig1 (0.20.12-2) ... Setting up libdshconfig1-dev (0.20.12-2) ... @@ -396,8 +396,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 @@ -409,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 -Tue Jun 5 03:24:08 UTC 2007 +Wed Jun 6 03:24:28 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -479,7 +479,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 -Tue Jun 5 03:24:13 UTC 2007 +Wed Jun 6 03:24:33 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh diff --git a/testsuite/cdebootstrap/pbuilder-create-etch.log b/testsuite/cdebootstrap/pbuilder-create-etch.log index 51810b2..1ccd000 100644 --- a/testsuite/cdebootstrap/pbuilder-create-etch.log +++ b/testsuite/cdebootstrap/pbuilder-create-etch.log @@ -2846,7 +2846,6 @@ O: O: makedev sdh11 b 8 123 root disk 0660: failed O: chown: O: `root:disk': invalid user -O: O: makedev sdh12 b 8 124 root disk 0660: failed O: chown: O: `root:disk': invalid user @@ -5366,7 +5365,6 @@ O: O: makedev ptyce c 2 222 root tty 0666: failed O: chown: O: `root:tty': invalid user -O: O: makedev ttyce c 3 222 root tty 0666: failed O: chown: O: `root:tty': invalid user @@ -6910,6 +6908,7 @@ O: O: makedev gscd0 b 16 0 root cdrom 0660: failed O: chown: O: `root:cdrom': invalid user +O: O: makedev lmscd b 24 0 root cdrom 0660: failed O: chown: O: `root:cdrom': invalid user @@ -15131,22 +15130,37 @@ O: `root:disk': invalid user O: O: makedev rd/c7d31p7 b 55 255 root disk 0660: failed O: chown: +O: `root:disk': invalid user +O: O: makedev dac960_gam c 10 252 root disk 0660: failed +O: chown: +O: `root:disk': invalid user +O: O: makedev dpti1 c 151 0 root disk 0660: failed +O: chown: +O: `root:disk': invalid user +O: O: makedev dpti2 c 151 1 root disk 0660: failed +O: chown: +O: `root:disk': invalid user +O: O: makedev dpti3 c 151 2 root disk 0660: failed +O: chown: +O: `root:disk': invalid user +O: O: makedev dpti4 c 151 3 root disk 0660: failed +O: chown: +O: `root:disk': invalid user +O: O: makedev dpti5 c 151 4 root disk 0660: failed +O: chown: +O: `root:disk': invalid user +O: O: makedev dpti6 c 151 5 root disk 0660: failed -O: makedev dpti7 c 151 6 root disk 0660: failed +O: chown: O: `root:disk': invalid user -O: chown: `root:disk': invalid user -O: chown: `root:disk': invalid user -O: chown: `root:disk': invalid user -O: chown: `root:disk': invalid user -O: chown: `root:disk': invalid user -O: chown: `root:disk': invalid user -O: chown: `root:disk': invalid user +O: +O: makedev dpti7 c 151 6 root disk 0660: failed O: chown: O: `root:root': invalid user O: @@ -16368,6 +16382,7 @@ O: O: makedev ida/c1d2p15 b 73 47 root disk 0660: failed O: chown: O: `root:disk': invalid user +O: O: makedev ida/c1d3 b 73 48 root disk 0660: failed O: chown: O: `root:disk': invalid user @@ -16720,62 +16735,34 @@ O: makedev ida/c1d8p7 b 73 135 root disk 0660: failed O: chown: O: `root:disk': invalid user O: +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user O: makedev ida/c1d8p8 b 73 136 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d8p9 b 73 137 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d8p10 b 73 138 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d8p11 b 73 139 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d8p12 b 73 140 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d8p13 b 73 141 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d8p14 b 73 142 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d8p15 b 73 143 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d9 b 73 144 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d9p1 b 73 145 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d9p2 b 73 146 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d9p3 b 73 147 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d9p4 b 73 148 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d9p5 b 73 149 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev ida/c1d9p6 b 73 150 root disk 0660: failed O: chown: O: `root:disk': invalid user @@ -22384,8 +22371,6 @@ P: Configuring package gnupg O: Setting up debian-archive-keyring (2007.02.19) ... P: Configuring package debian-archive-keyring O: gpg: -O: keyring `/etc/apt/secring.gpg' created -O: gpg: O: keyring `/etc/apt/trusted.gpg' created O: gpg: O: /etc/apt/trustdb.gpg: trustdb created diff --git a/testsuite/cdebootstrap/pbuilder-create-lenny.log b/testsuite/cdebootstrap/pbuilder-create-lenny.log index 30b099b..d092db5 100644 --- a/testsuite/cdebootstrap/pbuilder-create-lenny.log +++ b/testsuite/cdebootstrap/pbuilder-create-lenny.log @@ -6,7 +6,7 @@ P: Retrieving Release P: Retrieving Release.gpg P: Validating Release I: Good signature from "Debian Archive Automatic Signing Key (4.0/etch) " -O: gpgv: Signature made Tue Jun 5 05:14:30 2007 JST using DSA key ID 6070D3A1 +O: gpgv: Signature made Wed Jun 6 05:11:10 2007 JST using DSA key ID 6070D3A1 O: gpgv: Good signature from "Debian Archive Automatic Signing Key (4.0/etch) " P: Parsing Release P: Retrieving Packages.gz @@ -50,8 +50,8 @@ P: Retrieving debconf P: Validating debconf P: Retrieving adduser P: Validating adduser -P: Retrieving gcc-4.1-base -P: Validating gcc-4.1-base +P: Retrieving gcc-4.2-base +P: Validating gcc-4.2-base P: Retrieving libgcc1 P: Validating libgcc1 P: Retrieving libstdc++6 @@ -62,8 +62,8 @@ P: Retrieving libgpg-error0 P: Validating libgpg-error0 P: Retrieving libgcrypt11 P: Validating libgcrypt11 -P: Retrieving liblzo1 -P: Validating liblzo1 +P: Retrieving liblzo2-2 +P: Validating liblzo2-2 P: Retrieving zlib1g P: Validating zlib1g P: Retrieving libopencdk8 @@ -166,6 +166,8 @@ P: Retrieving nano P: Validating nano P: Retrieving findutils P: Validating findutils +P: Retrieving gcc-4.1-base +P: Validating gcc-4.1-base P: Retrieving grep P: Validating grep P: Retrieving groff-base @@ -208,6 +210,8 @@ P: Retrieving libconsole P: Validating libconsole P: Retrieving libgdbm3 P: Validating libgdbm3 +P: Retrieving liblzo1 +P: Validating liblzo1 P: Retrieving libslang2 P: Validating libslang2 P: Retrieving libnewt0.52 @@ -278,7 +282,7 @@ P: Extracting libtext-charwidth-perl P: Extracting libtext-wrapi18n-perl P: Extracting debconf P: Extracting debconf-i18n -P: Extracting gcc-4.1-base +P: Extracting gcc-4.2-base P: Extracting libgcc1 P: Extracting libstdc++6 P: Extracting zlib1g @@ -306,6 +310,7 @@ P: Extracting libss2 P: Extracting libuuid1 P: Extracting e2fsprogs P: Extracting findutils +P: Extracting gcc-4.1-base P: Extracting grep P: Extracting gzip P: Extracting hostname @@ -322,20 +327,20 @@ P: Extracting tar P: Extracting tzdata P: Extracting util-linux O: Selecting previously deselected package dpkg. -O: dpkg: regarding .../dpkg_1.13.25_amd64.deb containing dpkg, pre-dependency problem: -O: dpkg pre-depends on libc6 (>= 2.3.5-1) +O: dpkg: regarding .../dpkg_1.14.4_amd64.deb containing dpkg, pre-dependency problem: +O: dpkg pre-depends on libc6 (>= 2.5-5) O: dpkg: warning - ignoring pre-dependency problem ! -O: dpkg: regarding .../dpkg_1.13.25_amd64.deb containing dpkg, pre-dependency problem: +O: dpkg: regarding .../dpkg_1.14.4_amd64.deb containing dpkg, pre-dependency problem: O: dpkg pre-depends on coreutils (>= 5.93-1) O: dpkg: warning - ignoring pre-dependency problem ! O: (Reading database ... O: 0 files and directories currently installed.) -O: Unpacking dpkg (from .../dpkg_1.13.25_amd64.deb) ... +O: Unpacking dpkg (from .../dpkg_1.14.4_amd64.deb) ... P: Unpacking package dpkg -O: Setting up dpkg (1.13.25) ... +O: Setting up dpkg (1.14.4) ... P: Configuring package dpkg O: dpkg: dpkg: dependency problems, but configuring anyway as you request: -O: dpkg depends on libc6 (>= 2.3.5-1); however: +O: dpkg depends on libc6 (>= 2.5-5); however: O: Package libc6 is not installed. O: dpkg depends on coreutils (>= 5.93-1); however: O: Package coreutils is not installed. @@ -343,7 +348,7 @@ O: P: Configuring helper cdebootstrap-helper-diverts O: Selecting previously deselected package cdebootstrap-helper-diverts. O: (Reading database ... -O: 238 files and directories currently installed.) +O: 235 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' @@ -351,7 +356,7 @@ 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: 241 files and directories currently installed.) +O: 238 files and directories currently installed.) O: Unpacking cdebootstrap-helper-makedev (from .../cdebootstrap-helper-makedev.deb) ... O: Setting up cdebootstrap-helper-makedev (1) ... O: chown: @@ -5232,6 +5237,7 @@ O: O: makedev ttybd c 3 205 root tty 0666: failed O: chown: O: `root:tty': invalid user +O: O: makedev ptybe c 2 206 root tty 0666: failed O: chown: O: `root:tty': invalid user @@ -6907,7 +6913,6 @@ O: O: makedev gscd0 b 16 0 root cdrom 0660: failed O: chown: O: `root:cdrom': invalid user -O: O: makedev lmscd b 24 0 root cdrom 0660: failed O: chown: O: `root:cdrom': invalid user @@ -9152,22 +9157,14 @@ O: chown: O: `root:disk': invalid user O: O: makedev rd/c2d5p1 b 50 41 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev rd/c2d5p2 b 50 42 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev rd/c2d5p3 b 50 43 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev rd/c2d5p4 b 50 44 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev rd/c2d5p5 b 50 45 root disk 0660: failed +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user O: chown: O: `root:disk': invalid user O: @@ -15129,12 +15126,10 @@ O: `root:disk': invalid user O: O: makedev rd/c7d31p7 b 55 255 root disk 0660: failed O: chown: -O: `root:disk': invalid user -O: O: makedev dac960_gam c 10 252 root disk 0660: failed -O: chown: O: makedev dpti1 c 151 0 root disk 0660: failed O: `root:disk': invalid user +O: chown: `root:disk': invalid user O: chown: O: `root:disk': invalid user O: @@ -21082,7 +21077,6 @@ O: O: makedev cciss/c2d9p5 b 106 149 root disk 0660: failed O: chown: O: `root:disk': invalid user -O: O: makedev cciss/c2d9p6 b 106 150 root disk 0660: failed O: chown: O: `root:disk': invalid user @@ -21770,7 +21764,7 @@ O: makedev i2o/hdd15 b 80 63 root disk 0660: failed O: O: Selecting previously deselected package libc6. O: (Reading database ... -O: 241 files and directories currently installed.) +O: 238 files and directories currently installed.) O: Unpacking libc6 (from .../libc6_2.5-9_amd64.deb) ... P: Unpacking package libc6 O: Selecting previously deselected package perl-base. @@ -21787,7 +21781,7 @@ O: Selecting previously deselected package libpam0g. O: Unpacking libpam0g (from .../libpam0g_0.79-4_amd64.deb) ... P: Unpacking package libpam0g O: Selecting previously deselected package libsepol1. -O: Unpacking libsepol1 (from .../libsepol1_1.14-3_amd64.deb) ... +O: Unpacking libsepol1 (from .../libsepol1_2.0.3-1_amd64.deb) ... P: Unpacking package libsepol1 O: Selecting previously deselected package libselinux1. O: Unpacking libselinux1 (from .../libselinux1_1.32-3_amd64.deb) ... @@ -21856,14 +21850,14 @@ P: Unpacking package debconf O: Selecting previously deselected package debconf-i18n. O: Unpacking debconf-i18n (from .../debconf-i18n_1.5.13_all.deb) ... P: Unpacking package debconf-i18n -O: Selecting previously deselected package gcc-4.1-base. -O: Unpacking gcc-4.1-base (from .../gcc-4.1-base_4.1.1-21_amd64.deb) ... -P: Unpacking package gcc-4.1-base +O: Selecting previously deselected package gcc-4.2-base. +O: Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070528-1_amd64.deb) ... +P: Unpacking package gcc-4.2-base O: Selecting previously deselected package libgcc1. -O: Unpacking libgcc1 (from .../libgcc1_4.1.1-21_amd64.deb) ... +O: Unpacking libgcc1 (from .../libgcc1_4.2-20070528-1_amd64.deb) ... P: Unpacking package libgcc1 O: Selecting previously deselected package libstdc++6. -O: Unpacking libstdc++6 (from .../libstdc++6_4.1.1-21_amd64.deb) ... +O: Unpacking libstdc++6 (from .../libstdc++6_4.2-20070528-1_amd64.deb) ... P: Unpacking package libstdc++6 O: Selecting previously deselected package zlib1g. O: Unpacking zlib1g (from .../zlib1g_1.2.3-15_amd64.deb) ... @@ -21926,7 +21920,15 @@ O: libselinux1 is unpacked, but has never been configured. O: dpkg: warning - ignoring pre-dependency problem ! O: Unpacking coreutils (from .../coreutils_5.97-5.3_amd64.deb) ... P: Unpacking package coreutils +O: Use of uninitialized value in string eq at /usr/sbin/dpkg-divert line 224. +O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224. +O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224. +O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224. O: No diversion `any diversion of /usr/share/man/man1/md5sum.textutils.1.gz', none removed +O: Use of uninitialized value in string eq at /usr/sbin/dpkg-divert line 224. +O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224. +O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224. +O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224. O: No diversion `any diversion of /usr/bin/md5sum.textutils', none removed O: Selecting previously deselected package sed. O: dpkg: regarding .../sed_4.1.5-2_amd64.deb containing sed, pre-dependency problem: @@ -21957,7 +21959,7 @@ O: dpkg: warning - ignoring pre-dependency problem ! O: Unpacking diff (from .../diff_2.8.1-12_amd64.deb) ... P: Unpacking package diff O: Selecting previously deselected package dselect. -O: Unpacking dselect (from .../dselect_1.13.25_amd64.deb) ... +O: Unpacking dselect (from .../dselect_1.14.4_amd64.deb) ... P: Unpacking package dselect O: Selecting previously deselected package e2fslibs. O: Unpacking e2fslibs (from .../e2fslibs_1.39+1.40-WIP-2006.11.14+dfsg-2_amd64.deb) ... @@ -22011,6 +22013,9 @@ O: libc6 is unpacked, but has never been configured. O: dpkg: warning - ignoring pre-dependency problem ! O: Unpacking findutils (from .../findutils_4.2.30-1_amd64.deb) ... P: Unpacking package findutils +O: Selecting previously deselected package gcc-4.1-base. +O: Unpacking gcc-4.1-base (from .../gcc-4.1-base_4.1.1-21_amd64.deb) ... +P: Unpacking package gcc-4.1-base O: Selecting previously deselected package grep. O: dpkg: regarding .../grep_2.5.1.ds2-6_amd64.deb containing grep, pre-dependency problem: O: grep pre-depends on libc6 (>= 2.3.5-1) @@ -22125,13 +22130,16 @@ P: Configuring package sysv-rc O: Setting up gcc-4.1-base (4.1.1-21) ... P: Configuring package gcc-4.1-base O: +O: Setting up gcc-4.2-base (4.2-20070528-1) ... +P: Configuring package gcc-4.2-base +O: O: Setting up libpam-runtime (0.79-4) ... P: Configuring package libpam-runtime O: O: Setting up libc6 (2.5-9) ... P: Configuring package libc6 O: -O: Setting up libcap1 (1.10-14) ... +O: Setting up libcap1 (1:1.10-14) ... P: Configuring package libcap1 O: O: Setting up mktemp (1.5-3) ... @@ -22145,12 +22153,12 @@ O: O: Setting up libpam0g (0.79-4) ... P: Configuring package libpam0g O: -O: Setting up bsdutils (2.12r-19) ... +O: Setting up bsdutils (1:2.12r-19) ... P: Configuring package bsdutils O: O: Setting up perl-base (5.8.8-7) ... P: Configuring package perl-base -O: Setting up libsepol1 (1.14-3) ... +O: Setting up libsepol1 (2.0.3-1) ... P: Configuring package libsepol1 O: telinit: O: /dev/initctl: No such file or directory @@ -22158,10 +22166,10 @@ O: O: Setting up tar (1.16.1-1) ... P: Configuring package tar O: -O: Setting up zlib1g (1.2.3-15) ... +O: Setting up zlib1g (1:1.2.3-15) ... P: Configuring package zlib1g O: -O: Setting up libgcc1 (4.1.1-21) ... +O: Setting up libgcc1 (1:4.2-20070528-1) ... P: Configuring package libgcc1 O: O: Setting up libtext-iconv-perl (1.4-3) ... @@ -22169,7 +22177,7 @@ P: Configuring package libtext-iconv-perl O: Setting up libncurses5 (5.6-3) ... P: Configuring package libncurses5 O: -O: Setting up libattr1 (2.4.32-1.1) ... +O: Setting up libattr1 (1:2.4.32-1.1) ... P: Configuring package libattr1 O: O: Setting up sed (4.1.5-2) ... @@ -22219,10 +22227,10 @@ P: Configuring package libselinux1 O: init: O: /dev/initctl: No such file or directory O: -O: Setting up libstdc++6 (4.1.1-21) ... +O: Setting up libstdc++6 (4.2-20070528-1) ... P: Configuring package libstdc++6 O: -O: Setting up libdevmapper1.02 (1.02.08-1) ... +O: Setting up libdevmapper1.02 (2:1.02.08-1) ... P: Configuring package libdevmapper1.02 O: O: Setting up libtext-charwidth-perl (0.04-4) ... @@ -22250,25 +22258,25 @@ P: Configuring package libblkid1 O: O: Setting up e2fsprogs (1.39+1.40-WIP-2006.11.14+dfsg-2) ... P: Configuring package e2fsprogs -O: Setting up dselect (1.13.25) ... +O: Setting up dselect (1.14.4) ... P: Configuring package dselect O: Setting up sysvinit-utils (2.86.ds1-38) ... P: Configuring package sysvinit-utils O: Setting up bash (3.1dfsg-8) ... P: Configuring package bash O: -O: Setting up login (4.0.18.1-7) ... +O: Setting up login (1:4.0.18.1-7) ... P: Configuring package login O: O: Setting up lsb-base (3.1-23.1) ... P: Configuring package lsb-base -O: Setting up procps (3.2.7-3) ... +O: Setting up procps (1:3.2.7-3) ... P: Configuring package procps O: O: Setting up mount (2.12r-19) ... P: Configuring package mount O: -O: Setting up passwd (4.0.18.1-7) ... +O: Setting up passwd (1:4.0.18.1-7) ... P: Configuring package passwd O: Shadow passwords are now on. O: @@ -22300,7 +22308,7 @@ P: Configuring package util-linux O: O: Selecting previously deselected package libbz2-1.0. O: (Reading database ... -O: 4872 files and directories currently installed.) +O: 4876 files and directories currently installed.) O: Unpacking libbz2-1.0 (from .../libbz2-1.0_1.0.3-6_amd64.deb) ... P: Unpacking package libbz2-1.0 O: Selecting previously deselected package libgpg-error0. @@ -22309,9 +22317,9 @@ P: Unpacking package libgpg-error0 O: Selecting previously deselected package libgcrypt11. O: Unpacking libgcrypt11 (from .../libgcrypt11_1.2.4-2_amd64.deb) ... P: Unpacking package libgcrypt11 -O: Selecting previously deselected package liblzo1. -O: Unpacking liblzo1 (from .../liblzo1_1.08-3_amd64.deb) ... -P: Unpacking package liblzo1 +O: Selecting previously deselected package liblzo2-2. +O: Unpacking liblzo2-2 (from .../liblzo2-2_2.02-2_amd64.deb) ... +P: Unpacking package liblzo2-2 O: Selecting previously deselected package libopencdk8. O: Unpacking libopencdk8 (from .../libopencdk8_0.5.13-2_amd64.deb) ... P: Unpacking package libopencdk8 @@ -22319,7 +22327,7 @@ O: Selecting previously deselected package libtasn1-3. O: Unpacking libtasn1-3 (from .../libtasn1-3_0.3.9-1_amd64.deb) ... P: Unpacking package libtasn1-3 O: Selecting previously deselected package libgnutls13. -O: Unpacking libgnutls13 (from .../libgnutls13_1.4.4-3_amd64.deb) ... +O: Unpacking libgnutls13 (from .../libgnutls13_1.6.3-1_amd64.deb) ... P: Unpacking package libgnutls13 O: Selecting previously deselected package libdb4.2. O: Unpacking libdb4.2 (from .../libdb4.2_4.2.52+dfsg-2_amd64.deb) ... @@ -22360,8 +22368,8 @@ O: O: Setting up libgcrypt11 (1.2.4-2) ... P: Configuring package libgcrypt11 O: -O: Setting up liblzo1 (1.08-3) ... -P: Configuring package liblzo1 +O: Setting up liblzo2-2 (2.02-2) ... +P: Configuring package liblzo2-2 O: O: Setting up libopencdk8 (0.5.13-2) ... P: Configuring package libopencdk8 @@ -22369,7 +22377,7 @@ O: O: Setting up libtasn1-3 (0.3.9-1) ... P: Configuring package libtasn1-3 O: -O: Setting up libgnutls13 (1.4.4-3) ... +O: Setting up libgnutls13 (1.6.3-1) ... P: Configuring package libgnutls13 O: O: Setting up libdb4.2 (4.2.52+dfsg-2) ... @@ -22386,7 +22394,7 @@ O: O: Setting up libreadline5 (5.2-3) ... P: Configuring package libreadline5 O: -O: Setting up libusb-0.1-4 (0.1.12-7) ... +O: Setting up libusb-0.1-4 (2:0.1.12-7) ... P: Configuring package libusb-0.1-4 O: O: Setting up gpgv (1.4.6-2) ... @@ -22428,8 +22436,7 @@ O: unchanged: 3 O: P: Configuring helper cdebootstrap-helper-apt O: Selecting previously deselected package cdebootstrap-helper-apt. -O: (Reading database ... -O: 5274 files and directories currently installed.) +O: (Reading database ... 5283 files and directories currently installed.) O: Unpacking cdebootstrap-helper-apt (from /cdebootstrap-helper-apt.deb) ... O: Setting up cdebootstrap-helper-apt (1) ... O: Get:1 bootstrap: . Release.gpg [189B] @@ -22451,27 +22458,27 @@ O: mail-transport-agent libgpmg1 libfribidi0 mailx O: The following NEW packages will be installed: O: adduser apt-utils aptitude bsdmainutils cpio cron dhcp3-client dhcp3-common O: dmidecode ed groff-base ifupdown info iptables iputils-ping klogd -O: laptop-detect libconsole libdb4.4 libgdbm3 libncursesw5 libnewt0.52 libpopt0 -O: libsasl2 libsigc++-2.0-0c2a libssl0.9.8 libwrap0 logrotate man-db manpages -O: module-init-tools nano net-tools netbase netcat openbsd-inetd sysklogd -O: tasksel tasksel-data tcpd traceroute update-inetd vim-common vim-tiny wget -O: whiptail -O: 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded. -O: Need to get 12.4MB of archives. -O: After unpacking 39.5MB of additional disk space will be used. +O: laptop-detect libconsole libdb4.4 libgdbm3 liblzo1 libncursesw5 libnewt0.52 +O: libpopt0 libsasl2 libsigc++-2.0-0c2a libssl0.9.8 libwrap0 logrotate man-db +O: manpages module-init-tools nano net-tools netbase netcat openbsd-inetd +O: sysklogd tasksel tasksel-data tcpd traceroute update-inetd vim-common +O: vim-tiny wget whiptail +O: 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. +O: Need to get 12.5MB of archives. +O: After unpacking 39.7MB of additional disk space will be used. O: WARNING: The following packages cannot be authenticated! O: adduser libdb4.4 apt-utils libncursesw5 libsigc++-2.0-0c2a aptitude O: bsdmainutils cpio cron dhcp3-common dhcp3-client dmidecode ed groff-base O: net-tools ifupdown info iptables iputils-ping sysklogd klogd laptop-detect -O: libconsole libgdbm3 libnewt0.52 libpopt0 libsasl2 libssl0.9.8 libwrap0 -O: logrotate man-db manpages module-init-tools nano update-inetd tcpd +O: libconsole libgdbm3 liblzo1 libnewt0.52 libpopt0 libsasl2 libssl0.9.8 +O: libwrap0 logrotate man-db manpages module-init-tools nano update-inetd tcpd O: openbsd-inetd netbase netcat tasksel-data tasksel traceroute vim-common O: vim-tiny wget whiptail O: debconf: delaying package configuration, since apt-utils is not installed O: Authentication warning overridden. O: Selecting previously deselected package adduser. O: (Reading database ... -O: 5275 files and directories currently installed.) +O: 5284 files and directories currently installed.) O: Unpacking adduser (from .../adduser_3.102_all.deb) ... P: Unpacking package adduser O: Selecting previously deselected package libdb4.4. @@ -22543,6 +22550,9 @@ P: Unpacking package libconsole O: Selecting previously deselected package libgdbm3. O: Unpacking libgdbm3 (from .../libgdbm3_1.8.3-3_amd64.deb) ... P: Unpacking package libgdbm3 +O: Selecting previously deselected package liblzo1. +O: Unpacking liblzo1 (from .../liblzo1_1.08-3_amd64.deb) ... +P: Unpacking package liblzo1 O: Selecting previously deselected package libnewt0.52. O: Unpacking libnewt0.52 (from .../libnewt0.52_0.52.2-10_amd64.deb) ... P: Unpacking package libnewt0.52 @@ -22666,16 +22676,19 @@ O: O: Setting up iptables (1.3.6.0debian1-5) ... P: Configuring package iptables O: -O: Setting up iputils-ping (20070202-1) ... +O: Setting up iputils-ping (3:20070202-1) ... P: Configuring package iputils-ping O: Setting up laptop-detect (0.12.1-0.1) ... P: Configuring package laptop-detect -O: Setting up libconsole (0.2.3dbs-65) ... +O: Setting up libconsole (1:0.2.3dbs-65) ... P: Configuring package libconsole O: O: Setting up libgdbm3 (1.8.3-3) ... P: Configuring package libgdbm3 O: +O: Setting up liblzo1 (1.08-3) ... +P: Configuring package liblzo1 +O: O: Setting up libnewt0.52 (0.52.2-10) ... P: Configuring package libnewt0.52 O: @@ -22721,10 +22734,10 @@ P: Configuring package netcat O: Setting up traceroute (1.4a12-21) ... P: Configuring package traceroute O: -O: Setting up vim-common (7.0-219+1) ... +O: Setting up vim-common (1:7.0-219+1) ... P: Configuring package vim-common O: -O: Setting up vim-tiny (7.0-219+1) ... +O: Setting up vim-tiny (1:7.0-219+1) ... P: Configuring package vim-tiny O: O: Setting up wget (1.10.2-2) ... @@ -22745,21 +22758,21 @@ P: Configuring package tasksel O: P: Deconfiguring helper cdebootstrap-helper-apt O: (Reading database ... -O: 7164 files and directories currently installed.) +O: 7182 files and directories currently installed.) O: Removing cdebootstrap-helper-apt ... O: Purging configuration files for cdebootstrap-helper-apt ... O: Reading package lists... O: P: Deconfiguring helper cdebootstrap-helper-diverts O: (Reading database ... -O: 7163 files and directories currently installed.) +O: 7181 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: 7161 files and directories currently installed.) +O: 7179 files and directories currently installed.) O: Removing cdebootstrap-helper-makedev ... P: Writing hosts P: Writing resolv.conf @@ -22780,7 +22793,7 @@ Refreshing the base.tgz -> installing dummy policy-rc.d Get:1 http://cdn.debian.or.jp lenny Release.gpg [189B] Get:2 http://cdn.debian.or.jp lenny Release [68.5kB] -Get:3 http://cdn.debian.or.jp lenny/main Packages [5919kB] +Get:3 http://cdn.debian.or.jp lenny/main Packages [5940kB] Fetched XXXB in Xs (XXXXXB/s) Reading package lists... dpkg - warning: ignoring request to remove lilo which isn't installed. @@ -22806,7 +22819,7 @@ The following NEW packages will be installed: perl-modules 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. Need to get 21.5MB of archives. -After unpacking 88.1MB of additional disk space will be used. +After unpacking 88.0MB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main patch 2.5.9-4 [98.7kB] Get:2 http://cdn.debian.or.jp lenny/main perl-modules 5.8.8-7 [2310kB] Get:3 http://cdn.debian.or.jp lenny/main perl 5.8.8-7 [4240kB] @@ -22822,11 +22835,11 @@ Get:12 http://cdn.debian.or.jp lenny/main libstdc++6-4.1-dev 4.1.1-21 [1643kB] Get:13 http://cdn.debian.or.jp lenny/main g++-4.1 4.1.1-21 [2786kB] Get:14 http://cdn.debian.or.jp lenny/main g++ 4:4.1.1-15 [1358B] Get:15 http://cdn.debian.or.jp lenny/main make 3.81-3 [395kB] -Get:16 http://cdn.debian.or.jp lenny/main dpkg-dev 1.13.25 [166kB] +Get:16 http://cdn.debian.or.jp lenny/main dpkg-dev 1.14.4 [178kB] Get:17 http://cdn.debian.or.jp lenny/main build-essential 11.3 [6982B] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package patch. -(Reading database ... 7161 files and directories currently installed.) +(Reading database ... 7179 files and directories currently installed.) Unpacking patch (from .../patch_2.5.9-4_amd64.deb) ... Selecting previously deselected package perl-modules. Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ... @@ -22857,7 +22870,7 @@ Unpacking g++ (from .../g++_4%3a4.1.1-15_amd64.deb) ... Selecting previously deselected package make. Unpacking make (from .../archives/make_3.81-3_amd64.deb) ... Selecting previously deselected package dpkg-dev. -Unpacking dpkg-dev (from .../dpkg-dev_1.13.25_all.deb) ... +Unpacking dpkg-dev (from .../dpkg-dev_1.14.4_all.deb) ... Selecting previously deselected package build-essential. Unpacking build-essential (from .../build-essential_11.3_amd64.deb) ... Setting up patch (2.5.9-4) ... @@ -22866,12 +22879,12 @@ Setting up binutils (2.17cvs20070426-8) ... Setting up linux-kernel-headers (2.6.18-7) ... Setting up libc6-dev (2.5-9) ... Setting up cpp-4.1 (4.1.1-21) ... -Setting up cpp (4.1.1-15) ... +Setting up cpp (4:4.1.1-15) ... Setting up libssp0 (4.1.1-21) ... Setting up gcc-4.1 (4.1.1-21) ... -Setting up gcc (4.1.1-15) ... +Setting up gcc (4:4.1.1-15) ... Setting up make (3.81-3) ... Setting up perl-modules (5.8.8-7) ... @@ -22879,9 +22892,9 @@ Setting up libstdc++6-4.1-dev (4.1.1-21) ... Setting up perl (5.8.8-7) ... Setting up g++-4.1 (4.1.1-21) ... -Setting up g++ (4.1.1-15) ... +Setting up g++ (4:4.1.1-15) ... -Setting up dpkg-dev (1.13.25) ... +Setting up dpkg-dev (1.14.4) ... Setting up build-essential (11.3) ... umount: /sys: not mounted umount: /run: not found diff --git a/testsuite/cdebootstrap/pbuilder-create-sid.log b/testsuite/cdebootstrap/pbuilder-create-sid.log index 032cadf..02df42a 100644 --- a/testsuite/cdebootstrap/pbuilder-create-sid.log +++ b/testsuite/cdebootstrap/pbuilder-create-sid.log @@ -6,7 +6,7 @@ P: Retrieving Release P: Retrieving Release.gpg P: Validating Release O: gpgv: -O: Signature made Tue Jun 5 05:15:26 2007 JST using DSA key ID 6070D3A1 +O: Signature made Wed Jun 6 05:12:05 2007 JST using DSA key ID 6070D3A1 I: Good signature from "Debian Archive Automatic Signing Key (4.0/etch) " O: gpgv: O: Good signature from "Debian Archive Automatic Signing Key (4.0/etch) " @@ -2749,7 +2749,6 @@ O: O: makedev sdg2 b 8 98 root disk 0660: failed O: chown: O: `root:disk': invalid user -O: O: makedev sdg3 b 8 99 root disk 0660: failed O: chown: O: `root:disk': invalid user @@ -2765,6 +2764,7 @@ O: O: makedev sdg6 b 8 102 root disk 0660: failed O: chown: O: `root:disk': invalid user +O: O: makedev sdg7 b 8 103 root disk 0660: failed O: chown: O: `root:disk': invalid user @@ -5124,6 +5124,7 @@ O: O: makedev ttyaf c 3 191 root tty 0666: failed O: chown: O: `root:tty': invalid user +O: O: makedev ptyb0 c 2 192 root tty 0666: failed O: chown: O: `root:tty': invalid user @@ -6895,7 +6896,6 @@ O: O: makedev cdu535 b 24 0 root cdrom 0660: failed O: chown: O: `root:cdrom': invalid user -O: O: makedev optcd b 17 0 root cdrom 0660: failed O: chown: O: `root:cdrom': invalid user @@ -9854,6 +9854,7 @@ O: O: makedev rd/c2d26p7 b 50 215 root disk 0660: failed O: chown: O: `root:disk': invalid user +O: O: makedev rd/c2d27 b 50 216 root disk 0660: failed O: chown: O: `root:disk': invalid user @@ -15136,26 +15137,18 @@ O: makedev dac960_gam c 10 252 root disk 0660: failed O: makedev dpti1 c 151 0 root disk 0660: failed O: makedev dpti2 c 151 1 root disk 0660: failed O: makedev dpti3 c 151 2 root disk 0660: failed -O: `root:disk': invalid user -O: chown: `root:disk': invalid user -O: chown: `root:disk': invalid user -O: chown: `root:disk': invalid user -O: chown: -O: `root:disk': invalid user -O: O: makedev dpti4 c 151 3 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev dpti5 c 151 4 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev dpti6 c 151 5 root disk 0660: failed -O: chown: -O: `root:disk': invalid user -O: O: makedev dpti7 c 151 6 root disk 0660: failed +O: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user +O: chown: `root:disk': invalid user O: chown: O: `root:root': invalid user O: @@ -16145,7 +16138,6 @@ O: O: makedev ida/c0d15p5 b 72 245 root disk 0660: failed O: chown: O: `root:disk': invalid user -O: O: makedev ida/c0d15p6 b 72 246 root disk 0660: failed O: chown: O: `root:disk': invalid user @@ -18695,7 +18687,6 @@ O: O: makedev cciss/c0d4p1 b 104 65 root disk 0660: failed O: chown: O: `root:disk': invalid user -O: O: makedev cciss/c0d4p2 b 104 66 root disk 0660: failed O: chown: O: `root:disk': invalid user @@ -22017,7 +22008,7 @@ O: dpkg: warning - ignoring pre-dependency problem ! O: Unpacking findutils (from .../findutils_4.2.31-1_amd64.deb) ... P: Unpacking package findutils O: Selecting previously deselected package gcc-4.1-base. -O: Unpacking gcc-4.1-base (from .../gcc-4.1-base_4.1.2-11_amd64.deb) ... +O: Unpacking gcc-4.1-base (from .../gcc-4.1-base_4.1.2-12_amd64.deb) ... P: Unpacking package gcc-4.1-base O: Selecting previously deselected package grep. O: dpkg: regarding .../grep_2.5.1.ds2-6_amd64.deb containing grep, pre-dependency problem: @@ -22130,7 +22121,7 @@ O: Unpacking util-linux (from .../util-linux_2.12r-19_amd64.deb) ... P: Unpacking package util-linux O: Setting up sysv-rc (2.86.ds1-38) ... P: Configuring package sysv-rc -O: Setting up gcc-4.1-base (4.1.2-11) ... +O: Setting up gcc-4.1-base (4.1.2-12) ... P: Configuring package gcc-4.1-base O: O: Setting up gcc-4.2-base (4.2-20070528-1) ... @@ -22792,7 +22783,7 @@ Refreshing the base.tgz -> installing dummy policy-rc.d Get:1 http://cdn.debian.or.jp sid Release.gpg [189B] Get:2 http://cdn.debian.or.jp sid Release [79.6kB] -Get:3 http://cdn.debian.or.jp sid/main Packages [6251kB] +Get:3 http://cdn.debian.or.jp sid/main Packages [6252kB] Fetched XXXB in Xs (XXXXXB/s) Reading package lists... dpkg - warning: ignoring request to remove lilo which isn't installed. @@ -22824,12 +22815,12 @@ Get:3 http://cdn.debian.or.jp sid/main perl 5.8.8-7 [4240kB] Get:4 http://cdn.debian.or.jp sid/main binutils 2.17cvs20070426-8 [2559kB] Get:5 http://cdn.debian.or.jp sid/main linux-libc-dev 2.6.21-4 [698kB] Get:6 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] -Get:7 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-11 [2514kB] +Get:7 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-12 [2514kB] Get:8 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] -Get:9 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-11 [424kB] +Get:9 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-12 [424kB] Get:10 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] -Get:11 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-11 [1155kB] -Get:12 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-11 [2822kB] +Get:11 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-12 [1155kB] +Get:12 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-12 [2822kB] Get:13 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] Get:14 http://cdn.debian.or.jp sid/main make 3.81-3 [395kB] Get:15 http://cdn.debian.or.jp sid/main dpkg-dev 1.14.4 [178kB] @@ -22849,17 +22840,17 @@ Unpacking linux-libc-dev (from .../linux-libc-dev_2.6.21-4_amd64.deb) ... Selecting previously deselected package libc6-dev. Unpacking libc6-dev (from .../libc6-dev_2.5-10_amd64.deb) ... Selecting previously deselected package cpp-4.1. -Unpacking cpp-4.1 (from .../cpp-4.1_4.1.2-11_amd64.deb) ... +Unpacking cpp-4.1 (from .../cpp-4.1_4.1.2-12_amd64.deb) ... Selecting previously deselected package cpp. Unpacking cpp (from .../cpp_4%3a4.1.2-2_amd64.deb) ... Selecting previously deselected package gcc-4.1. -Unpacking gcc-4.1 (from .../gcc-4.1_4.1.2-11_amd64.deb) ... +Unpacking gcc-4.1 (from .../gcc-4.1_4.1.2-12_amd64.deb) ... Selecting previously deselected package gcc. Unpacking gcc (from .../gcc_4%3a4.1.2-2_amd64.deb) ... Selecting previously deselected package libstdc++6-4.1-dev. -Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.2-11_amd64.deb) ... +Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.2-12_amd64.deb) ... Selecting previously deselected package g++-4.1. -Unpacking g++-4.1 (from .../g++-4.1_4.1.2-11_amd64.deb) ... +Unpacking g++-4.1 (from .../g++-4.1_4.1.2-12_amd64.deb) ... Selecting previously deselected package g++. Unpacking g++ (from .../g++_4%3a4.1.2-2_amd64.deb) ... Selecting previously deselected package make. @@ -22873,16 +22864,16 @@ Setting up binutils (2.17cvs20070426-8) ... Setting up linux-libc-dev (2.6.21-4) ... Setting up libc6-dev (2.5-10) ... -Setting up cpp-4.1 (4.1.2-11) ... +Setting up cpp-4.1 (4.1.2-12) ... Setting up cpp (4:4.1.2-2) ... -Setting up gcc-4.1 (4.1.2-11) ... +Setting up gcc-4.1 (4.1.2-12) ... Setting up gcc (4:4.1.2-2) ... Setting up make (3.81-3) ... -Setting up libstdc++6-4.1-dev (4.1.2-11) ... +Setting up libstdc++6-4.1-dev (4.1.2-12) ... Setting up perl-modules (5.8.8-7) ... -Setting up g++-4.1 (4.1.2-11) ... +Setting up g++-4.1 (4.1.2-12) ... Setting up g++ (4:4.1.2-2) ... Setting up perl (5.8.8-7) ... diff --git a/testsuite/cdebootstrap/pbuilder-update-etch-etch.log b/testsuite/cdebootstrap/pbuilder-update-etch-etch.log index 5a4589f..bffc8c9 100644 --- a/testsuite/cdebootstrap/pbuilder-update-etch-etch.log +++ b/testsuite/cdebootstrap/pbuilder-update-etch-etch.log @@ -11,23 +11,26 @@ Refreshing the base.tgz -> upgrading packages Get:1 http://cdn.debian.or.jp lenny Release.gpg [189B] Get:2 http://cdn.debian.or.jp lenny Release [68.5kB] -Get:3 http://cdn.debian.or.jp lenny/main Packages [5919kB] +Get:3 http://cdn.debian.or.jp lenny/main Packages [5940kB] Fetched XXXB in Xs (XXXXXB/s) Reading package lists... dpkg - warning: ignoring request to remove lilo which isn't installed. Reading package lists... Building dependency tree... +The following NEW packages will be installed: + gcc-4.2-base liblzo2-2 The following packages will be upgraded: base-files binutils cpio debconf debconf-i18n debianutils dhcp3-client - dhcp3-common diff dmidecode findutils gzip info iputils-ping klogd - laptop-detect libacl1 libattr1 libc6 libc6-dev libgcrypt11 libgpg-error0 - libldap2 libncurses5 libncursesw5 libopencdk8 libreadline5 libsepol1 - libslang2 libssl0.9.8 libtasn1-3 libusb-0.1-4 make man-db manpages mktemp - module-init-tools nano ncurses-base ncurses-bin netcat readline-common sed - sysklogd tar tasksel tasksel-data tzdata vim-common vim-tiny zlib1g -51 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. -Need to get 20.2MB of archives. -After unpacking 3609kB of additional disk space will be used. + dhcp3-common diff dmidecode dpkg dpkg-dev dselect findutils gzip info + iputils-ping klogd laptop-detect libacl1 libattr1 libc6 libc6-dev libgcc1 + libgcrypt11 libgnutls13 libgpg-error0 libldap2 libncurses5 libncursesw5 + libopencdk8 libreadline5 libsepol1 libslang2 libssl0.9.8 libstdc++6 + libtasn1-3 libusb-0.1-4 make man-db manpages mktemp module-init-tools nano + ncurses-base ncurses-bin netcat readline-common sed sysklogd tar tasksel + tasksel-data tzdata vim-common vim-tiny zlib1g +57 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. +Need to get 24.0MB of archives. +After unpacking 4174kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main debconf-i18n 1.5.13 [151kB] Get:2 http://cdn.debian.or.jp lenny/main debconf 1.5.13 [148kB] Get:3 http://cdn.debian.or.jp lenny/main tzdata 2007f-3 [384kB] @@ -36,50 +39,58 @@ Get:5 http://cdn.debian.or.jp lenny/main libc6-dev 2.5-9 [2472kB] Get:6 http://cdn.debian.or.jp lenny/main libc6 2.5-9 [4905kB] Get:7 http://cdn.debian.or.jp lenny/main debianutils 2.19 [52.6kB] Get:8 http://cdn.debian.or.jp lenny/main diff 2.8.1-12 [192kB] -Get:9 http://cdn.debian.or.jp lenny/main findutils 4.2.30-1 [361kB] -Get:10 http://cdn.debian.or.jp lenny/main gzip 1.3.9-2 [80.5kB] -Get:11 http://cdn.debian.or.jp lenny/main mktemp 1.5-3 [11.0kB] -Get:12 http://cdn.debian.or.jp lenny/main ncurses-bin 5.6-3 [235kB] -Get:13 http://cdn.debian.or.jp lenny/main sed 4.1.5-2 [253kB] -Get:14 http://cdn.debian.or.jp lenny/main tar 1.16.1-1 [734kB] -Get:15 http://cdn.debian.or.jp lenny/main base-files 4.0.0 [40.9kB] -Get:16 http://cdn.debian.or.jp lenny/main libncurses5 5.6-3 [336kB] -Get:17 http://cdn.debian.or.jp lenny/main ncurses-base 5.6-3 [12.9kB] -Get:18 http://cdn.debian.or.jp lenny/main libattr1 1:2.4.32-1.1 [9976B] -Get:19 http://cdn.debian.or.jp lenny/main libacl1 2.2.42-1 [16.1kB] -Get:20 http://cdn.debian.or.jp lenny/main libsepol1 1.14-3 [125kB] -Get:21 http://cdn.debian.or.jp lenny/main libslang2 2.0.7-1 [453kB] -Get:22 http://cdn.debian.or.jp lenny/main zlib1g 1:1.2.3-15 [73.5kB] -Get:23 http://cdn.debian.or.jp lenny/main cpio 2.7-3 [115kB] -Get:24 http://cdn.debian.or.jp lenny/main dhcp3-client 3.0.4-14 [222kB] -Get:25 http://cdn.debian.or.jp lenny/main dhcp3-common 3.0.4-14 [287kB] -Get:26 http://cdn.debian.or.jp lenny/main dmidecode 2.9-1 [58.8kB] -Get:27 http://cdn.debian.or.jp lenny/main info 4.8.dfsg.1-6 [177kB] -Get:28 http://cdn.debian.or.jp lenny/main iputils-ping 3:20070202-1 [45.5kB] -Get:29 http://cdn.debian.or.jp lenny/main sysklogd 1.4.1-20 [60.2kB] -Get:30 http://cdn.debian.or.jp lenny/main klogd 1.4.1-20 [40.7kB] -Get:31 http://cdn.debian.or.jp lenny/main laptop-detect 0.12.1-0.1 [3666B] -Get:32 http://cdn.debian.or.jp lenny/main libgpg-error0 1.4-2 [34.8kB] -Get:33 http://cdn.debian.or.jp lenny/main libgcrypt11 1.2.4-2 [190kB] -Get:34 http://cdn.debian.or.jp lenny/main libldap2 2.1.30-13.4 [162kB] -Get:35 http://cdn.debian.or.jp lenny/main libncursesw5 5.6-3 [358kB] -Get:36 http://cdn.debian.or.jp lenny/main libopencdk8 0.5.13-2 [104kB] -Get:37 http://cdn.debian.or.jp lenny/main readline-common 5.2-3 [50.8kB] -Get:38 http://cdn.debian.or.jp lenny/main libreadline5 5.2-3 [144kB] -Get:39 http://cdn.debian.or.jp lenny/main libssl0.9.8 0.9.8e-5 [909kB] -Get:40 http://cdn.debian.or.jp lenny/main libtasn1-3 0.3.9-1 [57.8kB] -Get:41 http://cdn.debian.or.jp lenny/main libusb-0.1-4 2:0.1.12-7 [20.4kB] -Get:42 http://cdn.debian.or.jp lenny/main man-db 2.4.4-3 [765kB] -Get:43 http://cdn.debian.or.jp lenny/main manpages 2.49-1 [495kB] -Get:44 http://cdn.debian.or.jp lenny/main module-init-tools 3.3-pre11-1 [85.3kB] -Get:45 http://cdn.debian.or.jp lenny/main nano 2.0.3-1 [570kB] -Get:46 http://cdn.debian.or.jp lenny/main netcat 1.10-33 [68.3kB] -Get:47 http://cdn.debian.or.jp lenny/main tasksel 2.67 [76.7kB] -Get:48 http://cdn.debian.or.jp lenny/main tasksel-data 2.67 [345kB] -Get:49 http://cdn.debian.or.jp lenny/main vim-tiny 1:7.0-219+1 [617kB] -Get:50 http://cdn.debian.or.jp lenny/main vim-common 1:7.0-219+1 [185kB] -Get:51 http://cdn.debian.or.jp lenny/main make 3.81-3 [395kB] - Extracting templates from packages: 58% Extracting templates from packages: 100% +Get:9 http://cdn.debian.or.jp lenny/main cpio 2.7-3 [115kB] +Get:10 http://cdn.debian.or.jp lenny/main make 3.81-3 [395kB] +Get:11 http://cdn.debian.or.jp lenny/main dpkg-dev 1.14.4 [178kB] +Get:12 http://cdn.debian.or.jp lenny/main dpkg 1.14.4 [2080kB] +Get:13 http://cdn.debian.or.jp lenny/main findutils 4.2.30-1 [361kB] +Get:14 http://cdn.debian.or.jp lenny/main gzip 1.3.9-2 [80.5kB] +Get:15 http://cdn.debian.or.jp lenny/main mktemp 1.5-3 [11.0kB] +Get:16 http://cdn.debian.or.jp lenny/main ncurses-bin 5.6-3 [235kB] +Get:17 http://cdn.debian.or.jp lenny/main sed 4.1.5-2 [253kB] +Get:18 http://cdn.debian.or.jp lenny/main tar 1.16.1-1 [734kB] +Get:19 http://cdn.debian.or.jp lenny/main base-files 4.0.0 [40.9kB] +Get:20 http://cdn.debian.or.jp lenny/main libncurses5 5.6-3 [336kB] +Get:21 http://cdn.debian.or.jp lenny/main ncurses-base 5.6-3 [12.9kB] +Get:22 http://cdn.debian.or.jp lenny/main libattr1 1:2.4.32-1.1 [9976B] +Get:23 http://cdn.debian.or.jp lenny/main libacl1 2.2.42-1 [16.1kB] +Get:24 http://cdn.debian.or.jp lenny/main gcc-4.2-base 4.2-20070528-1 [208kB] +Get:25 http://cdn.debian.or.jp lenny/main libgcc1 1:4.2-20070528-1 [26.7kB] +Get:26 http://cdn.debian.or.jp lenny/main libsepol1 2.0.3-1 [126kB] +Get:27 http://cdn.debian.or.jp lenny/main libslang2 2.0.7-1 [453kB] +Get:28 http://cdn.debian.or.jp lenny/main libstdc++6 4.2-20070528-1 [312kB] +Get:29 http://cdn.debian.or.jp lenny/main zlib1g 1:1.2.3-15 [73.5kB] +Get:30 http://cdn.debian.or.jp lenny/main dhcp3-client 3.0.4-14 [222kB] +Get:31 http://cdn.debian.or.jp lenny/main dhcp3-common 3.0.4-14 [287kB] +Get:32 http://cdn.debian.or.jp lenny/main dmidecode 2.9-1 [58.8kB] +Get:33 http://cdn.debian.or.jp lenny/main info 4.8.dfsg.1-6 [177kB] +Get:34 http://cdn.debian.or.jp lenny/main iputils-ping 3:20070202-1 [45.5kB] +Get:35 http://cdn.debian.or.jp lenny/main sysklogd 1.4.1-20 [60.2kB] +Get:36 http://cdn.debian.or.jp lenny/main klogd 1.4.1-20 [40.7kB] +Get:37 http://cdn.debian.or.jp lenny/main laptop-detect 0.12.1-0.1 [3666B] +Get:38 http://cdn.debian.or.jp lenny/main libgpg-error0 1.4-2 [34.8kB] +Get:39 http://cdn.debian.or.jp lenny/main libgcrypt11 1.2.4-2 [190kB] +Get:40 http://cdn.debian.or.jp lenny/main liblzo2-2 2.02-2 [54.7kB] +Get:41 http://cdn.debian.or.jp lenny/main libopencdk8 0.5.13-2 [104kB] +Get:42 http://cdn.debian.or.jp lenny/main libtasn1-3 0.3.9-1 [57.8kB] +Get:43 http://cdn.debian.or.jp lenny/main libgnutls13 1.6.3-1 [354kB] +Get:44 http://cdn.debian.or.jp lenny/main libldap2 2.1.30-13.4 [162kB] +Get:45 http://cdn.debian.or.jp lenny/main libncursesw5 5.6-3 [358kB] +Get:46 http://cdn.debian.or.jp lenny/main readline-common 5.2-3 [50.8kB] +Get:47 http://cdn.debian.or.jp lenny/main libreadline5 5.2-3 [144kB] +Get:48 http://cdn.debian.or.jp lenny/main libssl0.9.8 0.9.8e-5 [909kB] +Get:49 http://cdn.debian.or.jp lenny/main libusb-0.1-4 2:0.1.12-7 [20.4kB] +Get:50 http://cdn.debian.or.jp lenny/main man-db 2.4.4-3 [765kB] +Get:51 http://cdn.debian.or.jp lenny/main manpages 2.49-1 [495kB] +Get:52 http://cdn.debian.or.jp lenny/main module-init-tools 3.3-pre11-1 [85.3kB] +Get:53 http://cdn.debian.or.jp lenny/main nano 2.0.3-1 [570kB] +Get:54 http://cdn.debian.or.jp lenny/main netcat 1.10-33 [68.3kB] +Get:55 http://cdn.debian.or.jp lenny/main tasksel 2.67 [76.7kB] +Get:56 http://cdn.debian.or.jp lenny/main tasksel-data 2.67 [345kB] +Get:57 http://cdn.debian.or.jp lenny/main vim-tiny 1:7.0-219+1 [617kB] +Get:58 http://cdn.debian.or.jp lenny/main vim-common 1:7.0-219+1 [185kB] +Get:59 http://cdn.debian.or.jp lenny/main dselect 1.14.4 [500kB] + Extracting templates from packages: 50% Extracting templates from packages: 100% Preconfiguring packages ... Fetched XXXB in Xs (XXXXXB/s) (Reading database ... 12033 files and directories currently installed.) @@ -120,34 +131,45 @@ Preparing to replace diff 2.8.1-11 (using .../diff_2.8.1-12_amd64.deb) ... Unpacking replacement diff ... Setting up diff (2.8.1-12) ... (Reading database ... 12107 files and directories currently installed.) +Preparing to replace cpio 2.6-17 (using .../archives/cpio_2.7-3_amd64.deb) ... +Unpacking replacement cpio ... +Preparing to replace make 3.81-2 (using .../archives/make_3.81-3_amd64.deb) ... +Unpacking replacement make ... +Preparing to replace dpkg-dev 1.13.25 (using .../dpkg-dev_1.14.4_all.deb) ... +Unpacking replacement dpkg-dev ... +Preparing to replace dpkg 1.13.25 (using .../archives/dpkg_1.14.4_amd64.deb) ... +Unpacking replacement dpkg ... +Setting up dpkg (1.14.4) ... + +(Reading database ... 12091 files and directories currently installed.) Preparing to replace findutils 4.2.28-1 (using .../findutils_4.2.30-1_amd64.deb) ... Unpacking replacement findutils ... Setting up findutils (4.2.30-1) ... -(Reading database ... 12107 files and directories currently installed.) +(Reading database ... 12091 files and directories currently installed.) Preparing to replace gzip 1.3.5-15 (using .../gzip_1.3.9-2_amd64.deb) ... Unpacking replacement gzip ... Setting up gzip (1.3.9-2) ... -(Reading database ... 12107 files and directories currently installed.) +(Reading database ... 12091 files and directories currently installed.) Preparing to replace mktemp 1.5-2 (using .../mktemp_1.5-3_amd64.deb) ... Unpacking replacement mktemp ... Setting up mktemp (1.5-3) ... -(Reading database ... 12107 files and directories currently installed.) +(Reading database ... 12091 files and directories currently installed.) Preparing to replace ncurses-bin 5.5-5 (using .../ncurses-bin_5.6-3_amd64.deb) ... Unpacking replacement ncurses-bin ... Setting up ncurses-bin (5.6-3) ... -(Reading database ... 12108 files and directories currently installed.) +(Reading database ... 12092 files and directories currently installed.) Preparing to replace sed 4.1.5-1 (using .../archives/sed_4.1.5-2_amd64.deb) ... Unpacking replacement sed ... Setting up sed (4.1.5-2) ... -(Reading database ... 12108 files and directories currently installed.) +(Reading database ... 12092 files and directories currently installed.) Preparing to replace tar 1.16-2 (using .../tar_1.16.1-1_amd64.deb) ... Unpacking replacement tar ... Setting up tar (1.16.1-1) ... -(Reading database ... 12109 files and directories currently installed.) +(Reading database ... 12093 files and directories currently installed.) Preparing to replace base-files 4 (using .../base-files_4.0.0_amd64.deb) ... Unpacking replacement base-files ... Setting up base-files (4.0.0) ... @@ -155,43 +177,55 @@ Installing new version of config file /etc/debian_version ... Installing new version of config file /etc/issue ... Installing new version of config file /etc/issue.net ... -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12095 files and directories currently installed.) Preparing to replace libncurses5 5.5-5 (using .../libncurses5_5.6-3_amd64.deb) ... Unpacking replacement libncurses5 ... Setting up libncurses5 (5.6-3) ... -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12095 files and directories currently installed.) Preparing to replace ncurses-base 5.5-5 (using .../ncurses-base_5.6-3_all.deb) ... Unpacking replacement ncurses-base ... Setting up ncurses-base (5.6-3) ... -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12095 files and directories currently installed.) Preparing to replace libattr1 2.4.32-1 (using .../libattr1_1%3a2.4.32-1.1_amd64.deb) ... Unpacking replacement libattr1 ... Preparing to replace libacl1 2.2.41-1 (using .../libacl1_2.2.42-1_amd64.deb) ... Unpacking replacement libacl1 ... -Setting up libattr1 (2.4.32-1.1) ... +Setting up libattr1 (1:2.4.32-1.1) ... Setting up libacl1 (2.2.42-1) ... -(Reading database ... 12111 files and directories currently installed.) -Preparing to replace libsepol1 1.14-2 (using .../libsepol1_1.14-3_amd64.deb) ... +Selecting previously deselected package gcc-4.2-base. +(Reading database ... 12095 files and directories currently installed.) +Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070528-1_amd64.deb) ... +Preparing to replace libgcc1 1:4.1.1-21 (using .../libgcc1_1%3a4.2-20070528-1_amd64.deb) ... +Unpacking replacement libgcc1 ... +Setting up gcc-4.2-base (4.2-20070528-1) ... + +Setting up libgcc1 (1:4.2-20070528-1) ... + +(Reading database ... 12101 files and directories currently installed.) +Preparing to replace libsepol1 1.14-2 (using .../libsepol1_2.0.3-1_amd64.deb) ... Unpacking replacement libsepol1 ... -Setting up libsepol1 (1.14-3) ... +Setting up libsepol1 (2.0.3-1) ... telinit: timeout opening/writing control channel /dev/initctl -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12101 files and directories currently installed.) Preparing to replace libslang2 2.0.6-4 (using .../libslang2_2.0.7-1_amd64.deb) ... Unpacking replacement libslang2 ... Setting up libslang2 (2.0.7-1) ... -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12101 files and directories currently installed.) +Preparing to replace libstdc++6 4.1.1-21 (using .../libstdc++6_4.2-20070528-1_amd64.deb) ... +Unpacking replacement libstdc++6 ... +Setting up libstdc++6 (4.2-20070528-1) ... + +(Reading database ... 12101 files and directories currently installed.) Preparing to replace zlib1g 1:1.2.3-13 (using .../zlib1g_1%3a1.2.3-15_amd64.deb) ... Unpacking replacement zlib1g ... -Setting up zlib1g (1.2.3-15) ... +Setting up zlib1g (1:1.2.3-15) ... -(Reading database ... 12111 files and directories currently installed.) -Preparing to replace cpio 2.6-17 (using .../archives/cpio_2.7-3_amd64.deb) ... -Unpacking replacement cpio ... +(Reading database ... 12101 files and directories currently installed.) Preparing to replace dhcp3-client 3.0.4-13 (using .../dhcp3-client_3.0.4-14_amd64.deb) ... Unpacking replacement dhcp3-client ... Preparing to replace dhcp3-common 3.0.4-13 (using .../dhcp3-common_3.0.4-14_amd64.deb) ... @@ -212,20 +246,24 @@ Preparing to replace libgpg-error0 1.4-1 (using .../libgpg-error0_1.4-2_amd64.de Unpacking replacement libgpg-error0 ... Preparing to replace libgcrypt11 1.2.3-2 (using .../libgcrypt11_1.2.4-2_amd64.deb) ... Unpacking replacement libgcrypt11 ... +Selecting previously deselected package liblzo2-2. +Unpacking liblzo2-2 (from .../liblzo2-2_2.02-2_amd64.deb) ... +Preparing to replace libopencdk8 0.5.9-2 (using .../libopencdk8_0.5.13-2_amd64.deb) ... +Unpacking replacement libopencdk8 ... +Preparing to replace libtasn1-3 0.3.6-2 (using .../libtasn1-3_0.3.9-1_amd64.deb) ... +Unpacking replacement libtasn1-3 ... +Preparing to replace libgnutls13 1.4.4-3 (using .../libgnutls13_1.6.3-1_amd64.deb) ... +Unpacking replacement libgnutls13 ... Preparing to replace libldap2 2.1.30-13.3 (using .../libldap2_2.1.30-13.4_amd64.deb) ... Unpacking replacement libldap2 ... Preparing to replace libncursesw5 5.5-5 (using .../libncursesw5_5.6-3_amd64.deb) ... Unpacking replacement libncursesw5 ... -Preparing to replace libopencdk8 0.5.9-2 (using .../libopencdk8_0.5.13-2_amd64.deb) ... -Unpacking replacement libopencdk8 ... Preparing to replace readline-common 5.2-2 (using .../readline-common_5.2-3_all.deb) ... Unpacking replacement readline-common ... Preparing to replace libreadline5 5.2-2 (using .../libreadline5_5.2-3_amd64.deb) ... Unpacking replacement libreadline5 ... Preparing to replace libssl0.9.8 0.9.8c-4 (using .../libssl0.9.8_0.9.8e-5_amd64.deb) ... Unpacking replacement libssl0.9.8 ... -Preparing to replace libtasn1-3 0.3.6-2 (using .../libtasn1-3_0.3.9-1_amd64.deb) ... -Unpacking replacement libtasn1-3 ... Preparing to replace libusb-0.1-4 2:0.1.12-5 (using .../libusb-0.1-4_2%3a0.1.12-7_amd64.deb) ... Unpacking replacement libusb-0.1-4 ... Preparing to replace man-db 2.4.3-6 (using .../man-db_2.4.4-3_amd64.deb) ... @@ -246,40 +284,46 @@ Preparing to replace vim-tiny 1:7.0-122+1etch2 (using .../vim-tiny_1%3a7.0-219+1 Unpacking replacement vim-tiny ... Preparing to replace vim-common 1:7.0-122+1etch2 (using .../vim-common_1%3a7.0-219+1_amd64.deb) ... Unpacking replacement vim-common ... -Preparing to replace make 3.81-2 (using .../archives/make_3.81-3_amd64.deb) ... -Unpacking replacement make ... +Preparing to replace dselect 1.13.25 (using .../dselect_1.14.4_amd64.deb) ... +Unpacking replacement dselect ... Setting up binutils (2.17cvs20070426-8) ... Setting up libc6-dev (2.5-9) ... Setting up cpio (2.7-3) ... +Setting up make (3.81-3) ... +Setting up dpkg-dev (1.14.4) ... Setting up dhcp3-common (3.0.4-14) ... Setting up dhcp3-client (3.0.4-14) ... Setting up dmidecode (2.9-1) ... Setting up info (4.8.dfsg.1-6) ... -Setting up iputils-ping (20070202-1) ... +Setting up iputils-ping (3:20070202-1) ... Setting up laptop-detect (0.12.1-0.1) ... Setting up libgpg-error0 (1.4-2) ... Setting up libgcrypt11 (1.2.4-2) ... +Setting up liblzo2-2 (2.02-2) ... + +Setting up libopencdk8 (0.5.13-2) ... + +Setting up libtasn1-3 (0.3.9-1) ... + +Setting up libgnutls13 (1.6.3-1) ... + Setting up libldap2 (2.1.30-13.4) ... Setting up libncursesw5 (5.6-3) ... -Setting up libopencdk8 (0.5.13-2) ... - Setting up readline-common (5.2-3) ... Setting up libreadline5 (5.2-3) ... Setting up libssl0.9.8 (0.9.8e-5) ... -Setting up libtasn1-3 (0.3.9-1) ... - -Setting up libusb-0.1-4 (0.1.12-7) ... +Setting up libusb-0.1-4 (2:0.1.12-7) ... Setting up man-db (2.4.4-3) ... @@ -289,11 +333,11 @@ Setting up module-init-tools (3.3-pre11-1) ... Setting up nano (2.0.3-1) ... Setting up netcat (1.10-33) ... -Setting up vim-common (7.0-219+1) ... +Setting up vim-common (1:7.0-219+1) ... -Setting up vim-tiny (7.0-219+1) ... +Setting up vim-tiny (1:7.0-219+1) ... -Setting up make (3.81-3) ... +Setting up dselect (1.14.4) ... Setting up klogd (1.4.1-20) ... Installing new version of config file /etc/init.d/klogd ... diff --git a/testsuite/cdebootstrap/pbuilder-update-etch-sid.log b/testsuite/cdebootstrap/pbuilder-update-etch-sid.log index 6de7a6c..bc876f5 100644 --- a/testsuite/cdebootstrap/pbuilder-update-etch-sid.log +++ b/testsuite/cdebootstrap/pbuilder-update-etch-sid.log @@ -11,7 +11,7 @@ Refreshing the base.tgz -> upgrading packages Get:1 http://cdn.debian.or.jp sid Release.gpg [189B] Get:2 http://cdn.debian.or.jp sid Release [79.6kB] -Get:3 http://cdn.debian.or.jp sid/main Packages [6251kB] +Get:3 http://cdn.debian.or.jp sid/main Packages [6252kB] Fetched XXXB in Xs (XXXXXB/s) Reading package lists... dpkg - warning: ignoring request to remove lilo which isn't installed. @@ -20,63 +20,50 @@ Building dependency tree... The following packages will be REMOVED: libsasl2 libssp0 The following NEW packages will be installed: - gcc-4.2-base libdevmapper1.02.1 liblzo2-2 + libdevmapper1.02.1 The following packages will be upgraded: - cpp cpp-4.1 debian-archive-keyring debianutils dpkg dpkg-dev dselect - e2fslibs e2fsprogs findutils g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base - laptop-detect libblkid1 libbz2-1.0 libc6 libc6-dev libcomerr2 libgcc1 - libgnutls13 libsasl2-2 libselinux1 libsepol1 libss2 libstdc++6 - libstdc++6-4.1-dev libuuid1 login nano passwd tzdata vim-common vim-tiny -36 upgraded, 3 newly installed, 2 to remove and 0 not upgraded. -Need to get 23.3MB of archives. -After unpacking 1712kB disk space will be freed. -Get:1 http://cdn.debian.or.jp sid/main gcc-4.2-base 4.2-20070528-1 [208kB] -Get:2 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] -Get:3 http://cdn.debian.or.jp sid/main libc6 2.5-10 [4890kB] -Get:4 http://cdn.debian.or.jp sid/main libgcc1 1:4.2-20070528-1 [26.7kB] -Get:5 http://cdn.debian.or.jp sid/main libstdc++6 4.2-20070528-1 [312kB] -Get:6 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-11 [1155kB] -Get:7 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-11 [2822kB] -Get:8 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-11 [424kB] -Get:9 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-11 [2514kB] -Get:10 http://cdn.debian.or.jp sid/main gcc-4.1-base 4.1.2-11 [202kB] -Get:11 http://cdn.debian.or.jp sid/main debianutils 2.20.1 [52.9kB] -Get:12 http://cdn.debian.or.jp sid/main dpkg-dev 1.14.4 [178kB] -Get:13 http://cdn.debian.or.jp sid/main dpkg 1.14.4 [2080kB] -Get:14 http://cdn.debian.or.jp sid/main e2fslibs 1.39+1.40-WIP-2007.04.07+dfsg-2 [111kB] -Get:15 http://cdn.debian.or.jp sid/main e2fsprogs 1.39+1.40-WIP-2007.04.07+dfsg-2 [612kB] -Get:16 http://cdn.debian.or.jp sid/main findutils 4.2.31-1 [436kB] -Get:17 http://cdn.debian.or.jp sid/main login 1:4.0.18.1-9 [798kB] -Get:18 http://cdn.debian.or.jp sid/main debian-archive-keyring 2007.02.19-0.1 [8088B] -Get:19 http://cdn.debian.or.jp sid/main libsepol1 2.0.3-1 [126kB] -Get:20 http://cdn.debian.or.jp sid/main libselinux1 2.0.15-2 [66.6kB] -Get:21 http://cdn.debian.or.jp sid/main libdevmapper1.02.1 2:1.02.18-1 [47.4kB] -Get:22 http://cdn.debian.or.jp sid/main libblkid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [45.2kB] -Get:23 http://cdn.debian.or.jp sid/main libcomerr2 1.39+1.40-WIP-2007.04.07+dfsg-2 [33.1kB] -Get:24 http://cdn.debian.or.jp sid/main libss2 1.39+1.40-WIP-2007.04.07+dfsg-2 [39.0kB] -Get:25 http://cdn.debian.or.jp sid/main libuuid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [34.0kB] -Get:26 http://cdn.debian.or.jp sid/main tzdata 2007f-8 [386kB] -Get:27 http://cdn.debian.or.jp sid/main laptop-detect 0.13.1 [4574B] -Get:28 http://cdn.debian.or.jp sid/main libbz2-1.0 1.0.3-7 [41.6kB] -Get:29 http://cdn.debian.or.jp sid/main liblzo2-2 2.02-2 [54.7kB] -Get:30 http://cdn.debian.or.jp sid/main libgnutls13 1.6.3-1 [354kB] -Get:31 http://cdn.debian.or.jp sid/main libsasl2-2 2.1.22.dfsg1-10 [107kB] -Get:32 http://cdn.debian.or.jp sid/main nano 2.0.6-2 [572kB] -Get:33 http://cdn.debian.or.jp sid/main vim-tiny 1:7.1-000+1 [618kB] -Get:34 http://cdn.debian.or.jp sid/main vim-common 1:7.1-000+1 [179kB] -Get:35 http://cdn.debian.or.jp sid/main dselect 1.14.4 [500kB] -Get:36 http://cdn.debian.or.jp sid/main passwd 1:4.0.18.1-9 [788kB] -Get:37 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] -Get:38 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] -Get:39 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] - Extracting templates from packages: 76% Extracting templates from packages: 100% + cpp cpp-4.1 debian-archive-keyring debianutils e2fslibs e2fsprogs findutils + g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base laptop-detect libblkid1 libbz2-1.0 + libc6 libc6-dev libcomerr2 libsasl2-2 libselinux1 libss2 libstdc++6-4.1-dev + libuuid1 login nano passwd tzdata vim-common vim-tiny +29 upgraded, 1 newly installed, 2 to remove and 0 not upgraded. +Need to get 19.5MB of archives. +After unpacking 2277kB disk space will be freed. +Get:1 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] +Get:2 http://cdn.debian.or.jp sid/main libc6 2.5-10 [4890kB] +Get:3 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-12 [1155kB] +Get:4 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-12 [2822kB] +Get:5 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-12 [424kB] +Get:6 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-12 [2514kB] +Get:7 http://cdn.debian.or.jp sid/main gcc-4.1-base 4.1.2-12 [202kB] +Get:8 http://cdn.debian.or.jp sid/main debianutils 2.20.1 [52.9kB] +Get:9 http://cdn.debian.or.jp sid/main e2fslibs 1.39+1.40-WIP-2007.04.07+dfsg-2 [111kB] +Get:10 http://cdn.debian.or.jp sid/main e2fsprogs 1.39+1.40-WIP-2007.04.07+dfsg-2 [612kB] +Get:11 http://cdn.debian.or.jp sid/main findutils 4.2.31-1 [436kB] +Get:12 http://cdn.debian.or.jp sid/main login 1:4.0.18.1-9 [798kB] +Get:13 http://cdn.debian.or.jp sid/main debian-archive-keyring 2007.02.19-0.1 [8088B] +Get:14 http://cdn.debian.or.jp sid/main libselinux1 2.0.15-2 [66.6kB] +Get:15 http://cdn.debian.or.jp sid/main libdevmapper1.02.1 2:1.02.18-1 [47.4kB] +Get:16 http://cdn.debian.or.jp sid/main libblkid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [45.2kB] +Get:17 http://cdn.debian.or.jp sid/main libcomerr2 1.39+1.40-WIP-2007.04.07+dfsg-2 [33.1kB] +Get:18 http://cdn.debian.or.jp sid/main libss2 1.39+1.40-WIP-2007.04.07+dfsg-2 [39.0kB] +Get:19 http://cdn.debian.or.jp sid/main libuuid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [34.0kB] +Get:20 http://cdn.debian.or.jp sid/main tzdata 2007f-8 [386kB] +Get:21 http://cdn.debian.or.jp sid/main laptop-detect 0.13.1 [4574B] +Get:22 http://cdn.debian.or.jp sid/main libbz2-1.0 1.0.3-7 [41.6kB] +Get:23 http://cdn.debian.or.jp sid/main libsasl2-2 2.1.22.dfsg1-10 [107kB] +Get:24 http://cdn.debian.or.jp sid/main nano 2.0.6-2 [572kB] +Get:25 http://cdn.debian.or.jp sid/main vim-tiny 1:7.1-000+1 [618kB] +Get:26 http://cdn.debian.or.jp sid/main vim-common 1:7.1-000+1 [179kB] +Get:27 http://cdn.debian.or.jp sid/main passwd 1:4.0.18.1-9 [788kB] +Get:28 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] +Get:29 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] +Get:30 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] Preconfiguring packages ... Fetched XXXB in Xs (XXXXXB/s) -(Reading database ... 12102 files and directories currently installed.) +(Reading database ... 12123 files and directories currently installed.) Removing libsasl2 ... -Selecting previously deselected package gcc-4.2-base. -(Reading database ... 12098 files and directories currently installed.) -Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070528-1_amd64.deb) ... +(Reading database ... 12119 files and directories currently installed.) Preparing to replace libc6-dev 2.5-9 (using .../libc6-dev_2.5-10_amd64.deb) ... Unpacking replacement libc6-dev ... Preparing to replace libc6 2.5-9 (using .../libc6_2.5-10_amd64.deb) ... @@ -84,64 +71,45 @@ Unpacking replacement libc6 ... Setting up libc6 (2.5-10) ... Installing new version of config file /etc/init.d/glibc.sh ... -(Reading database ... 12104 files and directories currently installed.) -Preparing to replace libgcc1 1:4.1.1-21 (using .../libgcc1_1%3a4.2-20070528-1_amd64.deb) ... -Unpacking replacement libgcc1 ... -Setting up gcc-4.2-base (4.2-20070528-1) ... - -Setting up libgcc1 (4.2-20070528-1) ... - -(Reading database ... 12104 files and directories currently installed.) -Preparing to replace libstdc++6 4.1.1-21 (using .../libstdc++6_4.2-20070528-1_amd64.deb) ... -Unpacking replacement libstdc++6 ... -Setting up libstdc++6 (4.2-20070528-1) ... - -(Reading database ... 12104 files and directories currently installed.) -Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-11_amd64.deb) ... +(Reading database ... 12119 files and directories currently installed.) +Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-12_amd64.deb) ... Unpacking replacement libstdc++6-4.1-dev ... -Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement g++-4.1 ... -Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement gcc-4.1 ... -Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement cpp-4.1 ... -(Reading database ... 12103 files and directories currently installed.) +(Reading database ... 12118 files and directories currently installed.) Removing libssp0 ... -(Reading database ... 12100 files and directories currently installed.) -Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-11_amd64.deb) ... +(Reading database ... 12115 files and directories currently installed.) +Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-12_amd64.deb) ... Unpacking replacement gcc-4.1-base ... Preparing to replace debianutils 2.19 (using .../debianutils_2.20.1_amd64.deb) ... Unpacking replacement debianutils ... Setting up debianutils (2.20.1) ... -(Reading database ... 12100 files and directories currently installed.) -Preparing to replace dpkg-dev 1.13.25 (using .../dpkg-dev_1.14.4_all.deb) ... -Unpacking replacement dpkg-dev ... -Preparing to replace dpkg 1.13.25 (using .../archives/dpkg_1.14.4_amd64.deb) ... -Unpacking replacement dpkg ... -Setting up dpkg (1.14.4) ... - -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace e2fslibs 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../e2fslibs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement e2fslibs ... Setting up e2fslibs (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace e2fsprogs 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement e2fsprogs ... Setting up e2fsprogs (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace findutils 4.2.30-1 (using .../findutils_4.2.31-1_amd64.deb) ... Unpacking replacement findutils ... Setting up findutils (4.2.31-1) ... -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace login 1:4.0.18.1-7 (using .../login_1%3a4.0.18.1-9_amd64.deb) ... Unpacking replacement login ... Setting up login (1:4.0.18.1-9) ... Installing new version of config file /etc/login.defs ... -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace debian-archive-keyring 2007.02.19 (using .../debian-archive-keyring_2007.02.19-0.1_all.deb) ... Unpacking replacement debian-archive-keyring ... Setting up debian-archive-keyring (2007.02.19-0.1) ... @@ -151,20 +119,14 @@ gpg: key ADB11277: "Etch Stable Release Key " n gpg: Total number processed: 3 gpg: unchanged: 3 -(Reading database ... 12099 files and directories currently installed.) -Preparing to replace libsepol1 1.14-3 (using .../libsepol1_2.0.3-1_amd64.deb) ... -Unpacking replacement libsepol1 ... -Setting up libsepol1 (2.0.3-1) ... -telinit: timeout opening/writing control channel /dev/initctl - -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace libselinux1 1.32-3 (using .../libselinux1_2.0.15-2_amd64.deb) ... Unpacking replacement libselinux1 ... Setting up libselinux1 (2.0.15-2) ... init: timeout opening/writing control channel /dev/initctl Selecting previously deselected package libdevmapper1.02.1. -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Unpacking libdevmapper1.02.1 (from .../libdevmapper1.02.1_2%3a1.02.18-1_amd64.deb) ... Preparing to replace libblkid1 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libblkid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libblkid1 ... @@ -172,22 +134,22 @@ Setting up libdevmapper1.02.1 (2:1.02.18-1) ... Setting up libblkid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace libcomerr2 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libcomerr2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libcomerr2 ... Setting up libcomerr2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace libss2 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libss2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libss2 ... Setting up libss2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libuuid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libuuid1 ... Setting up libuuid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace tzdata 2007f-3 (using .../tzdata_2007f-8_all.deb) ... Unpacking replacement tzdata ... Setting up tzdata (2007f-8) ... @@ -198,15 +160,11 @@ Universal Time is now: XXXX Run 'dpkg-reconfigure tzdata' if you wish to change it. -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace laptop-detect 0.12.1-0.1 (using .../laptop-detect_0.13.1_amd64.deb) ... Unpacking replacement laptop-detect ... Preparing to replace libbz2-1.0 1.0.3-6 (using .../libbz2-1.0_1.0.3-7_amd64.deb) ... Unpacking replacement libbz2-1.0 ... -Selecting previously deselected package liblzo2-2. -Unpacking liblzo2-2 (from .../liblzo2-2_2.02-2_amd64.deb) ... -Preparing to replace libgnutls13 1.4.4-3 (using .../libgnutls13_1.6.3-1_amd64.deb) ... -Unpacking replacement libgnutls13 ... Preparing to replace libsasl2-2 2.1.22.dfsg1-8 (using .../libsasl2-2_2.1.22.dfsg1-10_amd64.deb) ... Unpacking replacement libsasl2-2 ... Preparing to replace nano 2.0.3-1 (using .../nano_2.0.6-2_amd64.deb) ... @@ -215,8 +173,6 @@ Preparing to replace vim-tiny 1:7.0-219+1 (using .../vim-tiny_1%3a7.1-000+1_amd6 Unpacking replacement vim-tiny ... Preparing to replace vim-common 1:7.0-219+1 (using .../vim-common_1%3a7.1-000+1_amd64.deb) ... Unpacking replacement vim-common ... -Preparing to replace dselect 1.13.25 (using .../dselect_1.14.4_amd64.deb) ... -Unpacking replacement dselect ... Preparing to replace passwd 1:4.0.18.1-7 (using .../passwd_1%3a4.0.18.1-9_amd64.deb) ... Unpacking replacement passwd ... Preparing to replace cpp 4:4.1.1-15 (using .../cpp_4%3a4.1.2-2_amd64.deb) ... @@ -227,18 +183,13 @@ Unpacking replacement gcc ... Preparing to replace g++ 4:4.1.1-15 (using .../g++_4%3a4.1.2-2_amd64.deb) ... Unpacking replacement g++ ... Setting up libc6-dev (2.5-10) ... -Setting up gcc-4.1-base (4.1.2-11) ... +Setting up gcc-4.1-base (4.1.2-12) ... -Setting up cpp-4.1 (4.1.2-11) ... -Setting up gcc-4.1 (4.1.2-11) ... -Setting up dpkg-dev (1.14.4) ... +Setting up cpp-4.1 (4.1.2-12) ... +Setting up gcc-4.1 (4.1.2-12) ... Setting up laptop-detect (0.13.1) ... Setting up libbz2-1.0 (1.0.3-7) ... -Setting up liblzo2-2 (2.02-2) ... - -Setting up libgnutls13 (1.6.3-1) ... - Setting up libsasl2-2 (2.1.22.dfsg1-10) ... Setting up nano (2.0.6-2) ... @@ -247,7 +198,6 @@ Setting up vim-common (1:7.1-000+1) ... Setting up vim-tiny (1:7.1-000+1) ... -Setting up dselect (1.14.4) ... Setting up passwd (1:4.0.18.1-9) ... Installing new version of config file /etc/default/useradd ... @@ -255,8 +205,8 @@ Setting up cpp (4:4.1.2-2) ... Setting up gcc (4:4.1.2-2) ... -Setting up libstdc++6-4.1-dev (4.1.2-11) ... -Setting up g++-4.1 (4.1.2-11) ... +Setting up libstdc++6-4.1-dev (4.1.2-12) ... +Setting up g++-4.1 (4.1.2-12) ... Setting up g++ (4:4.1.2-2) ... Reading package lists... diff --git a/testsuite/cdebootstrap/pbuilder-update-lenny-sid.log b/testsuite/cdebootstrap/pbuilder-update-lenny-sid.log index 26d9861..e4a3ae1 100644 --- a/testsuite/cdebootstrap/pbuilder-update-lenny-sid.log +++ b/testsuite/cdebootstrap/pbuilder-update-lenny-sid.log @@ -11,7 +11,7 @@ Refreshing the base.tgz -> upgrading packages Get:1 http://cdn.debian.or.jp sid Release.gpg [189B] Get:2 http://cdn.debian.or.jp sid Release [79.6kB] -Get:3 http://cdn.debian.or.jp sid/main Packages [6251kB] +Get:3 http://cdn.debian.or.jp sid/main Packages [6252kB] Fetched XXXB in Xs (XXXXXB/s) Reading package lists... dpkg - warning: ignoring request to remove lilo which isn't installed. @@ -20,63 +20,50 @@ Building dependency tree... The following packages will be REMOVED: libsasl2 libssp0 The following NEW packages will be installed: - gcc-4.2-base libdevmapper1.02.1 liblzo2-2 + libdevmapper1.02.1 The following packages will be upgraded: - cpp cpp-4.1 debian-archive-keyring debianutils dpkg dpkg-dev dselect - e2fslibs e2fsprogs findutils g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base - laptop-detect libblkid1 libbz2-1.0 libc6 libc6-dev libcomerr2 libgcc1 - libgnutls13 libsasl2-2 libselinux1 libsepol1 libss2 libstdc++6 - libstdc++6-4.1-dev libuuid1 login nano passwd tzdata vim-common vim-tiny -36 upgraded, 3 newly installed, 2 to remove and 0 not upgraded. -Need to get 23.3MB of archives. -After unpacking 1712kB disk space will be freed. -Get:1 http://cdn.debian.or.jp sid/main gcc-4.2-base 4.2-20070528-1 [208kB] -Get:2 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] -Get:3 http://cdn.debian.or.jp sid/main libc6 2.5-10 [4890kB] -Get:4 http://cdn.debian.or.jp sid/main libgcc1 1:4.2-20070528-1 [26.7kB] -Get:5 http://cdn.debian.or.jp sid/main libstdc++6 4.2-20070528-1 [312kB] -Get:6 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-11 [1155kB] -Get:7 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-11 [2822kB] -Get:8 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-11 [424kB] -Get:9 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-11 [2514kB] -Get:10 http://cdn.debian.or.jp sid/main gcc-4.1-base 4.1.2-11 [202kB] -Get:11 http://cdn.debian.or.jp sid/main debianutils 2.20.1 [52.9kB] -Get:12 http://cdn.debian.or.jp sid/main dpkg-dev 1.14.4 [178kB] -Get:13 http://cdn.debian.or.jp sid/main dpkg 1.14.4 [2080kB] -Get:14 http://cdn.debian.or.jp sid/main e2fslibs 1.39+1.40-WIP-2007.04.07+dfsg-2 [111kB] -Get:15 http://cdn.debian.or.jp sid/main e2fsprogs 1.39+1.40-WIP-2007.04.07+dfsg-2 [612kB] -Get:16 http://cdn.debian.or.jp sid/main findutils 4.2.31-1 [436kB] -Get:17 http://cdn.debian.or.jp sid/main login 1:4.0.18.1-9 [798kB] -Get:18 http://cdn.debian.or.jp sid/main debian-archive-keyring 2007.02.19-0.1 [8088B] -Get:19 http://cdn.debian.or.jp sid/main libsepol1 2.0.3-1 [126kB] -Get:20 http://cdn.debian.or.jp sid/main libselinux1 2.0.15-2 [66.6kB] -Get:21 http://cdn.debian.or.jp sid/main libdevmapper1.02.1 2:1.02.18-1 [47.4kB] -Get:22 http://cdn.debian.or.jp sid/main libblkid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [45.2kB] -Get:23 http://cdn.debian.or.jp sid/main libcomerr2 1.39+1.40-WIP-2007.04.07+dfsg-2 [33.1kB] -Get:24 http://cdn.debian.or.jp sid/main libss2 1.39+1.40-WIP-2007.04.07+dfsg-2 [39.0kB] -Get:25 http://cdn.debian.or.jp sid/main libuuid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [34.0kB] -Get:26 http://cdn.debian.or.jp sid/main tzdata 2007f-8 [386kB] -Get:27 http://cdn.debian.or.jp sid/main laptop-detect 0.13.1 [4574B] -Get:28 http://cdn.debian.or.jp sid/main libbz2-1.0 1.0.3-7 [41.6kB] -Get:29 http://cdn.debian.or.jp sid/main liblzo2-2 2.02-2 [54.7kB] -Get:30 http://cdn.debian.or.jp sid/main libgnutls13 1.6.3-1 [354kB] -Get:31 http://cdn.debian.or.jp sid/main libsasl2-2 2.1.22.dfsg1-10 [107kB] -Get:32 http://cdn.debian.or.jp sid/main nano 2.0.6-2 [572kB] -Get:33 http://cdn.debian.or.jp sid/main vim-tiny 1:7.1-000+1 [618kB] -Get:34 http://cdn.debian.or.jp sid/main vim-common 1:7.1-000+1 [179kB] -Get:35 http://cdn.debian.or.jp sid/main dselect 1.14.4 [500kB] -Get:36 http://cdn.debian.or.jp sid/main passwd 1:4.0.18.1-9 [788kB] -Get:37 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] -Get:38 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] -Get:39 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] - Extracting templates from packages: 76% Extracting templates from packages: 100% + cpp cpp-4.1 debian-archive-keyring debianutils e2fslibs e2fsprogs findutils + g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base laptop-detect libblkid1 libbz2-1.0 + libc6 libc6-dev libcomerr2 libsasl2-2 libselinux1 libss2 libstdc++6-4.1-dev + libuuid1 login nano passwd tzdata vim-common vim-tiny +29 upgraded, 1 newly installed, 2 to remove and 0 not upgraded. +Need to get 19.5MB of archives. +After unpacking 2277kB disk space will be freed. +Get:1 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] +Get:2 http://cdn.debian.or.jp sid/main libc6 2.5-10 [4890kB] +Get:3 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-12 [1155kB] +Get:4 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-12 [2822kB] +Get:5 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-12 [424kB] +Get:6 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-12 [2514kB] +Get:7 http://cdn.debian.or.jp sid/main gcc-4.1-base 4.1.2-12 [202kB] +Get:8 http://cdn.debian.or.jp sid/main debianutils 2.20.1 [52.9kB] +Get:9 http://cdn.debian.or.jp sid/main e2fslibs 1.39+1.40-WIP-2007.04.07+dfsg-2 [111kB] +Get:10 http://cdn.debian.or.jp sid/main e2fsprogs 1.39+1.40-WIP-2007.04.07+dfsg-2 [612kB] +Get:11 http://cdn.debian.or.jp sid/main findutils 4.2.31-1 [436kB] +Get:12 http://cdn.debian.or.jp sid/main login 1:4.0.18.1-9 [798kB] +Get:13 http://cdn.debian.or.jp sid/main debian-archive-keyring 2007.02.19-0.1 [8088B] +Get:14 http://cdn.debian.or.jp sid/main libselinux1 2.0.15-2 [66.6kB] +Get:15 http://cdn.debian.or.jp sid/main libdevmapper1.02.1 2:1.02.18-1 [47.4kB] +Get:16 http://cdn.debian.or.jp sid/main libblkid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [45.2kB] +Get:17 http://cdn.debian.or.jp sid/main libcomerr2 1.39+1.40-WIP-2007.04.07+dfsg-2 [33.1kB] +Get:18 http://cdn.debian.or.jp sid/main libss2 1.39+1.40-WIP-2007.04.07+dfsg-2 [39.0kB] +Get:19 http://cdn.debian.or.jp sid/main libuuid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [34.0kB] +Get:20 http://cdn.debian.or.jp sid/main tzdata 2007f-8 [386kB] +Get:21 http://cdn.debian.or.jp sid/main laptop-detect 0.13.1 [4574B] +Get:22 http://cdn.debian.or.jp sid/main libbz2-1.0 1.0.3-7 [41.6kB] +Get:23 http://cdn.debian.or.jp sid/main libsasl2-2 2.1.22.dfsg1-10 [107kB] +Get:24 http://cdn.debian.or.jp sid/main nano 2.0.6-2 [572kB] +Get:25 http://cdn.debian.or.jp sid/main vim-tiny 1:7.1-000+1 [618kB] +Get:26 http://cdn.debian.or.jp sid/main vim-common 1:7.1-000+1 [179kB] +Get:27 http://cdn.debian.or.jp sid/main passwd 1:4.0.18.1-9 [788kB] +Get:28 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] +Get:29 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] +Get:30 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] Preconfiguring packages ... Fetched XXXB in Xs (XXXXXB/s) -(Reading database ... 12101 files and directories currently installed.) +(Reading database ... 12122 files and directories currently installed.) Removing libsasl2 ... -Selecting previously deselected package gcc-4.2-base. -(Reading database ... 12097 files and directories currently installed.) -Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070528-1_amd64.deb) ... +(Reading database ... 12118 files and directories currently installed.) Preparing to replace libc6-dev 2.5-9 (using .../libc6-dev_2.5-10_amd64.deb) ... Unpacking replacement libc6-dev ... Preparing to replace libc6 2.5-9 (using .../libc6_2.5-10_amd64.deb) ... @@ -84,64 +71,45 @@ Unpacking replacement libc6 ... Setting up libc6 (2.5-10) ... Installing new version of config file /etc/init.d/glibc.sh ... -(Reading database ... 12103 files and directories currently installed.) -Preparing to replace libgcc1 1:4.1.1-21 (using .../libgcc1_1%3a4.2-20070528-1_amd64.deb) ... -Unpacking replacement libgcc1 ... -Setting up gcc-4.2-base (4.2-20070528-1) ... - -Setting up libgcc1 (4.2-20070528-1) ... - -(Reading database ... 12103 files and directories currently installed.) -Preparing to replace libstdc++6 4.1.1-21 (using .../libstdc++6_4.2-20070528-1_amd64.deb) ... -Unpacking replacement libstdc++6 ... -Setting up libstdc++6 (4.2-20070528-1) ... - -(Reading database ... 12103 files and directories currently installed.) -Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-11_amd64.deb) ... +(Reading database ... 12118 files and directories currently installed.) +Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-12_amd64.deb) ... Unpacking replacement libstdc++6-4.1-dev ... -Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement g++-4.1 ... -Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement gcc-4.1 ... -Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement cpp-4.1 ... -(Reading database ... 12102 files and directories currently installed.) +(Reading database ... 12117 files and directories currently installed.) Removing libssp0 ... -(Reading database ... 12099 files and directories currently installed.) -Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-11_amd64.deb) ... +(Reading database ... 12114 files and directories currently installed.) +Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-12_amd64.deb) ... Unpacking replacement gcc-4.1-base ... Preparing to replace debianutils 2.19 (using .../debianutils_2.20.1_amd64.deb) ... Unpacking replacement debianutils ... Setting up debianutils (2.20.1) ... -(Reading database ... 12099 files and directories currently installed.) -Preparing to replace dpkg-dev 1.13.25 (using .../dpkg-dev_1.14.4_all.deb) ... -Unpacking replacement dpkg-dev ... -Preparing to replace dpkg 1.13.25 (using .../archives/dpkg_1.14.4_amd64.deb) ... -Unpacking replacement dpkg ... -Setting up dpkg (1.14.4) ... - -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace e2fslibs 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../e2fslibs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement e2fslibs ... Setting up e2fslibs (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace e2fsprogs 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement e2fsprogs ... Setting up e2fsprogs (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace findutils 4.2.30-1 (using .../findutils_4.2.31-1_amd64.deb) ... Unpacking replacement findutils ... Setting up findutils (4.2.31-1) ... -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace login 1:4.0.18.1-7 (using .../login_1%3a4.0.18.1-9_amd64.deb) ... Unpacking replacement login ... Setting up login (1:4.0.18.1-9) ... Installing new version of config file /etc/login.defs ... -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace debian-archive-keyring 2007.02.19 (using .../debian-archive-keyring_2007.02.19-0.1_all.deb) ... Unpacking replacement debian-archive-keyring ... Setting up debian-archive-keyring (2007.02.19-0.1) ... @@ -151,20 +119,14 @@ gpg: key ADB11277: "Etch Stable Release Key " n gpg: Total number processed: 3 gpg: unchanged: 3 -(Reading database ... 12098 files and directories currently installed.) -Preparing to replace libsepol1 1.14-3 (using .../libsepol1_2.0.3-1_amd64.deb) ... -Unpacking replacement libsepol1 ... -Setting up libsepol1 (2.0.3-1) ... -telinit: timeout opening/writing control channel /dev/initctl - -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace libselinux1 1.32-3 (using .../libselinux1_2.0.15-2_amd64.deb) ... Unpacking replacement libselinux1 ... Setting up libselinux1 (2.0.15-2) ... init: timeout opening/writing control channel /dev/initctl Selecting previously deselected package libdevmapper1.02.1. -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Unpacking libdevmapper1.02.1 (from .../libdevmapper1.02.1_2%3a1.02.18-1_amd64.deb) ... Preparing to replace libblkid1 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libblkid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libblkid1 ... @@ -172,22 +134,22 @@ Setting up libdevmapper1.02.1 (2:1.02.18-1) ... Setting up libblkid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace libcomerr2 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libcomerr2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libcomerr2 ... Setting up libcomerr2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace libss2 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libss2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libss2 ... Setting up libss2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libuuid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libuuid1 ... Setting up libuuid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace tzdata 2007f-3 (using .../tzdata_2007f-8_all.deb) ... Unpacking replacement tzdata ... Setting up tzdata (2007f-8) ... @@ -198,15 +160,11 @@ Universal Time is now: XXXX Run 'dpkg-reconfigure tzdata' if you wish to change it. -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace laptop-detect 0.12.1-0.1 (using .../laptop-detect_0.13.1_amd64.deb) ... Unpacking replacement laptop-detect ... Preparing to replace libbz2-1.0 1.0.3-6 (using .../libbz2-1.0_1.0.3-7_amd64.deb) ... Unpacking replacement libbz2-1.0 ... -Selecting previously deselected package liblzo2-2. -Unpacking liblzo2-2 (from .../liblzo2-2_2.02-2_amd64.deb) ... -Preparing to replace libgnutls13 1.4.4-3 (using .../libgnutls13_1.6.3-1_amd64.deb) ... -Unpacking replacement libgnutls13 ... Preparing to replace libsasl2-2 2.1.22.dfsg1-8 (using .../libsasl2-2_2.1.22.dfsg1-10_amd64.deb) ... Unpacking replacement libsasl2-2 ... Preparing to replace nano 2.0.3-1 (using .../nano_2.0.6-2_amd64.deb) ... @@ -215,8 +173,6 @@ Preparing to replace vim-tiny 1:7.0-219+1 (using .../vim-tiny_1%3a7.1-000+1_amd6 Unpacking replacement vim-tiny ... Preparing to replace vim-common 1:7.0-219+1 (using .../vim-common_1%3a7.1-000+1_amd64.deb) ... Unpacking replacement vim-common ... -Preparing to replace dselect 1.13.25 (using .../dselect_1.14.4_amd64.deb) ... -Unpacking replacement dselect ... Preparing to replace passwd 1:4.0.18.1-7 (using .../passwd_1%3a4.0.18.1-9_amd64.deb) ... Unpacking replacement passwd ... Preparing to replace cpp 4:4.1.1-15 (using .../cpp_4%3a4.1.2-2_amd64.deb) ... @@ -227,18 +183,13 @@ Unpacking replacement gcc ... Preparing to replace g++ 4:4.1.1-15 (using .../g++_4%3a4.1.2-2_amd64.deb) ... Unpacking replacement g++ ... Setting up libc6-dev (2.5-10) ... -Setting up gcc-4.1-base (4.1.2-11) ... +Setting up gcc-4.1-base (4.1.2-12) ... -Setting up cpp-4.1 (4.1.2-11) ... -Setting up gcc-4.1 (4.1.2-11) ... -Setting up dpkg-dev (1.14.4) ... +Setting up cpp-4.1 (4.1.2-12) ... +Setting up gcc-4.1 (4.1.2-12) ... Setting up laptop-detect (0.13.1) ... Setting up libbz2-1.0 (1.0.3-7) ... -Setting up liblzo2-2 (2.02-2) ... - -Setting up libgnutls13 (1.6.3-1) ... - Setting up libsasl2-2 (2.1.22.dfsg1-10) ... Setting up nano (2.0.6-2) ... @@ -247,7 +198,6 @@ Setting up vim-common (1:7.1-000+1) ... Setting up vim-tiny (1:7.1-000+1) ... -Setting up dselect (1.14.4) ... Setting up passwd (1:4.0.18.1-9) ... Installing new version of config file /etc/default/useradd ... @@ -255,8 +205,8 @@ Setting up cpp (4:4.1.2-2) ... Setting up gcc (4:4.1.2-2) ... -Setting up libstdc++6-4.1-dev (4.1.2-11) ... -Setting up g++-4.1 (4.1.2-11) ... +Setting up libstdc++6-4.1-dev (4.1.2-12) ... +Setting up g++-4.1 (4.1.2-12) ... Setting up g++ (4:4.1.2-2) ... Reading package lists... diff --git a/testsuite/cdebootstrap/pdebuild-internal-etch.log b/testsuite/cdebootstrap/pdebuild-internal-etch.log index 2ee4f89..be110b9 100644 --- a/testsuite/cdebootstrap/pdebuild-internal-etch.log +++ b/testsuite/cdebootstrap/pdebuild-internal-etch.log @@ -416,10 +416,10 @@ success success success success -d: dsh: Failed executing ./invalid-exec-file with llexec call a: dsh: Failed executing ./invalid-exec-file with llexec call -c: dsh: Failed executing ./invalid-exec-file with llexec call b: dsh: Failed executing ./invalid-exec-file with llexec call +c: dsh: Failed executing ./invalid-exec-file with llexec call +d: dsh: Failed executing ./invalid-exec-file with llexec call success dsh: Failed executing ./invalid-exec-file with llexec call dsh: Failed executing ./invalid-exec-file with llexec call @@ -427,11 +427,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 -Tue Jun 5 03:30:49 UTC 2007 +Wed Jun 6 03:31:09 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -501,14 +501,13 @@ Adding machine 5,4,3,2,1 to list Setting forklimit to 3 and wait_shell to 0 ... Waiting for process to end with waitpid ... Waiting for process to end with waitpid -Tue Jun 5 03:30:54 UTC 2007 +Wed Jun 6 03:31:14 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh +a: a b: b c: c -dsh: Process terminated (before write). -a: a PASS: tests/segv-catcher.sh l w PASS: tests/test-bufferoverflow.sh diff --git a/testsuite/cdebootstrap/pdebuild-internal-lenny.log b/testsuite/cdebootstrap/pdebuild-internal-lenny.log index be68ab0..fc29a6f 100644 --- a/testsuite/cdebootstrap/pdebuild-internal-lenny.log +++ b/testsuite/cdebootstrap/pdebuild-internal-lenny.log @@ -27,7 +27,7 @@ Get:3 http://cdn.debian.or.jp lenny/main cdebootstrap 0.3.15 [26.7kB] Get:4 http://cdn.debian.or.jp lenny/main pbuilder 0.161 [82.6kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libdebian-installer4. -(Reading database ... 12101 files and directories currently installed.) +(Reading database ... 12122 files and directories currently installed.) Unpacking libdebian-installer4 (from .../libdebian-installer4_0.50_amd64.deb) ... Selecting previously deselected package libdebian-installer-extra4. Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.50_amd64.deb) ... @@ -75,7 +75,7 @@ Get:9 http://cdn.debian.or.jp lenny/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libmagic1. -(Reading database ... 12195 files and directories currently installed.) +(Reading database ... 12216 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.20-8_amd64.deb) ... Selecting previously deselected package file. Unpacking file (from .../archives/file_4.20-8_amd64.deb) ... @@ -121,7 +121,7 @@ After unpacking 451kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main fakeroot 1.7.1 [111kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package fakeroot. -(Reading database ... 12870 files and directories currently installed.) +(Reading database ... 12891 files and directories currently installed.) Unpacking fakeroot (from .../fakeroot_1.7.1_amd64.deb) ... Setting up fakeroot (1.7.1) ... @@ -377,7 +377,6 @@ make[2]: Leaving directory `/TESTDIR/dir2/dsh-0.25.8/po' make[2]: Entering directory `/TESTDIR/dir2/dsh-0.25.8' /usr/bin/make dsh make[3]: Entering directory `/TESTDIR/dir2/dsh-0.25.8' -make[3]: `dsh' is up to date. make[3]: Leaving directory `/TESTDIR/dir2/dsh-0.25.8' /usr/bin/make check-TESTS make[3]: Entering directory `/TESTDIR/dir2/dsh-0.25.8' @@ -418,8 +417,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 @@ -431,7 +430,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 -Tue Jun 5 03:38:59 UTC 2007 +Wed Jun 6 03:40:31 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -501,12 +500,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 -Tue Jun 5 03:39:04 UTC 2007 +Wed Jun 6 03:40:36 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh -b: b a: a +b: b c: c PASS: tests/segv-catcher.sh l w diff --git a/testsuite/cdebootstrap/pdebuild-internal-sid.log b/testsuite/cdebootstrap/pdebuild-internal-sid.log index b7cd9e7..4f04778 100644 --- a/testsuite/cdebootstrap/pdebuild-internal-sid.log +++ b/testsuite/cdebootstrap/pdebuild-internal-sid.log @@ -19,12 +19,12 @@ Recommended packages: The following NEW packages will be installed: cdebootstrap libdebian-installer-extra4 libdebian-installer4 pbuilder 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. -Need to get 155kB of archives. -After unpacking 844kB of additional disk space will be used. +Need to get 231kB of archives. +After unpacking 938kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp sid/main libdebian-installer4 0.51 [28.1kB] Get:2 http://cdn.debian.or.jp sid/main libdebian-installer-extra4 0.51 [10.6kB] Get:3 http://cdn.debian.or.jp sid/main cdebootstrap 0.4.3 [29.0kB] -Get:4 http://cdn.debian.or.jp sid/main pbuilder 0.168 [87.3kB] +Get:4 http://cdn.debian.or.jp sid/main pbuilder 0.169 [163kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libdebian-installer4. (Reading database ... 11066 files and directories currently installed.) @@ -34,13 +34,14 @@ Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.51_a Selecting previously deselected package cdebootstrap. Unpacking cdebootstrap (from .../cdebootstrap_0.4.3_amd64.deb) ... Selecting previously deselected package pbuilder. -Unpacking pbuilder (from .../pbuilder_0.168_all.deb) ... +Unpacking pbuilder (from .../pbuilder_0.169_all.deb) ... Setting up libdebian-installer4 (0.51) ... Setting up libdebian-installer-extra4 (0.51) ... Setting up cdebootstrap (0.4.3) ... -Setting up pbuilder (0.168) ... +Setting up pbuilder (0.169) ... + Setting DEBBUILDOPTS= -> Attempting to parse the build-deps -> Considering build-dep debhelper (>> 3.0.0) @@ -70,12 +71,12 @@ Get:4 http://cdn.debian.or.jp sid/main html2text 1.3.2a-3 [92.7kB] Get:5 http://cdn.debian.or.jp sid/main gettext 0.16.1-1 [2261kB] Get:6 http://cdn.debian.or.jp sid/main intltool-debian 0.35.0+20060710.1 [30.8kB] Get:7 http://cdn.debian.or.jp sid/main po-debconf 1.0.8 [111kB] -Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.49 [517kB] +Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.50 [517kB] Get:9 http://cdn.debian.or.jp sid/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp sid/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libmagic1. -(Reading database ... 11166 files and directories currently installed.) +(Reading database ... 11168 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.21-1_amd64.deb) ... Selecting previously deselected package file. Unpacking file (from .../archives/file_4.21-1_amd64.deb) ... @@ -90,7 +91,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) . Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ... Selecting previously deselected package debhelper. -Unpacking debhelper (from .../debhelper_5.0.49_all.deb) ... +Unpacking debhelper (from .../debhelper_5.0.50_all.deb) ... Selecting previously deselected package libdshconfig1. Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ... Selecting previously deselected package libdshconfig1-dev. @@ -106,7 +107,7 @@ Setting up gettext (0.16.1-1) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.8) ... -Setting up debhelper (5.0.49) ... +Setting up debhelper (5.0.50) ... Setting up libdshconfig1 (0.20.12-2) ... Setting up libdshconfig1-dev (0.20.12-2) ... @@ -121,7 +122,7 @@ After unpacking 451kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp sid/main fakeroot 1.7.1 [111kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package fakeroot. -(Reading database ... 11841 files and directories currently installed.) +(Reading database ... 11843 files and directories currently installed.) Unpacking fakeroot (from .../fakeroot_1.7.1_amd64.deb) ... Setting up fakeroot (1.7.1) ... @@ -417,8 +418,8 @@ success success success a: dsh: Failed executing ./invalid-exec-file with llexec call -c: dsh: Failed executing ./invalid-exec-file with llexec call b: dsh: Failed executing ./invalid-exec-file with llexec call +c: dsh: Failed executing ./invalid-exec-file with llexec call d: dsh: Failed executing ./invalid-exec-file with llexec call success dsh: Failed executing ./invalid-exec-file with llexec call @@ -431,7 +432,7 @@ PASS: tests/param-r-invalid.sh 2: 2 dsh: fork limit and wait shell cannot be specified at the same time PASS: tests/param-F-invalid.sh -Tue Jun 5 03:25:52 UTC 2007 +Wed Jun 6 03:26:13 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -501,7 +502,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 -Tue Jun 5 03:25:57 UTC 2007 +Wed Jun 6 03:26:18 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh diff --git a/testsuite/cdebootstrap/pdebuild-normal-etch.log b/testsuite/cdebootstrap/pdebuild-normal-etch.log index e5006d7..495a5eb 100644 --- a/testsuite/cdebootstrap/pdebuild-normal-etch.log +++ b/testsuite/cdebootstrap/pdebuild-normal-etch.log @@ -438,7 +438,7 @@ PASS: tests/param-r-invalid.sh 1: 1 dsh: fork limit and wait shell cannot be specified at the same time PASS: tests/param-F-invalid.sh -Tue Jun 5 03:29:54 UTC 2007 +Wed Jun 6 03:30:19 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -508,14 +508,13 @@ Adding machine 5,4,3,2,1 to list Setting forklimit to 3 and wait_shell to 0 ... Waiting for process to end with waitpid ... Waiting for process to end with waitpid -Tue Jun 5 03:29:59 UTC 2007 +Wed Jun 6 03:30:24 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh -b: b -dsh: Process terminated (before write). a: a c: c +b: b PASS: tests/segv-catcher.sh l w PASS: tests/test-bufferoverflow.sh diff --git a/testsuite/cdebootstrap/pdebuild-normal-lenny.log b/testsuite/cdebootstrap/pdebuild-normal-lenny.log index b50e79f..e1f4c2a 100644 --- a/testsuite/cdebootstrap/pdebuild-normal-lenny.log +++ b/testsuite/cdebootstrap/pdebuild-normal-lenny.log @@ -38,7 +38,6 @@ Building the build Environment -> mounting /dev/pts filesystem -> policy-rc.d already exists Installing the build-deps -dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) -> Attempting to parse the build-deps -> Considering build-dep debhelper (>> 3.0.0) -> Trying debhelper @@ -72,7 +71,7 @@ Get:9 http://cdn.debian.or.jp lenny/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libmagic1. -(Reading database ... 12101 files and directories currently installed.) +(Reading database ... 12122 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.20-8_amd64.deb) ... Selecting previously deselected package file. Unpacking file (from .../archives/file_4.20-8_amd64.deb) ... @@ -118,7 +117,7 @@ After unpacking 451kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main fakeroot 1.7.1 [111kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package fakeroot. -(Reading database ... 12776 files and directories currently installed.) +(Reading database ... 12797 files and directories currently installed.) Unpacking fakeroot (from .../fakeroot_1.7.1_amd64.deb) ... Setting up fakeroot (1.7.1) ... @@ -434,11 +433,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 -Tue Jun 5 03:38:09 UTC 2007 +Wed Jun 6 03:39:38 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -508,12 +507,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 -Tue Jun 5 03:38:14 UTC 2007 +Wed Jun 6 03:39:43 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh -b: b a: a +b: b c: c PASS: tests/segv-catcher.sh l w diff --git a/testsuite/cdebootstrap/pdebuild-normal-sid.log b/testsuite/cdebootstrap/pdebuild-normal-sid.log index 59913bd..2e2e7d5 100644 --- a/testsuite/cdebootstrap/pdebuild-normal-sid.log +++ b/testsuite/cdebootstrap/pdebuild-normal-sid.log @@ -66,7 +66,7 @@ Get:4 http://cdn.debian.or.jp sid/main html2text 1.3.2a-3 [92.7kB] Get:5 http://cdn.debian.or.jp sid/main gettext 0.16.1-1 [2261kB] Get:6 http://cdn.debian.or.jp sid/main intltool-debian 0.35.0+20060710.1 [30.8kB] Get:7 http://cdn.debian.or.jp sid/main po-debconf 1.0.8 [111kB] -Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.49 [517kB] +Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.50 [517kB] Get:9 http://cdn.debian.or.jp sid/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp sid/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) @@ -86,7 +86,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) . Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ... Selecting previously deselected package debhelper. -Unpacking debhelper (from .../debhelper_5.0.49_all.deb) ... +Unpacking debhelper (from .../debhelper_5.0.50_all.deb) ... Selecting previously deselected package libdshconfig1. Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ... Selecting previously deselected package libdshconfig1-dev. @@ -102,7 +102,7 @@ Setting up gettext (0.16.1-1) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.8) ... -Setting up debhelper (5.0.49) ... +Setting up debhelper (5.0.50) ... Setting up libdshconfig1 (0.20.12-2) ... Setting up libdshconfig1-dev (0.20.12-2) ... @@ -422,10 +422,10 @@ success success success success -d: dsh: Failed executing ./invalid-exec-file with llexec call -b: 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 @@ -437,7 +437,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 -Tue Jun 5 03:25:01 UTC 2007 +Wed Jun 6 03:25:21 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -507,7 +507,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 -Tue Jun 5 03:25:06 UTC 2007 +Wed Jun 6 03:25:26 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh diff --git a/testsuite/normal/pbuilder-build-dsh-etch.log b/testsuite/normal/pbuilder-build-dsh-etch.log index 5682217..002766d 100644 --- a/testsuite/normal/pbuilder-build-dsh-etch.log +++ b/testsuite/normal/pbuilder-build-dsh-etch.log @@ -410,7 +410,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 -Tue Jun 5 03:08:27 UTC 2007 +Wed Jun 6 03:08:18 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -480,13 +480,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 -Tue Jun 5 03:08:32 UTC 2007 +Wed Jun 6 03:08:23 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh a: a b: b -dsh: Process terminated (before write). c: c PASS: tests/segv-catcher.sh l w diff --git a/testsuite/normal/pbuilder-build-dsh-lenny.log b/testsuite/normal/pbuilder-build-dsh-lenny.log index 63ec514..f59e14c 100644 --- a/testsuite/normal/pbuilder-build-dsh-lenny.log +++ b/testsuite/normal/pbuilder-build-dsh-lenny.log @@ -9,7 +9,6 @@ Building the build Environment -> mounting /dev/pts filesystem -> policy-rc.d already exists Installing the build-deps -dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) -> Attempting to parse the build-deps -> Considering build-dep debhelper (>> 3.0.0) -> Trying debhelper @@ -43,7 +42,7 @@ Get:9 http://cdn.debian.or.jp lenny/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libmagic1. -(Reading database ... 12101 files and directories currently installed.) +(Reading database ... 12122 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.20-8_amd64.deb) ... Selecting previously deselected package file. Unpacking file (from .../archives/file_4.20-8_amd64.deb) ... @@ -89,7 +88,7 @@ After unpacking 451kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main fakeroot 1.7.1 [111kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package fakeroot. -(Reading database ... 12776 files and directories currently installed.) +(Reading database ... 12797 files and directories currently installed.) Unpacking fakeroot (from .../fakeroot_1.7.1_amd64.deb) ... Setting up fakeroot (1.7.1) ... @@ -396,9 +395,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 @@ -410,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 -Tue Jun 5 03:17:03 UTC 2007 +Wed Jun 6 03:16:34 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -480,7 +479,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 -Tue Jun 5 03:17:08 UTC 2007 +Wed Jun 6 03:16:39 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh diff --git a/testsuite/normal/pbuilder-build-dsh-sid.log b/testsuite/normal/pbuilder-build-dsh-sid.log index 5ba7fed..4939e24 100644 --- a/testsuite/normal/pbuilder-build-dsh-sid.log +++ b/testsuite/normal/pbuilder-build-dsh-sid.log @@ -37,7 +37,7 @@ Get:4 http://cdn.debian.or.jp sid/main html2text 1.3.2a-3 [92.7kB] Get:5 http://cdn.debian.or.jp sid/main gettext 0.16.1-1 [2261kB] Get:6 http://cdn.debian.or.jp sid/main intltool-debian 0.35.0+20060710.1 [30.8kB] Get:7 http://cdn.debian.or.jp sid/main po-debconf 1.0.8 [111kB] -Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.49 [517kB] +Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.50 [517kB] Get:9 http://cdn.debian.or.jp sid/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp sid/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) @@ -57,7 +57,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) . Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ... Selecting previously deselected package debhelper. -Unpacking debhelper (from .../debhelper_5.0.49_all.deb) ... +Unpacking debhelper (from .../debhelper_5.0.50_all.deb) ... Selecting previously deselected package libdshconfig1. Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ... Selecting previously deselected package libdshconfig1-dev. @@ -73,7 +73,7 @@ Setting up gettext (0.16.1-1) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.8) ... -Setting up debhelper (5.0.49) ... +Setting up debhelper (5.0.50) ... Setting up libdshconfig1 (0.20.12-2) ... Setting up libdshconfig1-dev (0.20.12-2) ... @@ -396,8 +396,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 @@ -409,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 -Tue Jun 5 03:03:28 UTC 2007 +Wed Jun 6 03:03:15 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -479,14 +479,13 @@ Adding machine 5,4,3,2,1 to list Setting forklimit to 3 and wait_shell to 0 ... Waiting for process to end with waitpid ... Waiting for process to end with waitpid -Tue Jun 5 03:03:33 UTC 2007 +Wed Jun 6 03:03:20 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh a: a b: b c: c -dsh: Process terminated (before write). PASS: tests/segv-catcher.sh l w PASS: tests/test-bufferoverflow.sh diff --git a/testsuite/normal/pbuilder-create-lenny.log b/testsuite/normal/pbuilder-create-lenny.log index e148178..d60b78b 100644 --- a/testsuite/normal/pbuilder-create-lenny.log +++ b/testsuite/normal/pbuilder-create-lenny.log @@ -7,6 +7,7 @@ I: Retrieving Packages I: Validating Packages I: Resolving dependencies of required packages... I: Resolving dependencies of base packages... +I: Found additional base dependencies: liblzo2-2 I: Checking component main on http://cdn.debian.or.jp/debian... I: Retrieving adduser I: Validating adduser @@ -62,6 +63,8 @@ I: Retrieving findutils I: Validating findutils I: Retrieving gcc-4.1-base I: Validating gcc-4.1-base +I: Retrieving gcc-4.2-base +I: Validating gcc-4.2-base I: Retrieving gnupg I: Validating gnupg I: Retrieving gpgv @@ -128,6 +131,8 @@ I: Retrieving liblocale-gettext-perl I: Validating liblocale-gettext-perl I: Retrieving liblzo1 I: Validating liblzo1 +I: Retrieving liblzo2-2 +I: Validating liblzo2-2 I: Retrieving libncurses5 I: Validating libncurses5 I: Retrieving libncursesw5 @@ -271,6 +276,7 @@ I: Extracting e2fslibs... I: Extracting e2fsprogs... I: Extracting findutils... I: Extracting gcc-4.1-base... +I: Extracting gcc-4.2-base... I: Extracting grep... I: Extracting gzip... I: Extracting hostname... @@ -334,6 +340,7 @@ I: Unpacking e2fslibs... I: Unpacking e2fsprogs... I: Unpacking findutils... I: Unpacking gcc-4.1-base... +I: Unpacking gcc-4.2-base... I: Unpacking grep... I: Unpacking gzip... I: Unpacking hostname... @@ -383,6 +390,7 @@ I: Unpacking zlib1g... I: Configuring required packages... I: Configuring sysv-rc... I: Configuring gcc-4.1-base... +I: Configuring gcc-4.2-base... I: Configuring libpam-runtime... I: Configuring libc6... I: Configuring libcap1... @@ -474,6 +482,7 @@ I: Unpacking libgnutls13... I: Unpacking libgpg-error0... I: Unpacking libldap2... I: Unpacking liblzo1... +I: Unpacking liblzo2-2... I: Unpacking libncursesw5... I: Unpacking libnewt0.52... I: Unpacking libopencdk8... @@ -518,6 +527,7 @@ I: Configuring update-inetd... I: Configuring libssl0.9.8... I: Configuring vim-common... I: Configuring dmidecode... +I: Configuring liblzo2-2... I: Configuring adduser... I: Configuring traceroute... I: Configuring manpages... @@ -617,7 +627,7 @@ The following NEW packages will be installed: perl-modules 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. Need to get 21.5MB of archives. -After unpacking 88.1MB of additional disk space will be used. +After unpacking 88.0MB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main patch 2.5.9-4 [98.7kB] Get:2 http://cdn.debian.or.jp lenny/main perl-modules 5.8.8-7 [2310kB] Get:3 http://cdn.debian.or.jp lenny/main perl 5.8.8-7 [4240kB] @@ -633,11 +643,11 @@ Get:12 http://cdn.debian.or.jp lenny/main libstdc++6-4.1-dev 4.1.1-21 [1643kB] Get:13 http://cdn.debian.or.jp lenny/main g++-4.1 4.1.1-21 [2786kB] Get:14 http://cdn.debian.or.jp lenny/main g++ 4:4.1.1-15 [1358B] Get:15 http://cdn.debian.or.jp lenny/main make 3.81-3 [395kB] -Get:16 http://cdn.debian.or.jp lenny/main dpkg-dev 1.13.25 [166kB] +Get:16 http://cdn.debian.or.jp lenny/main dpkg-dev 1.14.4 [178kB] Get:17 http://cdn.debian.or.jp lenny/main build-essential 11.3 [6982B] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package patch. -(Reading database ... 7161 files and directories currently installed.) +(Reading database ... 7179 files and directories currently installed.) Unpacking patch (from .../patch_2.5.9-4_amd64.deb) ... Selecting previously deselected package perl-modules. Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ... @@ -668,7 +678,7 @@ Unpacking g++ (from .../g++_4%3a4.1.1-15_amd64.deb) ... Selecting previously deselected package make. Unpacking make (from .../archives/make_3.81-3_amd64.deb) ... Selecting previously deselected package dpkg-dev. -Unpacking dpkg-dev (from .../dpkg-dev_1.13.25_all.deb) ... +Unpacking dpkg-dev (from .../dpkg-dev_1.14.4_all.deb) ... Selecting previously deselected package build-essential. Unpacking build-essential (from .../build-essential_11.3_amd64.deb) ... Setting up patch (2.5.9-4) ... @@ -677,12 +687,12 @@ Setting up binutils (2.17cvs20070426-8) ... Setting up linux-kernel-headers (2.6.18-7) ... Setting up libc6-dev (2.5-9) ... Setting up cpp-4.1 (4.1.1-21) ... -Setting up cpp (4.1.1-15) ... +Setting up cpp (4:4.1.1-15) ... Setting up libssp0 (4.1.1-21) ... Setting up gcc-4.1 (4.1.1-21) ... -Setting up gcc (4.1.1-15) ... +Setting up gcc (4:4.1.1-15) ... Setting up make (3.81-3) ... Setting up perl-modules (5.8.8-7) ... @@ -690,9 +700,9 @@ Setting up libstdc++6-4.1-dev (4.1.1-21) ... Setting up perl (5.8.8-7) ... Setting up g++-4.1 (4.1.1-21) ... -Setting up g++ (4.1.1-15) ... +Setting up g++ (4:4.1.1-15) ... -Setting up dpkg-dev (1.13.25) ... +Setting up dpkg-dev (1.14.4) ... Setting up build-essential (11.3) ... umount: /sys: not mounted umount: /run: not found diff --git a/testsuite/normal/pbuilder-create-sid.log b/testsuite/normal/pbuilder-create-sid.log index 4d3fc37..14e9913 100644 --- a/testsuite/normal/pbuilder-create-sid.log +++ b/testsuite/normal/pbuilder-create-sid.log @@ -629,12 +629,12 @@ Get:3 http://cdn.debian.or.jp sid/main perl 5.8.8-7 [4240kB] Get:4 http://cdn.debian.or.jp sid/main binutils 2.17cvs20070426-8 [2559kB] Get:5 http://cdn.debian.or.jp sid/main linux-libc-dev 2.6.21-4 [698kB] Get:6 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] -Get:7 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-11 [2514kB] +Get:7 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-12 [2514kB] Get:8 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] -Get:9 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-11 [424kB] +Get:9 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-12 [424kB] Get:10 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] -Get:11 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-11 [1155kB] -Get:12 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-11 [2822kB] +Get:11 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-12 [1155kB] +Get:12 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-12 [2822kB] Get:13 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] Get:14 http://cdn.debian.or.jp sid/main make 3.81-3 [395kB] Get:15 http://cdn.debian.or.jp sid/main dpkg-dev 1.14.4 [178kB] @@ -654,17 +654,17 @@ Unpacking linux-libc-dev (from .../linux-libc-dev_2.6.21-4_amd64.deb) ... Selecting previously deselected package libc6-dev. Unpacking libc6-dev (from .../libc6-dev_2.5-10_amd64.deb) ... Selecting previously deselected package cpp-4.1. -Unpacking cpp-4.1 (from .../cpp-4.1_4.1.2-11_amd64.deb) ... +Unpacking cpp-4.1 (from .../cpp-4.1_4.1.2-12_amd64.deb) ... Selecting previously deselected package cpp. Unpacking cpp (from .../cpp_4%3a4.1.2-2_amd64.deb) ... Selecting previously deselected package gcc-4.1. -Unpacking gcc-4.1 (from .../gcc-4.1_4.1.2-11_amd64.deb) ... +Unpacking gcc-4.1 (from .../gcc-4.1_4.1.2-12_amd64.deb) ... Selecting previously deselected package gcc. Unpacking gcc (from .../gcc_4%3a4.1.2-2_amd64.deb) ... Selecting previously deselected package libstdc++6-4.1-dev. -Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.2-11_amd64.deb) ... +Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.2-12_amd64.deb) ... Selecting previously deselected package g++-4.1. -Unpacking g++-4.1 (from .../g++-4.1_4.1.2-11_amd64.deb) ... +Unpacking g++-4.1 (from .../g++-4.1_4.1.2-12_amd64.deb) ... Selecting previously deselected package g++. Unpacking g++ (from .../g++_4%3a4.1.2-2_amd64.deb) ... Selecting previously deselected package make. @@ -678,16 +678,16 @@ Setting up binutils (2.17cvs20070426-8) ... Setting up linux-libc-dev (2.6.21-4) ... Setting up libc6-dev (2.5-10) ... -Setting up cpp-4.1 (4.1.2-11) ... +Setting up cpp-4.1 (4.1.2-12) ... Setting up cpp (4:4.1.2-2) ... -Setting up gcc-4.1 (4.1.2-11) ... +Setting up gcc-4.1 (4.1.2-12) ... Setting up gcc (4:4.1.2-2) ... Setting up make (3.81-3) ... -Setting up libstdc++6-4.1-dev (4.1.2-11) ... +Setting up libstdc++6-4.1-dev (4.1.2-12) ... Setting up perl-modules (5.8.8-7) ... -Setting up g++-4.1 (4.1.2-11) ... +Setting up g++-4.1 (4.1.2-12) ... Setting up g++ (4:4.1.2-2) ... Setting up perl (5.8.8-7) ... diff --git a/testsuite/normal/pbuilder-update-etch-etch.log b/testsuite/normal/pbuilder-update-etch-etch.log index 8f8c175..1ea6cc7 100644 --- a/testsuite/normal/pbuilder-update-etch-etch.log +++ b/testsuite/normal/pbuilder-update-etch-etch.log @@ -11,23 +11,26 @@ Refreshing the base.tgz -> upgrading packages Get:1 http://cdn.debian.or.jp lenny Release.gpg [189B] Get:2 http://cdn.debian.or.jp lenny Release [68.5kB] -Get:3 http://cdn.debian.or.jp lenny/main Packages [5919kB] +Get:3 http://cdn.debian.or.jp lenny/main Packages [5940kB] Fetched XXXB in Xs (XXXXXB/s) Reading package lists... dpkg - warning: ignoring request to remove lilo which isn't installed. Reading package lists... Building dependency tree... +The following NEW packages will be installed: + gcc-4.2-base liblzo2-2 The following packages will be upgraded: base-files binutils cpio debconf debconf-i18n debianutils dhcp3-client - dhcp3-common diff dmidecode findutils gzip info iputils-ping klogd - laptop-detect libacl1 libattr1 libc6 libc6-dev libgcrypt11 libgpg-error0 - libldap2 libncurses5 libncursesw5 libopencdk8 libreadline5 libsepol1 - libslang2 libssl0.9.8 libtasn1-3 libusb-0.1-4 make man-db manpages mktemp - module-init-tools nano ncurses-base ncurses-bin netcat readline-common sed - sysklogd tar tasksel tasksel-data tzdata vim-common vim-tiny zlib1g -51 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. -Need to get 20.2MB of archives. -After unpacking 3609kB of additional disk space will be used. + dhcp3-common diff dmidecode dpkg dpkg-dev dselect findutils gzip info + iputils-ping klogd laptop-detect libacl1 libattr1 libc6 libc6-dev libgcc1 + libgcrypt11 libgnutls13 libgpg-error0 libldap2 libncurses5 libncursesw5 + libopencdk8 libreadline5 libsepol1 libslang2 libssl0.9.8 libstdc++6 + libtasn1-3 libusb-0.1-4 make man-db manpages mktemp module-init-tools nano + ncurses-base ncurses-bin netcat readline-common sed sysklogd tar tasksel + tasksel-data tzdata vim-common vim-tiny zlib1g +57 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. +Need to get 24.0MB of archives. +After unpacking 4174kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main debconf-i18n 1.5.13 [151kB] Get:2 http://cdn.debian.or.jp lenny/main debconf 1.5.13 [148kB] Get:3 http://cdn.debian.or.jp lenny/main tzdata 2007f-3 [384kB] @@ -36,50 +39,58 @@ Get:5 http://cdn.debian.or.jp lenny/main libc6-dev 2.5-9 [2472kB] Get:6 http://cdn.debian.or.jp lenny/main libc6 2.5-9 [4905kB] Get:7 http://cdn.debian.or.jp lenny/main debianutils 2.19 [52.6kB] Get:8 http://cdn.debian.or.jp lenny/main diff 2.8.1-12 [192kB] -Get:9 http://cdn.debian.or.jp lenny/main findutils 4.2.30-1 [361kB] -Get:10 http://cdn.debian.or.jp lenny/main gzip 1.3.9-2 [80.5kB] -Get:11 http://cdn.debian.or.jp lenny/main mktemp 1.5-3 [11.0kB] -Get:12 http://cdn.debian.or.jp lenny/main ncurses-bin 5.6-3 [235kB] -Get:13 http://cdn.debian.or.jp lenny/main sed 4.1.5-2 [253kB] -Get:14 http://cdn.debian.or.jp lenny/main tar 1.16.1-1 [734kB] -Get:15 http://cdn.debian.or.jp lenny/main base-files 4.0.0 [40.9kB] -Get:16 http://cdn.debian.or.jp lenny/main libncurses5 5.6-3 [336kB] -Get:17 http://cdn.debian.or.jp lenny/main ncurses-base 5.6-3 [12.9kB] -Get:18 http://cdn.debian.or.jp lenny/main libattr1 1:2.4.32-1.1 [9976B] -Get:19 http://cdn.debian.or.jp lenny/main libacl1 2.2.42-1 [16.1kB] -Get:20 http://cdn.debian.or.jp lenny/main libsepol1 1.14-3 [125kB] -Get:21 http://cdn.debian.or.jp lenny/main libslang2 2.0.7-1 [453kB] -Get:22 http://cdn.debian.or.jp lenny/main zlib1g 1:1.2.3-15 [73.5kB] -Get:23 http://cdn.debian.or.jp lenny/main cpio 2.7-3 [115kB] -Get:24 http://cdn.debian.or.jp lenny/main dhcp3-client 3.0.4-14 [222kB] -Get:25 http://cdn.debian.or.jp lenny/main dhcp3-common 3.0.4-14 [287kB] -Get:26 http://cdn.debian.or.jp lenny/main dmidecode 2.9-1 [58.8kB] -Get:27 http://cdn.debian.or.jp lenny/main info 4.8.dfsg.1-6 [177kB] -Get:28 http://cdn.debian.or.jp lenny/main iputils-ping 3:20070202-1 [45.5kB] -Get:29 http://cdn.debian.or.jp lenny/main sysklogd 1.4.1-20 [60.2kB] -Get:30 http://cdn.debian.or.jp lenny/main klogd 1.4.1-20 [40.7kB] -Get:31 http://cdn.debian.or.jp lenny/main laptop-detect 0.12.1-0.1 [3666B] -Get:32 http://cdn.debian.or.jp lenny/main libgpg-error0 1.4-2 [34.8kB] -Get:33 http://cdn.debian.or.jp lenny/main libgcrypt11 1.2.4-2 [190kB] -Get:34 http://cdn.debian.or.jp lenny/main libldap2 2.1.30-13.4 [162kB] -Get:35 http://cdn.debian.or.jp lenny/main libncursesw5 5.6-3 [358kB] -Get:36 http://cdn.debian.or.jp lenny/main libopencdk8 0.5.13-2 [104kB] -Get:37 http://cdn.debian.or.jp lenny/main readline-common 5.2-3 [50.8kB] -Get:38 http://cdn.debian.or.jp lenny/main libreadline5 5.2-3 [144kB] -Get:39 http://cdn.debian.or.jp lenny/main libssl0.9.8 0.9.8e-5 [909kB] -Get:40 http://cdn.debian.or.jp lenny/main libtasn1-3 0.3.9-1 [57.8kB] -Get:41 http://cdn.debian.or.jp lenny/main libusb-0.1-4 2:0.1.12-7 [20.4kB] -Get:42 http://cdn.debian.or.jp lenny/main man-db 2.4.4-3 [765kB] -Get:43 http://cdn.debian.or.jp lenny/main manpages 2.49-1 [495kB] -Get:44 http://cdn.debian.or.jp lenny/main module-init-tools 3.3-pre11-1 [85.3kB] -Get:45 http://cdn.debian.or.jp lenny/main nano 2.0.3-1 [570kB] -Get:46 http://cdn.debian.or.jp lenny/main netcat 1.10-33 [68.3kB] -Get:47 http://cdn.debian.or.jp lenny/main tasksel 2.67 [76.7kB] -Get:48 http://cdn.debian.or.jp lenny/main tasksel-data 2.67 [345kB] -Get:49 http://cdn.debian.or.jp lenny/main vim-tiny 1:7.0-219+1 [617kB] -Get:50 http://cdn.debian.or.jp lenny/main vim-common 1:7.0-219+1 [185kB] -Get:51 http://cdn.debian.or.jp lenny/main make 3.81-3 [395kB] - Extracting templates from packages: 58% Extracting templates from packages: 100% +Get:9 http://cdn.debian.or.jp lenny/main cpio 2.7-3 [115kB] +Get:10 http://cdn.debian.or.jp lenny/main make 3.81-3 [395kB] +Get:11 http://cdn.debian.or.jp lenny/main dpkg-dev 1.14.4 [178kB] +Get:12 http://cdn.debian.or.jp lenny/main dpkg 1.14.4 [2080kB] +Get:13 http://cdn.debian.or.jp lenny/main findutils 4.2.30-1 [361kB] +Get:14 http://cdn.debian.or.jp lenny/main gzip 1.3.9-2 [80.5kB] +Get:15 http://cdn.debian.or.jp lenny/main mktemp 1.5-3 [11.0kB] +Get:16 http://cdn.debian.or.jp lenny/main ncurses-bin 5.6-3 [235kB] +Get:17 http://cdn.debian.or.jp lenny/main sed 4.1.5-2 [253kB] +Get:18 http://cdn.debian.or.jp lenny/main tar 1.16.1-1 [734kB] +Get:19 http://cdn.debian.or.jp lenny/main base-files 4.0.0 [40.9kB] +Get:20 http://cdn.debian.or.jp lenny/main libncurses5 5.6-3 [336kB] +Get:21 http://cdn.debian.or.jp lenny/main ncurses-base 5.6-3 [12.9kB] +Get:22 http://cdn.debian.or.jp lenny/main libattr1 1:2.4.32-1.1 [9976B] +Get:23 http://cdn.debian.or.jp lenny/main libacl1 2.2.42-1 [16.1kB] +Get:24 http://cdn.debian.or.jp lenny/main gcc-4.2-base 4.2-20070528-1 [208kB] +Get:25 http://cdn.debian.or.jp lenny/main libgcc1 1:4.2-20070528-1 [26.7kB] +Get:26 http://cdn.debian.or.jp lenny/main libsepol1 2.0.3-1 [126kB] +Get:27 http://cdn.debian.or.jp lenny/main libslang2 2.0.7-1 [453kB] +Get:28 http://cdn.debian.or.jp lenny/main libstdc++6 4.2-20070528-1 [312kB] +Get:29 http://cdn.debian.or.jp lenny/main zlib1g 1:1.2.3-15 [73.5kB] +Get:30 http://cdn.debian.or.jp lenny/main dhcp3-client 3.0.4-14 [222kB] +Get:31 http://cdn.debian.or.jp lenny/main dhcp3-common 3.0.4-14 [287kB] +Get:32 http://cdn.debian.or.jp lenny/main dmidecode 2.9-1 [58.8kB] +Get:33 http://cdn.debian.or.jp lenny/main info 4.8.dfsg.1-6 [177kB] +Get:34 http://cdn.debian.or.jp lenny/main iputils-ping 3:20070202-1 [45.5kB] +Get:35 http://cdn.debian.or.jp lenny/main sysklogd 1.4.1-20 [60.2kB] +Get:36 http://cdn.debian.or.jp lenny/main klogd 1.4.1-20 [40.7kB] +Get:37 http://cdn.debian.or.jp lenny/main laptop-detect 0.12.1-0.1 [3666B] +Get:38 http://cdn.debian.or.jp lenny/main libgpg-error0 1.4-2 [34.8kB] +Get:39 http://cdn.debian.or.jp lenny/main libgcrypt11 1.2.4-2 [190kB] +Get:40 http://cdn.debian.or.jp lenny/main liblzo2-2 2.02-2 [54.7kB] +Get:41 http://cdn.debian.or.jp lenny/main libopencdk8 0.5.13-2 [104kB] +Get:42 http://cdn.debian.or.jp lenny/main libtasn1-3 0.3.9-1 [57.8kB] +Get:43 http://cdn.debian.or.jp lenny/main libgnutls13 1.6.3-1 [354kB] +Get:44 http://cdn.debian.or.jp lenny/main libldap2 2.1.30-13.4 [162kB] +Get:45 http://cdn.debian.or.jp lenny/main libncursesw5 5.6-3 [358kB] +Get:46 http://cdn.debian.or.jp lenny/main readline-common 5.2-3 [50.8kB] +Get:47 http://cdn.debian.or.jp lenny/main libreadline5 5.2-3 [144kB] +Get:48 http://cdn.debian.or.jp lenny/main libssl0.9.8 0.9.8e-5 [909kB] +Get:49 http://cdn.debian.or.jp lenny/main libusb-0.1-4 2:0.1.12-7 [20.4kB] +Get:50 http://cdn.debian.or.jp lenny/main man-db 2.4.4-3 [765kB] +Get:51 http://cdn.debian.or.jp lenny/main manpages 2.49-1 [495kB] +Get:52 http://cdn.debian.or.jp lenny/main module-init-tools 3.3-pre11-1 [85.3kB] +Get:53 http://cdn.debian.or.jp lenny/main nano 2.0.3-1 [570kB] +Get:54 http://cdn.debian.or.jp lenny/main netcat 1.10-33 [68.3kB] +Get:55 http://cdn.debian.or.jp lenny/main tasksel 2.67 [76.7kB] +Get:56 http://cdn.debian.or.jp lenny/main tasksel-data 2.67 [345kB] +Get:57 http://cdn.debian.or.jp lenny/main vim-tiny 1:7.0-219+1 [617kB] +Get:58 http://cdn.debian.or.jp lenny/main vim-common 1:7.0-219+1 [185kB] +Get:59 http://cdn.debian.or.jp lenny/main dselect 1.14.4 [500kB] + Extracting templates from packages: 50% Extracting templates from packages: 100% Preconfiguring packages ... Fetched XXXB in Xs (XXXXXB/s) (Reading database ... 12033 files and directories currently installed.) @@ -120,34 +131,45 @@ Preparing to replace diff 2.8.1-11 (using .../diff_2.8.1-12_amd64.deb) ... Unpacking replacement diff ... Setting up diff (2.8.1-12) ... (Reading database ... 12107 files and directories currently installed.) +Preparing to replace cpio 2.6-17 (using .../archives/cpio_2.7-3_amd64.deb) ... +Unpacking replacement cpio ... +Preparing to replace make 3.81-2 (using .../archives/make_3.81-3_amd64.deb) ... +Unpacking replacement make ... +Preparing to replace dpkg-dev 1.13.25 (using .../dpkg-dev_1.14.4_all.deb) ... +Unpacking replacement dpkg-dev ... +Preparing to replace dpkg 1.13.25 (using .../archives/dpkg_1.14.4_amd64.deb) ... +Unpacking replacement dpkg ... +Setting up dpkg (1.14.4) ... + +(Reading database ... 12091 files and directories currently installed.) Preparing to replace findutils 4.2.28-1 (using .../findutils_4.2.30-1_amd64.deb) ... Unpacking replacement findutils ... Setting up findutils (4.2.30-1) ... -(Reading database ... 12107 files and directories currently installed.) +(Reading database ... 12091 files and directories currently installed.) Preparing to replace gzip 1.3.5-15 (using .../gzip_1.3.9-2_amd64.deb) ... Unpacking replacement gzip ... Setting up gzip (1.3.9-2) ... -(Reading database ... 12107 files and directories currently installed.) +(Reading database ... 12091 files and directories currently installed.) Preparing to replace mktemp 1.5-2 (using .../mktemp_1.5-3_amd64.deb) ... Unpacking replacement mktemp ... Setting up mktemp (1.5-3) ... -(Reading database ... 12107 files and directories currently installed.) +(Reading database ... 12091 files and directories currently installed.) Preparing to replace ncurses-bin 5.5-5 (using .../ncurses-bin_5.6-3_amd64.deb) ... Unpacking replacement ncurses-bin ... Setting up ncurses-bin (5.6-3) ... -(Reading database ... 12108 files and directories currently installed.) +(Reading database ... 12092 files and directories currently installed.) Preparing to replace sed 4.1.5-1 (using .../archives/sed_4.1.5-2_amd64.deb) ... Unpacking replacement sed ... Setting up sed (4.1.5-2) ... -(Reading database ... 12108 files and directories currently installed.) +(Reading database ... 12092 files and directories currently installed.) Preparing to replace tar 1.16-2 (using .../tar_1.16.1-1_amd64.deb) ... Unpacking replacement tar ... Setting up tar (1.16.1-1) ... -(Reading database ... 12109 files and directories currently installed.) +(Reading database ... 12093 files and directories currently installed.) Preparing to replace base-files 4 (using .../base-files_4.0.0_amd64.deb) ... Unpacking replacement base-files ... Setting up base-files (4.0.0) ... @@ -155,43 +177,55 @@ Installing new version of config file /etc/debian_version ... Installing new version of config file /etc/issue ... Installing new version of config file /etc/issue.net ... -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12095 files and directories currently installed.) Preparing to replace libncurses5 5.5-5 (using .../libncurses5_5.6-3_amd64.deb) ... Unpacking replacement libncurses5 ... Setting up libncurses5 (5.6-3) ... -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12095 files and directories currently installed.) Preparing to replace ncurses-base 5.5-5 (using .../ncurses-base_5.6-3_all.deb) ... Unpacking replacement ncurses-base ... Setting up ncurses-base (5.6-3) ... -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12095 files and directories currently installed.) Preparing to replace libattr1 2.4.32-1 (using .../libattr1_1%3a2.4.32-1.1_amd64.deb) ... Unpacking replacement libattr1 ... Preparing to replace libacl1 2.2.41-1 (using .../libacl1_2.2.42-1_amd64.deb) ... Unpacking replacement libacl1 ... -Setting up libattr1 (2.4.32-1.1) ... +Setting up libattr1 (1:2.4.32-1.1) ... Setting up libacl1 (2.2.42-1) ... -(Reading database ... 12111 files and directories currently installed.) -Preparing to replace libsepol1 1.14-2 (using .../libsepol1_1.14-3_amd64.deb) ... +Selecting previously deselected package gcc-4.2-base. +(Reading database ... 12095 files and directories currently installed.) +Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070528-1_amd64.deb) ... +Preparing to replace libgcc1 1:4.1.1-21 (using .../libgcc1_1%3a4.2-20070528-1_amd64.deb) ... +Unpacking replacement libgcc1 ... +Setting up gcc-4.2-base (4.2-20070528-1) ... + +Setting up libgcc1 (1:4.2-20070528-1) ... + +(Reading database ... 12101 files and directories currently installed.) +Preparing to replace libsepol1 1.14-2 (using .../libsepol1_2.0.3-1_amd64.deb) ... Unpacking replacement libsepol1 ... -Setting up libsepol1 (1.14-3) ... +Setting up libsepol1 (2.0.3-1) ... telinit: timeout opening/writing control channel /dev/initctl -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12101 files and directories currently installed.) Preparing to replace libslang2 2.0.6-4 (using .../libslang2_2.0.7-1_amd64.deb) ... Unpacking replacement libslang2 ... Setting up libslang2 (2.0.7-1) ... -(Reading database ... 12111 files and directories currently installed.) +(Reading database ... 12101 files and directories currently installed.) +Preparing to replace libstdc++6 4.1.1-21 (using .../libstdc++6_4.2-20070528-1_amd64.deb) ... +Unpacking replacement libstdc++6 ... +Setting up libstdc++6 (4.2-20070528-1) ... + +(Reading database ... 12101 files and directories currently installed.) Preparing to replace zlib1g 1:1.2.3-13 (using .../zlib1g_1%3a1.2.3-15_amd64.deb) ... Unpacking replacement zlib1g ... -Setting up zlib1g (1.2.3-15) ... +Setting up zlib1g (1:1.2.3-15) ... -(Reading database ... 12111 files and directories currently installed.) -Preparing to replace cpio 2.6-17 (using .../archives/cpio_2.7-3_amd64.deb) ... -Unpacking replacement cpio ... +(Reading database ... 12101 files and directories currently installed.) Preparing to replace dhcp3-client 3.0.4-13 (using .../dhcp3-client_3.0.4-14_amd64.deb) ... Unpacking replacement dhcp3-client ... Preparing to replace dhcp3-common 3.0.4-13 (using .../dhcp3-common_3.0.4-14_amd64.deb) ... @@ -212,20 +246,24 @@ Preparing to replace libgpg-error0 1.4-1 (using .../libgpg-error0_1.4-2_amd64.de Unpacking replacement libgpg-error0 ... Preparing to replace libgcrypt11 1.2.3-2 (using .../libgcrypt11_1.2.4-2_amd64.deb) ... Unpacking replacement libgcrypt11 ... +Selecting previously deselected package liblzo2-2. +Unpacking liblzo2-2 (from .../liblzo2-2_2.02-2_amd64.deb) ... +Preparing to replace libopencdk8 0.5.9-2 (using .../libopencdk8_0.5.13-2_amd64.deb) ... +Unpacking replacement libopencdk8 ... +Preparing to replace libtasn1-3 0.3.6-2 (using .../libtasn1-3_0.3.9-1_amd64.deb) ... +Unpacking replacement libtasn1-3 ... +Preparing to replace libgnutls13 1.4.4-3 (using .../libgnutls13_1.6.3-1_amd64.deb) ... +Unpacking replacement libgnutls13 ... Preparing to replace libldap2 2.1.30-13.3 (using .../libldap2_2.1.30-13.4_amd64.deb) ... Unpacking replacement libldap2 ... Preparing to replace libncursesw5 5.5-5 (using .../libncursesw5_5.6-3_amd64.deb) ... Unpacking replacement libncursesw5 ... -Preparing to replace libopencdk8 0.5.9-2 (using .../libopencdk8_0.5.13-2_amd64.deb) ... -Unpacking replacement libopencdk8 ... Preparing to replace readline-common 5.2-2 (using .../readline-common_5.2-3_all.deb) ... Unpacking replacement readline-common ... Preparing to replace libreadline5 5.2-2 (using .../libreadline5_5.2-3_amd64.deb) ... Unpacking replacement libreadline5 ... Preparing to replace libssl0.9.8 0.9.8c-4 (using .../libssl0.9.8_0.9.8e-5_amd64.deb) ... Unpacking replacement libssl0.9.8 ... -Preparing to replace libtasn1-3 0.3.6-2 (using .../libtasn1-3_0.3.9-1_amd64.deb) ... -Unpacking replacement libtasn1-3 ... Preparing to replace libusb-0.1-4 2:0.1.12-5 (using .../libusb-0.1-4_2%3a0.1.12-7_amd64.deb) ... Unpacking replacement libusb-0.1-4 ... Preparing to replace man-db 2.4.3-6 (using .../man-db_2.4.4-3_amd64.deb) ... @@ -246,40 +284,46 @@ Preparing to replace vim-tiny 1:7.0-122+1etch2 (using .../vim-tiny_1%3a7.0-219+1 Unpacking replacement vim-tiny ... Preparing to replace vim-common 1:7.0-122+1etch2 (using .../vim-common_1%3a7.0-219+1_amd64.deb) ... Unpacking replacement vim-common ... -Preparing to replace make 3.81-2 (using .../archives/make_3.81-3_amd64.deb) ... -Unpacking replacement make ... +Preparing to replace dselect 1.13.25 (using .../dselect_1.14.4_amd64.deb) ... +Unpacking replacement dselect ... Setting up binutils (2.17cvs20070426-8) ... Setting up libc6-dev (2.5-9) ... Setting up cpio (2.7-3) ... +Setting up make (3.81-3) ... +Setting up dpkg-dev (1.14.4) ... Setting up dhcp3-common (3.0.4-14) ... Setting up dhcp3-client (3.0.4-14) ... Setting up dmidecode (2.9-1) ... Setting up info (4.8.dfsg.1-6) ... -Setting up iputils-ping (20070202-1) ... +Setting up iputils-ping (3:20070202-1) ... Setting up laptop-detect (0.12.1-0.1) ... Setting up libgpg-error0 (1.4-2) ... Setting up libgcrypt11 (1.2.4-2) ... +Setting up liblzo2-2 (2.02-2) ... + +Setting up libopencdk8 (0.5.13-2) ... + +Setting up libtasn1-3 (0.3.9-1) ... + +Setting up libgnutls13 (1.6.3-1) ... + Setting up libldap2 (2.1.30-13.4) ... Setting up libncursesw5 (5.6-3) ... -Setting up libopencdk8 (0.5.13-2) ... - Setting up readline-common (5.2-3) ... Setting up libreadline5 (5.2-3) ... Setting up libssl0.9.8 (0.9.8e-5) ... -Setting up libtasn1-3 (0.3.9-1) ... - -Setting up libusb-0.1-4 (0.1.12-7) ... +Setting up libusb-0.1-4 (2:0.1.12-7) ... Setting up man-db (2.4.4-3) ... @@ -289,11 +333,11 @@ Setting up module-init-tools (3.3-pre11-1) ... Setting up nano (2.0.3-1) ... Setting up netcat (1.10-33) ... -Setting up vim-common (7.0-219+1) ... +Setting up vim-common (1:7.0-219+1) ... -Setting up vim-tiny (7.0-219+1) ... +Setting up vim-tiny (1:7.0-219+1) ... -Setting up make (3.81-3) ... +Setting up dselect (1.14.4) ... Setting up klogd (1.4.1-20) ... Installing new version of config file /etc/init.d/klogd ... diff --git a/testsuite/normal/pbuilder-update-etch-sid.log b/testsuite/normal/pbuilder-update-etch-sid.log index da1bc99..2d373d2 100644 --- a/testsuite/normal/pbuilder-update-etch-sid.log +++ b/testsuite/normal/pbuilder-update-etch-sid.log @@ -11,7 +11,7 @@ Refreshing the base.tgz -> upgrading packages Get:1 http://cdn.debian.or.jp sid Release.gpg [189B] Get:2 http://cdn.debian.or.jp sid Release [79.6kB] -Get:3 http://cdn.debian.or.jp sid/main Packages [6251kB] +Get:3 http://cdn.debian.or.jp sid/main Packages [6252kB] Fetched XXXB in Xs (XXXXXB/s) Reading package lists... dpkg - warning: ignoring request to remove lilo which isn't installed. @@ -20,63 +20,50 @@ Building dependency tree... The following packages will be REMOVED: libsasl2 libssp0 The following NEW packages will be installed: - gcc-4.2-base libdevmapper1.02.1 liblzo2-2 + libdevmapper1.02.1 The following packages will be upgraded: - cpp cpp-4.1 debian-archive-keyring debianutils dpkg dpkg-dev dselect - e2fslibs e2fsprogs findutils g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base - laptop-detect libblkid1 libbz2-1.0 libc6 libc6-dev libcomerr2 libgcc1 - libgnutls13 libsasl2-2 libselinux1 libsepol1 libss2 libstdc++6 - libstdc++6-4.1-dev libuuid1 login nano passwd tzdata vim-common vim-tiny -36 upgraded, 3 newly installed, 2 to remove and 0 not upgraded. -Need to get 23.3MB of archives. -After unpacking 1712kB disk space will be freed. -Get:1 http://cdn.debian.or.jp sid/main gcc-4.2-base 4.2-20070528-1 [208kB] -Get:2 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] -Get:3 http://cdn.debian.or.jp sid/main libc6 2.5-10 [4890kB] -Get:4 http://cdn.debian.or.jp sid/main libgcc1 1:4.2-20070528-1 [26.7kB] -Get:5 http://cdn.debian.or.jp sid/main libstdc++6 4.2-20070528-1 [312kB] -Get:6 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-11 [1155kB] -Get:7 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-11 [2822kB] -Get:8 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-11 [424kB] -Get:9 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-11 [2514kB] -Get:10 http://cdn.debian.or.jp sid/main gcc-4.1-base 4.1.2-11 [202kB] -Get:11 http://cdn.debian.or.jp sid/main debianutils 2.20.1 [52.9kB] -Get:12 http://cdn.debian.or.jp sid/main dpkg-dev 1.14.4 [178kB] -Get:13 http://cdn.debian.or.jp sid/main dpkg 1.14.4 [2080kB] -Get:14 http://cdn.debian.or.jp sid/main e2fslibs 1.39+1.40-WIP-2007.04.07+dfsg-2 [111kB] -Get:15 http://cdn.debian.or.jp sid/main e2fsprogs 1.39+1.40-WIP-2007.04.07+dfsg-2 [612kB] -Get:16 http://cdn.debian.or.jp sid/main findutils 4.2.31-1 [436kB] -Get:17 http://cdn.debian.or.jp sid/main login 1:4.0.18.1-9 [798kB] -Get:18 http://cdn.debian.or.jp sid/main debian-archive-keyring 2007.02.19-0.1 [8088B] -Get:19 http://cdn.debian.or.jp sid/main libsepol1 2.0.3-1 [126kB] -Get:20 http://cdn.debian.or.jp sid/main libselinux1 2.0.15-2 [66.6kB] -Get:21 http://cdn.debian.or.jp sid/main libdevmapper1.02.1 2:1.02.18-1 [47.4kB] -Get:22 http://cdn.debian.or.jp sid/main libblkid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [45.2kB] -Get:23 http://cdn.debian.or.jp sid/main libcomerr2 1.39+1.40-WIP-2007.04.07+dfsg-2 [33.1kB] -Get:24 http://cdn.debian.or.jp sid/main libss2 1.39+1.40-WIP-2007.04.07+dfsg-2 [39.0kB] -Get:25 http://cdn.debian.or.jp sid/main libuuid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [34.0kB] -Get:26 http://cdn.debian.or.jp sid/main tzdata 2007f-8 [386kB] -Get:27 http://cdn.debian.or.jp sid/main laptop-detect 0.13.1 [4574B] -Get:28 http://cdn.debian.or.jp sid/main libbz2-1.0 1.0.3-7 [41.6kB] -Get:29 http://cdn.debian.or.jp sid/main liblzo2-2 2.02-2 [54.7kB] -Get:30 http://cdn.debian.or.jp sid/main libgnutls13 1.6.3-1 [354kB] -Get:31 http://cdn.debian.or.jp sid/main libsasl2-2 2.1.22.dfsg1-10 [107kB] -Get:32 http://cdn.debian.or.jp sid/main nano 2.0.6-2 [572kB] -Get:33 http://cdn.debian.or.jp sid/main vim-tiny 1:7.1-000+1 [618kB] -Get:34 http://cdn.debian.or.jp sid/main vim-common 1:7.1-000+1 [179kB] -Get:35 http://cdn.debian.or.jp sid/main dselect 1.14.4 [500kB] -Get:36 http://cdn.debian.or.jp sid/main passwd 1:4.0.18.1-9 [788kB] -Get:37 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] -Get:38 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] -Get:39 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] - Extracting templates from packages: 76% Extracting templates from packages: 100% + cpp cpp-4.1 debian-archive-keyring debianutils e2fslibs e2fsprogs findutils + g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base laptop-detect libblkid1 libbz2-1.0 + libc6 libc6-dev libcomerr2 libsasl2-2 libselinux1 libss2 libstdc++6-4.1-dev + libuuid1 login nano passwd tzdata vim-common vim-tiny +29 upgraded, 1 newly installed, 2 to remove and 0 not upgraded. +Need to get 19.5MB of archives. +After unpacking 2277kB disk space will be freed. +Get:1 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] +Get:2 http://cdn.debian.or.jp sid/main libc6 2.5-10 [4890kB] +Get:3 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-12 [1155kB] +Get:4 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-12 [2822kB] +Get:5 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-12 [424kB] +Get:6 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-12 [2514kB] +Get:7 http://cdn.debian.or.jp sid/main gcc-4.1-base 4.1.2-12 [202kB] +Get:8 http://cdn.debian.or.jp sid/main debianutils 2.20.1 [52.9kB] +Get:9 http://cdn.debian.or.jp sid/main e2fslibs 1.39+1.40-WIP-2007.04.07+dfsg-2 [111kB] +Get:10 http://cdn.debian.or.jp sid/main e2fsprogs 1.39+1.40-WIP-2007.04.07+dfsg-2 [612kB] +Get:11 http://cdn.debian.or.jp sid/main findutils 4.2.31-1 [436kB] +Get:12 http://cdn.debian.or.jp sid/main login 1:4.0.18.1-9 [798kB] +Get:13 http://cdn.debian.or.jp sid/main debian-archive-keyring 2007.02.19-0.1 [8088B] +Get:14 http://cdn.debian.or.jp sid/main libselinux1 2.0.15-2 [66.6kB] +Get:15 http://cdn.debian.or.jp sid/main libdevmapper1.02.1 2:1.02.18-1 [47.4kB] +Get:16 http://cdn.debian.or.jp sid/main libblkid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [45.2kB] +Get:17 http://cdn.debian.or.jp sid/main libcomerr2 1.39+1.40-WIP-2007.04.07+dfsg-2 [33.1kB] +Get:18 http://cdn.debian.or.jp sid/main libss2 1.39+1.40-WIP-2007.04.07+dfsg-2 [39.0kB] +Get:19 http://cdn.debian.or.jp sid/main libuuid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [34.0kB] +Get:20 http://cdn.debian.or.jp sid/main tzdata 2007f-8 [386kB] +Get:21 http://cdn.debian.or.jp sid/main laptop-detect 0.13.1 [4574B] +Get:22 http://cdn.debian.or.jp sid/main libbz2-1.0 1.0.3-7 [41.6kB] +Get:23 http://cdn.debian.or.jp sid/main libsasl2-2 2.1.22.dfsg1-10 [107kB] +Get:24 http://cdn.debian.or.jp sid/main nano 2.0.6-2 [572kB] +Get:25 http://cdn.debian.or.jp sid/main vim-tiny 1:7.1-000+1 [618kB] +Get:26 http://cdn.debian.or.jp sid/main vim-common 1:7.1-000+1 [179kB] +Get:27 http://cdn.debian.or.jp sid/main passwd 1:4.0.18.1-9 [788kB] +Get:28 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] +Get:29 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] +Get:30 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] Preconfiguring packages ... Fetched XXXB in Xs (XXXXXB/s) -(Reading database ... 12102 files and directories currently installed.) +(Reading database ... 12123 files and directories currently installed.) Removing libsasl2 ... -Selecting previously deselected package gcc-4.2-base. -(Reading database ... 12098 files and directories currently installed.) -Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070528-1_amd64.deb) ... +(Reading database ... 12119 files and directories currently installed.) Preparing to replace libc6-dev 2.5-9 (using .../libc6-dev_2.5-10_amd64.deb) ... Unpacking replacement libc6-dev ... Preparing to replace libc6 2.5-9 (using .../libc6_2.5-10_amd64.deb) ... @@ -84,64 +71,45 @@ Unpacking replacement libc6 ... Setting up libc6 (2.5-10) ... Installing new version of config file /etc/init.d/glibc.sh ... -(Reading database ... 12104 files and directories currently installed.) -Preparing to replace libgcc1 1:4.1.1-21 (using .../libgcc1_1%3a4.2-20070528-1_amd64.deb) ... -Unpacking replacement libgcc1 ... -Setting up gcc-4.2-base (4.2-20070528-1) ... - -Setting up libgcc1 (4.2-20070528-1) ... - -(Reading database ... 12104 files and directories currently installed.) -Preparing to replace libstdc++6 4.1.1-21 (using .../libstdc++6_4.2-20070528-1_amd64.deb) ... -Unpacking replacement libstdc++6 ... -Setting up libstdc++6 (4.2-20070528-1) ... - -(Reading database ... 12104 files and directories currently installed.) -Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-11_amd64.deb) ... +(Reading database ... 12119 files and directories currently installed.) +Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-12_amd64.deb) ... Unpacking replacement libstdc++6-4.1-dev ... -Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement g++-4.1 ... -Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement gcc-4.1 ... -Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement cpp-4.1 ... -(Reading database ... 12103 files and directories currently installed.) +(Reading database ... 12118 files and directories currently installed.) Removing libssp0 ... -(Reading database ... 12100 files and directories currently installed.) -Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-11_amd64.deb) ... +(Reading database ... 12115 files and directories currently installed.) +Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-12_amd64.deb) ... Unpacking replacement gcc-4.1-base ... Preparing to replace debianutils 2.19 (using .../debianutils_2.20.1_amd64.deb) ... Unpacking replacement debianutils ... Setting up debianutils (2.20.1) ... -(Reading database ... 12100 files and directories currently installed.) -Preparing to replace dpkg-dev 1.13.25 (using .../dpkg-dev_1.14.4_all.deb) ... -Unpacking replacement dpkg-dev ... -Preparing to replace dpkg 1.13.25 (using .../archives/dpkg_1.14.4_amd64.deb) ... -Unpacking replacement dpkg ... -Setting up dpkg (1.14.4) ... - -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace e2fslibs 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../e2fslibs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement e2fslibs ... Setting up e2fslibs (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace e2fsprogs 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement e2fsprogs ... Setting up e2fsprogs (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace findutils 4.2.30-1 (using .../findutils_4.2.31-1_amd64.deb) ... Unpacking replacement findutils ... Setting up findutils (4.2.31-1) ... -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace login 1:4.0.18.1-7 (using .../login_1%3a4.0.18.1-9_amd64.deb) ... Unpacking replacement login ... Setting up login (1:4.0.18.1-9) ... Installing new version of config file /etc/login.defs ... -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace debian-archive-keyring 2007.02.19 (using .../debian-archive-keyring_2007.02.19-0.1_all.deb) ... Unpacking replacement debian-archive-keyring ... Setting up debian-archive-keyring (2007.02.19-0.1) ... @@ -151,20 +119,14 @@ gpg: key ADB11277: "Etch Stable Release Key " n gpg: Total number processed: 3 gpg: unchanged: 3 -(Reading database ... 12099 files and directories currently installed.) -Preparing to replace libsepol1 1.14-3 (using .../libsepol1_2.0.3-1_amd64.deb) ... -Unpacking replacement libsepol1 ... -Setting up libsepol1 (2.0.3-1) ... -telinit: timeout opening/writing control channel /dev/initctl - -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Preparing to replace libselinux1 1.32-3 (using .../libselinux1_2.0.15-2_amd64.deb) ... Unpacking replacement libselinux1 ... Setting up libselinux1 (2.0.15-2) ... init: timeout opening/writing control channel /dev/initctl Selecting previously deselected package libdevmapper1.02.1. -(Reading database ... 12099 files and directories currently installed.) +(Reading database ... 12115 files and directories currently installed.) Unpacking libdevmapper1.02.1 (from .../libdevmapper1.02.1_2%3a1.02.18-1_amd64.deb) ... Preparing to replace libblkid1 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libblkid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libblkid1 ... @@ -172,22 +134,22 @@ Setting up libdevmapper1.02.1 (2:1.02.18-1) ... Setting up libblkid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace libcomerr2 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libcomerr2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libcomerr2 ... Setting up libcomerr2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace libss2 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libss2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libss2 ... Setting up libss2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libuuid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libuuid1 ... Setting up libuuid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace tzdata 2007f-3 (using .../tzdata_2007f-8_all.deb) ... Unpacking replacement tzdata ... Setting up tzdata (2007f-8) ... @@ -198,15 +160,11 @@ Universal Time is now: XXXX Run 'dpkg-reconfigure tzdata' if you wish to change it. -(Reading database ... 12105 files and directories currently installed.) +(Reading database ... 12121 files and directories currently installed.) Preparing to replace laptop-detect 0.12.1-0.1 (using .../laptop-detect_0.13.1_amd64.deb) ... Unpacking replacement laptop-detect ... Preparing to replace libbz2-1.0 1.0.3-6 (using .../libbz2-1.0_1.0.3-7_amd64.deb) ... Unpacking replacement libbz2-1.0 ... -Selecting previously deselected package liblzo2-2. -Unpacking liblzo2-2 (from .../liblzo2-2_2.02-2_amd64.deb) ... -Preparing to replace libgnutls13 1.4.4-3 (using .../libgnutls13_1.6.3-1_amd64.deb) ... -Unpacking replacement libgnutls13 ... Preparing to replace libsasl2-2 2.1.22.dfsg1-8 (using .../libsasl2-2_2.1.22.dfsg1-10_amd64.deb) ... Unpacking replacement libsasl2-2 ... Preparing to replace nano 2.0.3-1 (using .../nano_2.0.6-2_amd64.deb) ... @@ -215,8 +173,6 @@ Preparing to replace vim-tiny 1:7.0-219+1 (using .../vim-tiny_1%3a7.1-000+1_amd6 Unpacking replacement vim-tiny ... Preparing to replace vim-common 1:7.0-219+1 (using .../vim-common_1%3a7.1-000+1_amd64.deb) ... Unpacking replacement vim-common ... -Preparing to replace dselect 1.13.25 (using .../dselect_1.14.4_amd64.deb) ... -Unpacking replacement dselect ... Preparing to replace passwd 1:4.0.18.1-7 (using .../passwd_1%3a4.0.18.1-9_amd64.deb) ... Unpacking replacement passwd ... Preparing to replace cpp 4:4.1.1-15 (using .../cpp_4%3a4.1.2-2_amd64.deb) ... @@ -227,18 +183,13 @@ Unpacking replacement gcc ... Preparing to replace g++ 4:4.1.1-15 (using .../g++_4%3a4.1.2-2_amd64.deb) ... Unpacking replacement g++ ... Setting up libc6-dev (2.5-10) ... -Setting up gcc-4.1-base (4.1.2-11) ... +Setting up gcc-4.1-base (4.1.2-12) ... -Setting up cpp-4.1 (4.1.2-11) ... -Setting up gcc-4.1 (4.1.2-11) ... -Setting up dpkg-dev (1.14.4) ... +Setting up cpp-4.1 (4.1.2-12) ... +Setting up gcc-4.1 (4.1.2-12) ... Setting up laptop-detect (0.13.1) ... Setting up libbz2-1.0 (1.0.3-7) ... -Setting up liblzo2-2 (2.02-2) ... - -Setting up libgnutls13 (1.6.3-1) ... - Setting up libsasl2-2 (2.1.22.dfsg1-10) ... Setting up nano (2.0.6-2) ... @@ -247,7 +198,6 @@ Setting up vim-common (1:7.1-000+1) ... Setting up vim-tiny (1:7.1-000+1) ... -Setting up dselect (1.14.4) ... Setting up passwd (1:4.0.18.1-9) ... Installing new version of config file /etc/default/useradd ... @@ -255,8 +205,8 @@ Setting up cpp (4:4.1.2-2) ... Setting up gcc (4:4.1.2-2) ... -Setting up libstdc++6-4.1-dev (4.1.2-11) ... -Setting up g++-4.1 (4.1.2-11) ... +Setting up libstdc++6-4.1-dev (4.1.2-12) ... +Setting up g++-4.1 (4.1.2-12) ... Setting up g++ (4:4.1.2-2) ... Reading package lists... diff --git a/testsuite/normal/pbuilder-update-lenny-sid.log b/testsuite/normal/pbuilder-update-lenny-sid.log index 26d9861..e4a3ae1 100644 --- a/testsuite/normal/pbuilder-update-lenny-sid.log +++ b/testsuite/normal/pbuilder-update-lenny-sid.log @@ -11,7 +11,7 @@ Refreshing the base.tgz -> upgrading packages Get:1 http://cdn.debian.or.jp sid Release.gpg [189B] Get:2 http://cdn.debian.or.jp sid Release [79.6kB] -Get:3 http://cdn.debian.or.jp sid/main Packages [6251kB] +Get:3 http://cdn.debian.or.jp sid/main Packages [6252kB] Fetched XXXB in Xs (XXXXXB/s) Reading package lists... dpkg - warning: ignoring request to remove lilo which isn't installed. @@ -20,63 +20,50 @@ Building dependency tree... The following packages will be REMOVED: libsasl2 libssp0 The following NEW packages will be installed: - gcc-4.2-base libdevmapper1.02.1 liblzo2-2 + libdevmapper1.02.1 The following packages will be upgraded: - cpp cpp-4.1 debian-archive-keyring debianutils dpkg dpkg-dev dselect - e2fslibs e2fsprogs findutils g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base - laptop-detect libblkid1 libbz2-1.0 libc6 libc6-dev libcomerr2 libgcc1 - libgnutls13 libsasl2-2 libselinux1 libsepol1 libss2 libstdc++6 - libstdc++6-4.1-dev libuuid1 login nano passwd tzdata vim-common vim-tiny -36 upgraded, 3 newly installed, 2 to remove and 0 not upgraded. -Need to get 23.3MB of archives. -After unpacking 1712kB disk space will be freed. -Get:1 http://cdn.debian.or.jp sid/main gcc-4.2-base 4.2-20070528-1 [208kB] -Get:2 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] -Get:3 http://cdn.debian.or.jp sid/main libc6 2.5-10 [4890kB] -Get:4 http://cdn.debian.or.jp sid/main libgcc1 1:4.2-20070528-1 [26.7kB] -Get:5 http://cdn.debian.or.jp sid/main libstdc++6 4.2-20070528-1 [312kB] -Get:6 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-11 [1155kB] -Get:7 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-11 [2822kB] -Get:8 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-11 [424kB] -Get:9 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-11 [2514kB] -Get:10 http://cdn.debian.or.jp sid/main gcc-4.1-base 4.1.2-11 [202kB] -Get:11 http://cdn.debian.or.jp sid/main debianutils 2.20.1 [52.9kB] -Get:12 http://cdn.debian.or.jp sid/main dpkg-dev 1.14.4 [178kB] -Get:13 http://cdn.debian.or.jp sid/main dpkg 1.14.4 [2080kB] -Get:14 http://cdn.debian.or.jp sid/main e2fslibs 1.39+1.40-WIP-2007.04.07+dfsg-2 [111kB] -Get:15 http://cdn.debian.or.jp sid/main e2fsprogs 1.39+1.40-WIP-2007.04.07+dfsg-2 [612kB] -Get:16 http://cdn.debian.or.jp sid/main findutils 4.2.31-1 [436kB] -Get:17 http://cdn.debian.or.jp sid/main login 1:4.0.18.1-9 [798kB] -Get:18 http://cdn.debian.or.jp sid/main debian-archive-keyring 2007.02.19-0.1 [8088B] -Get:19 http://cdn.debian.or.jp sid/main libsepol1 2.0.3-1 [126kB] -Get:20 http://cdn.debian.or.jp sid/main libselinux1 2.0.15-2 [66.6kB] -Get:21 http://cdn.debian.or.jp sid/main libdevmapper1.02.1 2:1.02.18-1 [47.4kB] -Get:22 http://cdn.debian.or.jp sid/main libblkid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [45.2kB] -Get:23 http://cdn.debian.or.jp sid/main libcomerr2 1.39+1.40-WIP-2007.04.07+dfsg-2 [33.1kB] -Get:24 http://cdn.debian.or.jp sid/main libss2 1.39+1.40-WIP-2007.04.07+dfsg-2 [39.0kB] -Get:25 http://cdn.debian.or.jp sid/main libuuid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [34.0kB] -Get:26 http://cdn.debian.or.jp sid/main tzdata 2007f-8 [386kB] -Get:27 http://cdn.debian.or.jp sid/main laptop-detect 0.13.1 [4574B] -Get:28 http://cdn.debian.or.jp sid/main libbz2-1.0 1.0.3-7 [41.6kB] -Get:29 http://cdn.debian.or.jp sid/main liblzo2-2 2.02-2 [54.7kB] -Get:30 http://cdn.debian.or.jp sid/main libgnutls13 1.6.3-1 [354kB] -Get:31 http://cdn.debian.or.jp sid/main libsasl2-2 2.1.22.dfsg1-10 [107kB] -Get:32 http://cdn.debian.or.jp sid/main nano 2.0.6-2 [572kB] -Get:33 http://cdn.debian.or.jp sid/main vim-tiny 1:7.1-000+1 [618kB] -Get:34 http://cdn.debian.or.jp sid/main vim-common 1:7.1-000+1 [179kB] -Get:35 http://cdn.debian.or.jp sid/main dselect 1.14.4 [500kB] -Get:36 http://cdn.debian.or.jp sid/main passwd 1:4.0.18.1-9 [788kB] -Get:37 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] -Get:38 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] -Get:39 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] - Extracting templates from packages: 76% Extracting templates from packages: 100% + cpp cpp-4.1 debian-archive-keyring debianutils e2fslibs e2fsprogs findutils + g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base laptop-detect libblkid1 libbz2-1.0 + libc6 libc6-dev libcomerr2 libsasl2-2 libselinux1 libss2 libstdc++6-4.1-dev + libuuid1 login nano passwd tzdata vim-common vim-tiny +29 upgraded, 1 newly installed, 2 to remove and 0 not upgraded. +Need to get 19.5MB of archives. +After unpacking 2277kB disk space will be freed. +Get:1 http://cdn.debian.or.jp sid/main libc6-dev 2.5-10 [2473kB] +Get:2 http://cdn.debian.or.jp sid/main libc6 2.5-10 [4890kB] +Get:3 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-12 [1155kB] +Get:4 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-12 [2822kB] +Get:5 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-12 [424kB] +Get:6 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-12 [2514kB] +Get:7 http://cdn.debian.or.jp sid/main gcc-4.1-base 4.1.2-12 [202kB] +Get:8 http://cdn.debian.or.jp sid/main debianutils 2.20.1 [52.9kB] +Get:9 http://cdn.debian.or.jp sid/main e2fslibs 1.39+1.40-WIP-2007.04.07+dfsg-2 [111kB] +Get:10 http://cdn.debian.or.jp sid/main e2fsprogs 1.39+1.40-WIP-2007.04.07+dfsg-2 [612kB] +Get:11 http://cdn.debian.or.jp sid/main findutils 4.2.31-1 [436kB] +Get:12 http://cdn.debian.or.jp sid/main login 1:4.0.18.1-9 [798kB] +Get:13 http://cdn.debian.or.jp sid/main debian-archive-keyring 2007.02.19-0.1 [8088B] +Get:14 http://cdn.debian.or.jp sid/main libselinux1 2.0.15-2 [66.6kB] +Get:15 http://cdn.debian.or.jp sid/main libdevmapper1.02.1 2:1.02.18-1 [47.4kB] +Get:16 http://cdn.debian.or.jp sid/main libblkid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [45.2kB] +Get:17 http://cdn.debian.or.jp sid/main libcomerr2 1.39+1.40-WIP-2007.04.07+dfsg-2 [33.1kB] +Get:18 http://cdn.debian.or.jp sid/main libss2 1.39+1.40-WIP-2007.04.07+dfsg-2 [39.0kB] +Get:19 http://cdn.debian.or.jp sid/main libuuid1 1.39+1.40-WIP-2007.04.07+dfsg-2 [34.0kB] +Get:20 http://cdn.debian.or.jp sid/main tzdata 2007f-8 [386kB] +Get:21 http://cdn.debian.or.jp sid/main laptop-detect 0.13.1 [4574B] +Get:22 http://cdn.debian.or.jp sid/main libbz2-1.0 1.0.3-7 [41.6kB] +Get:23 http://cdn.debian.or.jp sid/main libsasl2-2 2.1.22.dfsg1-10 [107kB] +Get:24 http://cdn.debian.or.jp sid/main nano 2.0.6-2 [572kB] +Get:25 http://cdn.debian.or.jp sid/main vim-tiny 1:7.1-000+1 [618kB] +Get:26 http://cdn.debian.or.jp sid/main vim-common 1:7.1-000+1 [179kB] +Get:27 http://cdn.debian.or.jp sid/main passwd 1:4.0.18.1-9 [788kB] +Get:28 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB] +Get:29 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B] +Get:30 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B] Preconfiguring packages ... Fetched XXXB in Xs (XXXXXB/s) -(Reading database ... 12101 files and directories currently installed.) +(Reading database ... 12122 files and directories currently installed.) Removing libsasl2 ... -Selecting previously deselected package gcc-4.2-base. -(Reading database ... 12097 files and directories currently installed.) -Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070528-1_amd64.deb) ... +(Reading database ... 12118 files and directories currently installed.) Preparing to replace libc6-dev 2.5-9 (using .../libc6-dev_2.5-10_amd64.deb) ... Unpacking replacement libc6-dev ... Preparing to replace libc6 2.5-9 (using .../libc6_2.5-10_amd64.deb) ... @@ -84,64 +71,45 @@ Unpacking replacement libc6 ... Setting up libc6 (2.5-10) ... Installing new version of config file /etc/init.d/glibc.sh ... -(Reading database ... 12103 files and directories currently installed.) -Preparing to replace libgcc1 1:4.1.1-21 (using .../libgcc1_1%3a4.2-20070528-1_amd64.deb) ... -Unpacking replacement libgcc1 ... -Setting up gcc-4.2-base (4.2-20070528-1) ... - -Setting up libgcc1 (4.2-20070528-1) ... - -(Reading database ... 12103 files and directories currently installed.) -Preparing to replace libstdc++6 4.1.1-21 (using .../libstdc++6_4.2-20070528-1_amd64.deb) ... -Unpacking replacement libstdc++6 ... -Setting up libstdc++6 (4.2-20070528-1) ... - -(Reading database ... 12103 files and directories currently installed.) -Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-11_amd64.deb) ... +(Reading database ... 12118 files and directories currently installed.) +Preparing to replace libstdc++6-4.1-dev 4.1.1-21 (using .../libstdc++6-4.1-dev_4.1.2-12_amd64.deb) ... Unpacking replacement libstdc++6-4.1-dev ... -Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace g++-4.1 4.1.1-21 (using .../g++-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement g++-4.1 ... -Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace gcc-4.1 4.1.1-21 (using .../gcc-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement gcc-4.1 ... -Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-11_amd64.deb) ... +Preparing to replace cpp-4.1 4.1.1-21 (using .../cpp-4.1_4.1.2-12_amd64.deb) ... Unpacking replacement cpp-4.1 ... -(Reading database ... 12102 files and directories currently installed.) +(Reading database ... 12117 files and directories currently installed.) Removing libssp0 ... -(Reading database ... 12099 files and directories currently installed.) -Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-11_amd64.deb) ... +(Reading database ... 12114 files and directories currently installed.) +Preparing to replace gcc-4.1-base 4.1.1-21 (using .../gcc-4.1-base_4.1.2-12_amd64.deb) ... Unpacking replacement gcc-4.1-base ... Preparing to replace debianutils 2.19 (using .../debianutils_2.20.1_amd64.deb) ... Unpacking replacement debianutils ... Setting up debianutils (2.20.1) ... -(Reading database ... 12099 files and directories currently installed.) -Preparing to replace dpkg-dev 1.13.25 (using .../dpkg-dev_1.14.4_all.deb) ... -Unpacking replacement dpkg-dev ... -Preparing to replace dpkg 1.13.25 (using .../archives/dpkg_1.14.4_amd64.deb) ... -Unpacking replacement dpkg ... -Setting up dpkg (1.14.4) ... - -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace e2fslibs 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../e2fslibs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement e2fslibs ... Setting up e2fslibs (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace e2fsprogs 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement e2fsprogs ... Setting up e2fsprogs (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace findutils 4.2.30-1 (using .../findutils_4.2.31-1_amd64.deb) ... Unpacking replacement findutils ... Setting up findutils (4.2.31-1) ... -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace login 1:4.0.18.1-7 (using .../login_1%3a4.0.18.1-9_amd64.deb) ... Unpacking replacement login ... Setting up login (1:4.0.18.1-9) ... Installing new version of config file /etc/login.defs ... -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace debian-archive-keyring 2007.02.19 (using .../debian-archive-keyring_2007.02.19-0.1_all.deb) ... Unpacking replacement debian-archive-keyring ... Setting up debian-archive-keyring (2007.02.19-0.1) ... @@ -151,20 +119,14 @@ gpg: key ADB11277: "Etch Stable Release Key " n gpg: Total number processed: 3 gpg: unchanged: 3 -(Reading database ... 12098 files and directories currently installed.) -Preparing to replace libsepol1 1.14-3 (using .../libsepol1_2.0.3-1_amd64.deb) ... -Unpacking replacement libsepol1 ... -Setting up libsepol1 (2.0.3-1) ... -telinit: timeout opening/writing control channel /dev/initctl - -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Preparing to replace libselinux1 1.32-3 (using .../libselinux1_2.0.15-2_amd64.deb) ... Unpacking replacement libselinux1 ... Setting up libselinux1 (2.0.15-2) ... init: timeout opening/writing control channel /dev/initctl Selecting previously deselected package libdevmapper1.02.1. -(Reading database ... 12098 files and directories currently installed.) +(Reading database ... 12114 files and directories currently installed.) Unpacking libdevmapper1.02.1 (from .../libdevmapper1.02.1_2%3a1.02.18-1_amd64.deb) ... Preparing to replace libblkid1 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libblkid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libblkid1 ... @@ -172,22 +134,22 @@ Setting up libdevmapper1.02.1 (2:1.02.18-1) ... Setting up libblkid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace libcomerr2 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libcomerr2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libcomerr2 ... Setting up libcomerr2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace libss2 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libss2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libss2 ... Setting up libss2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 (using .../libuuid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ... Unpacking replacement libuuid1 ... Setting up libuuid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ... -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace tzdata 2007f-3 (using .../tzdata_2007f-8_all.deb) ... Unpacking replacement tzdata ... Setting up tzdata (2007f-8) ... @@ -198,15 +160,11 @@ Universal Time is now: XXXX Run 'dpkg-reconfigure tzdata' if you wish to change it. -(Reading database ... 12104 files and directories currently installed.) +(Reading database ... 12120 files and directories currently installed.) Preparing to replace laptop-detect 0.12.1-0.1 (using .../laptop-detect_0.13.1_amd64.deb) ... Unpacking replacement laptop-detect ... Preparing to replace libbz2-1.0 1.0.3-6 (using .../libbz2-1.0_1.0.3-7_amd64.deb) ... Unpacking replacement libbz2-1.0 ... -Selecting previously deselected package liblzo2-2. -Unpacking liblzo2-2 (from .../liblzo2-2_2.02-2_amd64.deb) ... -Preparing to replace libgnutls13 1.4.4-3 (using .../libgnutls13_1.6.3-1_amd64.deb) ... -Unpacking replacement libgnutls13 ... Preparing to replace libsasl2-2 2.1.22.dfsg1-8 (using .../libsasl2-2_2.1.22.dfsg1-10_amd64.deb) ... Unpacking replacement libsasl2-2 ... Preparing to replace nano 2.0.3-1 (using .../nano_2.0.6-2_amd64.deb) ... @@ -215,8 +173,6 @@ Preparing to replace vim-tiny 1:7.0-219+1 (using .../vim-tiny_1%3a7.1-000+1_amd6 Unpacking replacement vim-tiny ... Preparing to replace vim-common 1:7.0-219+1 (using .../vim-common_1%3a7.1-000+1_amd64.deb) ... Unpacking replacement vim-common ... -Preparing to replace dselect 1.13.25 (using .../dselect_1.14.4_amd64.deb) ... -Unpacking replacement dselect ... Preparing to replace passwd 1:4.0.18.1-7 (using .../passwd_1%3a4.0.18.1-9_amd64.deb) ... Unpacking replacement passwd ... Preparing to replace cpp 4:4.1.1-15 (using .../cpp_4%3a4.1.2-2_amd64.deb) ... @@ -227,18 +183,13 @@ Unpacking replacement gcc ... Preparing to replace g++ 4:4.1.1-15 (using .../g++_4%3a4.1.2-2_amd64.deb) ... Unpacking replacement g++ ... Setting up libc6-dev (2.5-10) ... -Setting up gcc-4.1-base (4.1.2-11) ... +Setting up gcc-4.1-base (4.1.2-12) ... -Setting up cpp-4.1 (4.1.2-11) ... -Setting up gcc-4.1 (4.1.2-11) ... -Setting up dpkg-dev (1.14.4) ... +Setting up cpp-4.1 (4.1.2-12) ... +Setting up gcc-4.1 (4.1.2-12) ... Setting up laptop-detect (0.13.1) ... Setting up libbz2-1.0 (1.0.3-7) ... -Setting up liblzo2-2 (2.02-2) ... - -Setting up libgnutls13 (1.6.3-1) ... - Setting up libsasl2-2 (2.1.22.dfsg1-10) ... Setting up nano (2.0.6-2) ... @@ -247,7 +198,6 @@ Setting up vim-common (1:7.1-000+1) ... Setting up vim-tiny (1:7.1-000+1) ... -Setting up dselect (1.14.4) ... Setting up passwd (1:4.0.18.1-9) ... Installing new version of config file /etc/default/useradd ... @@ -255,8 +205,8 @@ Setting up cpp (4:4.1.2-2) ... Setting up gcc (4:4.1.2-2) ... -Setting up libstdc++6-4.1-dev (4.1.2-11) ... -Setting up g++-4.1 (4.1.2-11) ... +Setting up libstdc++6-4.1-dev (4.1.2-12) ... +Setting up g++-4.1 (4.1.2-12) ... Setting up g++ (4:4.1.2-2) ... Reading package lists... diff --git a/testsuite/normal/pdebuild-internal-etch.log b/testsuite/normal/pdebuild-internal-etch.log index 11842c7..4596545 100644 --- a/testsuite/normal/pdebuild-internal-etch.log +++ b/testsuite/normal/pdebuild-internal-etch.log @@ -431,7 +431,7 @@ PASS: tests/param-r-invalid.sh 2: 2 dsh: fork limit and wait shell cannot be specified at the same time PASS: tests/param-F-invalid.sh -Tue Jun 5 03:10:09 UTC 2007 +Wed Jun 6 03:10:10 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -501,14 +501,13 @@ Adding machine 5,4,3,2,1 to list Setting forklimit to 3 and wait_shell to 0 ... Waiting for process to end with waitpid ... Waiting for process to end with waitpid -Tue Jun 5 03:10:14 UTC 2007 +Wed Jun 6 03:10:15 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh -b: b -c: c -dsh: Process terminated (before write). a: a +c: c +b: b PASS: tests/segv-catcher.sh l w PASS: tests/test-bufferoverflow.sh diff --git a/testsuite/normal/pdebuild-internal-lenny.log b/testsuite/normal/pdebuild-internal-lenny.log index 074cf30..62aa6e8 100644 --- a/testsuite/normal/pdebuild-internal-lenny.log +++ b/testsuite/normal/pdebuild-internal-lenny.log @@ -27,7 +27,7 @@ Get:3 http://cdn.debian.or.jp lenny/main cdebootstrap 0.3.15 [26.7kB] Get:4 http://cdn.debian.or.jp lenny/main pbuilder 0.161 [82.6kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libdebian-installer4. -(Reading database ... 12101 files and directories currently installed.) +(Reading database ... 12122 files and directories currently installed.) Unpacking libdebian-installer4 (from .../libdebian-installer4_0.50_amd64.deb) ... Selecting previously deselected package libdebian-installer-extra4. Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.50_amd64.deb) ... @@ -75,7 +75,7 @@ Get:9 http://cdn.debian.or.jp lenny/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libmagic1. -(Reading database ... 12195 files and directories currently installed.) +(Reading database ... 12216 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.20-8_amd64.deb) ... Selecting previously deselected package file. Unpacking file (from .../archives/file_4.20-8_amd64.deb) ... @@ -121,7 +121,7 @@ After unpacking 451kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main fakeroot 1.7.1 [111kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package fakeroot. -(Reading database ... 12870 files and directories currently installed.) +(Reading database ... 12891 files and directories currently installed.) Unpacking fakeroot (from .../fakeroot_1.7.1_amd64.deb) ... Setting up fakeroot (1.7.1) ... @@ -431,7 +431,7 @@ PASS: tests/param-r-invalid.sh 2: 2 dsh: fork limit and wait shell cannot be specified at the same time PASS: tests/param-F-invalid.sh -Tue Jun 5 03:19:00 UTC 2007 +Wed Jun 6 03:18:21 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -501,14 +501,14 @@ Adding machine 5,4,3,2,1 to list Setting forklimit to 3 and wait_shell to 0 ... Waiting for process to end with waitpid ... Waiting for process to end with waitpid -Tue Jun 5 03:19:05 UTC 2007 +Wed Jun 6 03:18:26 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh -a: a +b: b c: c dsh: Process terminated (before write). -b: b +a: a PASS: tests/segv-catcher.sh l w PASS: tests/test-bufferoverflow.sh diff --git a/testsuite/normal/pdebuild-internal-sid.log b/testsuite/normal/pdebuild-internal-sid.log index 567df5b..b3dcd67 100644 --- a/testsuite/normal/pdebuild-internal-sid.log +++ b/testsuite/normal/pdebuild-internal-sid.log @@ -19,12 +19,12 @@ Recommended packages: The following NEW packages will be installed: cdebootstrap libdebian-installer-extra4 libdebian-installer4 pbuilder 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. -Need to get 155kB of archives. -After unpacking 844kB of additional disk space will be used. +Need to get 231kB of archives. +After unpacking 938kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp sid/main libdebian-installer4 0.51 [28.1kB] Get:2 http://cdn.debian.or.jp sid/main libdebian-installer-extra4 0.51 [10.6kB] Get:3 http://cdn.debian.or.jp sid/main cdebootstrap 0.4.3 [29.0kB] -Get:4 http://cdn.debian.or.jp sid/main pbuilder 0.168 [87.3kB] +Get:4 http://cdn.debian.or.jp sid/main pbuilder 0.169 [163kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libdebian-installer4. (Reading database ... 11066 files and directories currently installed.) @@ -34,13 +34,14 @@ Unpacking libdebian-installer-extra4 (from .../libdebian-installer-extra4_0.51_a Selecting previously deselected package cdebootstrap. Unpacking cdebootstrap (from .../cdebootstrap_0.4.3_amd64.deb) ... Selecting previously deselected package pbuilder. -Unpacking pbuilder (from .../pbuilder_0.168_all.deb) ... +Unpacking pbuilder (from .../pbuilder_0.169_all.deb) ... Setting up libdebian-installer4 (0.51) ... Setting up libdebian-installer-extra4 (0.51) ... Setting up cdebootstrap (0.4.3) ... -Setting up pbuilder (0.168) ... +Setting up pbuilder (0.169) ... + Setting DEBBUILDOPTS= -> Attempting to parse the build-deps -> Considering build-dep debhelper (>> 3.0.0) @@ -70,12 +71,12 @@ Get:4 http://cdn.debian.or.jp sid/main html2text 1.3.2a-3 [92.7kB] Get:5 http://cdn.debian.or.jp sid/main gettext 0.16.1-1 [2261kB] Get:6 http://cdn.debian.or.jp sid/main intltool-debian 0.35.0+20060710.1 [30.8kB] Get:7 http://cdn.debian.or.jp sid/main po-debconf 1.0.8 [111kB] -Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.49 [517kB] +Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.50 [517kB] Get:9 http://cdn.debian.or.jp sid/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp sid/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libmagic1. -(Reading database ... 11166 files and directories currently installed.) +(Reading database ... 11168 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.21-1_amd64.deb) ... Selecting previously deselected package file. Unpacking file (from .../archives/file_4.21-1_amd64.deb) ... @@ -90,7 +91,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) . Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ... Selecting previously deselected package debhelper. -Unpacking debhelper (from .../debhelper_5.0.49_all.deb) ... +Unpacking debhelper (from .../debhelper_5.0.50_all.deb) ... Selecting previously deselected package libdshconfig1. Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ... Selecting previously deselected package libdshconfig1-dev. @@ -106,7 +107,7 @@ Setting up gettext (0.16.1-1) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.8) ... -Setting up debhelper (5.0.49) ... +Setting up debhelper (5.0.50) ... Setting up libdshconfig1 (0.20.12-2) ... Setting up libdshconfig1-dev (0.20.12-2) ... @@ -121,7 +122,7 @@ After unpacking 451kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp sid/main fakeroot 1.7.1 [111kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package fakeroot. -(Reading database ... 11841 files and directories currently installed.) +(Reading database ... 11843 files and directories currently installed.) Unpacking fakeroot (from .../fakeroot_1.7.1_amd64.deb) ... Setting up fakeroot (1.7.1) ... @@ -416,10 +417,10 @@ success success success success +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 @@ -431,7 +432,7 @@ PASS: tests/param-r-invalid.sh 2: 2 dsh: fork limit and wait shell cannot be specified at the same time PASS: tests/param-F-invalid.sh -Tue Jun 5 03:05:24 UTC 2007 +Wed Jun 6 03:05:11 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -501,7 +502,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 -Tue Jun 5 03:05:29 UTC 2007 +Wed Jun 6 03:05:16 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh diff --git a/testsuite/normal/pdebuild-normal-etch.log b/testsuite/normal/pdebuild-normal-etch.log index ebd6967..b03e981 100644 --- a/testsuite/normal/pdebuild-normal-etch.log +++ b/testsuite/normal/pdebuild-normal-etch.log @@ -438,7 +438,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 -Tue Jun 5 03:09:21 UTC 2007 +Wed Jun 6 03:09:19 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -508,7 +508,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 -Tue Jun 5 03:09:26 UTC 2007 +Wed Jun 6 03:09:24 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh diff --git a/testsuite/normal/pdebuild-normal-lenny.log b/testsuite/normal/pdebuild-normal-lenny.log index 4226641..8f5cd62 100644 --- a/testsuite/normal/pdebuild-normal-lenny.log +++ b/testsuite/normal/pdebuild-normal-lenny.log @@ -38,7 +38,6 @@ Building the build Environment -> mounting /dev/pts filesystem -> policy-rc.d already exists Installing the build-deps -dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) -> Attempting to parse the build-deps -> Considering build-dep debhelper (>> 3.0.0) -> Trying debhelper @@ -72,7 +71,7 @@ Get:9 http://cdn.debian.or.jp lenny/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp lenny/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package libmagic1. -(Reading database ... 12101 files and directories currently installed.) +(Reading database ... 12122 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.20-8_amd64.deb) ... Selecting previously deselected package file. Unpacking file (from .../archives/file_4.20-8_amd64.deb) ... @@ -118,7 +117,7 @@ After unpacking 451kB of additional disk space will be used. Get:1 http://cdn.debian.or.jp lenny/main fakeroot 1.7.1 [111kB] Fetched XXXB in Xs (XXXXXB/s) Selecting previously deselected package fakeroot. -(Reading database ... 12776 files and directories currently installed.) +(Reading database ... 12797 files and directories currently installed.) Unpacking fakeroot (from .../fakeroot_1.7.1_amd64.deb) ... Setting up fakeroot (1.7.1) ... @@ -438,7 +437,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 -Tue Jun 5 03:18:06 UTC 2007 +Wed Jun 6 03:17:25 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -508,14 +507,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 -Tue Jun 5 03:18:11 UTC 2007 +Wed Jun 6 03:17:30 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh -a: a -b: b c: c dsh: Process terminated (before write). +a: a +b: b PASS: tests/segv-catcher.sh l w PASS: tests/test-bufferoverflow.sh diff --git a/testsuite/normal/pdebuild-normal-sid.log b/testsuite/normal/pdebuild-normal-sid.log index 6644745..20f60d9 100644 --- a/testsuite/normal/pdebuild-normal-sid.log +++ b/testsuite/normal/pdebuild-normal-sid.log @@ -66,7 +66,7 @@ Get:4 http://cdn.debian.or.jp sid/main html2text 1.3.2a-3 [92.7kB] Get:5 http://cdn.debian.or.jp sid/main gettext 0.16.1-1 [2261kB] Get:6 http://cdn.debian.or.jp sid/main intltool-debian 0.35.0+20060710.1 [30.8kB] Get:7 http://cdn.debian.or.jp sid/main po-debconf 1.0.8 [111kB] -Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.49 [517kB] +Get:8 http://cdn.debian.or.jp sid/main debhelper 5.0.50 [517kB] Get:9 http://cdn.debian.or.jp sid/main libdshconfig1 0.20.12-2 [10.9kB] Get:10 http://cdn.debian.or.jp sid/main libdshconfig1-dev 0.20.12-2 [25.3kB] Fetched XXXB in Xs (XXXXXB/s) @@ -86,7 +86,7 @@ Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) . Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ... Selecting previously deselected package debhelper. -Unpacking debhelper (from .../debhelper_5.0.49_all.deb) ... +Unpacking debhelper (from .../debhelper_5.0.50_all.deb) ... Selecting previously deselected package libdshconfig1. Unpacking libdshconfig1 (from .../libdshconfig1_0.20.12-2_amd64.deb) ... Selecting previously deselected package libdshconfig1-dev. @@ -102,7 +102,7 @@ Setting up gettext (0.16.1-1) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.8) ... -Setting up debhelper (5.0.49) ... +Setting up debhelper (5.0.50) ... Setting up libdshconfig1 (0.20.12-2) ... Setting up libdshconfig1-dev (0.20.12-2) ... @@ -424,8 +424,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 @@ -437,7 +437,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 -Tue Jun 5 03:04:26 UTC 2007 +Wed Jun 6 03:04:16 UTC 2007 2: Using sleep as the remote shell 2: Show machine names on output 2: Adding machine 5,4,3,2,1 to list @@ -507,7 +507,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 -Tue Jun 5 03:04:31 UTC 2007 +Wed Jun 6 03:04:22 UTC 2007 PASS: tests/param-F-forklimit.sh PASS: tests/param-gnu-getopt.sh PASS: tests/news-okay.sh -- cgit v1.2.3