Your message dated Tue, 24 Jun 2003 16:02:40 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#197818: fixed in base-installer 0.023
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; 17 Jun 2003 20:20:03 +0000
>From [EMAIL PROTECTED] Tue Jun 17 15:20:02 2003
Return-path: <[EMAIL PROTECTED]>
Received: from pop.gmx.de (mail.gmx.net) [213.165.64.20] 
        by master.debian.org with smtp (Exim 3.35 1 (Debian))
        id 19SMvy-0002vh-00; Tue, 17 Jun 2003 15:20:02 -0500
Received: (qmail 343 invoked by uid 65534); 17 Jun 2003 20:20:00 -0000
Received: from pD9E6093E.dip.t-dialin.net (EHLO jacky.resix.de) (217.230.9.62)
  by mail.gmx.net (mp005) with SMTP; 17 Jun 2003 22:20:00 +0200
Received: from sar by jacky.resix.de with local (Exim 3.36 #1 (Debian))
        id 19SMxP-0006Nj-00; Tue, 17 Jun 2003 22:21:31 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Thorsten Sauter <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: base-installer: problem creating sources.list
X-Mailer: reportbug 2.10.1
Date: Tue, 17 Jun 2003 22:21:31 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Thorsten Sauter <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-12.3 required=4.0
        tests=BAYES_10,HAS_PACKAGE,PATCH_UNIFIED_DIFF
        autolearn=ham version=2.53-bugs.debian.org_2003_06_17
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_17 
(1.174.2.15-2003-03-30-exp)

Package: base-installer
Version: 0.023 - UNRELEASED (not installed)
Severity: normal
Tags: patch

Hi,

base-installer failes with the following message:

/var/lib/dpkg/info/base-installer.postinst: 128: cannot
create/target/etc/apt/sources.listbase-installer's postinst exited with
status 512

I propose the following changes in debian/postinst:
--- postinst.orig       2003-06-17 22:20:12.000000000 +0200
+++ postinst    2003-06-17 22:20:46.000000000 +0200
@@ -125,6 +125,7 @@
 COMPONENTS=`echo $COMPONENTS | tr , " "`
 APTSOURCE="$PROTOCOL://$MIRROR$DIRECTORY"
 
+[ ! -d /target/etc/apt ] && mkdir -p /target/etc/apt
echo "deb $APTSOURCE $DISTRIBUTION $COMPONENTS" > /target/etc/apt/sources.list

apt-update




Thanks
Thorsten



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux jacky 2.4.20 #5 Fre Mai 9 19:17:29 CEST 2003 i686
Locale: LANG=de_DE, LC_CTYPE=de_DE


---------------------------------------
Received: (at 197818-close) by bugs.debian.org; 24 Jun 2003 20:08:54 +0000
>From [EMAIL PROTECTED] Tue Jun 24 15:08:54 2003
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 19Uu62-0007Qb-00; Tue, 24 Jun 2003 15:08:54 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
        id 19Uu00-00022r-00; Tue, 24 Jun 2003 16:02:40 -0400
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.34 $
Subject: Bug#197818: fixed in base-installer 0.023
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 24 Jun 2003 16:02:40 -0400
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
base-installer, which is due to be installed in the Debian FTP archive:

base-installer_0.023.dsc
  to pool/main/b/base-installer/base-installer_0.023.dsc
base-installer_0.023.tar.gz
  to pool/main/b/base-installer/base-installer_0.023.tar.gz
base-installer_0.023_all.udeb
  to pool/main/b/base-installer/base-installer_0.023_all.udeb
kernel-installer_0.023_all.udeb
  to pool/main/b/base-installer/kernel-installer_0.023_all.udeb



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.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated base-installer 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: Tue, 24 Jun 2003 21:09:38 +0200
Source: base-installer
Binary: kernel-installer base-installer
Architecture: source all
Version: 0.023
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 base-installer - Install the base system (udeb)
 kernel-installer - Install the kernel (udeb)
Closes: 197312 197818
Changes: 
 base-installer (0.023) unstable; urgency=low
 .
   * Add french translation by Michel Grentzinger. (Closes: #197312)
   * Make sure /target/etc/apt/ exists before trying to create
     sources.list.  Patch from Thorsten Sauter.  (Closes: #197818)
   * Copy the postinst from kernel-chooser into the kernel-installer
     postinst, to make it easier to select which kernel to install.
   * Ben Collins
     - Add link_in_boot=yes prior to sparc kernel install. Allows sparc to
       transparently support /boot being on a seperate partition.
   * Thorsten Sauter:
     - kernel-installer depends now on created-fstab
Files: 
 1d836a187aff4487c6b19bfb188d057b 609 debian-installer required 
base-installer_0.023.dsc
 3dfb978907a3c543b0ec51a372475488 11938 debian-installer required 
base-installer_0.023.tar.gz
 800f0b932c141795a009361e4551a5b9 2518 debian-installer required 
base-installer_0.023_all.udeb
 8d4dbe1b9c9ef7d3ab48cc3cebd3102e 4706 debian-installer required 
kernel-installer_0.023_all.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE++KIg20zMSyow1ykRAqrTAJ0QpYaVIIcHwu7+hgrz1l/0f7ExWACgqFze
phJ/9mbIy8af0Y4Mab0aGdY=
=V1kL
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to