From owner-freebsd-ports@FreeBSD.ORG Wed Aug 20 22:58:33 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 194531065674 for ; Wed, 20 Aug 2008 22:58:33 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id CE6CA8FC1D for ; Wed, 20 Aug 2008 22:58:32 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so266604yxb.13 for ; Wed, 20 Aug 2008 15:58:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; bh=1rF1UOCcjDP2p2IPnORFPjXdQRHkwEakz6beRlhmfNA=; b=DsZpL574G7KVR7vanoyE6I+mU1GHG6+rgDxR5usgpSj+y0O7qEjty/8jDie84sqBJK qtCYyZ823akJs4gnX7ILTuIppzzv/4Dxdsfc/vDoms3viXBo0Qyow+7hQMtIsHBLeNhG pqYG4bsW36GmaB4zr0cd6ehXgxhIcx+XYRzWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version :content-type:content-transfer-encoding:content-disposition :x-google-sender-auth; b=gSqTMDU0ph1VaPuI4ljAOLEzk18JOejSoBrReOcLVcx2G8HDjRsmThOH9XkuahmZ3q ho9S0Fvn5E57SUTXKYedrnubWKKnkbcYndGDaL58NEqk5HmAeBxfVnnnxuEWLqv+LLK3 q3qdaH62mJ9H3TtUSgseKCfw4TOBUV2jP3zpQ= Received: by 10.151.27.15 with SMTP id e15mr937893ybj.33.1219273111004; Wed, 20 Aug 2008 15:58:31 -0700 (PDT) Received: by 10.151.50.13 with HTTP; Wed, 20 Aug 2008 15:58:30 -0700 (PDT) Message-ID: <539c60b90808201558q1b1ea633yab2418536ff0bccf@mail.gmail.com> Date: Wed, 20 Aug 2008 15:58:30 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: c5cd06369afd483f Cc: Subject: meld-1.1.5.1_1 issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2008 22:58:33 -0000 I've been around the bend for several weeks beating this thing. This can't just be a problem on my vanilla system. First, the preliminaries: FreeBSD dystant.dyndns.biz 7.0-STABLE FreeBSD 7.0-STABLE #1: Mon May 12 14:09:43 MST 2008 root@dystant.dyndns.biz:/usr/obj/usr/src/sys/DYSTANT amd64 meld-1.1.5.1_1 GNOME 2 visual diff and merge tool python25-2.5.2_1 An interpreted object-oriented programming language py25-gnome-2.22.1 A set of Python bindings for GNOME 2 py25-gtk-2.12.1 A set of Python bindings for GTK+ gconf2-2.20.1 A configuration database system for GNOME Now, the error: [steve@dystant]$ meld Traceback (most recent call last): File "/usr/local/bin/meld", line 93, in import meldapp File "/usr/local/lib/meld/meldapp.py", line 28, in import prefs File "/usr/local/lib/meld/prefs.py", line 52, in import gconf ImportError: /usr/local/lib/python2.5/site-packages/gtk-2.0/gconf.so: Undefined symbol "g_assertion_message_expr" What I tried: sudo portupgrade -Rf meld *note* the -f option...that took awhile and did no good... Steve