From owner-freebsd-python@FreeBSD.ORG Fri May 2 11:58:58 2014 Return-Path: Delivered-To: python@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 ESMTPS id 547C2C29; Fri, 2 May 2014 11:58:58 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 13E7F1DF8; Fri, 2 May 2014 11:58:58 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6608EBDC56; Fri, 2 May 2014 13:58:56 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 53E7EBDC1D; Fri, 2 May 2014 13:58:56 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id E462A617A; Fri, 2 May 2014 13:58:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 619E26C050A6; Fri, 2 May 2014 13:58:55 +0200 (CEST) Date: Fri, 02 May 2014 13:58:54 +0200 From: Mathieu Arnold To: jmorenov@jmorenov.com.co, pavelivolkov@gmail.com, python@FreeBSD.org, mat@FreeBSD.org Subject: Re: bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3 Message-ID: In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 11:58:58 -0000 +--On 30 avril 2014 10:02:16 -0500 jmorenov@jmorenov.com.co wrote: | DEFAULT_VERSIONS=python3=3.3 That line says that in the case you need python3, you will have 3.3, not that in the case you need python you will have python 3.3. You need DEFAULT_VERSIONS=python=3.3. (And then, you need to rebuild everything that needs python because the default has changed from 2.7 to 3.3.) Also, my I inquire why you're trying to use BIND 10 ? (Just curious, as it's a deprecated dead piece of software.) -- Mathieu Arnold