From owner-freebsd-python@FreeBSD.ORG Thu Jul 2 08:22:12 2009 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87E621065674 for ; Thu, 2 Jul 2009 08:22:12 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id E93C58FC14 for ; Thu, 2 Jul 2009 08:22:11 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: (qmail invoked by alias); 02 Jul 2009 07:55:29 -0000 Received: from u18-124.dsl.vianetworks.de (EHLO u18-124.dsl.vianetworks.de) [194.231.39.124] by mail.gmx.net (mp002) with SMTP; 02 Jul 2009 09:55:29 +0200 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX18L7JB5RKELjK3H9cr1cYxgMehQdq6vULe5iVHeYL Csaoq/1AhLN/Po Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100) id 86F862613F; Thu, 2 Jul 2009 09:55:24 +0200 (CEST) Date: Thu, 2 Jul 2009 09:55:23 +0200 From: olli hauer To: lwhsu@FreeBSD.org, freebsd-python@FreeBSD.org Message-ID: <20090702075523.GA2219@sorry.mine.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Errors-To: ohauer@gmx.de (olli hauer) X-Header0: **** ohauer at sorry **** X-Header1: ** sorry ** User-Agent: Mutt/1.5.18 (2008-05-17) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.45 Cc: Subject: Re: ports/135484: port lang/python and python26 build failed X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: olli hauer List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2009 08:22:12 -0000 >Synopsis: port lang/python and python26 build failed > State-Changed-From-To: open->feedback > State-Changed-By: lwhsu > State-Changed-When: Tue Jun 30 16:13:43 UTC 2009 > State-Changed-Why: > I cannot reproduce here. Could you update your ports tree and try > again. If it still fails, please list your /etc/make.conf and the > installed packages.l > http://www.freebsd.org/cgi/query-pr.cgi?pr=135484 hmm, I tried the build a view times after reporting and always it doesn't build the package in lang/python (with or without this line #PYTHON_DEFAULT_VERSION?= python2.6 in etc/make.conf) Test case was always to deinstall all ports that use python and make sure there is nothing left like /usr/local/lib/python*. Then delete directories lang/python lang/python2(5|6) remove the line in ports/.portsnap.INDEX fetch and update. I don't know what happened but port python26 could build at a given time where lang/python does noting except extract with the following command $> make package DEPENDS_TARGET=package clean One thing I remember a day after report the port lang/python tried to build python25 instead python26. It even hasn't work after removing this lines in make.conf WRKDIRPREFIX?= /build/work DISTDIR?= /data/distfiles PACKAGES?= /data/packages After your feedback I tried today building package with both ports and it works as expected for both. A side note: most of the ports use PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} except the following they use PKGNAMEPREFIX= py- py-libmpdclient-0.10.0 py-MySQL-1.4 py-SQLDict-1.0.0 py-Ice-3.3.1 py-kqueue-1.4_2 py-subversion-1.6.3 py-tconfpy-2.112 py-thrift-20070917 py-gnuplot-1.8 py-mp-random-1.0_4 py-punjab-0.12 py-HyperText-1.0.1 py-gnome-1.4.4_9 py-gtk-0.6.11_6 py-gtkscintilla-0.8.2_6 Maybe it is a good idea to make this consistent? For me the port is working now, please close the PR Regards, olli