[issue22654] issue with PYTHON_FOR_BUILD

2021-06-22 Thread Irit Katriel
Irit Katriel added the comment: There has been no followup in over 6 years, so I am closing. If you are still having this problem with a current python version, please create a new issue. -- nosy: +iritkatriel resolution: -> not a bug stage: -> resolved status: open -> closed

[issue22654] issue with PYTHON_FOR_BUILD

2016-03-01 Thread Alex Willmer
Changes by Alex Willmer : -- nosy: +Alex.Willmer ___ Python tracker ___ ___

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Billy
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

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +doko ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22654 ___ ___ Python-bugs-list mailing list

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: You should have gotten error by: AC_MSG_ERROR([python$PACKAGE_VERSION interpreter not found]) Have you applied any changes in Python (e.g. in configure.ac)? -- nosy: +Arfrever ___ Python tracker

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Billy
Billy added the comment: Yes, I applied a patch in the configure for than it can make the configuration. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22654 ___

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Ned Deily
Ned Deily added the comment: And to see that message you need to rerun ./configure before running make. Have you just updated to Python 3.4.2? There were some changes in this area that might have inadvertently affected cross-compiles (in particular, Issue21166). -- nosy: +ned.deily

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: What changes exactly have you made in Python? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22654 ___

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Billy
Billy added the comment: Ned Deil, For my application I need to use Python 3.4.1 and Why do I need to run the ./configure for second time?. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22654

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Ned Deily
Ned Deily added the comment: The generate-posix-vars failed message you show is not in Python 3.4.1; it was added recently by e52d85f2e284 for Issue21166 and is first released in 3.4.2. So it's hard to tell exactly what you are building with. --

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Billy
Billy added the comment: I added a patch for the resolution of the issue but it didn't work. You can see in my first comment than there is a issue with PYTHONPATH, Do you know why happen that. -- ___ Python tracker rep...@bugs.python.org

[issue22654] issue with PYTHON_FOR_BUILD

2014-10-16 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: Have you received configure: error: python3.4 interpreter not found error before your changes? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22654