Message279508
'make install' fails to remove the sysconfigdata module from lib-dynload and prints now instead:
rm: cannot remove '/path/to/install/lib/python3.7/lib-dynload/_sysconfigdata_m.py': No such file or directory
The patch fixes this. It also removes a useless and now incorrect line that was meant to echo the previously executed command. |
|
| Date |
User |
Action |
Args |
| 2016-10-26 19:05:40 | xdegaye | set | recipients:
+ xdegaye, doko, vstinner, ned.deily, python-dev, zach.ware, Alex.Willmer, yan12125 |
| 2016-10-26 19:05:40 | xdegaye | set | messageid: <[email protected]> |
| 2016-10-26 19:05:40 | xdegaye | link | issue28046 messages |
| 2016-10-26 19:05:40 | xdegaye | create | |
|