From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 21 17:38:59 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE1F016A4A0; Sat, 21 Oct 2006 17:38:59 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from alnrmhc11.comcast.net (alnrmhc11.comcast.net [206.18.177.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07BDA43DA3; Sat, 21 Oct 2006 17:38:44 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (alnrmhc11) with ESMTP id <20061021173843b11008b7sje>; Sat, 21 Oct 2006 17:38:44 +0000 Message-ID: <453A5B23.3070602@computer.org> Date: Sat, 21 Oct 2006 12:38:43 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.7 (X11/20061020) MIME-Version: 1.0 To: Peter Jeremy References: <4537D3EE.4040707@computer.org> <453823A7.3060703@raxion.net> <45382B35.4020900@computer.org> <45389670.80808@raxion.net> <4538CBEA.4070205@computer.org> <20061021010556.GB1148@turion.vk2pj.dyndns.org> In-Reply-To: <20061021010556.GB1148@turion.vk2pj.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Gnome , freebsd-ports Subject: Re: gnucash will not install/run.... [SOLVED] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 17:38:59 -0000 On 10/20/06 20:05, Peter Jeremy wrote: > On Fri, 2006-Oct-20 08:15:22 -0500, Eric Schuele wrote: >> I have tried this and many other variants. Not quite sure what else to >> do here. It is installed now. All necessary dependencies are present. >> It simply segfaults when I start it. > > Likewise here - on both i386 and amd64. I've also compared the > contents of /usr/{X11R6,local} with pkg_info -aL to check for obvious > crud to no avail. The SEGV occurs immediately after it reads > /usr/local/share/themes/Default/gtk/gtkrc but I haven't traced it > any further. > Ok... the fix for me was to downgrade g-wrap to that which existed before they committed GNOME 2.16.1. From portdowngrade: number date portversion comment 1 2006/10/17 21:24:04 1.3.4 - Back out of 1.9.6 and back down to 1 2 2006/10/14 08:35:12 1.9.6_2 Presenting GNOME 2.16.1 for FreeBSD. 3 2006/07/02 04:03:10 1.3.4_9 Add missing library archives. I selected #3 (v1.3.4_9). So for me it went like this: 1) portdowngrade g-wrap 2) setenv FORCE_PKG_REGISTER yes (needed because slib-guile will complain) 3) portupgrade -f g-wrap 4) Don't forget to use pkgtools.conf to hold the port for now. Seems to run fine now. Obviously something is wrong in what they rolled it back to. -- Regards, Eric