[bug-notifications] [pygtk 0004058]: dynamic linker error on Solaris 10 sparc
Mantis Bug Tracker
noreply at opencsw.org
Fri Nov 27 22:13:45 CET 2009
The following issue has been SUBMITTED.
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=4058
======================================================================
Reported By: maierkomor
Assigned To:
======================================================================
Project: pygtk
Issue ID: 4058
Category: packaging
Reproducibility: have not tried
Severity: block
Priority: normal
Status: new
======================================================================
Date Submitted: 2009-11-27 22:13 CET
Last Modified: 2009-11-27 22:13 CET
======================================================================
Summary: dynamic linker error on Solaris 10 sparc
Description:
_gtk.so requires libXext.so.0 (SUNW_1.1), which seems to be unavailable on
Solaris 10 update 8.
thomas at azalin:~/src/xhg% ldd
/opt/csw/lib/python/site-packages/gtk-2.0/gtk/_gtk.so|grep Xext
libXext.so.0 => /opt/csw/X11/lib/libXext.so.0
libXext.so.0 (SUNW_1.1) => (Version nicht gefunden)
libXext.so.0 => /usr/openwin/lib/libXext.so.0
thomas at azalin:~/src/xhg% uname -a
SunOS azalin 5.10 Generic_142900-01 sun4u sparc SUNW,Sun-Blade-2500
thomas at azalin:~/src/xhg% /opt/csw/bin/python
Python 2.6.2 (r262:71600, May 27 2009, 13:06:14) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygtk
>>> import gtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/csw/lib/python/site-packages/gtk-2.0/gtk/__init__.py", line
48, in <module>
from gtk import _gtk
ImportError: ld.so.1: python: fatal: relocation error: file
/opt/csw/lib/python/site-packages/gtk-2.0/gtk/_gtk.so: symbol
PyUnicodeUCS2_DecodeUTF8: referenced symbol not found
======================================================================
More information about the bug-notifications
mailing list