From owner-freebsd-openoffice@FreeBSD.ORG Tue Nov 20 23:21:39 2007 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F20C016A46D for ; Tue, 20 Nov 2007 23:21:39 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8E3D013C478 for ; Tue, 20 Nov 2007 23:21:39 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IucNu-0003ls-QD for freebsd-openoffice@freebsd.org; Tue, 20 Nov 2007 23:20:02 +0000 Received: from 81.210.227.230 ([81.210.227.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Nov 2007 23:20:02 +0000 Received: from saper by 81.210.227.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Nov 2007 23:20:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-openoffice@freebsd.org From: Marcin Cieslak Date: Wed, 21 Nov 2007 00:14:46 +0100 Lines: 65 Message-ID: References: <18228.22439.46200.204991@jerusalem.litteratus.org> <134205.97463.qm@web34307.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 81.210.227.230 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.9) Gecko/20071119 SeaMonkey/1.1.6 In-Reply-To: <134205.97463.qm@web34307.mail.mud.yahoo.com> Sender: news Subject: Re: GLib-GObject-CRITICAL - same here with 7.0 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: Tue, 20 Nov 2007 23:21:40 -0000 >>> # openoffice.org-2.3.0 >>> >>> (process:74772): GLib-GObject-CRITICAL **: >>> gtype.c:2242: initialization assertio >>> n failed, use IA__g_type_init() prior to this >> function >>> >>> (process:74772): GLib-CRITICAL **: >> g_once_init_leave: >>> assertion `initialization_ >>> value != 0' failed >>> >>> (process:74772): GLib-GObject-CRITICAL **: >>> g_object_new: assertion `G_TYPE_IS_OB >>> JECT (object_type)' failed >>> ^C >> I have the same issue, although with freshly compiled OOo 2.3: Freshly installed FreeBSD 7.0-BETA3 machine for amd64, using ZFS (no upgrade). cd /usr/ports/editors/openoffice.org-2-RC make LOCALIZED_LANG=all -DWITH_CCACHE -DWITH_SYSTEM_FREETYPE -DWITHOUT_MOZILLA -DWITHOUT_GNOMEVFS -DNO_CLEAN\ CPUTYPE is set to "core2" (after about 10 hours, done) This installs: /var/db/pkg/openoffice.org-alllangs-2.3.20071019 Issues: 1. it did not detect my JRE (I have /usr/local/diablo-jdk1.5.0 for amd64 there - /var/db/pkg/diablo-jdk-1.5.0.07.01_8) -> adding /usr/local/diablo-jdk1.5.0/jre/bin to $PATH helped (although it still cannot find JRE in the options dialog) 2. it warned about missing "paperconfig" not found; following this: https://bugs.launchpad.net/debian/+source/openoffice.org/+bug/122978 I have installed "print/libpaper" and added /usr/local/sbin to OOo's $PATH. 3. OOo opens, you can create document but when saving (click ok after entering filename) or opening (same button) it displays GLib messages like above and hangs: (process:12317): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_init() prior to this function (process:12317): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed (process:12317): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed How to debug further? --Marcin