Subject: Re: Problems building current.
To: None <entropy@tardis.bernstein.com>
From: None <jkunz@unixag-kl.fh-kl.de>
List: port-vax
Date: 11/11/1999 01:08:13
On 10 Nov, maximum entropy wrote:

> There are a lot of things that make it very difficult to build
> -current on a vax.  In this particular case, the default soft limits
> are too small.  I added this to root's .cshrc to overcome the limits.
> limit -h cputime         unlimited
...
There is no "limit" command, only ulimit. And there is no man page for
ulimit!!!??? Hmm? Ah!? Ahhh! It is a shell builtin command. I will RTFM.

> Alternatively you can override limits set in
> /sys/arch/vax/include/vmparam.h from your configuration file, and
> recompile the kernel.  I think the relevant limit is DFLDSIZ but you
> may need to increase other limits as well.
Is this also affected by "maxusers"?

> You will also want CFLAGS=-O2 in your mk.conf, to avoid gcc internal
> errors during "make build".
[root@oblina src]# cat /etc/mk.conf 
CFLAGS=-pipe -O2
I added the -pipe to go around temp files, due to the advice of 
Aaron J. Grier. I thought that 32MB RAM and 64MB swap should be enough.
The machine run fine through a kernel compile with -j 8 and used only
a vew megs of swap. OK?

The next build attempt is running. I will see tomorrow if it is
successful. 
-- 



tschüß,
         Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/