Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2013 11:27:45 +0000
From:      Poul-Henning Kamp <phk@phk.freebsd.dk>
To:        ports@freebsd.org
Subject:   devel/git fails, no /usr/local/bin/python
Message-ID:  <50993.1376825265@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50993.1376825265>