From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 12 01:24:50 2011 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 DCB3E106566C for ; Wed, 12 Jan 2011 01:24:50 +0000 (UTC) (envelope-from kwm@freebsd.org) Received: from fep12.mx.upcmail.net (fep12.mx.upcmail.net [62.179.121.32]) by mx1.freebsd.org (Postfix) with ESMTP id 20EDF8FC15 for ; Wed, 12 Jan 2011 01:24:49 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep12-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110112012447.RSQH18728.viefep12-int.chello.at@edge03.upcmail.net>; Wed, 12 Jan 2011 02:24:47 +0100 Received: from [192.168.0.104] ([77.250.185.194]) by edge03.upcmail.net with edge id uRQl1f01w4C4r9103RQnqx; Wed, 12 Jan 2011 02:24:47 +0100 X-SourceIP: 77.250.185.194 From: Koop Mast To: Chris Brennan In-Reply-To: References: <1294785873.41953.6.camel@headache.rainbow-runner.nl> Content-Type: text/plain; charset="UTF-8" Date: Wed, 12 Jan 2011 02:25:36 +0100 Message-ID: <1294795537.41953.9.camel@headache.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=tMVj8KYobzzX0EiRnC7vY2isLrCxFvdg4RrHWPZXwJ0= c=1 sm=0 a=IkcTkHD0fZMA:10 a=6I5d2MoRAAAA:8 a=cxIuYHnheSM7sngTYh0A:9 a=CMf2_CuYYn70sNmQYKQA:7 a=ALpefKj75d-4M2Wz91xtN0RcLkwA:4 a=QEXdDO2ut3YA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: gnome@freebsd.org Subject: Re: x11-toolkits/gtk20 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: Wed, 12 Jan 2011 01:24:50 -0000 On Tue, 2011-01-11 at 19:09 -0500, Chris Brennan wrote: > On Tue, Jan 11, 2011 at 5:44 PM, Koop Mast wrote: > > > You got WITHOUT_X11=yes somewhere in your environment, probably > > in /etc/make.conf. remove that, rebuild cairo and gtk20 should build. > > > > -Koop > > > > > [root@blackdragon /usr/ports/x11-toolkits/gtk20]# cat /etc/make.conf > # added by use.perl 2011-01-08 14:42:52 > PERL_VERSION=5.10.1 > [root@blackdragon /usr/ports/x11-toolkits/gtk20]# > > > Nope, I don't ... I did for a couple of days, so I could build a few > command-line utilities w/o the bloat of X yet ... but not that I am ready to > build X and it's deps, I removed that. before I even started X. Got > fluxbox/blackbox/openbox as well as xorg installed w/o a problem, it's just > this. Well could you try to rebuild cairo then? If something you got installed now dragged cairo in when you had WITHOUT_X11 set, it didn't build cairo-x11 which gtk20 needs. Hence the error. -Koop