devel/git fails, no /usr/local/bin/python

Poul-Henning Kamp phk at phk.freebsd.dk
Sun Aug 18 11:27:48 UTC 2013


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 at 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 at 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.


More information about the freebsd-ports mailing list