Opened 12 years ago
Closed 10 years ago
#34448 closed defect (fixed)
webkit-gtk +quartz missing symbol: Webcore::PluginView::invalidateRect
Reported by: | michael.culbertson@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | tomi.kyostila@…, olaf@…, arm39@…, reubano (Reuben Cummings), macports@…, todmorrison (Tod Morrison), jeremyhu (Jeremy Huddleston Sequoia), hpl@…, mmpestorich (Mike M Pestorich), maverickwoo (Maverick Woo), pb.mosca@…, cooljeanius (Eric Gallager) | |
Port: | webkit-gtk |
Description
I installed webkit-gtk (version 1.6.3_2) with the +quartz variant (in addition to the default +svg and +video variants) as a dependency for gnucash. It built and installed correctly, but when I tried to run gnucash, it died immediately reporting:
dyld: Symbol not found: __ZN7WebCore10PluginView14invalidateRectERKNS_7IntRectE Referenced from: /opt/local/lib/libwebkitgtk-1.0.0.dylib Expected in: dynamic lookup
Attachments (1)
Change History (23)
comment:1 Changed 12 years ago by luis.miranda@…
Cc: | luis.miranda@… added |
---|
comment:3 Changed 12 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to devans@… |
---|
In the future, please Cc the maintainer(s).
comment:7 Changed 12 years ago by reubano (Reuben Cummings)
Same thing happened to me with webkit-gtk @1.6.3_4+quartz+svg+video
reubano@tokpro [~]$ gnucash & [1] 86883 reubano@tokpro [~]$ dyld: Symbol not found: __ZN7WebCore10PluginView14invalidateRectERKNS_7IntRectE Referenced from: /opt/local/lib/libwebkitgtk-1.0.0.dylib Expected in: flat namespace in /opt/local/lib/libwebkitgtk-1.0.0.dylib [1]+ Trace/BPT trap: 5 gnucash
Changed 12 years ago by reubano (Reuben Cummings)
Attachment: | gnucash_2012-07-07-145259_tokpro.crash added |
---|
Gnucash crash report
comment:18 Changed 12 years ago by pb.mosca@…
Same thing here with webkit-gtk 1.8.3 on Mountain Lion:
dyld: Symbol not found: __ZN7WebCore10PluginView14invalidateRectERKNS_7IntRectE Referenced from: /opt/local/lib/libwebkitgtk-1.0.0.dylib Expected in: flat namespace in /opt/local/lib/libwebkitgtk-1.0.0.dylib [1] 86601 trace trap /opt/local/bin/gnucash
comment:20 Changed 10 years ago by cooljeanius (Eric Gallager)
Just a minor nitpick, but why does the demangled version of the symbol in the title not include the parameters as well? When I demangle it, c++filt
puts the parameter on the end for me:
$ c++filt __ZN7WebCore10PluginView14invalidateRectERKNS_7IntRectE WebCore::PluginView::invalidateRect(WebCore::IntRect const&)
Also this is kind of old now, does it still happen with webkit-gtk @2.4.3?
comment:21 Changed 10 years ago by maverickwoo (Maverick Woo)
webkit-gtk @2.4.3_0+quartz+video installed fine on OS X 10.9. I think we can close this.
comment:22 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Cc Me!