From owner-freebsd-openoffice@FreeBSD.ORG Tue Feb 19 21:30:04 2008 Return-Path: Delivered-To: openoffice@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2EB116A468 for ; Tue, 19 Feb 2008 21:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9430F13C47E for ; Tue, 19 Feb 2008 21:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1JLU4Gn030670 for ; Tue, 19 Feb 2008 21:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1JLU4IN030667; Tue, 19 Feb 2008 21:30:04 GMT (envelope-from gnats) Date: Tue, 19 Feb 2008 21:30:04 GMT Message-Id: <200802192130.m1JLU4IN030667@freefall.freebsd.org> To: openoffice@FreeBSD.org From: Martin Cc: Subject: Re: ports/119204: [patch] editors/OpenOffice.org-2 v2.3 loops when file opened X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 21:30:04 -0000 The following reply was made to PR ports/119204; it has been noted by GNATS. From: Martin To: Maho NAKATA Cc: Marcin Cieslak , Peter Jeremy , bug-followup@freebsd.org Subject: Re: ports/119204: [patch] editors/OpenOffice.org-2 v2.3 loops when file opened Date: Tue, 19 Feb 2008 22:21:49 +0100 Hi, can there be a certain dependency in the build environment that I have in common with Peter? I have also a fresh install of RC1 (updated to RELENG_7) and all ports are up-to-date. I just build a fresh editors/openoffice.org-2 package without any MAKE_FLAGS, removed ~/.openoffice-org2 as you suggested. Opened with % openoffice.org-2.3.1 mydoc.odt And got: (process:49550): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_init() prior to this function (process:49550): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed (process:49550): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed You can see, it's exactly the same error as Peter has and the same symptoms. I have got i386 running. It's not amd64-specific. I haven't tried the patch yet. -- Martin