[New-bugs-announce] [issue22654] issue with PYTHON_FOR_BUILD

Billy report at bugs.python.org
Thu Oct 16 23:09:55 CEST 2014


New submission from Billy:

Hi all,

I've been cross-compiling Python3.4.1, but I have a issue than is following:

_PYTHON_PROJECT_BASE=/home/aphillips/work/leo368-20141008/fs/apps/python-3.4.1/arm _PYTHON_HOST_PLATFORM=linux-arm PYTHONPATH=../src/Lib:../src/Lib/plat-linux  -S -m  sysconfig --generate-posix-vars ; \
	if test $? -ne 0 ; then \
		echo "generate-posix-vars failed" ; \
		rm -f ./pybuilddir.txt ; \
		exit 1 ; \
	fi
/bin/sh: -S: command not found
generate-posix-vars failed
make[1]: *** [pybuilddir.txt] Error 1

If who knows about that, could you help me.

Best regards.

----------
components: Cross-Build
messages: 229553
nosy: bill9889
priority: normal
severity: normal
status: open
title: issue with PYTHON_FOR_BUILD
type: compile error
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22654>
_______________________________________


More information about the New-bugs-announce mailing list