From owner-freebsd-python@FreeBSD.ORG Thu Jun 21 20:43:13 2012 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC14D106564A for ; Thu, 21 Jun 2012 20:43:13 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.38]) by mx1.freebsd.org (Postfix) with ESMTP id 97CBD8FC1A for ; Thu, 21 Jun 2012 20:43:13 +0000 (UTC) Received: from [89.182.113.155] (helo=localhost) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1ShoDg-0005mq-Ek; Thu, 21 Jun 2012 22:43:12 +0200 Date: Thu, 21 Jun 2012 22:45:23 +0200 From: Marcus von Appen To: Ruslan Mahmatkhanov Message-ID: <20120621204523.GB2082@medusa.sysfault.org> References: <4FE36961.9020200@yandex.ru> <4FE36D95.2010703@yandex.ru> <20120621194709.GA2082@medusa.sysfault.org> <4FE37B4E.5000006@yandex.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KFztAG8eRSV9hGtP" Content-Disposition: inline In-Reply-To: <4FE37B4E.5000006@yandex.ru> User-Agent: Mutt/1.5.21 (2010-09-15) X-Df-Sender: MzAzMjU2 Cc: python Subject: Re: [SPAM] Re: [SPAM] Re: python32 build broken in tinderbox X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus von Appen List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 20:43:14 -0000 --KFztAG8eRSV9hGtP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Thu Jun 21, 2012, Ruslan Mahmatkhanov wrote: > Marcus von Appen wrote on 21.06.2012 23:47: > > Hi Ruslan, > > > > On, Thu Jun 21, 2012, Ruslan Mahmatkhanov wrote: > > > >> Ok, revision 1.187 is the culprit. Reverting to 1.186 fixed things for me. > >> > > [...] > > > > Does the latest one (1.188) work for you? I can't reproduce the issue > > with my tinderboxes. How are the ports and dependencies configured on > > yours? > > > > Cheers > > Marcus > > No, it is not. I consequently revert 1.188 (with no success), then 1.187 > (the same) and now it builds fine when I'm on 1.186. > All ports options are default. Tinderbox is i386. The only difference - > python32 is system-wide default: > > nx7400> cat scripts/etc/env/build.9.0-FreeBSD-py3 > USE_PYTHON=3.2 > PYTHON_VERSION=python3.2 > PYTHON_DEFAULT_VERSION=3.2 The issue is that USE_PYTHON=xx will introduce python as dependency for _every_ port. Do not set it, since it is for usage in port Makefiles, not for the environmental flags. The reason for your problem is the circular dependency introduced by that. Cheers Marcus --KFztAG8eRSV9hGtP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAk/jh+MACgkQi68/ErJnpkdDPgCgmWQ7GAutsfjRkYZSA6T9gNYr x60AoJRFI6BBENz4csDsssOxYczkJe6q =WmLG -----END PGP SIGNATURE----- --KFztAG8eRSV9hGtP--