Your message dated Wed, 27 Feb 2002 20:43:28 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#133102: apt: does not complete when it encouters an error
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; 9 Feb 2002 17:15:48 +0000
>From [EMAIL PROTECTED] Sat Feb 09 11:15:48 2002
Return-path: <[EMAIL PROTECTED]>
Received: from postfix2-1.free.fr [213.228.0.9]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16Zb6K-0005Mf-00; Sat, 09 Feb 2002 11:15:48 -0600
Received: from bylbo.nowhere.earth (nas-cbv-9-162-176.dial.proxad.net
[62.147.162.176])
by postfix2-1.free.fr (Postfix) with ESMTP
id 342E4553; Sat, 9 Feb 2002 18:15:45 +0100 (CET)
Received: from dwitch by bylbo.nowhere.earth with local (Exim 3.34 #1 (Debian))
id 16ZiCD-00062Y-00; Sun, 10 Feb 2002 01:50:21 +0100
Date: Sun, 10 Feb 2002 01:50:21 +0100
From: Yann Dirson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt: does not complete when it encouters an error
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=unknown-8bit
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.3.27i
X-Reportbug-Version: 1.42
Sender: Yann Dirson <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.4
Severity: important
An apt-get dselect-upgrade, when it encounters an error on a package, such
as a package for which dpkg refuses unpack because it overlaps another
package, then at some point later (maybe at the end of the bunch of unpacks
that contained the error) apt-get exits, leaving many packages unconfigured.
Manually running "dpkg --configure -a" allows all of them to be configured,
and rerunning apt-get (with -f because of the error) allowed the bunch of
remaining packages to install at last.
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux bylbo 2.2.19-smp #1 SMP Mon Feb 4 01:48:15 CET 2002 i686
Locale: LANG=français, LC_CTYPE=C
Versions of packages apt depends on:
ii libc6 2.2.5-3 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.4-2 The GNU stdc++ library
--
Yann Dirson <[EMAIL PROTECTED]> | Why make M$-Bill richer & richer ?
Debian-related: <[EMAIL PROTECTED]> | Support Debian GNU/Linux:
Pro: <[EMAIL PROTECTED]> | Freedom, Power, Stability, Gratuity
http://ydirson.free.fr/ | Check <http://www.debian.org/>
---------------------------------------
Received: (at 133102-done) by bugs.debian.org; 28 Feb 2002 03:43:30 +0000
>From [EMAIL PROTECTED] Wed Feb 27 21:43:30 2002
Return-path: <[EMAIL PROTECTED]>
Received: from crack-ext.ab.videon.ca [206.75.216.33]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 16gHTe-0005MH-00; Wed, 27 Feb 2002 21:43:30 -0600
Received: (qmail 9638 invoked from network); 28 Feb 2002 03:43:29 -0000
Received: from unknown (HELO wakko.debian.net) ([24.86.210.128])
(envelope-sender <[EMAIL PROTECTED]>)
by crack-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 28 Feb 2002 03:43:29 -0000
Received: from localhost
([127.0.0.1] helo=wakko.debian.net ident=jgg)
by wakko.debian.net with smtp (Exim 3.16 #1 (Debian))
id 16gHTc-0008Jt-00; Wed, 27 Feb 2002 20:43:28 -0700
Date: Wed, 27 Feb 2002 20:43:28 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Yann Dirson <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#133102: apt: does not complete when it encouters an error
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On Sun, 10 Feb 2002, Yann Dirson wrote:
> An apt-get dselect-upgrade, when it encounters an error on a package, such
> as a package for which dpkg refuses unpack because it overlaps another
> package, then at some point later (maybe at the end of the bunch of unpacks
> that contained the error) apt-get exits, leaving many packages unconfigured.
This is how it is ment to work, the dselect method has some additional
stuffage to make this easier on newbies. See bug #24717
Jason