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 vstinner, zach.ware
Date 2019-03-05.13:50:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551793843.2.0.191897840943.issue36194@roundup.psfhosted.org>
In-reply-to
Content
The policy of Fedora is to regenerate generated files in the source code of a package. python3.spec runs "autoconf" and "autoheader" to regenerate configure and pyconfig.h.

IMHO it would be good to have such recipe upstream, something like "make regen-all".

I'm not sure if we can include it in "make regen-all". Currently, the main mandatory Linux job on Travis CI runs "make regen-all" and then ensure that no file has been modified. Problem: configure changes depending on the autoconf version, and usually a Linux distribution only includes a single autoconf version... That's why you may have noticed the "rpath dance" in the generated configure script... Depending on the autoconf version, you get rpath or not...

Fedora issue:
https://bugzilla.redhat.com/show_bug.cgi?id=1377240
History
Date User Action Args
2019-03-05 13:50:43vstinnersetrecipients: + vstinner, zach.ware
2019-03-05 13:50:43vstinnersetmessageid: <1551793843.2.0.191897840943.issue36194@roundup.psfhosted.org>
2019-03-05 13:50:43vstinnerlinkissue36194 messages
2019-03-05 13:50:42vstinnercreate