From owner-freebsd-python@FreeBSD.ORG Sat Feb 1 18:50:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C760E60 for ; Sat, 1 Feb 2014 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 67830147D for ; Sat, 1 Feb 2014 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s11Io1wj025302 for ; Sat, 1 Feb 2014 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s11Io1O7025289; Sat, 1 Feb 2014 18:50:01 GMT (envelope-from gnats) Date: Sat, 1 Feb 2014 18:50:01 GMT Message-Id: <201402011850.s11Io1O7025289@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Garrett Cooper Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Garrett Cooper List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 18:50:01 -0000 The following reply was made to PR ports/186192; it has been noted by GNATS. From: Garrett Cooper To: bug-followup@FreeBSD.org, oz42@oz42.eu Cc: Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails Date: Sat, 1 Feb 2014 10:49:10 -0800 This PR is similar ports/147291. The problem is that src.conf isn=92t sourced in the ports build = infrastructure, so any variables plugged into src.conf won=92t get = picked up when building ports. Adding WITHOUT_NIS=3Dyes to /etc/make.conf will work around the = issue though. I=92m not sure if looking for *_failed.so would be a good idea = when creating the plist, but it would at least avoid the install/package = creation issue. Thanks! -Garrett=