Your message dated Sun, 20 Aug 2000 15:47:39 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#69495: apt uses --force-depends --force-remove-essential
!!!
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; 20 Aug 2000 19:38:28 +0000
>From [EMAIL PROTECTED] Sun Aug 20 14:38:28 2000
Return-path: <[EMAIL PROTECTED]>
Received: from chiark.greenend.org.uk [::ffff:195.224.76.132]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13QavL-0002Xu-00; Sun, 20 Aug 2000 14:38:27 -0500
Received: from 39a033a6.b7511.49ed.0.bsmtp.davenant.greenend.org.uk by
chiark.greenend.org.uk with local-bsmtp (Exim 2.05 #1)
id 13QavK-0004vV-00 (Debian); Sun, 20 Aug 2000 20:38:26 +0100
Received: from ian by davenant.greenend.org.uk with local (Exim 2.125 #2)
id 13QarM-0001QO-00 (Debian); Sun, 20 Aug 2000 20:34:20 +0100
From: Ian Jackson <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sun, 20 Aug 2000 20:34:20 +0100 (BST)
To: [EMAIL PROTECTED]
Subject: apt uses --force-depends --force-remove-essential !!!
X-Mailer: VM 6.62 under Emacs 19.34.1
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.3.19
Seen in my dselect run with apt acquisition:
Purging configuration files for freeciv ...
dpkg: data-dumper: dependency problems, but removing anyway as you request:
dpkg-ftp depends on perl-5.005 | data-dumper; however:
Package perl-5.005 is not configured yet.
Package data-dumper is to be removed.
Package perl-5.005 which provides data-dumper is not configured yet.
libnet-perl depends on perl-5.005 | data-dumper; however:
Package perl-5.005 is not configured yet.
Package data-dumper is to be removed.
Package perl-5.005 which provides data-dumper is not configured yet.
Removing data-dumper ...
But, I didn't request ! In ps I see:
root 24024 53.1 10.0 7040 6324 ttyp0 R 20:32 0:03 /usr/bin/dpkg
--force-depends --force-remove-essential --purge glimpse python-mpz
(This is the next package.)
Ian.
---------------------------------------
Received: (at 69495-done) by bugs.debian.org; 20 Aug 2000 21:47:46 +0000
>From [EMAIL PROTECTED] Sun Aug 20 16:47:46 2000
Return-path: <[EMAIL PROTECTED]>
Received: from tmmi197-073.telusvelocity.net (wakko.deltatee.com)
[::ffff:209.115.197.73]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13QcwU-0004F0-00; Sun, 20 Aug 2000 16:47:46 -0500
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
by wakko.deltatee.com with smtp (Exim 2.11 #1)
id 13QcwN-0008Rc-00 (Debian); Sun, 20 Aug 2000 15:47:39 -0600
Date: Sun, 20 Aug 2000 15:47:39 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Ian Jackson <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#69495: apt uses --force-depends --force-remove-essential !!!
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, 20 Aug 2000, Ian Jackson wrote:
> Seen in my dselect run with apt acquisition:
<shrug> That's the only good way to deal with the weird cyclic
perl/pam/etc dependencies, the user wanting to remove essential packages,
and so on. It's safe because apt does all sorts of checking before
invoking dpkg.
Jason