New submission from STINNER Victor <vstin...@redhat.com>:
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 ---------- components: Build messages: 337186 nosy: vstinner, zach.ware priority: normal severity: normal status: open title: Add "make regen-configure" versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36194> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com