Your message dated Fri, 9 Mar 2001 17:05:24 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#89086: apt-get: "due to" when removing essential packages
shows the wrong direction
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.)
Darren Benham
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Mar 2001 23:23:06 +0000
>From [EMAIL PROTECTED] Fri Mar 09 17:23:06 2001
Return-path: <[EMAIL PROTECTED]>
Received: from emailhub.stusta.mhn.de (mailhub.stusta.mhn.de)
[::ffff:141.84.69.5]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 14bWDx-0008UV-00; Fri, 09 Mar 2001 17:23:06 -0600
Received: (qmail 8459 invoked from network); 9 Mar 2001 23:23:04 -0000
Received: from r063144.stusta.swh.mhn.de (10.150.63.144)
by mailhub.stusta.mhn.de with SMTP; 9 Mar 2001 23:23:04 -0000
Received: from bunk by r063144.stusta.swh.mhn.de with local (Exim 3.22 #1
(Debian))
id 14bWDo-0001u7-00; Sat, 10 Mar 2001 00:22:56 +0100
From: Adrian Bunk <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt-get: "due to" when removing essential packages shows the wrong
direction
X-Reportbug-Version: 1.14
X-Mailer: reportbug 1.14
Date: Sat, 10 Mar 2001 00:22:55 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.3
Severity: normal
<-- snip -->
# apt-get remove slang1
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
...
WARNING: The following essential packages will be removed
This should NOT be done unless you know exactly what you are doing!
dpkg sysvinit (due to dpkg) util-linux (due to sysvinit) slang1 (due to
util-linux)
0 packages upgraded, 0 newly installed, 164 to remove and 6 not upgraded.
Need to get 0B of archives. After unpacking 311MB will be freed.
You are about to do something potentially harmful
To continue type in the phrase 'Yes, do as I say!'
?]
<-- snip -->
It isn't true that slang1 gets removed due to the removal of util-linux,
but util-linux gets removed due to the removal of slang1 instead.
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux r063144.stusta.swh.mhn.de 2.4.2-ac16 #1 Fri Mar 9 15:07:55 CET
2001 i586
Versions of packages apt depends on:
ii libc6 2.2.2-1 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.3-6 The GNU stdc++ library
---------------------------------------
Received: (at 89086-done) by bugs.debian.org; 10 Mar 2001 00:05:27 +0000
>From [EMAIL PROTECTED] Fri Mar 09 18:05:27 2001
Return-path: <[EMAIL PROTECTED]>
Received: from cast-ext.ab.videon.ca [::ffff:206.75.216.34]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 14bWsx-0003vt-00; Fri, 09 Mar 2001 18:05:27 -0600
Received: (qmail 14740 invoked from network); 10 Mar 2001 00:05:25 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.108.173.63])
(envelope-sender <[EMAIL PROTECTED]>)
by cast-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 10 Mar 2001 00:05:25 -0000
Received: from localhost
([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
id 14bWsv-0001j8-00; Fri, 09 Mar 2001 17:05:25 -0700
Date: Fri, 9 Mar 2001 17:05:24 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Adrian Bunk <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#89086: apt-get: "due to" when removing essential packages
shows the wrong direction
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 Sat, 10 Mar 2001, Adrian Bunk wrote:
> WARNING: The following essential packages will be removed
> This should NOT be done unless you know exactly what you are doing!
> dpkg sysvinit (due to dpkg) util-linux (due to sysvinit) slang1 (due to
> util-linux)
> 0 packages upgraded, 0 newly installed, 164 to remove and 6 not upgraded.
> Need to get 0B of archives. After unpacking 311MB will be freed.
> You are about to do something potentially harmful
> To continue type in the phrase 'Yes, do as I say!'
> ?]
> It isn't true that slang1 gets removed due to the removal of util-linux,
> but util-linux gets removed due to the removal of slang1 instead.
Whic is not what the warning is saying, it is saying slang1 is 'essential'
due to a dependency from util-linux.
Jason