From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 27 20:42:07 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2492106566C for ; Mon, 27 Dec 2010 20:42:07 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id B0E718FC18 for ; Mon, 27 Dec 2010 20:42:07 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id oBRKg7E0010619; Mon, 27 Dec 2010 12:42:07 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id oBRKg6NG010603; Mon, 27 Dec 2010 12:42:06 -0800 (PST) (envelope-from sgk) Date: Mon, 27 Dec 2010 12:42:06 -0800 From: Steve Kargl To: Chris Brennan Message-ID: <20101227204206.GA88495@troutmask.apl.washington.edu> References: <20101227180047.GA50384@troutmask.apl.washington.edu> <20101227210430.3096973b@ukr.net> <20101227191915.GA50711@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-gnome@freebsd.org Subject: Re: gobject-introspection can't compile with endian.h 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: Mon, 27 Dec 2010 20:42:07 -0000 On Mon, Dec 27, 2010 at 03:22:55PM -0500, Chris Brennan wrote: > On Mon, Dec 27, 2010 at 2:19 PM, Steve Kargl < > sgk@troutmask.apl.washington.edu> wrote: > > > Yep. A web search suggests that anything vaguely X11 related > > will eventually pull in a GNOME related component, which pulls > > in gobject-introspection. The search also suggests that this > > problem has been known for more than year except apparently > > no gnome developer sees the problem or knows how to fix it. > > I had a simmilar issue crop up and it turned out all I needed to do was > update devel/pth first, problem went away after that... the irony here is > that I was getting the exact same error w/ gobject-introspection and py-dbus > (and a few more python modules). I got the errors while trying to do two > different things, 1) upgrading python to 2.6 and s) installing an audio tag > editor app for X. But like I said, once I installed devel/pth it all fixed > itself. Thanks for the suggested workaround. My current attempt of defining WITHOUT_GNOME just died in g-i for the 5th time. If g-i requires pth, then it should be listed in its Makefile as a prerequisite. OTOH, if g-i does need pth, then your suggested "fix" is papering over a bug within the gnome framework. -- Steve