[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#212785: marked as done (base-installer: tries to install queued packages multiple times)



Your message dated Sat, 27 Sep 2003 07:32:11 -0400
with message-id <E1A3DJ5-00031Z-00@auric.debian.org>
and subject line Bug#212785: fixed in rootskel 0.38
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; 26 Sep 2003 00:12:38 +0000
>From root@sesse.net Thu Sep 25 19:12:35 2003
Return-path: <root@sesse.net>
Received: from trofast.sesse.net [129.241.93.32] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A2gDn-0002nI-00; Thu, 25 Sep 2003 19:12:31 -0500
Received: from root by trofast.sesse.net with local (Exim 3.36 #1 (Debian))
	id 1A2gDl-0007dK-00; Fri, 26 Sep 2003 02:12:29 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Steinar H. Gunderson" <sgunderson@bigfoot.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: base-installer: tries to install queued packages multiple times
X-Mailer: reportbug 2.29
Date: Fri, 26 Sep 2003 02:12:29 +0200
Message-Id: <[🔎] E1A2gDl-0007dK-00@trofast.sesse.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-4.0 required=4.0
	tests=BAYES_60,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_9_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_21 (1.174.2.15-2003-03-30-exp)

Package: base-installer
Version: unavailable; reported 2003-09-26
Severity: normal
Tags: d-i

The fix for #210915 seems to have introduced a new bug. Multiple
packages seem to apt-install discover, which then gets put in the queue
multiple times. Since we do separate installation of every package in
the queue, this means discover is first installed once, then attempted
installed again like five times (which can take _time_ on a slow machine
-- the start-up cost of apt-get install is quite high).

I propose that we do one of the following:

1) "sort | uniq" the queue before we start installing it (not sort -u!
   see bug #167473 :-) ). Is this sane? Do we guarantee anything about
   the installed order of packages that are queued?
2) make apt-install grep for a package when queueing, and not include it
   if it's already there.

If nobody protests, I guess I'll go ahead and make a patch that
implements solution 2 -- I'm a bit busy right now, so I'm adding the bug
entry here so we won't forget about it :-)


-- System Information:
Debian Release: 
Architecture: i386
Kernel: Linux trofast.sesse.net 2.4.22 #7 Fri Sep 5 00:09:43 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1


---------------------------------------
Received: (at 212785-close) by bugs.debian.org; 27 Sep 2003 11:38:03 +0000
>From katie@auric.debian.org Sat Sep 27 06:38:02 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A3DOk-00065t-00; Sat, 27 Sep 2003 06:38:02 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1A3DJ5-00031Z-00; Sat, 27 Sep 2003 07:32:11 -0400
From: Petter Reinholdtsen <pere@debian.org>
To: 212785-close@bugs.debian.org
X-Katie: $Revision: 1.37 $
Subject: Bug#212785: fixed in rootskel 0.38
Message-Id: <E1A3DJ5-00031Z-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Sat, 27 Sep 2003 07:32:11 -0400
Delivered-To: 212785-close@bugs.debian.org

Source: rootskel
Source-Version: 0.38

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

rootskel-locale_0.38_i386.udeb
  to pool/main/r/rootskel/rootskel-locale_0.38_i386.udeb
rootskel_0.38.dsc
  to pool/main/r/rootskel/rootskel_0.38.dsc
rootskel_0.38.tar.gz
  to pool/main/r/rootskel/rootskel_0.38.tar.gz
rootskel_0.38_i386.udeb
  to pool/main/r/rootskel/rootskel_0.38_i386.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 212785@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere@debian.org> (supplier of updated rootskel 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 27 Sep 2003 13:17:58 +0200
Source: rootskel
Binary: rootskel-locale rootskel
Architecture: source i386
Version: 0.38
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Petter Reinholdtsen <pere@debian.org>
Description: 
 rootskel   - Skeleton root filesystem used by debian-installer. (udeb)
 rootskel-locale - UTF-8 locale used by debian-installer. (udeb)
Closes: 212785
Changes: 
 rootskel (0.38) unstable; urgency=low
 .
   * Steinar H. Gunderson
     - Make apt-install ensure a package is never added twice to the queue,
       wasting less time at queue processing time. (Closes: #212785)
Files: 
 e64f4ec9408e71b5d966d41c4621e2bc 683 debian-installer standard rootskel_0.38.dsc
 20ae47f6038938f7106c585c58da2c55 20378 debian-installer standard rootskel_0.38.tar.gz
 28a8ef412011aa7e56a66f17896cb0e1 4934 debian-installer standard rootskel_0.38_i386.udeb
 62f208928a36cd2517e8715cc3b2ec6d 34884 debian-installer standard rootskel-locale_0.38_i386.udeb

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

iD8DBQE/dXIX20zMSyow1ykRAteFAJwJHydeNh8uvjY9Ivk+yPN2zGkHmwCfdkeJ
raPes9dEwwxvnpdZB6N666A=
=iNfr
-----END PGP SIGNATURE-----



Reply to: