From owner-freebsd-current@FreeBSD.ORG Mon Mar 1 13:54:52 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45082106564A for ; Mon, 1 Mar 2010 13:54:52 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id D099D8FC13 for ; Mon, 1 Mar 2010 13:54:51 +0000 (UTC) Received: by fxm23 with SMTP id 23so117778fxm.3 for ; Mon, 01 Mar 2010 05:54:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=aIVePl1m7BY0QDBHwvivNP2kLKH/Po4nZAdfXbvHC5E=; b=GaVR3YMzG2vzxjwX88ZDvZJhvqpxePIDGyd8LediyrLxLTZfVGPyns4mAIinc/5gRK MnMI7PPBEkPGRHUelXoZgYQhRHj9m63OsELShyWWZt40mi6i3SGqwuZXGpm9qXoa2SHj 1UeT1wJqR8qHN1m1bdmXWtAByfwi3y1i6e7/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rO7C/bsA0Uo9xaBcwWNL1D0SghhBD/1DmMVlQ5OwRrxC+yek2wAJ+oTd0Cxig5So17 rXVQ1BLW290I71ogUo49QRGfFSfySzVtURXNDt+JUCETYyKuP8LyFqdQBuKS1EiEXZdt ySs5WV3n3u/oQ34s/umCugyBGN0tH5WBgKpZ0= MIME-Version: 1.0 Received: by 10.239.133.141 with SMTP id 13mr409478hbv.13.1267450153084; Mon, 01 Mar 2010 05:29:13 -0800 (PST) Date: Mon, 1 Mar 2010 16:29:13 +0300 Message-ID: <3979a4b1003010529i6589a866n732c8f5048ceae7a@mail.gmail.com> From: KOT MATPOCKuH To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem building Openoffice 3.2.0 at current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2010 13:54:52 -0000 Hello! I'm trying to build OOo 3.2.0 on my notebook with 2Gb of memory and 4Gb swap size. from dmesg.boot: real memory = 2147483648 (2048 MB) avail memory = 2089287680 (1992 MB) swapinfo: Device 1K-blocks Used Avail Capacity /dev/gpt/swap 4194304 0 4194304 0% uname -a: FreeBSD kot 9.0-CURRENT FreeBSD 9.0-CURRENT #40: Wed Feb 10 01:36:25 MSK 2010 root@kot:/usr/obj/usr/src/sys/kot i386 and build fails with messages: [skipped] Successful packaging process! *********************************************************** ... creating log file log_OOO320_en-US.log ... creating "follow me" info file follow_me_OOO320_en-US.log. ****************************************** ... creating download installation set ... ****************************************** *... including installation set into /var/ports/usr/ports/editors/openoffice.org-3/work/OOO320_m12/instsetoo_native/ unxfbsdi.pro/OpenOffice_SDK/bsd/install/en-US_download_inprogress/OOo-SDK_3.2.0__install_en-US.sh... * *Out of memory during request for 788 bytes, total sbrk() is 96739328 bytes! * ... checking log file /var/ports/usr/ports/editors/openoffice.org-3/work/OOO320_m12/instsetoo_native/ unxfbsdi.pro/OpenOffice_SDK/bsd/logging/en-US/log_OOO320_en-US.log *********************************************************** Successful packaging process! *********************************************************** ... creating log file log_OOO320_en-US.log dmake: Error code 1, while making 'sdkoo_en-US.bsd' Running processes: 0 1 module(s): instsetoo_native need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /var/ports/usr/ports/editors/openoffice.org-3/work/OOO320_m12/instsetoo_native/util Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command "build --from instsetoo_native" rmdir /tmp/fyA74vD5zg *** Error code 1 Stop in /usr/ports/editors/openoffice.org-3. Why I have "out of memory" error and how can I fix this problem? -- MATPOCKuH