From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 09:14:03 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC3F16A4C2 for ; Thu, 9 Oct 2003 09:14:03 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD39543FDD for ; Thu, 9 Oct 2003 09:14:00 -0700 (PDT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A7dQN-0001iF-00 for ; Thu, 09 Oct 2003 18:13:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A7dQL-0001i5-00 for ; Thu, 09 Oct 2003 18:13:57 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A7dQL-0007fB-00 for ; Thu, 09 Oct 2003 18:13:57 +0200 From: "Scott I. Remick" Date: Thu, 9 Oct 2003 12:13:57 -0400 Lines: 24 Message-ID: References: <20031007141528.52671.qmail@web41110.mail.yahoo.com> <44fzi5krrc.fsf@be-well.ilk.org> <44he2i8lcz.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Archive: encrypt User-Agent: 40tude_Dialog/2.0.5.1 Sender: news Subject: Re: FreeBSD Port: grip-3.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 16:14:03 -0000 On 09 Oct 2003 11:46:36 -0400, Lowell Gilbert wrote: >> I have not fiddled with the dependencies though. What were the symptoms >> before you did that? > > It failed to compile, complaining that it couldn't find libgnomeui. Ok, that's not my problem then. It compiled fine, but segfaults w/ sig 11 when I try to run it. Here's the backtrace: #0 0x28d9dcee in strchr () from /usr/lib/libc.so.5 #1 0x286d5be0 in __JCR_LIST__ () from /usr/local/lib/libgobject-2.0.so.200 #2 0x286ae8fa in g_object_new_valist () from /usr/local/lib/libgobject-2.0.so.200 #3 0x28b585b0 in gnome_program_initv () from /usr/X11R6/lib/libgnome-2.so.400 #4 0x28b5826a in gnome_program_init () from /usr/X11R6/lib/libgnome-2.so.400 #5 0x0804e2f2 in Cmain () #6 0x0804e1db in main () #7 0x0804e105 in _start ()