Your message dated Sun, 30 Jun 2002 14:45:30 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#151444: apt: --download-only is too picky about conflicts
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; 30 Jun 2002 14:41:04 +0000
>From [EMAIL PROTECTED] Sun Jun 30 09:41:04 2002
Return-path: <[EMAIL PROTECTED]>
Received: from 209-122-227-254.s935.apx1.nyw.ny.dialup.rcn.com
(eden-hda7.my.local) [209.122.227.254] (root)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17Ofst-0004C8-00; Sun, 30 Jun 2002 09:41:03 -0500
Received: from eden-hda7.my.local ([EMAIL PROTECTED] [127.0.0.1])
by eden-hda7.my.local (8.12.3/8.12.3/Debian -4) with ESMTP id
g5UEeu3s005096
(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL);
Sun, 30 Jun 2002 10:40:56 -0400
Received: (from [EMAIL PROTECTED])
by eden-hda7.my.local (8.12.3/8.12.3/Debian -4) id g5UEetMV005094;
Sun, 30 Jun 2002 10:40:55 -0400
Date: Sun, 30 Jun 2002 10:40:55 -0400
Message-Id: <[EMAIL PROTECTED]>
From: Jeff Sheinberg <[EMAIL PROTECTED]>
Subject: apt: --download-only is too picky about conflicts
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10.1
X-Debbugs-CC: Jeff Sheinberg <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.4
Severity: normal
Hi,
Consider this typescript,
106 jsroot ~ # apt-get --download-only install sn leafnode
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Sorry, but the following packages have unmet dependencies:
leafnode: Conflicts: news-transport-system
sn: Conflicts: news-transport-system
E: Sorry, broken packages
--> exit status 100
Now, if I had tried this with a separate invocation of apt-get for
each package, then the downloading would have been preformed with
no errors being reported.
IMO, apt should just present me with a warning in this case, and
then give me the opportunity to proceed anyway, eg, like this,
[...]
The following information may help to resolve the situation:
Sorry, but the following packages have unmet dependencies:
leafnode: Conflicts: news-transport-system
sn: Conflicts: news-transport-system
Do you want to continue anyway? [Y/n]
Thanks,
--
Jeff Sheinberg <[EMAIL PROTECTED]>
-- System Information
Debian Release: 3.0
Kernel Version: Linux eden-hda7.my.local 2.4.18-3 #1 Mon Apr 29 14:17:47 EDT
2002 i586 unknown
Versions of the packages apt depends on:
ii libc6 2.2.5-6 GNU C Library: Shared libraries and Timezone
ii libstdc++2.10- 2.95.4-7 The GNU stdc++ library
---------------------------------------
Received: (at 151444-done) by bugs.debian.org; 30 Jun 2002 20:49:26 +0000
>From [EMAIL PROTECTED] Sun Jun 30 15:49:26 2002
Return-path: <[EMAIL PROTECTED]>
Received: from h24-71-223-10.cg.shawcable.net (pd3mo2so.prod.shaw.ca)
[24.71.223.10]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17OldO-0003IR-00; Sun, 30 Jun 2002 15:49:26 -0500
Received: from pd4mr1so.prod.shaw.ca
(pd4mr1so-qfe3.prod.shaw.ca [10.0.141.212]) by l-daemon
(iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sun,
30 Jun 2002 14:45:33 -0600 (MDT)
Received: from pn2ml8so.prod.shaw.ca
(pn2ml8so-qfe0.prod.shaw.ca [10.0.121.152]) by l-daemon
(iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sun,
30 Jun 2002 14:45:33 -0600 (MDT)
Received: from wakko.debian.net
(h24-86-210-128.ed.shawcable.net [24.86.210.128])
by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sun,
30 Jun 2002 14:45:33 -0600 (MDT)
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 17OlZa-0000vV-00; Sun, 30 Jun 2002 14:45:30 -0600
Date: Sun, 30 Jun 2002 14:45:30 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
Subject: Re: Bug#151444: apt: --download-only is too picky about conflicts
In-reply-to: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Jeff Sheinberg <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc: APT Development Team <[EMAIL PROTECTED]>
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT
Delivered-To: [EMAIL PROTECTED]
On Sun, 30 Jun 2002, Jeff Sheinberg wrote:
> Now, if I had tried this with a separate invocation of apt-get for
> each package, then the downloading would have been preformed with
> no errors being reported.
download-only is not ment to be used to download arbitary combinations of
packages. It only exists so you can begin a download without going on to
the install phase automatically. The feature you want would break that
behaviour.
You should use a different tool for downloading arbitary combinations of
packages.
Jason
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]