From owner-freebsd-python@FreeBSD.ORG Thu Jun 21 19:52:40 2012 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AC3D106564A; Thu, 21 Jun 2012 19:52:40 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward6.mail.yandex.net (unknown [IPv6:2a02:6b8:0:202:22cf:30ff:fe6b:6ebc]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9B18FC08; Thu, 21 Jun 2012 19:52:40 +0000 (UTC) Received: from smtp9.mail.yandex.net (smtp9.mail.yandex.net [77.88.61.35]) by forward6.mail.yandex.net (Yandex) with ESMTP id D59631122250; Thu, 21 Jun 2012 23:52:38 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1340308358; bh=A2OOnPU70g91kx3yezCp8QFTLiGTyOQ/HQY2WTL/b+8=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=NbpQiyJ9M0RZcl5pS1smx2ztjufxC6H3fplcv9yfo57q7Yn99SyC1kPyc6ehxq7m1 NqySsDLONTveS8zCGzZNRAv5dOOprzvIWfVI8JqzaVbsAVKA0wVU5I9OFeVa4S5cev KQpeEHquzJFBAii+9/jS5UbWImF5VhvBB4fkd4DQ= Received: from smtp9.mail.yandex.net (localhost [127.0.0.1]) by smtp9.mail.yandex.net (Yandex) with ESMTP id B329F1520015; Thu, 21 Jun 2012 23:52:38 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp9.mail.yandex.net (nwsmtp/Yandex) with ESMTP id qc60X188-qc6GYMAL; Thu, 21 Jun 2012 23:52:38 +0400 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=1340308358; bh=A2OOnPU70g91kx3yezCp8QFTLiGTyOQ/HQY2WTL/b+8=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=DuZd+CaOiNN9E2rPP6vuLWn6FsESCdR7pxg5xLZNdRTjzViHfhRUpTz0/cdGVTcIC 2CK82mbjuKWyyj3iXn10NYPNQPk003S0b7dEZhCMIxmjvVhXgc2wLESQqYwbi3dsFf fwx070prYvvVYZ7PzUrILW/D7vKxtrNKqcEKuNYc= Message-ID: <4FE37B4E.5000006@yandex.ru> Date: Thu, 21 Jun 2012 23:51:42 +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: Marcus von Appen References: <4FE36961.9020200@yandex.ru> <4FE36D95.2010703@yandex.ru> <20120621194709.GA2082@medusa.sysfault.org> In-Reply-To: <20120621194709.GA2082@medusa.sysfault.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python Subject: 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: Thu, 21 Jun 2012 19:52:40 -0000 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 -- Regards, Ruslan Tinderboxing kills... the drives.