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

Bug#65438: marked as done (apt: "should I get this package" algorithm is wrong)



Your message dated Fri, 9 Jun 2000 17:25:03 -0600 (MDT)
with message-id <[🔎] Pine.LNX.3.96.1000609172323.5148G-100000@wakko.deltatee.com>
and subject line Bug#65438: apt: "should I get this package" algorithm is wrong
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; 9 Jun 2000 22:00:58 +0000
>From ydirson@altern.org Fri Jun 09 17:00:58 2000
Return-path: <ydirson@altern.org>
Received: from smtp-rt-5.wanadoo.fr (bassia.wanadoo.fr) [193.252.19.159] 
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 130Wpm-0006Ak-00; Fri, 09 Jun 2000 17:00:58 -0500
Received: from villosa.wanadoo.fr (193.252.19.122) by bassia.wanadoo.fr; 10 Jun 2000 00:00:56 +0200
Received: from bylbo.nowhere.earth (193.252.19.20) by villosa.wanadoo.fr; 10 Jun 2000 00:00:37 +0200
Received: from dwitch by bylbo.nowhere.earth with local (Exim 3.12 #1 (Debian))
	id 130Wr5-0004J1-00; Sat, 10 Jun 2000 00:02:19 +0200
From: dwitch <ydirson@altern.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt: "should I get this package" algorithm is wrong
X-Reportbug-Version: 0.56
X-Mailer: reportbug 0.56
Date: Sat, 10 Jun 2000 00:02:18 +0200
Message-Id: <[🔎] E130Wr5-0004J1-00@bylbo.nowhere.earth>
Delivered-To: submit@bugs.debian.org

Package: apt
Version: 0.3.19

There is currently an inconstency between potato and woody: 

lftp ftp.debian.org:/pub/debian> dir dists/woody/main/binary-i386/admin/ana*
-rw-rw-r--   1 ftp      ftp         21770 May 25 18:52 dists/woody/main/binary-i386/admin/anacron_2.1-5.1.deb
lftp ftp.debian.org:/pub/debian> dir dists/potato/main/binary-i386/admin/ana*
-rw-rw-r--   1 ftp      ftp         21792 May 29 16:46 dists/potato/main/binary-i386/admin/anacron_2.1-5.1.deb


That is 1 only version number for 2 different contents (just reported
against ftp.d.o and anacron).

What apt does, when one of the dists is active in apt.conf, and
anacron is in sync with this dist, and I switch to the other dist, is
"upgrading" to the one in the other dist.  It works both ways, so I
suppose the only check for an upgrade is "proposed package is
different" (based on what ?), and test on version is ">=" where it
should be ">>".


Quote of the day: "Using a system in a broken way is the shortest path
to finding flaws"  :)

-- System Information
Debian Release: 2.2
Architecture: i386
Kernel: Linux bylbo 2.3.99-pre9 #1 mer mai 24 22:51:42 CEST 2000 i586

Versions of packages apt depends on:
ii  libc6                        2.1.3-10    GNU C Library: Shared libraries an
ii  libstdc++2.10                1:2.95.2-12 The GNU stdc++ library            


---------------------------------------
Received: (at 65438-done) by bugs.debian.org; 9 Jun 2000 23:24:39 +0000
>From jgg@ualberta.ca Fri Jun 09 18:24:39 2000
Return-path: <jgg@ualberta.ca>
Received: from edtnes12.telus.net (priv-edtnes12-hme0.telusplanet.net) [199.185.220.112] 
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 130Y8l-0006ns-00; Fri, 09 Jun 2000 18:24:39 -0500
Received: from wakko.deltatee.com ([209.115.196.25])
          by priv-edtnes12-hme0.telusplanet.net
          (InterMail vM.4.01.02.11 201-229-116-111) with ESMTP
          id <20000609232438.UDFE24907.priv-edtnes12-hme0.telusplanet.net@wakko.deltatee.com>;
          Fri, 9 Jun 2000 17:24:38 -0600
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
	by wakko.deltatee.com with smtp (Exim 2.11 #1)
	id 130Y99-0002D8-00 (Debian); Fri, 9 Jun 2000 17:25:03 -0600
Date: Fri, 9 Jun 2000 17:25:03 -0600 (MDT)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@wakko.deltatee.com
To: dwitch <ydirson@altern.org>, 65438-done@bugs.debian.org
cc: APT Development Team <deity@lists.debian.org>
Subject: Re: Bug#65438: apt: "should I get this package" algorithm is wrong
In-Reply-To: <[🔎] E130Wr5-0004J1-00@bylbo.nowhere.earth>
Message-ID: <[🔎] Pine.LNX.3.96.1000609172323.5148G-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 65438-done@bugs.debian.org


On Sat, 10 Jun 2000, dwitch wrote:

> What apt does, when one of the dists is active in apt.conf, and
> anacron is in sync with this dist, and I switch to the other dist, is
> "upgrading" to the one in the other dist.  It works both ways, so I

APT can sense the two files are different but does not know which should
be newer, it assumes that the last one it reads (ie the first in
sources.list) is the newest version and always installs that.

Jason



Reply to: