From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 5 15:39:30 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 71B06E6E for ; Tue, 5 Feb 2013 15:39:30 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id 5E2671B7 for ; Tue, 5 Feb 2013 15:39:30 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id D6A608E70 for ; Tue, 5 Feb 2013 07:39:29 -0800 (PST) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 72779-03 for ; Tue, 5 Feb 2013 07:39:29 -0800 (PST) Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id AA1FB8E60 for ; Tue, 5 Feb 2013 07:39:26 -0800 (PST) Message-ID: <511127AD.1080305@pcbsd.org> Date: Tue, 05 Feb 2013 10:39:25 -0500 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: FreeBSD GNOME Users Subject: Issue building graphics/clutter-gtk X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 15:39:30 -0000 Hey guys, Been running into this problem building clutter-gtk for the past several months in poudriere: ---------------------------------- gmake[2]: Leaving directory `/wrkdirs/usr/ports/graphics/clutter-gtk/work/clutter-gtk-0.10.8/build' Making all in clutter-gtk gmake[2]: Entering directory `/wrkdirs/usr/ports/graphics/clutter-gtk/work/clutter-gtk-0.10.8/clutter-gtk' CC libclutter_gtk_0.10_la-gtk-clutter-embed.lo In file included from /usr/local/include/clutter-1.0/clutter/clutter-scriptable.h:34, from /usr/local/include/clutter-1.0/clutter/clutter.h:88, from ./gtk-clutter-embed.h:31, from ./gtk-clutter-embed.c:43: /usr/local/include/clutter-1.0/clutter/clutter-json.h:9:33: error: json-glib/json-glib.h: No such file or directory In file included from /usr/local/include/clutter-1.0/clutter/clutter.h:88, from ./gtk-clutter-embed.h:31, from ./gtk-clutter-embed.c:43: /usr/local/include/clutter-1.0/clutter/clutter-scriptable.h:83: error: expected declaration specifiers or '...' before 'JsonNode' /usr/local/include/clutter-1.0/clutter/clutter-scriptable.h:99: error: expected declaration specifiers or '...' before 'JsonNode' gmake[2]: *** [libclutter_gtk_0.10_la-gtk-clutter-embed.lo] Error 1 ---------------------------------- Adding this to LIB_DEPENDS seems to fix it, could we get it committed soon? --- json-glib-1.0:${PORTSDIR}/devel/json-glib --- Thanks! -- Kris Moore PC-BSD Software iXsystems