Opened 12 years ago
Closed 12 years ago
#36880 closed defect (fixed)
webkit-gtk: Undefined symbols _objc_registerThreadWithCollector
Reported by: | M.Hairer@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | webkit-gtk |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
The subject says it all... The system is 10.8.2 with Xcode 4.5.2 on a retina MBP. To make sure that I wasn't using an outdated port, I did:
sudo port -yds sync sudo port -vds selfupdate sudo port -vs upgrade outdated sudo port -v clean webkit-gtk sudo port install -s webkit-gtk
The output of the last command is:
---> Computing dependencies for webkit-gtk ---> Fetching distfiles for webkit-gtk ---> Verifying checksum(s) for webkit-gtk ---> Extracting webkit-gtk ---> Applying patches to webkit-gtk ---> Configuring webkit-gtk ---> Building webkit-gtk Error: org.macports.build for port webkit-gtk returned: command execution failed Please see the log file for port webkit-gtk for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port webkit-gtk failed
I will attach the log file.
Attachments (1)
Change History (4)
comment:1 follow-up: 2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
Port: | webkit-gtk added |
Summary: | webkit-gtk 1.10.1 fails to build → webkit-gtk: Undefined symbols _objc_registerThreadWithCollector |
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
M.Hairer's log compressed
comment:2 Changed 12 years ago by M.Hairer@…
Replying to ryandesign@…:
Please compress large files; I've uploaded a compressed version of your log and deleted the original.
Remember also to use WikiFormatting when writing in Trac, to fill in the Port field, and to Cc the maintainer of that port.
Thanks for the info.
I see this same error was also filed as upstream bug 58737 last year against Snow Leopard. There is a small patch attached there.
Great, that seems to work fine, thanks a lot. Applying the patch automatically doesn't work because it was made against an older version of webkit-gtk. However, changing the two relevant lines by hand does the trick.
comment:3 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please compress large files; I've uploaded a compressed version of your log and deleted the original.
Remember also to use WikiFormatting when writing in Trac, to fill in the Port field, and to Cc the maintainer of that port.
The first error I see in the log is:
I see this same error was also filed as upstream bug 58737 last year against Snow Leopard. There is a small patch attached there.