Subject: Re: python24 dependency issue?
To: None <pkgsrc-users@netbsd.org>
From: Clayton <ckoeni@gmail.com>
List: pkgsrc-users
Date: 12/10/2007 15:55:40
On Sun, 9 Dec 2007 20:03:03 +0100
Klaus Heinz <k.heinz@dezsieben.kh-22.de> wrote:

> Clayton wrote:
> 
> > Or are there file conflicts between packages? This is what I just
> > saw:
> > 
> >  pkg_add py24-wxWidgets-2.6.3.3.tgz
> 
> > Overwriting /usr/pkg/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/build/config.pyc
> ...
> 
> > The "Overwriting .... bogus/conflicting" doesn't sound good.
> 
> After a look at x11/py-gtk2/PLIST and x11/py-wxWidgets/PLIST this
> looks more like an incomplete deinstallation of py-wxWidgets, leaving
> some of its files behind.
> What happens if you repeat the deinstallation/installation of
> py24-wxWidgets-2.6.3.3.tgz?

This time no errors:

pkg_delete py24-wxWidgets
cd /tmp
pkg_add py24-wxWidgets-2.6.3.3.tgz
pkg_add: Warning: package `/tmp/./py24-wxWidgets-2.6.3.3.tgz' was built
for a different version of the OS: pkg_add: NetBSD/i386 4.0_RC1 (pkg)
vs. NetBSD/i386 4.0_RC3 (this host)

Perhaps it had something to do with the original install coming from
source (a slow process on a PIII 500).

Clayton