New submission from STINNER Victor <vstin...@python.org>:
Commands reproduce the issue: cd /path/to/python/source/ ./configure --prefix /opt/pymaster CFLAGS="-O0" make make install make install copies python.o: $ find /opt/pymaster/ -name "*.o" /opt/pymaster/lib/python3.10/config-3.10-x86_64-linux-gnu/python.o This file is useless and must not be installed by make install. The issue was first discovered in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1894462 ---------- components: Build messages: 380650 nosy: vstinner priority: normal severity: normal status: open title: make install must not copy python.o into $prefix/lib/python3.10/config-3.10-x86_64-linux-gnu/ versions: Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42307> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com