[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread Xavier de Gaye
Xavier de Gaye added the comment: New changeset fbdd3eeba3e526e162f2eb54d224cf36ed8cfea1 by xdegaye in branch '2.7': [2.7] bpo-31934: Abort when building out of a not clean source tree (GH-4255). (#4342) https://github.com/python/cpython/commit/fbdd3eeba3e526e162f2eb54d224cf36ed8cfea1 -

[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread Xavier de Gaye
Xavier de Gaye added the comment: Oh I understand, there is no practical way to test that feature except manually. -- ___ Python tracker ___ ___

[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread Xavier de Gaye
Xavier de Gaye added the comment: I also tested the 2.7 and 3.6 PRs before submitting them. Thanks for testing and for your reviews Victor :-) -- ___ Python tracker ___ ___

[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread STINNER Victor
STINNER Victor added the comment: > I also tested the 2.7 and 3.6 PRs before submitting them. Oh, I don't trust anyone, including myself :-) Since there is no automated, I chose to ("double") test manually your PRs. -- ___ Python tracker

[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread STINNER Victor
STINNER Victor added the comment: I tested manually the commit 0c4785bf39b4e86dea3a70b651e5d5db2f2cf017 merged into Python 3.6: it works as expected ;-) -- ___ Python tracker

[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread Xavier de Gaye
Xavier de Gaye added the comment: New changeset 0c4785bf39b4e86dea3a70b651e5d5db2f2cf017 by xdegaye in branch '3.6': [3.6] bpo-31934: Abort when building out of a not clean source tree (GH-4255). (#4340) https://github.com/python/cpython/commit/0c4785bf39b4e86dea3a70b651e5d5db2f2cf017 -

[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread Xavier de Gaye
Change by Xavier de Gaye : -- pull_requests: +4298 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread Xavier de Gaye
Change by Xavier de Gaye : -- pull_requests: +4294 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31934] Failure to build out of source from a not clean source

2017-11-08 Thread Xavier de Gaye
Xavier de Gaye added the comment: New changeset 0de92859caf25e65fc968d4bb68626e9ba21b851 by xdegaye in branch 'master': bpo-31934: Abort when building out of a not clean source tree (GH-4255) https://github.com/python/cpython/commit/0de92859caf25e65fc968d4bb68626e9ba21b851 -- __

[issue31934] Failure to build out of source from a not clean source

2017-11-06 Thread STINNER Victor
STINNER Victor added the comment: Note for myself: Xavier proposed PR 4255 fix :-) -- nosy: +haypo ___ Python tracker ___ ___ Python

[issue31934] Failure to build out of source from a not clean source

2017-11-03 Thread Xavier de Gaye
Xavier de Gaye added the comment: To build out of the 'src' source tree (a subdirectory of the current directory) in a 'build' subdirectory: $ ls -ld src drwxr-xr-x 21 xavier xavier 4.0K Nov 3 23:50 src/ $ mkdir build $ cd build $ $(cd ../src && pwd)/configure && make This is useful when you

[issue31934] Failure to build out of source from a not clean source

2017-11-03 Thread Xavier de Gaye
Xavier de Gaye added the comment: When you build out of the source tree and this source tree has been built previously (by running 'make' in the source tree), then you get the error msg printed in msg305486 when you try to build *out* of this not clean source tree. The solution is to run 'mak

[issue31934] Failure to build out of source from a not clean source

2017-11-03 Thread Brett Cannon
Brett Cannon added the comment: What's "unclean" in this case? I mean you can always re-run Make after making changes and the build succeeds, so I'm not quite sure what leads to this state. -- nosy: +brett.cannon ___ Python tracker

[issue31934] Failure to build out of source from a not clean source

2017-11-03 Thread Xavier de Gaye
Change by Xavier de Gaye : -- keywords: +patch pull_requests: +4217 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue31934] Failure to build out of source from a not clean source

2017-11-03 Thread Xavier de Gaye
New submission from Xavier de Gaye : The error message when building out of a not clean source tree: renaming build/scripts-3.7/2to3 to build/scripts-3.7/2to3-3.7 renaming build/scripts-3.7/pyvenv to build/scripts-3.7/pyvenv-3.7 gcc -pthread -Xlinker -export-dynamic -o Programs/_testembed Pro