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

Bug#45980: marked as done (apt: wrong error)



Your message dated Sat, 25 Sep 1999 12:50:07 -0600 (MDT)
with message-id <[🔎] Pine.LNX.3.96.990925124854.2349S-100000@localhost>
and subject line Bug#45980: apt: wrong error
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; 25 Sep 1999 16:41:56 +0000
Received: (qmail 5617 invoked from network); 25 Sep 1999 16:41:55 -0000
Received: from zeus.wi.leidenuniv.nl (132.229.128.1)
  by master.debian.org with SMTP; 25 Sep 1999 16:41:55 -0000
Received: from lightning.mors.net (root@home004.wi.leidenuniv.nl [132.229.210.132])
	by zeus.wi.leidenuniv.nl (8.9.3/8.9.3/LIACS 1.0) with ESMTP id SAA23488
	for <submit@bugs.debian.org>; Sat, 25 Sep 1999 18:41:51 +0200 (MET DST)
Received: (from wichert@localhost)
	by lightning.mors.net (8.9.3/8.9.3/Debian/GNU) id RAA07722;
	Sat, 25 Sep 1999 17:59:52 +0200
Date: Sat, 25 Sep 1999 17:59:52 +0200
Message-Id: <[🔎] 199909251559.RAA07722@lightning.mors.net>
From: Wichert Akkerman <wichert@cs.leidenuniv.nl>
Subject: apt: wrong error
To: submit@bugs.debian.org
X-Mailer: bug 3.2.4

Package: apt
Version: 0.3.13
Severity: normal

It seems apt prints a wrong error-message when it detects an
installation-request impossible. In this case it says python-base
1.5.2-6 is not installed, but it most definitely is installed..

Wichert.

root@lightning:/var/www/userdir-ldap# apt-get install python-gdbm python-net
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:
  python-gdbm: Depends: python-base (= 1.5.2-6) but it is not installed
  python-net: Depends: python-base (= 1.5.2-5) but it is not installed
E: Sorry, broken packages
root@lightning:/var/www/userdir-ldap# dpkg -l python-base
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name            Version        Description
+++-===============-==============-============================================
ii  python-base     1.5.2-6        An interactive object-oriented scripting lan


-- System Information
Debian Release: potato
Kernel Version: Linux lightning 2.2.12 #1 Tue Sep 7 02:52:26 CEST 1999 i586 unknown

Versions of the packages apt depends on:
hi  libc6           2.1.2-0pre7    GNU C Library: Shared libraries and timezone
ii  libstdc++2.10   2.95.2-0pre2   The GNU stdc++ library
---------------------------------------
Received: (at 45980-done) by bugs.debian.org; 25 Sep 1999 18:50:19 +0000
Received: (qmail 27718 invoked from network); 25 Sep 1999 18:50:18 -0000
Received: from async5-11.remote.ualberta.ca (HELO localhost) (mail@129.128.238.84)
  by master.debian.org with SMTP; 25 Sep 1999 18:50:18 -0000
Received: from localhost [127.0.0.1] (jgg)
	by localhost with smtp (Exim 2.11 #1)
	id 11Uwtb-00049z-00 (Debian); Sat, 25 Sep 1999 12:50:07 -0600
Date: Sat, 25 Sep 1999 12:50:07 -0600 (MDT)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@localhost
To: Wichert Akkerman <wichert@cs.leidenuniv.nl>, 45980-done@bugs.debian.org
cc: APT Development Team <deity@lists.debian.org>
Subject: Re: Bug#45980: apt: wrong error
In-Reply-To: <[🔎] 199909251559.RAA07722@lightning.mors.net>
Message-ID: <[🔎] Pine.LNX.3.96.990925124854.2349S-100000@localhost>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII



On Sat, 25 Sep 1999, Wichert Akkerman wrote:

> It seems apt prints a wrong error-message when it detects an
> installation-request impossible. In this case it says python-base
> 1.5.2-6 is not installed, but it most definitely is installed..

The error message is entirely right because it removed [interally]
python-base while attempting to install python-net since python-net has an
exact version dependency on python-net.

Jason


Reply to: