Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-05 Thread Soo-Hyun Choi
Sachin, On Thu, Jan 5, 2012 at 15:18, sachin nikam wrote: > i am running ubuntu 11.10 64 bit. I was able to eventually build with > --makeargs="-j1". > I will try increase the swap space and see if it helps. WebKit Debug build over Ubuntu 64bit machines should've been fine without any alteration

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-04 Thread sachin nikam
i am running ubuntu 11.10 64 bit. I was able to eventually build with --makeargs="-j1". I will try increase the swap space and see if it helps. Regards Sachin On Wed, Jan 4, 2012 at 3:55 AM, John Yani wrote: > On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: >> I synced up the latest webkit

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-04 Thread John Yani
On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: > I synced up the latest webkit code base and am trying to build webkit > gtk on ubuntu 11.10 with 4gb of RAM and 4 CPUs > > I tried with --makeargs="-j2" but still got "ld process terminated > signal[9]" error ?which indicates that it ran out

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-03 Thread Soo-Hyun Choi
Niko, On Tue, Jan 3, 2012 at 17:21, Nikolas Zimmermann wrote: > Just a side note: I'm building 32bit release builds on my 32bit MBP from 2006 > with a set of specific xcode hack that I'm maintaining locally: > Add all {Editing|Render|DOM}AllInOne.cpp files to build, remove all files > from WebC

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-03 Thread Martin Robinson
On Mon, Jan 2, 2012 at 7:20 PM, Soo-Hyun Choi wrote: > I have tried GNU gold linker (Version: 2.20.1-3ubuntu7.1) on Ubuntu > 10.04 (32-bit) without success. Could you let us know how you have > been successful to build WebKit Debug on 32-bit machines in more > detail? I have tried building Efl Deb

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-03 Thread Nikolas Zimmermann
Am 03.01.2012 um 04:20 schrieb Soo-Hyun Choi: > Philippe, > > On Mon, Jan 2, 2012 at 19:40, Philippe Normand wrote: >> On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: >>> I synced up the latest webkit code base and am trying to build webkit >>> gtk on ubuntu 11.10 with 4gb of RAM and 4 C

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-02 Thread Soo-Hyun Choi
Philippe, On Mon, Jan 2, 2012 at 19:40, Philippe Normand wrote: > On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: >> I synced up the latest webkit code base and am trying to build webkit >> gtk on ubuntu 11.10 with 4gb of RAM and 4 CPUs >> >> I tried with --makeargs="-j2" but still got "ld

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-02 Thread Philippe Normand
On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: > I synced up the latest webkit code base and am trying to build webkit > gtk on ubuntu 11.10 with 4gb of RAM and 4 CPUs > > I tried with --makeargs="-j2" but still got "ld process terminated > signal[9]" error which indicates that it ran out

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-02 Thread Osztrogonac Csaba
Hi All, 32 bit debug build is impossible long time ago, because linker runs out of 4Gb address space. Maybe cross compiling on a 64 bit machine can solve this problem. Is there anyone interested in 32 bit build? br, Ossy Zeno Albisser írta: Hi Sachin, We had the same/a similar problem with Qt

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2011-12-27 Thread Zeno Albisser
Hi Sachin, We had the same/a similar problem with QtWebKit. Ranlib ran out of memory on a 32bit system when building debug, because the library got bigger than 4GB. I dont think there is a proper solution for this problem. The only thing that would help would be to reduce the size of WebCore. Fo

[webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2011-12-26 Thread sachin nikam
I synced up the latest webkit code base and am trying to build webkit gtk on ubuntu 11.10 with 4gb of RAM and 4 CPUs I tried with --makeargs="-j2" but still got "ld process terminated signal[9]" error which indicates that it ran out of memory. I suspect i will still the get the same error with --