From owner-freebsd-gnome@FreeBSD.ORG Wed Oct 23 23:21:34 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 872C98A2; Wed, 23 Oct 2013 23:21:34 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 586AA285F; Wed, 23 Oct 2013 23:21:34 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id rp16so1677782pbb.14 for ; Wed, 23 Oct 2013 16:21:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=MMNP8YmRRb3Zlb5q8Y6qvQ9wDGwwrxNHvhFIR2uIb1Y=; b=LMEGJ9Jxt4ZNef0Ubv/Au37e5MhHoQ2xLu7pXqxTWbrzvSyCEhnbrKqmk5pm4UeGVg iiLegwdS1PRAU4xqHcUHR21yztigwZGSlYijZOcWZTylkrJ/HS3s0cIj2kXEczytLk5k ln4U6FeRa+i7RPepixkPJlJ112ECvIbH7DM4IwL4kC9DZ7irN0NRaTtfaTuuT/IARN1H DIw3yH5VTf9x9aUDkdjy7bmZ8MgfK8C0dzdC0akmL86uIN/eLtw1QQD6vyQqgAj0QSa0 hUQm4tA4+a6PA8e0Rm0ua5FLvNmHjnbxgWv8jU4qPdOhUXNlROdutnOzXLPcXEQGpB4u 89Kg== X-Received: by 10.68.209.133 with SMTP id mm5mr3957644pbc.157.1382570493172; Wed, 23 Oct 2013 16:21:33 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id at4sm7001626pbc.30.2013.10.23.16.21.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 23 Oct 2013 16:21:32 -0700 (PDT) Message-ID: <526859F5.1060608@FreeBSD.org> Date: Thu, 24 Oct 2013 10:21:25 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Thunderbird/25.0 MIME-Version: 1.0 To: Koop Mast , Mike Jakubik , gnome@FreeBSD.org, python@FreeBSD.org Subject: Re: FreeBSD Port: graphics/py-cairo References: <526803B9.3010102@intertainservices.com> <52685214.5080503@rainbow-runner.nl> In-Reply-To: <52685214.5080503@rainbow-runner.nl> X-Enigmail-Version: 1.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 Reply-To: koobs@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 23:21:34 -0000 On 24/10/2013 9:47 AM, Koop Mast wrote: > > > On 10/23/13 19:13, Mike Jakubik wrote: >> Hello, >> >> I am unable to compile this on 9.2-STABLE. > > Mike I see you got both 2.7 and 3.3 installed. When I build py-cairo it > worked fine, so I don't really know what happening with waf. So I cc'd > python@ since they might have a beter idea what waf is doing. > > -Koop > The output of the following might help to isolate: - /usr/local/bin/python2.7-config --cflags - /usr/local/bin/python2.7-config --libs - /usr/local/bin/python2.7-config --includes - /usr/local/bin/python2.7-config --ldflags Also possibly related: https://code.google.com/p/waf/issues/detail?id=1118 Can you also have a look at config.log and pull out any relevant failures. Thanks, Koobs