Package: debootstrap
Version: 0.3.3
Severity: important
Tags: patch

This may be related to #334506 and #326413, but it applies to sarge:

master:/usr/local/lib/fai# debootstrap 
--exclude=pcmcia-cs,ppp,pppconfig,pppoe,pppoeconf,dhcp-client,exim4,exim4-base,exim4-config,exim4-daemon-light,mailx,at,fdutils,info,modconf,libident,logrotate,exim
 sarge /usr/local/lib/fai/nfsroot http://debian-mirror.ailab.ch/debian
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Found additional required dependencies: gcc-4.0-base libdb4.3 libselinux1 
libsepol1 libslang2 libstdc++6 libtext-iconv-perl lsb-base zlib1g
I: Found additional base dependencies: dmidecode laptop-detect libgnutls12 
libncursesw5 libsigc++-1.2-5c2 libssl0.9.8
I: Checking component main on http://debian-mirror.ailab.ch/debian...
E: Couldn't find these debs: libsigc++-1.2-5c102

However:

master:~> apt-cache policy libsigc++-1.2-5c102                            [311]
libsigc++-1.2-5c102:
  Installed: (none)
  Candidate: (none)
  Version table:
     1.2.5-4 0
        100 /var/lib/dpkg/status
master:~> apt-cache policy libsigc++-1.2-5c2                              [311]
libsigc++-1.2-5c2:
  Installed: 1.2.5-5
  Candidate: 1.2.5-5
  Version table:
 *** 1.2.5-5 0
        500 http://debian-mirror.ailab.ch sarge/main Packages
         98 http://debian-mirror.ailab.ch unstable/main Packages
        100 /var/lib/dpkg/status

Thus, the following patch fixes the issue.

--- /tmp/sarge  2005-12-05 15:41:54.555563973 +0100
+++ /usr/lib/debootstrap/scripts/sarge  2005-12-05 15:42:02.623743702 +0100
@@ -5,7 +5,7 @@

     required="base-files base-passwd bash bsdutils coreutils libacl1 libattr1 
debconf debconf-i18n liblocale-gettext-perl libtext-wrapi18n-perl 
libtext-charwidth-perl debianutils diff dpkg dselect libblkid1 e2fsprogs 
e2fslibs libcomerr2 libss2 libuuid1 findutils grep gzip hostname libcap1 libc6 
libdb1-compat libdb3 libncurses5 libnewt0.51 libpam-modules libpam-runtime 
libpam0g libperl5.8 libpopt0 login makedev mawk modutils mount ncurses-base 
ncurses-bin passwd perl-base procps sed slang1a-utf8 initscripts sysvinit 
sysv-rc tar util-linux whiptail libgcc1 gcc-3.3-base libstdc++5"

-    base="adduser apt apt-utils libdb4.2 at base-config aptitude 
libsigc++-1.2-5c102 bsdmainutils console-common console-tools libconsole 
console-data cpio cron dhcp-client ed exim4 exim4-base exim4-config 
exim4-daemon-light libgcrypt11 libgnutls11 libgpg-error0 libopencdk8 libtasn1-2 
fdutils gettext-base groff-base ifupdown info klogd libssl0.9.7 liblzo1 zlib1g 
liblockfile1 libpcre3 libwrap0 logrotate mailx man-db libgdbm3 manpages nano 
net-tools netbase netkit-inetd iputils-ping nvi ppp pppconfig pppoe pppoeconf 
libpcap0.7 sysklogd tasksel libtextwrap1 tcpd telnet libtext-iconv-perl wget"
+    base="adduser apt apt-utils libdb4.2 at base-config aptitude 
libsigc++-1.2-5c2 bsdmainutils console-common console-tools libconsole 
console-data cpio cron dhcp-client ed exim4 exim4-base exim4-config 
exim4-daemon-light libgcrypt11 libgnutls11 libgpg-error0 libopencdk8 libtasn1-2 
fdutils gettext-base groff-base ifupdown info klogd libssl0.9.7 liblzo1 zlib1g 
liblockfile1 libpcre3 libwrap0 logrotate mailx man-db libgdbm3 manpages nano 
net-tools netbase netkit-inetd iputils-ping nvi ppp pppconfig pppoe pppoeconf 
libpcap0.7 sysklogd tasksel libtextwrap1 tcpd telnet libtext-iconv-perl wget"

     without_package () {
         echo "$2" | tr ' ' '\n' | grep -v "^$1$" | tr '\n' ' '

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages debootstrap depends on:
ii  binutils             2.16.1cvs20050902-1 The GNU assembler, linker and bina
ii  wget                 1.10.2-1            retrieves files from the web

debootstrap recommends no packages.

-- no debconf information

-- 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
"every day is long. 86400 doesn't fit in a short."

Attachment: signature.asc
Description: Digital signature (GPG/PGP)

Reply via email to