New submission from STINNER Victor <vstin...@python.org>:

> 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
---

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38488>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to