atom feed3 messages in org.freebsd.freebsd-currentRe: Problem building Openoffice 3.2.0...
FromSent OnAttachments
KOT MATPOCKuHMar 1, 2010 5:28 am 
Scot HetzelMar 1, 2010 7:41 am 
KOT MATPOCKuHMar 2, 2010 11:56 pm 
Subject:Re: Problem building Openoffice 3.2.0 at current
From:KOT MATPOCKuH (matp@gmail.com)
Date:Mar 2, 2010 11:56:12 pm
List:org.freebsd.freebsd-current

2010/3/1 Scot Hetzel <swhe@gmail.com>:

I'm trying to build OOo 3.2.0 on my notebook with 2Gb of memory and 4Gb swap size. and build fails with messages: *Out of memory during request for 788 bytes, total sbrk() is 96739328 bytes! Why I have "out of memory" error and how can I fix this problem?

Building OpenOffice requires 10GB of diskspace to build:

How large is your /var filesystem?  If it is less than 10GB, then you will need to set the WRKDIRPREFIX to the location of a filesystem that has at least 10GB.

Omg. Filesystem 1024-blocks Used Avail Capacity Mounted on kot/root/var 111G 42M 111G 0% /var kot/root/var/empty 111G 0B 111G 0% /var/empty kot/root/var/named 111G 0B 111G 0% /var/named kot/root/var/ports 123G 12G 111G 10% /var/ports kot/root/var/run 111G 0B 111G 0% /var/run kot/root/var/tmp 111G 128K 111G 0% /var/tmp

Also, as I know, sbrk() related to virtual memory management, not disk space.

PS. On two my FreeBSD9/amd64 boxes OOo 3.2 compiled successfully (after mv /usr/bin/unzip /usr/bin/unzip.save).