#19896: Error running webkit-gtk 1.1.7 on Leopard -----------------------------------+---------------------------------------- Reporter: nodamage@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: webkit-gtk -----------------------------------+---------------------------------------- Ran into the following error trying to run pywebkitgtk: {{{ Traceback (most recent call last): File "demos/tabbed_browser.py", line 30, in <module> import webkit ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5 /site-packages/gtk-2.0/webkit.so, 2): Symbol not found: __ZN7WebCore15PurgeableBuffer13makePurgeableEb Referenced from: /opt/local/lib/libwebkit-1.0.2.dylib Expected in: dynamic lookup }}} Traced it down to the following webkit ticket: https://bugs.webkit.org/show_bug.cgi?id=23057 Applying the patch to webkit-gtk and recompiling it fixed my problem and allowed pywebkit-gtk to work successfully. I suspect other apps using webkit-gtk may suffer from the same problem. System: OS X 10.5.7 Intel with Xcode 3.1.2. webkit-gtk installed was the latest Portfile (currently r51558). Attaching the patch from the specified webkit ticket that I was able to apply to resolve the problem. -- Ticket URL: <http://trac.macports.org/ticket/19896> MacPorts <http://www.macports.org/> Ports system for Mac OS