This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Xavier Fernandez, vstinner
Date 2020-05-28.13:25:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590672328.1.0.455055461704.issue38488@roundup.psfhosted.org>
In-reply-to
Content
> 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
---
History
Date User Action Args
2020-05-28 13:25:28vstinnersetrecipients: + vstinner, Xavier Fernandez
2020-05-28 13:25:28vstinnersetmessageid: <1590672328.1.0.455055461704.issue38488@roundup.psfhosted.org>
2020-05-28 13:25:28vstinnerlinkissue38488 messages
2020-05-28 13:25:27vstinnercreate