From owner-freebsd-ports@FreeBSD.ORG Tue May 21 20:26:29 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1B54F5C2 for ; Tue, 21 May 2013 20:26:29 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id A87A7B63 for ; Tue, 21 May 2013 20:26:28 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.10]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0M7FLk-1UJDsr0T1a-00wzmf for ; Tue, 21 May 2013 22:26:27 +0200 Received: (qmail invoked by alias); 21 May 2013 20:26:26 -0000 Received: from f049193004.adsl.alicedsl.de (EHLO mandree.no-ip.org) [78.49.193.4] by mail.gmx.net (mp010) with SMTP; 21 May 2013 22:26:26 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX1/RgKRXeejRfAGarMSsQpu+/YtsJWYYLooCOn1Hee kn5qT3/3Ae66u5 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 61BE123CEB6; Tue, 21 May 2013 22:26:23 +0200 (CEST) Message-ID: <519BD86F.7010000@gmx.de> Date: Tue, 21 May 2013 22:26:23 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, rm@freebsd.org Subject: Re: Python 3.3 don't build References: <20130519162928.GA1508@pcjas.obspm.fr> <519AFE0D.7010708@yandex.ru> <20130521070301.GA15190@pcjas.obspm.fr> <20130521133129.31589eb2@bsd64.grem.de> In-Reply-To: <20130521133129.31589eb2@bsd64.grem.de> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2013 20:26:29 -0000 Am 21.05.2013 13:31, schrieb Michael Gmelin: > I had the same problem yesterday in a clean jail: > > cd /usr/ports/devel/python33 > make install > > It stopped with lots of error messages, I was too tired to care > and just ran > > make install > > once again and then it worked. > (no update of ports tree or any other action in between). That might hint to a missing dependency in the makefiles with parallel builds, or otherwise race conditions that jeopardize the build... however, if the switch to gmake fixes it, chances are that pmake pulls more environment in than gmake would; I've fixed such an issue before, in lang/lua. Such an issue might then be sensitive to /etc/make.conf contents (which would explain why it works for some). > Worth investigating? If some can spend that time, that would certainly be most appreciated, just make sure to check with rm@ first