Opened 11 years ago

Closed 6 years ago

#40506 closed defect (fixed)

rednotebook @1.2.0_1: cannot find symbol "_xcb_str_sizeof"

Reported by: ronank@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: rednotebook

Description

I am trying to run rednotebook on Mac OS X. It took some effort to install it - there were problems building avahi. I eventually got that to build by not including gtk but I think that may now be causing issues.

I have installed rednotebook but it will not launch. The error message is:

Traceback (most recent call last):
  File "/opt/local/bin/rednotebook", line 11, in <module>
    import rednotebook.journal
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/rednotebook/journal.py", line 79, in <module>
    from rednotebook.util import utils
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/rednotebook/util/utils.py", line 33, in <module>
    import gtk
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 40, in <module>
    from gtk import _gtk
ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gtk-2.0/gtk/_gtk.so, 2): Symbol not found: _xcb_str_sizeof
  Referenced from: /opt/local/lib/libxcb-render.0.dylib
  Expected in: /opt/local/lib/libxcb.1.dylib
 in /opt/local/lib/libxcb-render.0.dylib

Change History (2)

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Summary: rednotebook won't run on Mac OS Xrednotebook @1.2.0_1: cannot find symbol "_xcb_str_sizeof"

comment:2 Changed 6 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

In 5b3646a94a30501b5ddf7de6c34cacce49914da8/macports-ports:

rednotebook: update to version 2.3, dependencies

Previously a dependent of py27-webkitgtk, it now depends
on python36, gtk3 and webkit2-gtk using gobject introspection.

See #52410

Closes #37377
Closes #40506

Note: See TracTickets for help on using tickets.