From owner-freebsd-openoffice@FreeBSD.ORG Sat Jul 8 17:17:10 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CA3416A4DA for ; Sat, 8 Jul 2006 17:17:10 +0000 (UTC) (envelope-from tpc@tomfoo.com) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9535543D4C for ; Sat, 8 Jul 2006 17:17:09 +0000 (GMT) (envelope-from tpc@tomfoo.com) Received: from mail.tomfoo.com ([68.227.207.170]) by eastrmmtao04.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060708171708.UEQE12945.eastrmmtao04.cox.net@mail.tomfoo.com>; Sat, 8 Jul 2006 13:17:08 -0400 Received: from [192.168.55.11] (kirk.tomfoo.com [192.168.55.11]) by mail.tomfoo.com (8.12.8p2/8.12.8) with ESMTP id k68HH1YX078040; Sat, 8 Jul 2006 13:17:07 -0400 (EDT) (envelope-from tpc@tomfoo.com) Message-ID: <44AFE88D.80200@tomfoo.com> Date: Sat, 08 Jul 2006 13:17:01 -0400 From: Tom Convery User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051001) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vk7rb-dsl@keypoint.com.au References: <20060708120038.EF2A816A595@hub.freebsd.org> In-Reply-To: <20060708120038.EF2A816A595@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-openoffice@freebsd.org Subject: Re: OO 2.0.3 build on 6.1 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 17:17:10 -0000 Robert McKenzie wrote: > Where it falls over is building SlideSorterView I have had a look at > the .o file that exists after compiling fails and all that is in it > is the header line and no other contents and the .obj file is not created. I had this problem too, until I found ports/98949. Apparently SlideSorterView.o needs quite a lot of memory and/or swap to build. My old build machine's 256MB of RAM and 512MB of swap was not enough. After increasing the swap to 1GB, I was able to build SlideSorterView.o (and the rest of OO 2.0.3). -tpc