Opened 12 years ago

Closed 9 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)

gnucash_2012-07-07-145259_tokpro.crash (42.8 KB) - added by reubano (Reuben Cummings) 12 years ago.
Gnucash crash report

Download all attachments as: .zip

Change History (23)

comment:1 Changed 12 years ago by luis.miranda@…

Cc: luis.miranda@… added

Cc Me!

comment:2 Changed 12 years ago by luis.miranda@…

Cc: luis.miranda@… removed

Cc Me!

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:4 Changed 12 years ago by tomi.kyostila@…

Cc: tomi.kyostila@… added

Cc Me!

comment:5 Changed 12 years ago by olaf@…

Cc: olaf@… added

Cc Me!

comment:6 Changed 12 years ago by arm39@…

Cc: arm39@… added

Cc Me!

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)

Gnucash crash report

comment:8 Changed 12 years ago by reubano (Reuben Cummings)

Cc: reubano@… added

Cc Me!

comment:9 Changed 12 years ago by macports@…

Cc: macports@… added

Cc Me!

comment:10 Changed 12 years ago by todmorrison (Tod Morrison)

Cc: todmorrison@… added

Cc Me!

comment:11 Changed 12 years ago by todmorrison (Tod Morrison)

Cc: todmorrison@… removed

Cc Me!

comment:12 Changed 12 years ago by todmorrison (Tod Morrison)

Cc: todmorrison@… added

Cc Me!

comment:13 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Cc: jeremyhu@… added

Cc Me!

comment:14 Changed 12 years ago by hpl@…

Cc: hpl@… added

Cc Me!

comment:15 Changed 12 years ago by mmpestorich (Mike M Pestorich)

Cc: mmpestorich@… added

Cc Me!

comment:16 Changed 12 years ago by maverickwoo (Maverick Woo)

Cc: maverick.woo@… added

Cc Me!

comment:17 Changed 12 years ago by pb.mosca@…

Cc: pb.mosca@… added

Cc Me!

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:19 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

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 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.