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 zach.ware
Recipients Mo.Jia, loewis, python-dev, steve.dower, zach.ware
Date 2014-06-03.18:07:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401818821.9.0.611097702054.issue21623@psf.upfronthosting.co.za>
In-reply-to
Content
Mo Jia wrote:
> @Zachary Ware , don't change anything after clone from the repo. What
> i do is just cd python src dir and runing : Tools\buildbot\build.bat
> .  the openssl verison is 1.0.1g . Seem the external.bat don't build
> openssl . I see the readme "     The ssl.vcxproj sub-project simply
> invokes PCbuild/build_ssl.py,    which locates and builds OpenSSL."
> Seem I don't need build the openssl by handle

That's correct, you shouldn't have to do anything special for OpenSSL, especially since you used Tools\buildbot\build.bat.

> After meet the error, I open the sln by vc2010 , and choose the ssl project build .

So the original error happened in the Tools\buildbot\build.bat build, and the newest error happened while building from the VS GUI?

Neither error makes sense to me yet though, so here's a few more questions that may or may not have any impact on things:

Have you tried building again from a completely fresh checkout (including re-downloading the OpenSSL source using Tools/buildbot/external.bat)?
Are you using the hgeol extension of Mercurial?
What version of Windows are you using?
Is VC++ updated completely (including service pack 1)?
What language/localization settings are you using (in Windows and VC++)?
Do you have anything installed that messes with cmd.exe?
What is your default codepage?

Anything else that may seem relevant, please let us know!
History
Date User Action Args
2014-06-03 18:07:01zach.waresetrecipients: + zach.ware, loewis, python-dev, steve.dower, Mo.Jia
2014-06-03 18:07:01zach.waresetmessageid: <1401818821.9.0.611097702054.issue21623@psf.upfronthosting.co.za>
2014-06-03 18:07:01zach.warelinkissue21623 messages
2014-06-03 18:07:01zach.warecreate