Your message dated Mon, 5 Jun 2000 19:07:51 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#65262: apt is being too smart about dependencies
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; 5 Jun 2000 23:20:02 +0000
>From [EMAIL PROTECTED] Mon Jun 05 18:20:01 2000
Return-path: <[EMAIL PROTECTED]>
Received: from mx2.magma.ca [206.191.0.250]
by master.debian.org with esmtp (Exim 3.12 2 (Debian))
id 12z6A4-0005vw-00; Mon, 05 Jun 2000 18:20:00 -0500
Received: from mail3.magma.ca (mail3.magma.ca [206.191.0.221])
by mx2.magma.ca (8.9.3/8.9.3) with ESMTP id TAA26238
for <[EMAIL PROTECTED]>; Mon, 5 Jun 2000 19:19:59 -0400 (EDT)
Received: from gatekeeper.precidia.com (hs-127.magma.ca [209.217.122.127])
by mail3.magma.ca (8.9.3/8.9.3) with ESMTP id TAA24749
for <[EMAIL PROTECTED]>; Mon, 5 Jun 2000 19:19:58 -0400 (EDT)
Received: from tolkien.ott.precidia.com [10.0.1.2] (mail)
by gatekeeper.precidia.com with esmtp (Exim 3.12 #1 (Debian))
id 12z69w-0001Ud-00; Mon, 05 Jun 2000 19:19:52 -0400
Received: from adams.ott.precidia.com (precidia.com) [10.0.2.10]
by tolkien.ott.precidia.com with esmtp (Exim 3.12 #1 (Debian))
id 12z69v-0000h6-00; Mon, 05 Jun 2000 19:19:51 -0400
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 05 Jun 2000 19:18:36 -0400
From: Brian White <[EMAIL PROTECTED]>
Organization: Precidia Technologies http://www.precidia.com/
X-Mailer: Mozilla 4.7 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: Debian Bugs <[EMAIL PROTECTED]>
Subject: apt is being too smart about dependencies
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.3.18
If a package is installed that has unmet dependencies, apt-get will mark
it for removal even though I told dselect to ignore that problem.
I have, for example, ssh2 installed but not xlib (which is only needed
for the askpass program). I installed it with "dpkg --force-depends" and
it works fine; I don't want apt to remove it.
Brian
( [EMAIL PROTECTED] )
-------------------------------------------------------------------------------
Obstacles are what you see when you take your eyes off the goal.
---------------------------------------
Received: (at 65262-done) by bugs.debian.org; 6 Jun 2000 01:07:33 +0000
>From [EMAIL PROTECTED] Mon Jun 05 20:07:31 2000
Return-path: <[EMAIL PROTECTED]>
Received: from edtnes04.telus.net (priv-edtnes04-hme0.telusplanet.net)
[199.185.220.104]
by master.debian.org with esmtp (Exim 3.12 2 (Debian))
id 12z7q7-0007cv-00; Mon, 05 Jun 2000 20:07:31 -0500
Received: from wakko.deltatee.com ([209.115.196.25])
by priv-edtnes04-hme0.telusplanet.net
(InterMail vM.4.01.02.11 201-229-116-111) with ESMTP
id <[EMAIL PROTECTED]>;
Mon, 5 Jun 2000 19:07:29 -0600
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
by wakko.deltatee.com with smtp (Exim 2.11 #1)
id 12z7qR-0002GH-00 (Debian); Mon, 5 Jun 2000 19:07:51 -0600
Date: Mon, 5 Jun 2000 19:07:51 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Brian White <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#65262: apt is being too smart about dependencies
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 Mon, 5 Jun 2000, Brian White wrote:
> I have, for example, ssh2 installed but not xlib (which is only needed
> for the askpass program). I installed it with "dpkg --force-depends" and
> it works fine; I don't want apt to remove it.
Basically, you can't do that. This is not something it can reasonably deal
with. I think there are other bugs reports to this effect..
Jason