This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients BTaskaya, Mark.Shannon, brandtbucher, brett.cannon, eric.snow, gvanrossum, indygreg, larry, lemburg, methane, miss-islington, nascheme, ncoghlan, ronaldoussoren, shihai1991, terry.reedy, vstinner
Date 2021-09-17.09:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631870377.36.0.603575893426.issue45020@roundup.psfhosted.org>
In-reply-to
Content
It's no longer possible to build Python from a different directory. Example:

git clean -fdx
mkdir build
cd build/
../configure --with-pydebug
make

It fails with:

../Programs/_freeze_module importlib._bootstrap ../Lib/importlib/_bootstrap.py ../Python/frozen_modules/importlib__bootstrap.h
make: ../Programs/_freeze_module: No such file or directory

I'm working on a fix.
History
Date User Action Args
2021-09-17 09:19:37vstinnersetrecipients: + vstinner, lemburg, gvanrossum, brett.cannon, nascheme, terry.reedy, ronaldoussoren, ncoghlan, larry, methane, Mark.Shannon, eric.snow, indygreg, miss-islington, brandtbucher, BTaskaya, shihai1991
2021-09-17 09:19:37vstinnersetmessageid: <1631870377.36.0.603575893426.issue45020@roundup.psfhosted.org>
2021-09-17 09:19:37vstinnerlinkissue45020 messages
2021-09-17 09:19:37vstinnercreate