From owner-freebsd-openoffice@FreeBSD.ORG Sat Aug 7 09:58:54 2004 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 123FD16A4CE for ; Sat, 7 Aug 2004 09:58:54 +0000 (GMT) Received: from satie.private.org (YahooBB219196184155.bbtec.net [219.196.184.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9544343D54 for ; Sat, 7 Aug 2004 09:58:53 +0000 (GMT) (envelope-from chat95@mac.com) Received: from localhost (localhost [127.0.0.1]) by satie.private.org (8.12.10/8.12.10) with ESMTP id i779wGfQ000849; Sat, 7 Aug 2004 18:58:17 +0900 (JST) (envelope-from chat95@mac.com) Date: Sat, 07 Aug 2004 18:58:16 +0900 (JST) Message-Id: <20040807.185816.596522347.chat95@mac.com> To: antiduh@csh.rit.edu From: NAKATA Maho In-Reply-To: <1091766664.1996.9.camel@corrugated.csh.rit.edu> References: <1091766664.1996.9.camel@corrugated.csh.rit.edu> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: openoffice@freebsd.org Subject: Re: OpenOffice-1.1 port request 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: Sat, 07 Aug 2004 09:58:54 -0000 In Message-ID: <1091766664.1996.9.camel@corrugated.csh.rit.edu> Kevin Thompson wrote: > I recently installed the latest version of openoffice-1.1 > (editors/openoffice-1.1/) from ports as of 5-Aug-2004. > > I've noticed that the port has a hard dependancy on gcc-3.2, but I > managed to trick it into compiling gcc-3.3 just fine. Hmm what is your version of gcc and uname -a? mine is % gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 % uname -a FreeBSD satie.private.org 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Jul 9 12:16:21 JST 2004 maho@satie.private.org:/usr/src/sys/i386/compile/GENERIC i386 I have encountered that `pyuno crashes' when building OOo. my investigation shows that gcc-3.3.3 [20031106] is broken. In some case, exception/catch/throw mechanism doesn't work at all. if not so, I'll confirm and remove such dependency. Thanks a lot, --nakata maho