OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003778 [gimp] regular use major always 2009-07-24 21:29 2009-07-24 21:29
Reporter mwatters View Status public  
Assigned To
Priority normal Resolution open  
Status new  
Summary 0003778: gimp python plugin broken
Description $ /opt/csw/bin/gimp
Traceback (most recent call last):
  File "/opt/csw/lib/gimp/2.0/plug-ins/palette-offset.py", line 17, in <module>
    from gimpfu import *
  File "/opt/csw/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
    import gimp
ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/gimp/2.0/python/gimp.so: symbol PyUnicodeUCS2_SetDefaultEncoding: referenced symbol not found

(gimp:24031): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/opt/csw/lib/gimp/2.0/plug-ins/gimpcons.py", line 20, in <module>
    from gimpfu import *
  File "/opt/csw/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
    import gimp
ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/gimp/2.0/python/gimp.so: symbol PyUnicodeUCS2_SetDefaultEncoding: referenced symbol not found

(gimp:24031): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/opt/csw/lib/gimp/2.0/plug-ins/py-slice.py", line 31, in <module>
    from gimpfu import *
  File "/opt/csw/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
    import gimp
ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/gimp/2.0/python/gimp.so: symbol PyUnicodeUCS2_SetDefaultEncoding: referenced symbol not found

(gimp:24031): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/opt/csw/lib/gimp/2.0/plug-ins/colorxhtml.py", line 25, in <module>
    import gimp
ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/gimp/2.0/python/gimp.so: symbol PyUnicodeUCS2_SetDefaultEncoding: referenced symbol not found

(gimp:24031): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/opt/csw/lib/gimp/2.0/plug-ins/palette-to-gradient.py", line 17, in <module>
    from gimpfu import *
  File "/opt/csw/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
    import gimp
ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/gimp/2.0/python/gimp.so: symbol PyUnicodeUCS2_SetDefaultEncoding: referenced symbol not found

(gimp:24031): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/opt/csw/lib/gimp/2.0/plug-ins/palette-sort.py", line 17, in <module>
    from gimpfu import *
  File "/opt/csw/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
    import gimp
ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/gimp/2.0/python/gimp.so: symbol PyUnicodeUCS2_SetDefaultEncoding: referenced symbol not found

(gimp:24031): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/opt/csw/lib/gimp/2.0/plug-ins/happy-valley-relief.py", line 20, in <module>
    from gimpfu import *
  File "/opt/csw/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
    import gimp
ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/gimp/2.0/python/gimp.so: symbol PyUnicodeUCS2_SetDefaultEncoding: referenced symbol not found

(gimp:24031): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/opt/csw/lib/gimp/2.0/plug-ins/foggify.py", line 20, in <module>
    from gimpfu import *
  File "/opt/csw/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
    import gimp
ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/gimp/2.0/python/gimp.so: symbol PyUnicodeUCS2_SetDefaultEncoding: referenced symbol not found

(gimp:24031): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error

Additional Information PyUnicodeUCS2_* symbols are part of libpython2.5.so looking at the shared library in the error I see no symbols ( since the binary is stripped I believe this is normal )
ldd and dump -Lv however, do not show a dependency on libpython2.5.so

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

$ nm /opt/csw/lib/gimp/2.0/python/gimp.so


/opt/csw/lib/gimp/2.0/python/gimp.so:


$ ldd /opt/csw/lib/gimp/2.0/python/gimp.so
        libsunmath.so.1 => /opt/csw/lib/libsunmath.so.1
        libm.so.1 => /lib/libm.so.1
        libgimp-2.0.so.0 => /opt/csw/lib/libgimp-2.0.so.0
        libgimpcolor-2.0.so.0 => /opt/csw/lib/libgimpcolor-2.0.so.0
        libgimpbase-2.0.so.0 => /opt/csw/lib/libgimpbase-2.0.so.0
        libgobject-2.0.so.0 => /opt/csw/lib/libgobject-2.0.so.0
        libgthread-2.0.so.0 => /opt/csw/lib/libgthread-2.0.so.0
        libpthread.so.1 => /lib/libpthread.so.1
        libthread.so.1 => /lib/libthread.so.1
        librt.so.1 => /lib/librt.so.1
        libglib-2.0.so.0 => /opt/csw/lib/libglib-2.0.so.0
        libintl.so.3 => /opt/csw/lib/libintl.so.3
        libc.so.1 => /lib/libc.so.1
        libgimpconfig-2.0.so.0 => /opt/csw/lib/libgimpconfig-2.0.so.0
        libiconv.so.2 => /opt/csw/lib/sparcv8/libiconv.so.2
        libintl.so.8 => /opt/csw/lib/sparcv8/libintl.so.8
        libaio.so.1 => /lib/libaio.so.1
        libmd.so.1 => /lib/libmd.so.1
        libgimpmath-2.0.so.0 => /opt/csw/lib/libgimpmath-2.0.so.0
        libsec.so.1 => /lib/libsec.so.1
        libavl.so.1 => /lib/libavl.so.1
        libm.so.2 => /lib/libm.so.2
        /platform/SUNW,Sun-Fire-V490/lib/libc_psr.so.1
        /platform/SUNW,Sun-Fire-V490/lib/libmd_psr.so.1


$ dump -Lv /opt/csw/lib/gimp/2.0/python/gimp.so

/opt/csw/lib/gimp/2.0/python/gimp.so:

  **** DYNAMIC SECTION INFORMATION ****
.dynamic:
[INDEX] Tag Value
[1] NEEDED libsunmath.so.1
[2] NEEDED libm.so.1
[3] NEEDED libgimp-2.0.so.0
[4] NEEDED libgimpcolor-2.0.so.0
[5] NEEDED libgimpbase-2.0.so.0
[6] NEEDED libgobject-2.0.so.0
[7] NEEDED libgthread-2.0.so.0
[8] NEEDED libpthread.so.1
[9] NEEDED libthread.so.1
[10] NEEDED librt.so.1
[11] NEEDED libglib-2.0.so.0
[12] NEEDED libintl.so.3
[13] NEEDED libc.so.1
[14] SONAME gimp.so
[15] RUNPATH /opt/csw/lib:/opt/csw/mozilla/firefox/lib:/opt/csw/lib/evolution/2.6:/usr/openwin/lib
[16] RPATH /opt/csw/lib:/opt/csw/mozilla/firefox/lib:/opt/csw/lib/evolution/2.6:/usr/openwin/lib
[17] HASH 0x94
[18] STRTAB 0x267c
[19] STRSZ 0x2458
[20] SYMTAB 0xd4c
[21] SYMENT 0x10
[22] CHECKSUM 0x7768
[23] VERDEF 0x4af4
[24] VERDEFNUM 0x1
[25] VERNEED 0x4ad4
[26] VERNEEDNUM 0x1
[27] PLTSZ 0x1188
[28] PLTREL 0x7
[29] JMPREL 0x94b8
[30] RELA 0x4e38
[31] RELASZ 0x5808
[32] RELAENT 0xc
[33] FEATURE_1 PARINIT
[34] FLAGS 0
[35] FLAGS_1 0
[36] PLTGOT 0x30f1c

$ ls /opt/csw/lib/libpython*
/opt/csw/lib/libpython2.5.so /opt/csw/lib/libpython2.6.so
/opt/csw/lib/libpython2.5.so.1.0 /opt/csw/lib/libpython2.6.so.1.0

Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker