Subject: Re: python24 dependency issue?
To: Clayton <ckoeni@gmail.com>
From: Steven M. Bellovin <smb@cs.columbia.edu>
List: pkgsrc-users
Date: 12/09/2007 15:06:59
On Sun, 9 Dec 2007 22:03:36 +0800
Clayton <ckoeni@gmail.com> wrote:
> Hi,
>
> I am trying to package something I use in Debian for pkgsrc/wip (my
> first packaging attempt) which as far as I can tell has the following
> dependencies:
>
> .include "../../lang/python/application.mk"
> .include "../../x11/py-wxWidgets/buildlink3.mk"
>
> which are installed. In trying to test run the program in the tarball,
> I get the following behavior:
>
> ./cycle.py
> Traceback (most recent call last):
> File "./cycle.py", line 14, in ?
> import wx
> File
> "/usr/pkg/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py",
> line 42, in ? from wx._core import * File
> "/usr/pkg/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py",
> line 4, in ? import _core_
> ImportError: /usr/pkg/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core_.so:
> Undefined symbol "_ZTV17wxMemoryFSHandler" (symnum = 489)
>
> which I am guessing is a missing or stale dependency, but I cannot
> figure out what I need to install or re-install to fix this. I have
> already reinstalled gtk2.
>
At a guess, pkgsrc/x11/py-wxWidgets
--Steve Bellovin, http://www.cs.columbia.edu/~smb