From owner-freebsd-ports@FreeBSD.ORG Sun Aug 18 11:27:48 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6BC5A2C3 for ; Sun, 18 Aug 2013 11:27:48 +0000 (UTC) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 341CA2245 for ; Sun, 18 Aug 2013 11:27:47 +0000 (UTC) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 1E56B3EB43 for ; Sun, 18 Aug 2013 11:27:46 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.7/8.14.7) with ESMTP id r7IBRjw8050994 for ; Sun, 18 Aug 2013 11:27:45 GMT (envelope-from phk@phk.freebsd.dk) To: ports@freebsd.org Subject: devel/git fails, no /usr/local/bin/python From: Poul-Henning Kamp Content-Type: text/plain; charset=ISO-8859-1 Date: Sun, 18 Aug 2013 11:27:45 +0000 Message-ID: <50993.1376825265@critter.freebsd.dk> 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: Sun, 18 Aug 2013 11:27:48 -0000 I just tried to compile a 9-stable with ports r324867 using sysbuild.sh. Along the way the devel/git port fails, for the lack of python: gmake[1]: /usr/local/bin/python: Command not found test "$(cat GIT-PYTHON-VERSION 2>/dev/null)" = "" || \ flags=--force; \ /usr/local/bin/python setup.py build $flags /usr/local/bin/python: not found I'm not quite sure what /usr/local/bin/python should be or point at, nor who/what/where it should have been created, but I have these: root@fs:/usr/local/bin # ls -l pyth* -r-xr-xr-x 1 root wheel 3832 Aug 18 05:24 python-shared2.7 -r-xr-xr-x 1 root wheel 1709 Aug 18 05:24 python-shared2.7-config -r-xr-xr-x 1 root wheel 1283108 Aug 18 05:24 python2.7 -r-xr-xr-x 1 root wheel 1702 Aug 18 05:24 python2.7-config -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.