Re: errors compiling webkit on lemote

2012-06-18 Thread Brian Callahan
My loongson patches didn't make 5.1 so either run -current (recommended) or backport my patches to 5.1 Either way, you won't get JavaScript, so please keep that in mind (or help me out! :) ) ~Brian

Re: errors compiling webkit on lemote

2012-06-17 Thread Bryan Irvine
On Jun 16, 2012, at 12:45 AM, Janne Johansson wrote: > 2012/6/15 Bryan Irvine : >> On Fri, Jun 15, 2012 at 2:15 AM, Janne Johansson wrote: >>> The ulimits will ultimately be capped by the platform MAXDSIZ, which >>> for mipses probably is 1G: >>> >>> ./arch/mips64/include/vmparam.h:#define MAXDS

Re: errors compiling webkit on lemote

2012-06-16 Thread Janne Johansson
2012/6/15 Bryan Irvine : > On Fri, Jun 15, 2012 at 2:15 AM, Janne Johansson wrote: >> The ulimits will ultimately be capped by the platform MAXDSIZ, which >> for mipses probably is 1G: >> >> ./arch/mips64/include/vmparam.h:#define MAXDSIZ >> (1*1024*1024*1024)      /* max data size */ >> >> ..so t

Re: errors compiling webkit on lemote

2012-06-15 Thread Bryan Irvine
On Fri, Jun 15, 2012 at 2:15 AM, Janne Johansson wrote: > The ulimits will ultimately be capped by the platform MAXDSIZ, which > for mipses probably is 1G: > > ./arch/mips64/include/vmparam.h:#define MAXDSIZ > (1*1024*1024*1024)      /* max data size */ > > ..so that's where "ulimit -d unlimited"

Re: errors compiling webkit on lemote

2012-06-15 Thread Janne Johansson
The ulimits will ultimately be capped by the platform MAXDSIZ, which for mipses probably is 1G: ./arch/mips64/include/vmparam.h:#define MAXDSIZ (1*1024*1024*1024) /* max data size */ ..so that's where "ulimit -d unlimited" will allow at most. 2012/6/15 Rafael Sadowski : > On Thu Jun 14, 201

Re: errors compiling webkit on lemote

2012-06-15 Thread Rafael Sadowski
On Thu Jun 14, 2012 at 10:20:52AM -0700, Bryan Irvine wrote: > On Thu, Jun 14, 2012 at 6:13 AM, Rafael Sadowski > wrote: > > > > Do you see "VMEM_WARNING=Yes? > > > > Cheers, Rafael > > I did. I increased the limit though they appear to already be at max > values. When watching top during the c

Re: errors compiling webkit on lemote

2012-06-14 Thread Bryan Irvine
On Thu, Jun 14, 2012 at 6:13 AM, Rafael Sadowski wrote: > On Wed Jun 13, 2012 at 05:03:14PM -0700, Bryan Irvine wrote: >> Lines leading up the errors: >> gmake[1]: Entering directory `/home/ports/pobj/webkit-1.6.1/webkit-1.6.1' >> /usr/ports/infrastructure/bin/libtool   --tag=CXX   --mode=compile

Re: errors compiling webkit on lemote

2012-06-14 Thread Rafael Sadowski
On Wed Jun 13, 2012 at 05:03:14PM -0700, Bryan Irvine wrote: > Lines leading up the errors: > gmake[1]: Entering directory `/home/ports/pobj/webkit-1.6.1/webkit-1.6.1' > /usr/ports/infrastructure/bin/libtool --tag=CXX --mode=compile c++ > -DHAVE_CONFIG_H -I. -Wall -W -Wcast-align -Wchar-subscr

errors compiling webkit on lemote

2012-06-13 Thread Bryan Irvine
Lines leading up the errors: gmake[1]: Entering directory `/home/ports/pobj/webkit-1.6.1/webkit-1.6.1' /usr/ports/infrastructure/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef