[Webkit-unassigned] [Bug 126247] WebKitGtk 2 build fails from git

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 27 07:51:39 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=126247





--- Comment #3 from ChangSeok Oh <changseok.oh at collabora.com>  2013-12-27 07:49:35 PST ---
(In reply to comment #0)
> Since the recent enablement of the NetworkProcess in the standard WebKitGtk build, the build fails because libwebkitgtk2 does not expose NetworkProcessMain (so linking WebKitNetworkProcess fails). This only happens if the symbol filter is enabled, ie if not --enable-developer-mode.
> 
> The simple fix is:
> 
> diff --git a/Source/autotools/symbols.filter b/Source/autotools/symbols.filter
> index a01a00c..81a9725 100644
> --- a/Source/autotools/symbols.filter
> +++ b/Source/autotools/symbols.filter
> @@ -2,6 +2,7 @@
>  global:
>    webkit_*;
>    WebProcessMainGtk;
> +  NetworkProcessMain;
>    _ZN6WebKit22WebGtkExtensionManager10initializeEPK14OpaqueWKBundlePKv;
>    _ZN6WebKit22WebGtkExtensionManager6sharedEv;
>  local:
> 
> I can prepare a proper patch with the usual conventions, but it looks trivial enough that someone of you can apply it (I don't have commit access anyway).

Please go ahead. Sooner is better :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list