pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lang/classpath dosn't build.



luc desfosses wrote:
> ***System Failure: Out of memory
> gmake[1]: *** [compile-classes] Error 1
> gmake[1]: Leaving directory 
> `/usr/pkgsrc/lang/classpath/work/classpath-0.91/lib'
> gmake: *** [all-recursive] Error 1

> Of course, I've check the system is not out of memory:

If you're compiling as root, you can disable the memory
limits like this in the current shell:

 # ulimit -d unlimited
 # ulimit -s unlimited

For non-privileged users you'll have to edit /etc/login.conf
to bump or disable these limits.

-- 
Christian



Home | Main Index | Thread Index | Old Index