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 brett.cannon, cheryl.sabella, steve.dower, vinay.sajip, vstinner
Date 2019-03-12.16:02:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552406529.11.0.139982839113.issue35661@roundup.psfhosted.org>
In-reply-to
Content
This issue broke x86 Gentoo Installed with X 3.x buildbot:

https://buildbot.python.org/all/#/builders/103/builds/2208

ERROR: test_prompt (test.test_venv.BasicTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_venv.py", line 123, in test_prompt
    builder.create(self.env_dir)
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.8/venv/__init__.py", line 70, in create
    self.setup_scripts(context)
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.8/venv/__init__.py", line 278, in setup_scripts
    self.install_scripts(context, path)
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.8/venv/__init__.py", line 354, in install_scripts
    with open(dstfile, 'wb') as f:
PermissionError: [Errno 13] Permission denied: '/buildbot/tmp/tmpdir/tmph7_oob5e/bin/Activate.ps1'

Please either fix or revert the change.
History
Date User Action Args
2019-03-12 16:02:09vstinnersetrecipients: + vstinner, brett.cannon, vinay.sajip, steve.dower, cheryl.sabella
2019-03-12 16:02:09vstinnersetmessageid: <1552406529.11.0.139982839113.issue35661@roundup.psfhosted.org>
2019-03-12 16:02:09vstinnerlinkissue35661 messages
2019-03-12 16:02:09vstinnercreate