[Webkit-unassigned] [Bug 153093] [GTK][Mac] MiniBrowser Segfault on startup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 14:01:28 PST 2016


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

--- Comment #5 from Ethan Sherriff <ethansherriff at hotmail.co.uk> ---
Hmm, applying the sed's in webkit2-gtk's Portfile don't seem to be working, I still get a segmentation fault, is this definitely a duplicate? Is there anyway I can use MacPorts just for WebKitGTK+, without having to install GTK+ and its dependancies again? Will I be able to uninstall MacPorts afterwards and leave WebKitGTK+? The sed commands I have executed are:

sed -i -e 's|\.\./\.\./lib/libWTFGTK\.a||' Source/WebKit2/CMakeFiles/WebKit2.dir/link.txt
sed -i -e 's|\.\./\.\./lib/libbmalloc\.a||' Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/link.txt
sed -i -e 's|[\./]*\.\./lib/lib[^\.]*\.a||g' Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/link.txt Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/link.txt Source/JavaScriptCore/shell/CMakeFiles/testb3.dir/link.txt Source/WebKit2/CMakeFiles/DatabaseProcess.dir/link.txt Source/WebKit2/CMakeFiles/NetworkProcess.dir/link.txt Source/WebKit2/CMakeFiles/PluginProcess.dir/link.txt Source/WebKit2/CMakeFiles/webkit2gtkinjectedbundle.dir/link.txt Source/WebKit2/CMakeFiles/WebProcess.dir/link.txt Tools/MiniBrowser/gtk/CMakeFiles/MiniBrowser.dir/link.txt
sed -i -e 's|\.\./\.\./lib/libWTFGTK.a|-Wl,-all_load \.\./\.\./lib/libWTFGTK.a|'  Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/link.txt

Do these seem correct to you? Thank you again for your help.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160120/e205c9e1/attachment.html>


More information about the webkit-unassigned mailing list