From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 9 15:50:07 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38B4F1065695 for ; Wed, 9 Sep 2009 15:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 26F3E8FC2A for ; Wed, 9 Sep 2009 15:50:07 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n89Fo619096349 for ; Wed, 9 Sep 2009 15:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n89Fo674096348; Wed, 9 Sep 2009 15:50:06 GMT (envelope-from gnats) Date: Wed, 9 Sep 2009 15:50:06 GMT Message-Id: <200909091550.n89Fo674096348@freefall.freebsd.org> To: gnome@FreeBSD.org From: Scot Hetzel Cc: Subject: Re: amd64/138665: Build fails of x11-toolkits/py-gtk2, dependent on wrong version of cairo X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 15:50:07 -0000 The following reply was made to PR ports/138665; it has been noted by GNATS. From: Scot Hetzel To: Randy Belk Cc: freebsd-gnats-submit@freebsd.org Subject: Re: amd64/138665: Build fails of x11-toolkits/py-gtk2, dependent on wrong version of cairo Date: Wed, 9 Sep 2009 10:17:29 -0500 On Wed, Sep 9, 2009 at 9:30 AM, Randy Belk wrote: >>Description: > The build of py25-gtk-2.14.1_1 fails due to dependency on py25-cairo-1.8.8 which is not /usr/ports anymore, py26-cairo-1.8.8 is the current. >>How-To-Repeat: > cd /usr/ports/x11-toolkits/py-gtk2 > make install >>Fix: > See the ports/UPDATING entry dated 20090608: http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING?rev=1.855;content-type=text%2Fplain Specifically, you need to set PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in /etc/make.conf Scot