[webkit-gtk] webkit-gtk 2.4.8 on NetBSD with gtk3 and WebKit 2.0 API build issues
Leonardo Taccari
iamleot at gmail.com
Wed Feb 11 02:52:49 PST 2015
Hello 藍挺瑋,
藍挺瑋 writes:
> Do you have any .a file that is larger than 4 GiB? If yes then you may
> hit the size limit of GNU ar. Currently I cannot have a debug build of
> WebKitGTK+ on FreeBSD because of the file size limit:
> https://bugs.webkit.org/show_bug.cgi?id=140384
Mmh, let's see that!:
$ find . -name "*.a" -print -exec ls -l {} \; | sort -nr -k 5 | head -n 10
-rw-r--r-- 1 leot wheel 583412974 Feb 11 04:29 ./.libs/libwebkit2gtk-3.0.a
-rw-r--r-- 1 leot wheel 512130784 Feb 11 04:28 ./.libs/libwebkitgtk-3.0.a
-rw-r--r-- 1 leot wheel 348380898 Feb 11 03:38 ./.libs/libWebCore.a
-rw-r--r-- 1 leot wheel 99494916 Feb 11 01:42 ./.libs/libWebCoreSVG.a
-rw-r--r-- 1 leot wheel 56781288 Feb 11 04:27 ./.libs/libjavascriptcoregtk-3.0.a
-rw-r--r-- 1 leot wheel 16376916 Feb 11 03:38 ./.libs/libPlatform.a
-rw-r--r-- 1 leot wheel 11011440 Feb 11 01:29 ./.libs/libWebCoreModules.a
-rw-r--r-- 1 leot wheel 9659326 Feb 11 01:41 ./.libs/libGObjectDOMBindings.a
-rw-r--r-- 1 leot wheel 9112014 Feb 11 01:29 ./.libs/libWebCorePlatform.a
-rw-r--r-- 1 leot wheel 6630754 Feb 11 01:42 ./.libs/libANGLE.a
The biggest one is ~600MB (libwebkit2gtk-3.0.a) but I can not see
libWebCoreLayerGtk2 inside the directory (maybe it exceeds the 4GB
limit as you pointed)?
Thank you,
Ciao,
L.
More information about the webkit-gtk
mailing list