From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 27 20:23:17 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 7759C106564A for ; Mon, 27 Dec 2010 20:23:17 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 11A898FC08 for ; Mon, 27 Dec 2010 20:23:16 +0000 (UTC) Received: by ewy24 with SMTP id 24so4444777ewy.13 for ; Mon, 27 Dec 2010 12:23:15 -0800 (PST) Received: by 10.213.31.209 with SMTP id z17mr9977673ebc.12.1293481395535; Mon, 27 Dec 2010 12:23:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.112.145 with HTTP; Mon, 27 Dec 2010 12:22:55 -0800 (PST) In-Reply-To: <20101227191915.GA50711@troutmask.apl.washington.edu> References: <20101227180047.GA50384@troutmask.apl.washington.edu> <20101227210430.3096973b@ukr.net> <20101227191915.GA50711@troutmask.apl.washington.edu> From: Chris Brennan Date: Mon, 27 Dec 2010 15:22:55 -0500 Message-ID: To: Steve Kargl Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:23:17 -0000 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.