Message370204
> Various buildbots which run the tests with an installed python, fail with: (...)
It's the "chmod" step which fails. I guess that only "Install" buildbot workers are affected. I failed to reproduce the issue with commands:
---
./configure --prefix $PWD/target --with-pydebug
make && make install
chmod -R -w target/
---
I get these permissions:
---
$ ls -l target/lib/python3.10/site-packages/setuptools-46.1.3.dist-info/RECORD
-r--r--r--. 1 vstinner vstinner 14560 28 mai 03:40 target/lib/python3.10/site-packages/setuptools-46.1.3.dist-info/RECORD
--- |
|
| Date |
User |
Action |
Args |
| 2020-05-28 13:25:28 | vstinner | set | recipients:
+ vstinner, Xavier Fernandez |
| 2020-05-28 13:25:28 | vstinner | set | messageid: <[email protected]> |
| 2020-05-28 13:25:28 | vstinner | link | issue38488 messages |
| 2020-05-28 13:25:27 | vstinner | create | |
|