From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 28 20:58:10 2007 Return-Path: X-Original-To: freebsd-openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E248016A468 for ; Thu, 28 Jun 2007 20:58:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id A3D1913C458 for ; Thu, 28 Jun 2007 20:58:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l5SKw9Kn085818; Thu, 28 Jun 2007 16:58:09 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-openoffice@FreeBSD.org Date: Thu, 28 Jun 2007 16:57:46 -0400 User-Agent: KMail/1.6.2 References: <20070625180902.4aa37daf.oliver@FreeBSD.org> <20070627061018.e623741b.oliver@FreeBSD.org> <20070627.140123.00486264.chat95@mac.com> In-Reply-To: <20070627.140123.00486264.chat95@mac.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200706281658.07317.jkim@FreeBSD.org> Cc: oliver@FreeBSD.org Subject: Re: openoffice.org 2.2.1 on amd64 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 20:58:11 -0000 On Wednesday 27 June 2007 01:01 am, Maho NAKATA wrote: > From: Oliver Lehmann > Subject: Re: openoffice.org 2.2.1 on amd64 > Date: Wed, 27 Jun 2007 06:10:18 +0200 > > > Maho NAKATA wrote: > > > From: Oliver Lehmann > > > Subject: openoffice.org 2.2.1 on amd64 > > > Date: Mon, 25 Jun 2007 18:09:02 +0200 > > > > > > > after updating my installed openoffice from 2.2.0 to 2.2.1 > > > > I'm now left with an openoffice installation where I'm not > > > > able to save files. > > > > > > I'm sorry to hear that... > > > > I'm updated gcc 4.1 to the latest version and recompiled oo.org > > 2.2.1 - now i can save files... > > Congratulations! then this is a bug of gcc4.2... Please see ports/113720. It was Cairo/libX11 bug, not GCC 4.2's. FYI, XErrors were wrongly propagated to the upper layer, which eventually caused GTK+ front-end to crash: http://lists.freedesktop.org/archives/cairo/2007-June/010842.html https://bugs.freedesktop.org/show_bug.cgi?id=11222 http://docs.freebsd.org/cgi/mid.cgi?200706230010.l5N0AYKJ055836 http://docs.freebsd.org/cgi/mid.cgi?200706220255.l5M2tH83097833 Probably oliver@ updated Cairo and libX11 at the same time. ;-) Jung-uk Kim