From owner-freebsd-gnome@FreeBSD.ORG Thu Jun 28 21:20:13 2007 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D27016A400 for ; Thu, 28 Jun 2007 21:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7C613C45E for ; Thu, 28 Jun 2007 21:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5SLKDRi024726 for ; Thu, 28 Jun 2007 21:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5SLKDNZ024725; Thu, 28 Jun 2007 21:20:13 GMT (envelope-from gnats) Date: Thu, 28 Jun 2007 21:20:13 GMT Message-Id: <200706282120.l5SLKDNZ024725@freefall.freebsd.org> To: gnome@FreeBSD.org From: Jung-uk Kim Cc: Subject: Re: ports/113720: editors/openoffice.org-2.2.0 and 2.2.1 fail afterupgrade of xorg 7.2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jung-uk Kim List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 21:20:13 -0000 The following reply was made to PR ports/113720; it has been noted by GNATS. From: Jung-uk Kim To: freebsd-openoffice@FreeBSD.org Cc: Volker , Kevin Oberman , Janos Mohacsi , bug-followup@FreeBSD.org Subject: Re: ports/113720: editors/openoffice.org-2.2.0 and 2.2.1 fail afterupgrade of xorg 7.2 Date: Thu, 28 Jun 2007 17:17:38 -0400 On Thursday 28 June 2007 04:48 pm, Volker wrote: > On 06/28/07 22:04, Kevin Oberman wrote: > >> From: Jung-uk Kim > >> Date: Thu, 28 Jun 2007 15:05:40 -0400 > >> > >> I tracked it down and confirmed it is not OpenOffice.org's bug. > >> Basically you it goes like this: OOo -> GTK+ -> Cairo -> > >> libX11. :-( Luckily these issues are fixed in the latest ports. > >> So, update your x11/libX11 and graphics/cairo and try again. > >> It should fix the issue. > > > > Wow! That must have been quite a job to track down. Thanks! > > > > I can confirm that OOo is operating correctly again on 2 of my > > systems. I won't be able to check the third until next week, but > > I feel pretty sure that it will be OK, too. > > Updating cairo to at least version 1.4.8_1 fixes this issue. Correct. You also need the latest libX11, which includes this fix: http://docs.freebsd.org/cgi/mid.cgi?200706220255.l5M2tH83097833 Nate did not update port revision, though. > But I still wonder why OOo aborted silently w/o core dumping or > making some noise on stderr. Also gdb hasn't been very helpful for > this issue. It does not complain at all unless you turn on debugging option (WITH_DEBUG) when building it. gdb does not help much either unless it core dumps. Even if it does, it takes serious time to track down a real culprit for the crash. I believe that is a design decision, though. I mean, it was/is base of a commercial product (StarOffice) and they decided not to scare its users. :-( Jung-uk Kim