From owner-freebsd-python@FreeBSD.ORG Sat Jun 23 20:14:02 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 0FC881065678; Sat, 23 Jun 2012 20:14:02 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6AA708FC08; Sat, 23 Jun 2012 20:14:01 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward2h.mail.yandex.net (Yandex) with ESMTP id D9A397015EF; Sun, 24 Jun 2012 00:13:59 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1340482440; bh=OJxy5EBs1uQUiBFTWqrrnutvWvNIVJFih9Cp22AwfcM=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=LDOOFRFfQMOYvLIoJbRZYFmonbvmEqMN0DVMkjHzDopSQhoI9/piLIDF8XEf97T7/ CFC5WxGDjlpBhZALCVj6rEWRMF95UGkJT/ql4Q1W907MvWReAAD4cPyBCRUcKpG1fU /NJpMpcwaRQXSzpeeOFDrQ/HnuFWxb+qJMULzq3Y= Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 8D1BB1B40092; Sun, 24 Jun 2012 00:13:59 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id DwJOO8tc-DxJaZlXM; Sun, 24 Jun 2012 00:13:59 +0400 X-Yandex-Rcpt-Suid: sunpoet@sunpoet.net X-Yandex-Rcpt-Suid: mva@freebsd.org X-Yandex-Rcpt-Suid: python@freebsd.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1340482439; bh=OJxy5EBs1uQUiBFTWqrrnutvWvNIVJFih9Cp22AwfcM=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=trU3CuThj3wSU8Km2VoxAtzP05cD2pzdKNgfHmAZPHgkHoeK662OAwixm+UTOEmGj bTRmrmOrC+z2W3QXfhN7w3RSBvS2DEpOajEFLSxBW33hT0cYQLE8RQ1LuKNwq2npcS 0FFkkV1Zh9lcDWLHeB1X+7T3pnNbGpGUwQePkyuk= Message-ID: <4FE6234C.7020805@yandex.ru> Date: Sun, 24 Jun 2012 00:13:00 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120619 Thunderbird/13.0.1 MIME-Version: 1.0 To: Sunpoet Hsieh References: <4FE36961.9020200@yandex.ru> <4FE36D95.2010703@yandex.ru> <20120621194709.GA2082@medusa.sysfault.org> <4FE37B4E.5000006@yandex.ru> <20120621204523.GB2082@medusa.sysfault.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcus von Appen , 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 List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 20:14:02 -0000 Sunpoet Hsieh wrote on 22.06.2012 05:20: > On Fri, Jun 22, 2012 at 4:45 AM, Marcus von Appen wrote: >> 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 > > Hi, > > In tinderbox env, I'm sure that PYTHON_DEFAULT_VERSION=python3.2 is > enough for specify the python port. > HTH > > Regards, Hi, Yes, it's true. By the way, missing PYTHON_DEFAULT_VERSION was the reason of py-distribute packaging break, that I asked you about a week ago. -- Regards, Ruslan Tinderboxing kills... the drives.