From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 01:23:19 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 5B12816A4CE for ; Thu, 17 Mar 2005 01:23:19 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9686A43D49 for ; Thu, 17 Mar 2005 01:23: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 (sccrmhc14) with ESMTP id <20050317012317014004j98be>; Thu, 17 Mar 2005 01:23:18 +0000 Message-ID: <4238DC01.3060900@kelleycows.com> Date: Wed, 16 Mar 2005 17:23:13 -0800 From: Christopher Kelley User-Agent: Mozilla Thunderbird 1.0 (X11/20050313) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050316201256.D208016A539@hub.freebsd.org> In-Reply-To: <20050316201256.D208016A539@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Brian John Subject: Re: freebsd-questions Digest, Vol 91, Issue 41 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 01:23:19 -0000 Brian John wrote: >Hello, >When I try to build openoffice I get the following error: >./unxfbsd.pro/misc/FREEBSDGCCIruntime/libprldap50.so && \ echo >& /dev/null >cp: ./unxfbsd.pro/misc/build/mozilla/dist/bin/libnss3.so: No such file or >directory >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 Christopher