pkgsrc-Bugs archive

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

Re: pkg/41044: x11/alacarte (and, hence, gnome) build broken



Matthias Drochner writes:
> 
> This doesn't happen for me... Is there some useful
> message in config.log?
> Can you try the following:
> $ python2.5
> [...]
> >>> import pygtk
> >>> pygtk.require('2.0')
> >>> import gobject
> >>> gobject.pygtk_version
> (2, 16, 1)

I get:

Python 2.5.2 (r252:60911, Mar  3 2009, 06:39:19) 
[GCC 4.1.3 20080704 prerelease (NetBSD nb2 20081120)] on netbsd5
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygtk
>>> pygtk.require('2.0')
>>> import gobject
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/pkg/lib/python2.5/site-packages/gtk-2.0/gobject/__init__.py", line 
33, in <module>
    from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
  File "/usr/pkg/lib/python2.5/site-packages/gtk-2.0/glib/__init__.py", line 
30, in <module>
    from glib._glib import *
ImportError: /usr/pkg/lib/python2.5/site-packages/gtk-2.0/glib/_glib.so: 
Undefined PLT symbol "PySignal_SetWakeupFd" (symnum = 53)
>>> gobject.pygtk_version
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'gobject' is not defined
>>> 

(which, as I recall, is the same error seen in config.log)

Later...

Greg Oster




Home | Main Index | Thread Index | Old Index