From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 01:41:48 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 A604216A4CE for ; Thu, 17 Mar 2005 01:41:48 +0000 (GMT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BB843D55 for ; Thu, 17 Mar 2005 01:41:48 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j2H1fjLv018475; Wed, 16 Mar 2005 20:41:45 -0500 (EST) Date: Thu, 17 Mar 2005 01:50:53 +0000 From: Jason Henson To: Christopher Kelley References: <20050316201256.D208016A539@hub.freebsd.org> <4238DC01.3060900@kelleycows.com> In-Reply-To: <4238DC01.3060900@kelleycows.com> (from bsd@kelleycows.com on Wed Mar 16 20:23:13 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1111024253l.29722l.0l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: Brian John cc: freebsd-questions@freebsd.org 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:41:48 -0000 On 03/16/05 20:23:13, Christopher Kelley wrote: > Brian John wrote: >=20 >> Hello, >> When I try to build openoffice I get the following error: >> ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libprldap50.so && \ echo >& /=20 >> dev/null >> cp: ./unxfbsd.pro/misc/build/mozilla/dist/bin/libnss3.so: No such =20 >> file or >> directory >> dmake: Error code 1, while making >> './unxfbsd.pro/misc/build/so_moz_runtime_files' >> ---* TG_SLO.MK *--- >> *** Error code 255 >>=20 >> Stop in /usr/ports/editors/openoffice-1.1. >>=20 >> 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 =20 > the current Freetype2 in ports. Those patches have not been comitted =20 > yet, so for now you have to build without mozilla. >=20 > make -DWITHOUT_MOZILLA install clean >=20 > Christopher > _______________________________________________ What about WITH_MOZILLA=3Dfirefox in /etc/make.conf. Will OO.org respect =20 that and not build mozilla? If you use firefox that is.