From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 23 08:11:41 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2645D1065674 for ; Thu, 23 Dec 2010 08:11:41 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id DC4928FC15 for ; Thu, 23 Dec 2010 08:11:40 +0000 (UTC) Received: by iyb26 with SMTP id 26so4985010iyb.13 for ; Thu, 23 Dec 2010 00:11:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=vkHXr1Icu4FBxKppzvpQO8rxdWEtlPhBKOAy2esj7p0=; b=pmbz5nqXKJ3phYO2NUKmnG9vQ9cBH4CdyoIpIEkyq+OvdWJcKldp7qLcNJXtzmtl2a 9Ov3jygWNfvSLOt2e4bkILg51nqUsDkjwKTXbeeHAlU6j6pox0A0mf6Qyv2y8ApixW1b y4wuv37D9SRHnRvZWIlPyZ4I9/pZWuAqKS4WY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=GmFB1/0CZ61uOAL7U1ocG19cNhQetbhsyNHKiFWxbQzaX7AAys4f3Q/76N4yK4otC5 aR9+No+cJK5sMr8ny3Z0Zh+1O4HvsXfxc309SyYM17PnGwKkvp3oDTs1GXpKvv1ge12v LI7hdF1graGTnG/3VpwjpS5ho1hc7iOKjiyz8= Received: by 10.231.192.73 with SMTP id dp9mr7783175ibb.20.1293091899468; Thu, 23 Dec 2010 00:11:39 -0800 (PST) Received: from ivoire.paulbeard.org (174-31-136-133.tukw.qwest.net [174.31.136.133]) by mx.google.com with ESMTPS id i16sm6397778ibl.0.2010.12.23.00.11.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Dec 2010 00:11:38 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Paul Beard In-Reply-To: Date: Thu, 23 Dec 2010 00:11:34 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <7DAE8155-BE55-489D-82EC-49F68541C93F@gmail.com> References: <423C51EA-8BB0-4C38-8B53-1047A211D352@gmail.com> To: Jeremy Messenger X-Mailer: Apple Mail (2.1082) Cc: gnome@freebsd.org Subject: Re: telepathy-glib fails: bailing on /usr/include/machine/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: Thu, 23 Dec 2010 08:11:41 -0000 On Dec 22, 2010, at 9:52 AM, Jeremy Messenger wrote: > You need to update your gobject-introspection as it was fixed over a > year ago. Be sure to read in the /usr/ports/UPDATING before you try to > update it alone. In the process of rebuilding all things GNOME, this issue with = /usr/include/machine/endian.h crops up other places, too.=20 Making all in polkitgtk gmake[2]: Entering directory = `/usr/ports/sysutils/polkit-gnome/work/polkit-gnome-0.99/polkitgtk' CC libpolkit_gtk_1_la-polkitlockbutton.lo CCLD libpolkit-gtk-1.la CC example-example.o CCLD example /usr/local/bin/g-ir-scanner -v \ --namespace PolkitGtk \ --strip-prefix=3DPolkit \ --nsversion=3D1.0 \ --include=3DGtk-2.0 \ --include=3DPolkit-1.0 \ --library=3Dpolkit-gtk-1 \ --output PolkitGtk-1.0.gir = \ --pkg=3Dpolkit-gobject-1 \ --pkg=3Dgtk+-2.0 \ --libtool=3D../libtool \ -I.. \ -DPOLKIT_GTK_COMPILATION \ ./polkitgtk.h \ ./polkitgtktypes.h \ ./polkitlockbutton.h \ g-ir-scanner: warning: Option --strip-prefix has been deprecated; see --identifier-prefix and --symbol-prefix. /usr/include/machine/endian.h:107: syntax error, unexpected '{' in ' = return (__extension__ ({ register __uint32_t __X =3D (_x); __asm ("bswap = %0" : "+r" (__X)); __X; }));' at '{' /usr/include/machine/endian.h:107: syntax error, unexpected ';' in ' = return (__extension__ ({ register __uint32_t __X =3D (_x); __asm ("bswap = %0" : "+r" (__X)); __X; }));' at ';' There is a note in UPDATING dated Jan 22. 2010 about policy kit. In all = the portupgrade cycles I've run since then, as well as upgrading from = 7.2 to 8.0 and 8.1, this is only coming up now?=20 I got over the issue with telepathy-glib with pkg_add but it installed = perl 5.10 which I replaced with 5.12 ages ago. Hope that doesn't hose = things up.=20 -- Paul Beard Are you trying to win an argument or solve a problem?=20