Leonardo Taccari 於 西元2015年02月11日 18:52 寫道:
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)?

Do you have a build log that uses 'gmake V=1 -j1'? It may be useful to see which command causes the malformed archive error.




Thank you,
Ciao,
L.
_______________________________________________
webkit-gtk mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-gtk


_______________________________________________
webkit-gtk mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to