On Sat, Jun 12, 2010 at 06:32:18PM -0400, Brad wrote:
> On Saturday 12 June 2010 03:32:47 Landry Breuil wrote:
> > On Sun, May 30, 2010 at 10:40:45PM -0400, Brad wrote:
> > > Now that the system compiler has been updated to gcc4 for amd64 and
> > > sparc64 that allows for a bunch of workarounds in the ports tree to be
> > > removed.
> > >
> > > None of the ICEs or "eating too much memory / taking too long to compile"
> > > issues happen anymore with sparc64 and the regress test for libslang on
> > > amd64 passes Ok.
> > >
> > > Diffs provided here..
> >
> > For the record, i didn't commit the libpst diff, because it still
> > explodes here without -O0. Other diffs were build-tested, and went fine.
> >
> > Landry
> 
> Just to be sure.. did you have your datasize limit set high enough? I have 
> mine at 700MB and if I remember correctly this used up a max of roughly 
> 670MB.

$ulimit -d
800000
$make

..

 cc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/local/include
-I/usr/local/include/python2.5 -O2 -pipe -pthread -Wall -MT libpst.lo
-MD -MP -MF .deps/libpst.Tpo -c libpst.c  -fPIC -DPIC -o .libs/libpst.o

cc1: out of memory allocating 1438048224 bytes after a total of 0 bytes

Landry

Reply via email to