Subject: x11/py-gtk2 - plist conflict py23/py24 ?
To: None <pkgsrc-users@netbsd.org>
From: Martin S. Weber <Ephaeton@gmx.net>
List: pkgsrc-users
Date: 10/15/2006 14:52:15
Hello,

I'm seeing following problem: Both py23-gtk2 and py24-gtk2 install
files under $PREFIX/share/pygtk/2.0 <-- "2.0". Now if you have a
pkg_admin check running, it'll happily report some problems:

$ pkg_admin check py23-gtk2 | head -5
/usr/pkg/bin/pygtk-codegen-2.0 fails MD5 checksum
/usr/pkg/bin/pygtk-demo fails MD5 checksum
/usr/pkg/lib/pkgconfig/pygtk-2.0.pc fails MD5 checksum
/usr/pkg/lib/pygtk/2.0/demos/__init__.pyc fails MD5 checksum
/usr/pkg/lib/pygtk/2.0/demos/__init__.pyo fails MD5 checksum
$ pkg_admin check py23-gtk2 | grep -c 'fails MD5'
77

As I'm not used to python23 vs. python24 mechanisms - did I break
this, is the problem in the packages or has it been in pkgsrc when
I installed the packages and now is no longer? The dependancies
behind both py23-gtk2 and py24-gtk2 are a bit too heavy for me to
rebuild and check now.

(PS: I've just checked the 2006Q3 binary package of py24-gtk2,
and there's still "2.0" paths in there, so problem probably persists)

Regards,

-Martin Weber