From owner-freebsd-gnome@FreeBSD.ORG Sun Jun 3 13:50:40 2012 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 01CC1106566B for ; Sun, 3 Jun 2012 13:50:40 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id BB2838FC0C for ; Sun, 3 Jun 2012 13:50:39 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.5/8.14.5) with ESMTP id q53DocJt071211; Sun, 3 Jun 2012 08:50:38 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from anyhost.local ([127.0.0.1] helo=anyhost.local) by ASSP.nospam with ESMTP (ASSP 1.9); 3 Jun 2012 08:50:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Sun, 03 Jun 2012 08:50:37 -0500 From: Rusty Nejdl To: Jeremy Messenger , Mail-Reply-To: In-Reply-To: <63f8e49eecca68f5b5d46f80893ea99a@ringofsaturn.com> References: <63f8e49eecca68f5b5d46f80893ea99a@ringofsaturn.com> Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: Roundcube Webmail/0.9-git Cc: Subject: Re: FreeBSD Port: x11-toolkits/pango X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2012 13:50:40 -0000 On 2012-06-02 21:09, Rusty Nejdl wrote: > On 2012-06-02 21:01, Jeremy Messenger wrote: >> On Sat, Jun 2, 2012 at 8:43 PM, Rusty Nejdl=20 >> wrote: >>> On 2012-06-02 20:34, Jeremy Messenger wrote: >>>> >>>> On Sat, Jun 2, 2012 at 6:20 PM, Rusty Nejdl=20 >>>> >>>> wrote: >>>>> >>>>> I cannot get pango to compile after the PNG upgrade on FreeBSD=20 >>>>> 9/amd64. >>>>> Anyone seeing anything or am I a one off? >>>>> >>>>> Thanks! >>>>> Rusty Nejdl >>>>> >>>>> =3D=3D=3D> =C2=A0Building for pango-1.28.4_1 >>>>> gmake =C2=A0all-recursive >>>>> gmake[1]: Entering directory >>>>> `/usr/ports/x11-toolkits/pango/work/pango-1.28.4' >>>>> Making all in pango >>>>> gmake[2]: Entering directory >>>>> `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango' >>>>> gmake =C2=A0all-recursive >>>>> gmake[3]: Entering directory >>>>> `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango' >>>>> Making all in opentype >>>>> gmake[4]: Entering directory >>>>> `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango/opentype' >>>>> gmake[4]: Nothing to be done for `all'. >>>>> gmake[4]: Leaving directory >>>>> `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango/opentype' >>>>> Making all in mini-fribidi >>>>> gmake[4]: Entering directory >>>>>=20 >>>>> `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango/mini-fribidi' >>>>> gmake[4]: Nothing to be done for `all'. >>>>> gmake[4]: Leaving directory >>>>>=20 >>>>> `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango/mini-fribidi' >>>>> gmake[4]: Entering directory >>>>> `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango' >>>>> =C2=A0CCLD =C2=A0 libpango-1.0.la >>>>> =C2=A0CC =C2=A0 =C2=A0 libpangocairo_1_0_la-pangocairo-context.lo >>>>> =C2=A0CC =C2=A0 =C2=A0 libpangocairo_1_0_la-pangocairo-font.lo >>>>> =C2=A0CC =C2=A0 =C2=A0 libpangocairo_1_0_la-pangocairo-fontmap.lo >>>>> =C2=A0CC =C2=A0 =C2=A0 libpangocairo_1_0_la-pangocairo-render.lo >>>>> =C2=A0CC =C2=A0 =C2=A0 libpangocairo_1_0_la-pangocairo-fcfont.lo >>>>> =C2=A0CC =C2=A0 =C2=A0 libpangocairo_1_0_la-pangocairo-fcfontmap.lo >>>>> =C2=A0CC =C2=A0 =C2=A0 querymodules.o >>>>> pangocairo-fcfont.c:24:22: error: cairo-ft.h: No such file or=20 >>>>> directory >>>>> pangocairo-fcfontmap.c:22:22: error: cairo-ft.h: No such file or >>>>> directory >>>>> In file included from pangocairo-context.c:24: >>>>> pangocairo.h:26:19: error: cairo.h: No such file or directory >>>>> In file included from pangocairo-context.c:24: >>>> >>>> >>>> >>>> You don't have cairo installed? >>>> >>>> Cheers, >>>> Mezz >>> >>> For the record, enabling OpenGL support in Cairo is what caused all the=20 subsequent breakage. I have an NVIDIA card so was hoping to use that=20 but when enabled it seems that other packages (pango, cairomm, etc)=20 failed to compile. Rusty