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

Bug#46308: marked as done (apt: vague message about conflicts/depends)



Your message dated Thu, 30 Sep 1999 11:58:20 -0600 (MDT)
with message-id <[🔎] Pine.LNX.3.96.990930115559.17386L-100000@localhost>
and subject line Bug#46308: apt: vague message about conflicts/depends
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; 30 Sep 1999 11:57:17 +0000
Received: (qmail 24952 invoked from network); 30 Sep 1999 11:57:11 -0000
Received: from jagor.srce.hr (jrodin@161.53.2.130)
  by master.debian.org with SMTP; 30 Sep 1999 11:57:11 -0000
Received: (from jrodin@localhost)
	by jagor.srce.hr (8.9.0/8.9.0) id NAA11670
	for submit@bugs.debian.org; Thu, 30 Sep 1999 13:56:30 +0200 (MET DST)
Date: Thu, 30 Sep 1999 13:56:30 +0200
From: Josip Rodin <jrodin@public.srce.hr>
To: submit@bugs.debian.org
Subject: apt: vague message about conflicts/depends
Message-ID: <[🔎] 19990930135630.A11457@jagor.srce.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95i

Package: apt

Hi,

I have wmaker 0.60.0-4 installed, and have now tried to install slink's
version of wmsound. Here's what APT said:

# apt-get install wmsound
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  wmsound: Depends: wmaker (>= 0.20.2-2) but it is not installed
E: Sorry, broken packages

Yeah, right. But, dpkg explained it:

# dpkg -i wmsound_0.7.5-4.deb
dpkg: regarding wmsound_0.7.5-4.deb containing wmsound:
 wmaker conflicts with wmsound (<= 0.9.3-1)
  wmsound (version 0.7.5-4) is to be installed.
dpkg: error processing wmsound_0.7.5-4.deb (--install):
 conflicting packages - not installing wmsound
Errors were encountered while processing:
 wmsound_0.7.5-4.deb

Please fix APT to display correct explanation of the conflict. TIA!

-- 
enJoy -*/\*- don't even try to pronounce my first name
---------------------------------------
Received: (at 46308-done) by bugs.debian.org; 30 Sep 1999 18:03:26 +0000
Received: (qmail 8608 invoked from network); 30 Sep 1999 18:03:24 -0000
Received: from async16-1.remote.ualberta.ca (HELO localhost) (mail@129.128.237.10)
  by master.debian.org with SMTP; 30 Sep 1999 18:03:24 -0000
Received: from localhost [127.0.0.1] (jgg)
	by localhost with smtp (Exim 2.11 #1)
	id 11WkTE-0006gh-00 (Debian); Thu, 30 Sep 1999 11:58:20 -0600
Date: Thu, 30 Sep 1999 11:58:20 -0600 (MDT)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@localhost
To: Josip Rodin <jrodin@public.srce.hr>, 46308-done@bugs.debian.org
cc: APT Development Team <deity@lists.debian.org>
Subject: Re: Bug#46308: apt: vague message about conflicts/depends
In-Reply-To: <[🔎] 19990930135630.A11457@jagor.srce.hr>
Message-ID: <[🔎] Pine.LNX.3.96.990930115559.17386L-100000@localhost>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


On Thu, 30 Sep 1999, Josip Rodin wrote:

> Sorry, but the following packages have unmet dependencies:
>   wmsound: Depends: wmaker (>= 0.20.2-2) but it is not installed
> E: Sorry, broken packages
> 
> Yeah, right. But, dpkg explained it:

It actually is supposed to say 'but it is not going to be installed'

The problem is that APT does not have the same view of the world as dpkg
does, when you install wmsound it really does install it but after it's
done that it finds out that things it needs are missing, so you get the
backwards message.

If you do 'apt-get install wmaker wmsound' then you get different message
that is closer to what dpkg shows. The problem is quite literally that
wmsound cannot find a version of wmaker that it is compatble which is
exactly what the error message says.

Jason


Reply to: