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 loewis, pitrou, vstinner
Date 2013-05-17.20:55:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368824155.21.0.900173074466.issue18002@psf.upfronthosting.co.za>
In-reply-to
Content
Example of failure:
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/1956/


--

Compilation log:

Project "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\pcbuild.sln" (1) is building "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\_ssl.vcxproj" (17) on node 1 (default targets).
Project "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\_ssl.vcxproj" (17) is building "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\ssl.vcxproj" (18) on node 1 (default targets).
Build:
  cd "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\"
  "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\amd64\python_d.exe" build_ssl.py Release x64 -a
  
  Can not find a suitable PERL:
   NO perl interpreters were found on this machine at all!
   Please install ActivePerl and ensure it appears on your path
  No Perl installation was found. Existing Makefiles are used.
  Perl is required to build the makefiles!
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command "cd "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\" [C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\ssl.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\amd64\python_d.exe" build_ssl.py Release x64 -a [C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\ssl.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: " exited with code 1. [C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\ssl.vcxproj]
Done Building Project "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\ssl.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\_ssl.vcxproj" (default targets) -- FAILED.
History
Date User Action Args
2013-05-17 20:55:55vstinnersetrecipients: + vstinner, loewis, pitrou
2013-05-17 20:55:55vstinnersetmessageid: <1368824155.21.0.900173074466.issue18002@psf.upfronthosting.co.za>
2013-05-17 20:55:55vstinnerlinkissue18002 messages
2013-05-17 20:55:54vstinnercreate