Opened 12 years ago
Closed 12 years ago
#36784 closed defect (fixed)
webkit-gtk: error: ‘PassRefPtr_should_never_be_assigned_to’ was not declared in this scope
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | dbevans (David B. Evans) |
Port: | webkit-gtk |
Description
Upgrading webkit-gtk on my Mountain Lion system failed; see log.
Attachments (3)
Change History (7)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Could you attach a log of your successful build? Maybe comparing it with mine will reveal some pertinent difference. For easier comparison I'm attaching a new log built without universal or parallel building. If you could do the same for yours that should make our logs most similar:
sudo port -n build webkit-gtk -universal build.jobs=1
I did forget to turn off ccache so that's still in the log but that should be easy enough to account for if you don't use ccache.
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.2.bz2 added |
---|
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | webkit-gtk.diff added |
---|
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
It seems webkit-gtk has an internal version of google-test, and the failure occurs when the google-test port is already installed and it tries to use that version instead. The attached patch ensures this won't be the case.
comment:4 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It built fine for me on my MountainLion machine. =(