[MacPorts] #39882: Error: Processing of port webkit-gtk failed
MacPorts
noreply at macports.org
Sun Jul 28 11:58:42 PDT 2013
#39882: Error: Processing of port webkit-gtk failed
-------------------------+--------------------------------
Reporter: iskaspb@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: | Keywords: webkit-gtk
Port: webkit-gtk |
-------------------------+--------------------------------
Comment (by iskaspb@…):
Yes, indeed, this is duplicate of #39598
I managed to install webkit-gtk using proposed workaround (with --disable-
introspection).
For those who are not familiar with MarPorts configuration, please use the
following steps:
1. First you should find relevant Portfile:
{{{
$ find /opt/local -path '*webkit-gtk*Portfile'
/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/www
/webkit-gtk/Portfile
}}}
2. Then open it and add --disable-introspection to this section of the
file (don't forget backslash):
{{{
configure.args \
--with-gtk=2.0 \
--disable-webkit2 \
--enable-introspection \
--disable-video \
--enable-svg \
--enable-geolocation \
--enable-media-stream \
--enable-webgl \
--disable-introspection
}}}
3. After that go to the folder of that Portfile and run:
{{{
$ sudo port install
}}}
--
Ticket URL: <https://trac.macports.org/ticket/39882#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list