Message380650
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 |
|
Date |
User |
Action |
Args |
2020-11-10 10:49:40 | vstinner | set | recipients:
+ vstinner |
2020-11-10 10:49:40 | vstinner | set | messageid: <1605005380.13.0.93741295392.issue42307@roundup.psfhosted.org> |
2020-11-10 10:49:40 | vstinner | link | issue42307 messages |
2020-11-10 10:49:40 | vstinner | create | |
|