From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 15 02:35:57 2006 Return-Path: X-Original-To: freebsd-openoffice@FreeBSD.org 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 51C1C16A47B for ; Thu, 15 Jun 2006 02:35:57 +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 E7F4043D46 for ; Thu, 15 Jun 2006 02:35:56 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k5F2Zt9C054591; Wed, 14 Jun 2006 22:35:55 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-openoffice@FreeBSD.org Date: Wed, 14 Jun 2006 22:35:32 -0400 User-Agent: KMail/1.6.2 References: <20060614.063241.74744427.chat95@mac.com> In-Reply-To: <20060614.063241.74744427.chat95@mac.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200606142235.38781.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1539/Wed Jun 14 10:21:49 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: releases@openoffice.org Subject: Re: OpenOffice.org 2.0.3rc5 package for FreeBSD/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, 15 Jun 2006 02:35:57 -0000 On Tuesday 13 June 2006 05:32 pm, NAKATA Maho wrote: > still there are some critical issues, though. > o use KDE instead of GTK Source: vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx I think GTK_WIDGET_DRAWABLE() check is missing and gtk_widget_style_get() causes SIGSEGV at libglib-2.0.so when the widget is not drawable. I was able to run it by adding more checks. > o XIM must be killed Source: vcl/unx/source/app/i18n_ic.cxx XIMStatusCallbacks and XIMPreeditCallbacks cause SIGSEGV at libX11.so. I don't know how to fix it but you can work around it by skipping them. XIM seems to work without them. I have no idea how they work on i386. Anybody with more clues, please fix them. I mean, correctly. Thanks, Jung-uk Kim