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 skrah
Recipients brian.curtin, georg.brandl, jeremy.kloth, jkloth, loewis, pitrou, python-dev, skrah, zach.ware
Date 2012-06-24.21:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120624212000.GA3572@sleipnir.bytereef.org>
In-reply-to <1340572500.18.0.777759464226.issue15102@psf.upfronthosting.co.za>
Content
Antoine Pitrou <report@bugs.python.org> wrote:
> Hmm, the buildbot fails compiling again after af1d98b7ca801049803d83a85bb8558f6e59f2a1:
> 
> http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/139

I think it's unrelated (probably ssl maintenance going on):

cd "C:\Users\Buildbot\buildbot.python.org\3.x.kloth-win64\build\PCbuild\"
  "C:\Users\Buildbot\buildbot.python.org\3.x.kloth-win64\build\PCbuild\amd64\python_d.exe" build_ssl.py Release x64 -a

  Found a working perl at 'C:\perl\bin\perl.exe'
  Traceback (most recent call last):
    File "build_ssl.py", line 253, in <module>
      main()
    File "build_ssl.py", line 187, in main
      os.chdir(ssl_dir)
  PermissionError: [Error 5] Access is denied: '..\\..\\openssl-1.0.1c'
  [55050 refs]
History
Date User Action Args
2012-06-24 21:20:02skrahsetrecipients: + skrah, loewis, georg.brandl, pitrou, jkloth, brian.curtin, jeremy.kloth, python-dev, zach.ware
2012-06-24 21:20:01skrahlinkissue15102 messages
2012-06-24 21:20:01skrahcreate