Your message dated Thu, 2 Aug 2001 22:52:21 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#107380: apt is installing packages which are not depended
upon
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; 1 Aug 2001 15:43:39 +0000
>From [EMAIL PROTECTED] Wed Aug 01 10:43:39 2001
Return-path: <[EMAIL PROTECTED]>
Received: from 097.a.003.syd.iprimus.net.au (caliban.kumria.com)
[::ffff:203.134.81.97]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15Ry9q-0008W0-00; Wed, 01 Aug 2001 10:43:39 -0500
Received: from anand by caliban.kumria.com with local (Exim 3.22 #1 (Debian))
id 15Ry1w-0004xJ-00; Thu, 02 Aug 2001 01:35:28 +1000
From: Anand Kumria <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt is installing packages which are not depended upon
X-Reportbug-Version: 1.15
X-Mailer: reportbug 1.15
Date: Thu, 02 Aug 2001 01:35:28 +1000
Message-Id: <[EMAIL PROTECTED]>
Sender: Anand Kumria <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.3
Severity: normal
I'm attempting to install xae but would only expect
psgml and it dependancies to be installed.
[EMAIL PROTECTED]:~$ sudo apt-get install xae
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
eieio psgml sgml-base sgml-data speedbar
The following NEW packages will be installed:
eieio psgml sgml-base sgml-data speedbar xae
0 packages upgraded, 6 newly installed, 0 to remove and 7 not upgraded.
Need to get 1746kB/2472kB of archives. After unpacking 17.5MB will be used.
Do you want to continue? [Y/n] n
Abort.
[EMAIL PROTECTED]:~$ apt-cache show xae
Package: xae
Version: 1.0beta6-2
Depends: xemacs21 | xemacs21-gtk | xemacs20 | emacsen, psgml | xemacs21, eieio
| xemacs21
Suggests: java-virtual-machine
[EMAIL PROTECTED]:~$ apt-cache show psgml
Package: psgml
Version: 1.2.2-5
Depends: emacs20 | emacs21, sgml-base, sgml-data, fileutils (>= 4.0)
Recommends: sp (>= 1.3)
Suggests: debiandoc-sgml, linuxdoc-sgml, make
I do not have xemacs variants installed so I would expect apt to select
"emacsen, psgml" as the required dependancies for xae. You can also see
that eieio has also been selected.
Please let me know if I can assist further.
Thanks,
Anand
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux kaelor 2.4.6 #2 Tue Jul 24 23:12:22 EST 2001 i686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8
Versions of packages apt depends on:
ii libc6 2.2.3-5 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.4-0.010424 The GNU stdc++ library
---------------------------------------
Received: (at 107380-done) by bugs.debian.org; 3 Aug 2001 04:52:36 +0000
>From [EMAIL PROTECTED] Thu Aug 02 23:52:36 2001
Return-path: <[EMAIL PROTECTED]>
Received: from skip-ext.ab.videon.ca [::ffff:206.75.216.36]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 15SWwu-0008UJ-00; Thu, 02 Aug 2001 23:52:36 -0500
Received: (qmail 9696 invoked from network); 3 Aug 2001 04:52:23 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.108.173.63])
(envelope-sender <[EMAIL PROTECTED]>)
by skip-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 3 Aug 2001 04:52:23 -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 15SWwg-0007Tj-00; Thu, 02 Aug 2001 22:52:22 -0600
Date: Thu, 2 Aug 2001 22:52:21 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Matt Zimmerman <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#107380: apt is installing packages which are not depended upon
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 Thu, 2 Aug 2001, Matt Zimmerman wrote:
> Of course, I meant that "," has a higher precedence than "|". This is
> contrary
> to most boolean systems, where "and" has a higher precedence than "or".
Yes, that is one confusing depends line..
Jason