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 xdegaye
Recipients barry, dstufft, eric.araujo, lemburg, loewis, ncoghlan, piotr.dobrogost, pitrou, vstinner, xdegaye
Date 2019-04-26.12:23:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556281414.54.0.122583458473.issue21536@roundup.psfhosted.org>
In-reply-to
Content
Please revert the change in Makefile.pre.in made by changeset 8c3ecc6bacc8d0cd534f2b5b53ed962dd1368c7b as it breaks builds made out of the source tree (OST). The error message is:

    make: *** No rule to make target '/path_to_build_dir/Misc/python-config.sh', needed by 'python-config'.  Stop.

When the source tree has been already built at least once and 'make clean' is run in the source tree (as required for building OST), the OST build does not fail but incorrectly uses the stale python-config.sh from the source tree as 'make clean' does not remove Misc/python-config.sh.
History
Date User Action Args
2019-04-26 12:23:34xdegayesetrecipients: + xdegaye, lemburg, loewis, barry, ncoghlan, pitrou, vstinner, eric.araujo, piotr.dobrogost, dstufft
2019-04-26 12:23:34xdegayesetmessageid: <1556281414.54.0.122583458473.issue21536@roundup.psfhosted.org>
2019-04-26 12:23:34xdegayelinkissue21536 messages
2019-04-26 12:23:34xdegayecreate