From owner-freebsd-openoffice@FreeBSD.ORG Mon Aug 18 07:06:46 2003 Return-Path: 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 C691537B401; Mon, 18 Aug 2003 07:06:44 -0700 (PDT) Received: from bianca.lcs.mit.edu (bianca.lcs.mit.edu [18.26.0.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AB264426C; Mon, 18 Aug 2003 06:35:16 -0700 (PDT) (envelope-from yxw@bianca.lcs.mit.edu) Received: from bianca.lcs.mit.edu (localhost [127.0.0.1]) by bianca.lcs.mit.edu (8.12.9/8.12.8) with ESMTP id h7IDbqpK041708; Mon, 18 Aug 2003 09:37:52 -0400 (EDT) (envelope-from yxw@bianca.lcs.mit.edu) Received: (from yxw@localhost) by bianca.lcs.mit.edu (8.12.9/8.12.8/Submit) id h7IDbpPU041360; Mon, 18 Aug 2003 09:37:51 -0400 (EDT) Date: Mon, 18 Aug 2003 09:37:51 -0400 (EDT) Message-Id: <200308181337.h7IDbpPU041360@bianca.lcs.mit.edu> From: Xiaowei Yang To: ceri@FreeBSD.org In-reply-to: <200308151634.h7FGYA5o002891@freefall.freebsd.org> (message from Ceri Davies on Fri, 15 Aug 2003 09:34:10 -0700 (PDT)) References: <200308151634.h7FGYA5o002891@freefall.freebsd.org> cc: ceri@FreeBSD.org cc: gnats-admin@FreeBSD.org cc: openoffice@FreeBSD.org Subject: Re: ports/55563: openoffice doesnot build on both stable and current release X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2003 14:06:48 -0000 Date: Fri, 15 Aug 2003 09:34:10 -0700 (PDT) From: Ceri Davies Synopsis: openoffice doesnot build on both stable and current release State-Changed-From-To: open->feedback State-Changed-By: ceri State-Changed-When: Fri Aug 15 09:32:28 PDT 2003 State-Changed-Why: Could you please submit a followup to this PR with some indication of the actual build error, and at which point it fails? Responsible-Changed-From-To: gnats-admin->openoffice Responsible-Changed-By: ceri Responsible-Changed-When: Fri Aug 15 09:32:28 PDT 2003 Responsible-Changed-Why: Assign to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=55563 Yes. Attached is the output of make in /usr/ports/editors/openoffice. REQUIREMENTS: OO requires that the ENV variable LANG is set to a proper value. Dependent on which language port you use, OO does automatically set LANG to a suitable value. You can change this with: USE_LANG="preferred language" and set a different language like: en_US.ISO8859-15 en_US.ISO8859-1 US-ASCII Your current setting is: USE_LANG=en_US.ISO8859-15 OPTIONS: You can compile OO with different gcc compiler versions: Add USE_GCC=2.95 or USE_GCC=3.1 to compile openoffice with your preferred compiler. If you like to use the native BSD JDK for the build system, you can use WITH_BSD_JDK=TRUE to disable the usage of the linux-JDK and linux dependency. You can compile OO with debug symbols if you call make with WITH_DEBUG=1 If you set WITH_DEBUG=2, you add internal OO.org debug support. You may set WITH_TTF_BYTECODE_ENABLED=YES if you like to use the Freetype library to render TTF fonts. Normally the TTF lib is not used to render fonts. If you have licensed the Apple patents US05155805 US05159668 and US05325479 you can enable this option to get better quality of glyphs at small bitmap sizes. You may set WITH_GIF_LZW_COMPRESSION=YES If you want to make compressed gif images If must have license from the Unisys and IBM patents to enable this option to get compressed GIF images. NOTICE: To build Openoffice, you should have a lot of free diskspace (~ 4GB). ===> Extracting for openoffice-1.0.3_2 >> Checksum OK for openoffice/OOo_1.0.3_source.tar.bz2. >> Checksum OK for openoffice/gpc231.tar.Z. >> Checksum OK for openoffice/patch-openoffice-mozilla101-2002-10-14. >> Checksum OK for openoffice/mozilla-vendor-1.0.2.tgz. ===> Extracting mozilla sub project ===> Extracting for mozilla-1.0.2_1 >> Checksum OK for mozilla-source-1.0.2.tar.bz2. >> Checksum OK for libart_lgpl-1.0.2.tar.bz2. ===> Patching for openoffice-1.0.3_2 ===> Applying FreeBSD patches for openoffice-1.0.3_2 ===> Patching for mozilla-1.0.2_1 ===> Applying FreeBSD patches for mozilla-1.0.2_1 ===> Removing GIF LZW compression for openoffice-1.0.3_2 1 out of 1 hunks failed--saving rejects to ../goodies/source/filter.vcl/egif/giflzwc.cxx.rej *** Error code 1 Stop in /usr/ports/editors/openoffice.