Subject: Re: downgrading dependencies??
To: paul beard <paulbeard@mac.com>
From: Martin Weber <Ephaeton@gmx.net>
List: netbsd-users
Date: 04/03/2002 09:59:37
On Tue, Apr 02, 2002 at 09:23:45PM -0800, paul beard wrote:
> This is kind of annoying: I need some version newer than 3.4.1, I 
> have 3.4.2, yet that's not good enough?
> 
> Depends pre-scan: `Mesa>=3.2.1' required.
                         ^^^ --> Newer than or 3.2.1

> Depends pre-scan: `MesaLib-3.4.1' required.
                     ^^^^^^^^^^^^^ -> exactly 3.4.1 required

> pkg_add: pkg `MesaLib-3.4.1' required, but `MesaLib-3.4.2' found 
> installed.
> pkg_add: Please resolve this conflict!

Well, now it's interesting why the packages you wanted to install
explicitely wants MesaLib-3.4.1, I wonder if this is a buglet.

A workaround is using pkg_add -f e.g., and check out if the package
works with the installed MesaLib-3.4.2, too... or deinstalling MesaLib-3.4.2,
and reinstall 3.4.1 (although I guess this will break quite some dependancies,
eh ?). Here again it shows unsatisfactory to only be able to have one version
of a package installed at a time...


Martin Weber