[bug-notifications] [py_gtk 0004058]: dynamic linker error on Solaris 10 sparc
Mantis Bug Tracker
noreply at opencsw.org
Fri Mar 16 08:21:05 CET 2012
The following issue has been UPDATED.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4058
======================================================================
Reported By: maierkomor
Assigned To:
======================================================================
Project: py_gtk
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: 2012-03-16 08:21 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
======================================================================
----------------------------------------------------------------------
(0009737) cgrzemba (manager) - 2012-03-16 08:21
https://www.opencsw.org/mantis/view.php?id=4058#c9737
----------------------------------------------------------------------
do not exist anymore in:
py_gtk CSWpy-gtk 2.17.0,REV=2012.03.15
tested in:
Release: 5.10
Kernel architecture: sun4u
Application architecture: sparc
Kernel version: SunOS 5.10 Generic_147440-07
and:
Release: 5.10
Kernel architecture: i86pc
Application architecture: i386
Kernel version: SunOS 5.10 Generic_147441-09
More information about the bug-notifications
mailing list