From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 04:39:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1D4D16A4CE for ; Thu, 17 Mar 2005 04:39:18 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 350B043D2F for ; Thu, 17 Mar 2005 04:39:18 +0000 (GMT) (envelope-from bsd@kelleycows.com) Received: from [10.3.29.200] (c-24-30-114-40.we.client2.attbi.com[24.30.114.40]) by comcast.net (sccrmhc13) with ESMTP id <20050317043917016007kbfge>; Thu, 17 Mar 2005 04:39:17 +0000 Message-ID: <423909F4.3080601@kelleycows.com> Date: Wed, 16 Mar 2005 20:39:16 -0800 From: Christopher Kelley User-Agent: Mozilla Thunderbird 1.0 (X11/20050313) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Henson References: <20050316201256.D208016A539@hub.freebsd.org> <4238DC01.3060900@kelleycows.com> <1111024253l.29722l.0l@BARTON> In-Reply-To: <1111024253l.29722l.0l@BARTON> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Brian John cc: freebsd-questions@freebsd.org Subject: Re: cannot build openoffice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 04:39:18 -0000 Jason Henson wrote: > On 03/16/05 20:23:13, Christopher Kelley wrote: > >> Brian John wrote: >> >>> dmake: Error code 1, while making >>> './unxfbsd.pro/misc/build/so_moz_runtime_files' >>> ---* TG_SLO.MK *--- >>> *** Error code 255 >>> >>> Stop in /usr/ports/editors/openoffice-1.1. >>> >>> Does anyone know why this might happen or what I can do to fix it? >>> >> The mozilla included with OpenOffice.org needs patches to work with >> the current Freetype2 in ports. Those patches have not been >> comitted yet, so for now you have to build without mozilla. >> >> make -DWITHOUT_MOZILLA install clean >> > > What about WITH_MOZILLA=firefox in /etc/make.conf. Will OO.org > respect that and not build mozilla? If you use firefox that is. > I don't know for sure, but looking through the Makefile for OOo, it doesn't look like it. The way I understand it, OOo doesn't build the www/mozilla port (e.g. mozilla is not a depency of OOo). Looking at the Makefile for OOo, it looks like it specifially fetches and builds an old version of Mozilla (1.0), so I'd really think that setting WITH_MOZILLA=firefox wouldn't have any effect. There doesn't seem to be any place in the Makefile that it would check for this. Somebody who REALLY knows the answer probably should give the exact answer, but I'd feel guilt about not responding if I didn't at least offer my observations. :) Also, OT, but sorry about the botched subject heading in the original reply. My bad. Christopher