[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#61418: marked as done (installs perl-5.004 and docs unnecessarily)



Your message dated Thu, 30 Mar 2000 18:48:18 -0700 (MST)
with message-id <[🔎] Pine.LNX.3.96.1000330184312.20352C-100000@wakko.deltatee.com>
and subject line Bug#61418: installs perl-5.004 and docs unnecessarily
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; 31 Mar 2000 00:41:54 +0000
Received: (qmail 28792 invoked from network); 31 Mar 2000 00:41:53 -0000
Received: from epkowagw3.epkowa.co.jp (202.212.108.12)
  by master.debian.org with SMTP; 31 Mar 2000 00:41:53 -0000
Received: from kowasv.epkowa.co.jp (kowasv.epkowa.co.jp [172.16.130.3] (may be forged)) by epkowagw3.epkowa.co.jp (8.8.8+2.7Wbeta7/3.6W5-06/08/98) with ESMTP id JAA11164 for <submit@bugs.debian.org>; Fri, 31 Mar 2000 09:43:12 +0900 (JST)
Received: from nt1.epkowa.co.jp (nt1.epkowa.co.jp [172.16.130.15])
	by kowasv.epkowa.co.jp (8.9.3/3.7W-11/27/99) with ESMTP id JAA29955;
	Fri, 31 Mar 2000 09:39:48 +0900 (JST)
Received: from FRODO ([172.16.145.1]) by nt1.epkowa.co.jp with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id H3CV3H7H; Fri, 31 Mar 2000 09:43:37 +0900
Received: from olaf by frodo with local (Exim 3.12 #1 (Debian))
	id 12apc4-0000Dc-00; Fri, 31 Mar 2000 09:48:36 +0900
To: submit@bugs.debian.org
Subject: installs perl-5.004 and docs unnecessarily
From: Olaf Meeuwissen <olaf@epkowa.co.jp>
Date: 31 Mar 2000 09:48:36 +0900
Message-ID: <[🔎] 87puscynff.fsf@epkowa.co.jp>
Lines: 32
X-Mailer: Gnus v5.7/Emacs 20.5

Package: apt
Version: 0.3.18

I've just installed potato (2.2.8-2000-03-09) and updated (2000-03-30)
so all I have is the base system.  When I installed apache, apt-get
decides I need perl-5.004 and perl-5.004-doc while all apache depends
on is perl | perl5.  As I have perl-5.005-base installed, I'd expect
that perl-5.005 would get installed.  I most certainly wouldn't expect
the docs to get installed as well.
  When doing the same thing with dselect use apt as its access method
this does not happen.

bilbo:~# apt-get --simulate install apache
[...]
The following NEW packages will be installed:
  apache apache-common mime-support perl-5.004 perl-5.004-base perl-5.004-doc
[...]
bilbo:~# dpkg -l | grep perl
ii  perl-5.005-bas 5.005.03-7     The Pathologically Eclectic Rubbish Lister
ii  perl-base      5.005.03-1.1   Fake package assuring that one of the -base

The output that installing via dselect (using apt as access method!)
[...]
The following NEW packages will be installed:
  apache apache-common mime-support perl-5.005

Dependencies
ldso: 1.9.11-5
libc6: 2.1.3-7
libstdc++2.10: 2.95.2-8
-- 
Olaf Meeuwissen       Epson Kowa Corporation, Research and Development
---------------------------------------
Received: (at 61418-done) by bugs.debian.org; 31 Mar 2000 01:48:21 +0000
Received: (qmail 11753 invoked from network); 31 Mar 2000 01:48:21 -0000
Received: from wakko.powersurfr.com (HELO wakko.deltatee.com) (mail@24.108.53.97)
  by master.debian.org with SMTP; 31 Mar 2000 01:48:21 -0000
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
	by wakko.deltatee.com with smtp (Exim 2.11 #1)
	id 12aqXq-0005TM-00 (Debian); Thu, 30 Mar 2000 18:48:19 -0700
Date: Thu, 30 Mar 2000 18:48:18 -0700 (MST)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@wakko.deltatee.com
To: Olaf Meeuwissen <olaf@epkowa.co.jp>, 61418-done@bugs.debian.org
cc: APT Development Team <deity@lists.debian.org>
Subject: Re: Bug#61418: installs perl-5.004 and docs unnecessarily
In-Reply-To: <[🔎] 87puscynff.fsf@epkowa.co.jp>
Message-ID: <[🔎] Pine.LNX.3.96.1000330184312.20352C-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


On 31 Mar 2000, Olaf Meeuwissen wrote:

> on is perl | perl5.  As I have perl-5.005-base installed, I'd expect
> that perl-5.005 would get installed.  I most certainly wouldn't expect

Nope, apache depends on perl (or perl5, but that is irrelevent), perl
depends on perl-5.004 and per-5.004-doc. In the absence of other input the
policy guide says dpkg and things select the first item in an or group.

The reason it worked in dselect is because dselect also selected
perl-5.005 either because you told it to or something else
suggests/recommends on it. You can do the same with apt, just 'install
apache perl-5.005' and tada.

Jason


Reply to: