Ticket #14186 (closed defect: fixed)
gimp_wire_read() error
| Reported by: | bord0080@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | gimp py25-cairo | Cc: | |
| Port: | gimp2 |
Description (last modified by jmpp@…) (diff)
Running port on a g4 powerbook 15" Does not prevent Gimp from performing regular manipulations Full error messages:
Bagheera-Resurrected:opt wyattbordewyk$ gimp
Skipping duplicate plug-in: '/opt/local/lib/gimp/2.0/plug-ins/fourier'
Traceback (most recent call last):
File "/opt/local/lib/gimp/2.0/plug-ins/py-slice.py", line 31, in <module>
from gimpfu import *
File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
import gimp
ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type
Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so
Expected in: flat namespace
(gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/opt/local/lib/gimp/2.0/plug-ins/palette-to-gradient.py", line 17, in <module>
from gimpfu import *
File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
import gimp
ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type
Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so
Expected in: flat namespace
(gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/opt/local/lib/gimp/2.0/plug-ins/palette-sort.py", line 17, in <module>
from gimpfu import *
File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
import gimp
ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type
Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so
Expected in: flat namespace
(gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/opt/local/lib/gimp/2.0/plug-ins/palette-offset.py", line 17, in <module>
from gimpfu import *
File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
import gimp
ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type
Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so
Expected in: flat namespace
(gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/opt/local/lib/gimp/2.0/plug-ins/happy-valley-relief.py", line 20, in <module>
from gimpfu import *
File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
import gimp
ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type
Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so
Expected in: flat namespace
(gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/opt/local/lib/gimp/2.0/plug-ins/gimpcons.py", line 20, in <module>
from gimpfu import *
File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
import gimp
ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type
Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so
Expected in: flat namespace
(gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/opt/local/lib/gimp/2.0/plug-ins/foggify.py", line 20, in <module>
from gimpfu import *
File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
import gimp
ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type
Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so
Expected in: flat namespace
(gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/opt/local/lib/gimp/2.0/plug-ins/colorxhtml.py", line 25, in <module>
import gimp
ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type
Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so
Expected in: flat namespace
(gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Change History
comment:3 Changed 5 years ago by bord0080@…
Output: Last login: Mon Feb 4 17:44:23 on ttys000 Bagheera-Resurrected:~ wyattbordewyk$ port installed py* The following ports are currently installed:
py25-cairo @1.4.0_1 (active) py25-gobject @2.14.0_0 (active) py25-gtk @2.12.0_0 (active) py25-numeric @24.2_1+macosx (active) python25 @2.5.1_4+darwin_9 (active)
Bagheera-Resurrected:~ wyattbordewyk$
comment:4 Changed 5 years ago by bord0080@…
The last one didn't work very well, Here is the full output "Last login: Mon Feb 4 17:44:23 on ttys000 Bagheera-Resurrected:~ wyattbordewyk$ port installed py* The following ports are currently installed:
py25-cairo @1.4.0_1 (active) py25-gobject @2.14.0_0 (active) py25-gtk @2.12.0_0 (active) py25-numeric @24.2_1+macosx (active) python25 @2.5.1_4+darwin_9 (active)
Bagheera-Resurrected:~ wyattbordewyk$ "
comment:5 Changed 5 years ago by bord0080@…
Copying and pasting isn't working the list is: The following ports are currently installed: py25-cairo @1.4.0_1 py25-gobject @2.14.0_0 py25-gtk @2.12.0_0 py25-numeric @24.2_1+macosx python25 @2.5.1_4+darwin_9 all active
comment:6 Changed 5 years ago by gui_dos@…
- Status changed from new to closed
- Resolution set to fixed
Your py25-cairo, py25-gobject and py25-gtk are outdated: they have been patched to solve the problem you are reporting.
They don't depend on each other, therefore you can simply use "sudo port -f uninstall" and reinstall them one by one in any order.
comment:7 Changed 5 years ago by bord0080@…
- Status changed from closed to reopened
- Resolution fixed deleted
That was the first thing I did when I noticed the problem. Upon receipt of this information I tried it again and the ports have not changed and I have the exact same problem. Is there any other information I can provide to elucidate the problem?
comment:8 Changed 5 years ago by devans@…
- Keywords py25-cairo added
- Port set to gimp2
Current port versions are now
gimp2 @2.6.1_0 (active) py25-cairo @1.4.12_2 (active) py25-gobject @2.14.2_0 (active) py25-gtk @2.12.1_0 (active) py25-numeric @24.2_1+macosx (active) python25 @2.5.2_5+darwin_8 (active)
Please advise if this report is still applicable or can it be closed.

