Your message dated Sun, 12 Jun 2005 11:02:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#248398: fixed in debootstrap 0.3.0
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 10 Jul 2004 01:42:08 +0000
>From [EMAIL PROTECTED] Fri Jul 09 18:42:08 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail.gmx.net [213.165.64.20]
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1Bj6sR-00032G-00; Fri, 09 Jul 2004 18:42:08 -0700
Received: (qmail 12454 invoked by uid 65534); 10 Jul 2004 01:41:35 -0000
Received: from dj.stud.chemie.tu-muenchen.de (EHLO nighthawk.oase.mhn.de)
(129.187.128.65)
by mail.gmx.net (mp025) with SMTP; 10 Jul 2004 03:41:35 +0200
X-Authenticated: #686195
Received: from mbanck by nighthawk.oase.mhn.de with local (Exim 4.34)
id 1Bj56d-00071g-5m; Sat, 10 Jul 2004 01:48:39 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Michael Banck <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: debootstrap: Making the awk link should not fail if already present
X-Mailer: reportbug 2.62
Date: Sat, 10 Jul 2004 01:48:38 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Michael Banck <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: debootstrap
Version: 0.2.39.1
Severity: normal
Tags: patch
Making the awk link fails if it is already there, making deboostrap
non-idempotent.
The following patch fixes this:
diff -Naur scripts.orig/sarge scripts/sarge
--- scripts.orig/sarge 2004-07-10 01:46:15.000000000 +0200
+++ scripts/sarge 2004-07-10 01:46:26.000000000 +0200
@@ -164,7 +164,7 @@
info INSTCORE "Installing core packages..."
p; progress $baseprog $bases INSTBASE "Installing base system" #2
- ln -s mawk $TARGET/usr/bin/awk
+ ln -sf mawk $TARGET/usr/bin/awk
x_core_install base-files base-passwd
p; progress $baseprog $bases INSTBASE "Installing base system" #3
x_core_install dpkg
diff -Naur scripts.orig/sarge.buildd scripts/sarge.buildd
--- scripts.orig/sarge.buildd 2004-07-10 01:46:15.000000000 +0200
+++ scripts/sarge.buildd 2004-07-10 01:46:34.000000000 +0200
@@ -124,7 +124,7 @@
info INSTCORE "Installing core packages..."
p; progress $baseprog $bases INSTBASE "Installing base system" #2
- ln -s mawk $TARGET/usr/bin/awk
+ ln -sf mawk $TARGET/usr/bin/awk
x_core_install base-files base-passwd
p; progress $baseprog $bases INSTBASE "Installing base system" #3
x_core_install dpkg
diff -Naur scripts.orig/sid scripts/sid
--- scripts.orig/sid 2004-07-10 01:46:15.000000000 +0200
+++ scripts/sid 2004-07-10 01:46:38.000000000 +0200
@@ -164,7 +164,7 @@
info INSTCORE "Installing core packages..."
p; progress $baseprog $bases INSTBASE "Installing base system" #2
- ln -s mawk $TARGET/usr/bin/awk
+ ln -sf mawk $TARGET/usr/bin/awk
x_core_install base-files base-passwd
p; progress $baseprog $bases INSTBASE "Installing base system" #3
x_core_install dpkg
diff -Naur scripts.orig/sid.buildd scripts/sid.buildd
--- scripts.orig/sid.buildd 2004-07-10 01:47:10.000000000 +0200
+++ scripts/sid.buildd 2004-07-10 01:46:44.000000000 +0200
@@ -124,7 +124,7 @@
info INSTCORE "Installing core packages..."
p; progress $baseprog $bases INSTBASE "Installing base system" #2
- ln -s mawk $TARGET/usr/bin/awk
+ ln -sf mawk $TARGET/usr/bin/awk
x_core_install base-files base-passwd
p; progress $baseprog $bases INSTBASE "Installing base system" #3
x_core_install dpkg
diff -Naur scripts.orig/woody scripts/woody
--- scripts.orig/woody 2004-07-10 01:46:15.000000000 +0200
+++ scripts/woody 2004-07-10 01:46:52.000000000 +0200
@@ -141,7 +141,7 @@
info INSTCORE "Installing core packages..."
p; progress $baseprog $bases INSTBASE "Installing base system" #2
- ln -s mawk $TARGET/usr/bin/awk
+ ln -sf mawk $TARGET/usr/bin/awk
x_core_install base-files base-passwd
p; progress $baseprog $bases INSTBASE "Installing base system" #3
x_core_install dpkg
diff -Naur scripts.orig/woody.buildd scripts/woody.buildd
--- scripts.orig/woody.buildd 2004-07-10 01:46:15.000000000 +0200
+++ scripts/woody.buildd 2004-07-10 01:46:56.000000000 +0200
@@ -121,7 +121,7 @@
info INSTCORE "Installing core packages..."
p; progress $baseprog $bases INSTBASE "Installing base system" #2
- ln -s mawk $TARGET/usr/bin/awk
+ ln -sf mawk $TARGET/usr/bin/awk
x_core_install base-files base-passwd
p; progress $baseprog $bases INSTBASE "Installing base system" #3
x_core_install dpkg
cheers,
Michael
---------------------------------------
Received: (at 248398-close) by bugs.debian.org; 12 Jun 2005 15:10:29 +0000
>From [EMAIL PROTECTED] Sun Jun 12 08:10:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DhU6W-0003P6-00; Sun, 12 Jun 2005 08:10:29 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DhTyl-0001IE-00; Sun, 12 Jun 2005 11:02:27 -0400
From: Anthony Towns <[email protected]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#248398: fixed in debootstrap 0.3.0
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 12 Jun 2005 11:02:27 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 10
Source: debootstrap
Source-Version: 0.3.0
We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive:
debootstrap-udeb_0.3.0_i386.udeb
to pool/main/d/debootstrap/debootstrap-udeb_0.3.0_i386.udeb
debootstrap_0.3.0.dsc
to pool/main/d/debootstrap/debootstrap_0.3.0.dsc
debootstrap_0.3.0.tar.gz
to pool/main/d/debootstrap/debootstrap_0.3.0.tar.gz
debootstrap_0.3.0_i386.deb
to pool/main/d/debootstrap/debootstrap_0.3.0_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anthony Towns <[email protected]> (supplier of updated debootstrap package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 12 Jun 2005 23:49:58 +1000
Source: debootstrap
Binary: debootstrap-udeb debootstrap
Architecture: source i386
Version: 0.3.0
Distribution: unstable
Urgency: low
Maintainer: Anthony Towns <[EMAIL PROTECTED]>
Changed-By: Anthony Towns <[email protected]>
Description:
debootstrap - Bootstrap a basic Debian system
debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 161987 168473 191793 202529 241795 248398 252907 253387 253468 256255
258524 266119 272257 278158 283752 283810 285777 295571 308774 312417 312701
Changes:
debootstrap (0.3.0) unstable; urgency=low
.
* The Gernot Heiser release, dedicated to everyone who drinks enough to
lose their better judgement, and those of us who didn't have any in
the first place.
.
* Major update. New features:
+ Use $TARGET/debootstrap directory for state info
(--keep-debootstrap-dir)
+ Support for cross-strapping (--foreign / --second-stage)
(Closes: Bug#202529)
+ Support for resolving dependencies (--resolve-deps)
+ Support for Debian etch, and Ubuntu warty and hoary (Closes: Bug#312417)
+ Support for handling variants within the main suite script
+ Support for other versions of base packages in /v/c/apt/archives
+ Initial support for fine-grained dpkg progress display, thanks to
Colin Watson (currently only for warty and hoary)
+ Initial support for determining base system dynamically.
+ No longer display "debootstrap.invalid" when working with
Release/Packages files. (Closes: Bug#241795, Bug#256255)
+ Ignores failures for on_exit cleanup commands. (Closes: Bug#253387,
Bug#253468, Bug#308774)
+ Early reporting of unavailable packages.
+ More efficient parsing of Packages files.
+ Generalised additions and exclusions. (Closes: Bug#191793)
+ Handles symlinked configuration files in /etc a little better.
(Closes: Bug#161987, Bug#252907, Bug#272257)
.
* Dropped support for slink.
.
* Use ln -fs for mawk/awk link. (Closes: Bug#248398, Bug#258524)
.
* Dropped mail-transport-agent, and hence mailx and at from sid/etch base.
(Closes: Bug#168473)
* Dropped ipchains for i386 (Closes: Bug#266119)
* Other minor changes to meet dependencies, also. (Closes: Bug#312701)
.
* Minor manpage fixes. (Closes: Bug#285777)
* Add check for specifying no components (CloseS: Bug#283810)
.
* Include 0.2.45 NMUs, thanks to Steve Langasek.
(Closes: Bug#295571, Bug#283752, Bug#278158)
Files:
f1d318f0213ee419916dc1534e89f5fb 600 admin - debootstrap_0.3.0.dsc
dadf96dc47cd83aac9394b0fc5c426d3 42265 admin - debootstrap_0.3.0.tar.gz
e2e3c832c9fe060c9423f677ad6de39a 47578 debian-installer required
debootstrap-udeb_0.3.0_i386.udeb
e70c78f259390cd7947d136c07e73b46 69354 admin extra debootstrap_0.3.0_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iEYEARECAAYFAkKsSVkACgkQOxe8dCpOPqpz6QCfYs0cHIHl+D1mPmFKq0vpnISE
m8sAn1VC8gnSJosmy3fzreaILzHAajEJ
=DzUr
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]